Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShardCoordinator: misc cleanup #7295

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

Aaronontheweb
Copy link
Member

@Aaronontheweb Aaronontheweb commented Jul 22, 2024

Changes

Working on various cleanup items on the ShardCoordinator, DDataShardCoordinator, and more

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

Copy link
Member Author

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Detailed my changes

@@ -1490,7 +1490,7 @@ public ShardRegionTerminated(IActorRef region)

private ILoggingAdapter Log { get { return _log ??= Context.GetLogger(); } }

public ITimerScheduler Timers { get; set; }
public ITimerScheduler Timers { get; set; } = null!;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed a nullability warning here

@@ -353,7 +353,7 @@ private StopTimeoutWarning()
string coordinatorPath,
IMessageExtractor messageExtractor,
object handOffStopMessage,
IRememberEntitiesProvider rememberEntitiesProvider)
IRememberEntitiesProvider? rememberEntitiesProvider)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another null warning fix here

@Aaronontheweb Aaronontheweb merged commit 9eb670a into akkadotnet:dev Jul 23, 2024
12 checks passed
@Aaronontheweb Aaronontheweb deleted the shard-coordinator-cleanup branch July 23, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant