luoyuxia commented on issue #1629: URL: https://github.com/apache/fluss/issues/1629#issuecomment-3251382903
Do you mean the case that the throwable is not null in the following code line: https://github.com/apache/fluss/blob/30dc6e300c21d8a99bc14595b028d86fded6427f/fluss-server/src/main/java/org/apache/fluss/server/coordinator/CoordinatorRequestBatch.java#L453 ? Why not choose to retry to send stop replica request and when retry reach to given times, we consider it as a successful deletion just like we do in https://github.com/apache/fluss/blob/30dc6e300c21d8a99bc14595b028d86fded6427f/fluss-server/src/main/java/org/apache/fluss/server/coordinator/CoordinatorContext.java#L413? Won't that be simpler than introduce a thread to periodically check the difference between coordinatorContext and Zookeeper nodes? Periodically check will bring burden to zk . -- 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: issues-unsubscr...@fluss.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org