Cyrill commented on code in PR #6408: URL: https://github.com/apache/ignite-3/pull/6408#discussion_r2284912798
########## modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/RpcRequestProcessor.java: ########## @@ -52,21 +53,16 @@ public void handleRequest(final RpcContext rpcCtx, final T request) { if (msg != null) { rpcCtx.sendResponse(msg); } + } catch (NotLeaderException t) { Review Comment: The test I created would be flaky without this fix - it will pass only when the leader is not changed during the whole test run. If it did, the test would fail. -- 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