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

Apply more unified scheduler related core cleanups #4453

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ryoqun
Copy link
Member

@ryoqun ryoqun commented Jan 14, 2025

Problem

more clean up is needed after #4123

Summary of Changes

Do it.

extracted from #3946

@ryoqun ryoqun requested a review from apfitzge January 14, 2025 07:11
Comment on lines +62 to +66
#[cfg_attr(
feature = "frozen-abi",
derive(AbiExample),
frozen_abi(digest = "DAdZnX6ijBWaxKAyksq4nJa6PAZqT4RShZqLWTtNvyAM")
)]
Copy link
Member Author

Choose a reason for hiding this comment

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

this was temporarily removed by #3974. but it seems the reported build issue disappeared..

@@ -106,7 +106,6 @@ tokio = { workspace = true, features = ["full"] }
trees = { workspace = true }

[dev-dependencies]
assert_matches = { workspace = true }
Copy link
Member Author

Choose a reason for hiding this comment

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

should have been removed at the same timing with #4123...

@ryoqun ryoqun changed the title Unified scheduler core cleanups2 Apply more unified scheduler related core cleanups Jan 14, 2025
Comment on lines +764 to +767
// Create a partially-dummy ClusterInfo for the banking stage.
let cluster_info_for_banking = Arc::new(DummyClusterInfo {
id: simulated_leader.into(),
});

Choose a reason for hiding this comment

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

iirc cluster info is only needed for forwarding. once I remove forwarding from banking stage (soon after #3820) we can get rid of all this I think.

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