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

Minor improvements #2610

Merged

Conversation

tillrohrmann
Copy link
Contributor

@tillrohrmann tillrohrmann commented Feb 3, 2025

Minor improvements

  • Unhide default-replication-property
  • Update Rustdocs in ConnectionInfo to be more explanatory
  • Make cluster state logging less chatty

@tillrohrmann tillrohrmann force-pushed the unhide-default-replication-property branch 3 times, most recently from 4aa0240 to 6c8c8d6 Compare February 3, 2025 12:57
@tillrohrmann tillrohrmann changed the title Unhide default-replication-property Minor improvements Feb 3, 2025
Copy link
Contributor

@AhmedSoliman AhmedSoliman left a comment

Choose a reason for hiding this comment

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

I take it that more changes will come to this, but this is good to merge.

@@ -104,8 +104,7 @@ impl<T: TransportConnect> ClusterStateRefresher<T> {
cluster_state_tx: Arc<watch::Sender<Arc<ClusterState>>>,
) -> Result<Option<TaskHandle<anyhow::Result<()>>>, ShutdownError> {
let refresh = async move {
// todo: potentially downgrade to trace()...
debug!("Refreshing cluster state");
trace!("Refreshing cluster state");
Copy link
Contributor

Choose a reason for hiding this comment

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

I think I fixed this in my PRs as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, indeed.

This commit makes a few Rustdocs a bit more explanatory for users.
@tillrohrmann tillrohrmann force-pushed the unhide-default-replication-property branch from 6c8c8d6 to adfc493 Compare February 4, 2025 20:13
@tillrohrmann tillrohrmann merged commit adfc493 into restatedev:main Feb 4, 2025
5 checks passed
@tillrohrmann tillrohrmann deleted the unhide-default-replication-property branch February 4, 2025 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants