luoyuxia commented on code in PR #189:
URL: https://github.com/apache/fluss-rust/pull/189#discussion_r2715819515
##########
crates/fluss/src/cluster/cluster.rs:
##########
@@ -101,6 +101,31 @@ impl Cluster {
)
}
+ pub fn invalidate_bucket_leader(&self, table_bucket: &TableBucket) -> Self
{
Review Comment:
Could we follow java side
https://github.com/apache/fluss/blob/29a071bf450434a9b5158732a8018309e0623e33/fluss-common/src/main/java/org/apache/fluss/cluster/Cluster.java#L117
?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]