sanpwc commented on code in PR #4552: URL: https://github.com/apache/ignite-3/pull/4552#discussion_r1801448414
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java: ########## @@ -604,6 +604,12 @@ public boolean onBeforeApply(Command command) { return false; } + @Override + public void onLeaderStop() { + maxObservableSafeTime = -1; Review Comment: I'll create follow up ticket for that. The issue is urgent. Given solution makes TC much more stable. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org