LB-Yu commented on PR #1401:
URL: https://github.com/apache/fluss/pull/1401#issuecomment-3131246975

   I have a question here. Do we need to properly handle `coordinatorEpoch` and 
`coordinatorEpochZkVersion` in this PR, just like Kafka does? In my opinion:
   + `coordinatorEpoch` prevents TabletServers from processing requests from 
zombie CoordinatorServers in the event of a split-brain scenario among 
CoordinatorServers.
   + `coordinatorEpochZkVersion` prevents zombie CoordinatorServers from 
modifying the ZK state during a split-brain scenario.
   
   Should we take these two concerns into consideration in the same way as 
Kafka?


-- 
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]

Reply via email to