We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f8ab5 commit b597adbCopy full SHA for b597adb
src/qos_core/src/protocol/services/reshard.rs
@@ -88,6 +88,8 @@ impl ReshardInput {
88
/// Make sure reshard input is deterministic
89
pub fn deterministic(&mut self) {
90
self.quorum_keys.sort();
91
+ self.new_share_set.members.sort();
92
+ self.old_share_set.members.sort();
93
}
94
95
fn validate(&mut self) -> Result<(), ProtocolError> {
0 commit comments