leekeiabstraction commented on PR #102: URL: https://github.com/apache/fluss-rust/pull/102#issuecomment-3682554764
> I think we should add https://github.com/apache/fluss/blob/main/fluss-client/src/main/java/org/apache/fluss/client/table/scanner/log/LogFetcher.java#L173 to update metadata if leader is not found. Othwise, we'll never be able to fetch the bucket if the the leader is not found at first. Retry should get the leader and make it's possible to fetch the bucket @luoyuxia Thanks for pointing me to this. Just one question, I notice that we currently do not track partitions on cluster as per [java implementation](https://github.com/apache/fluss/blob/de2d9a042637386f9c8f59bddbff8a1a66853ca0/fluss-common/src/main/java/org/apache/fluss/cluster/Cluster.java#L53-L54). Is this intentional or a gap that needs to be addressed? -- 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]
