ascherbakoff commented on code in PR #7244:
URL: https://github.com/apache/ignite-3/pull/7244#discussion_r2634015983


##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/ZonePartitionRaftListener.java:
##########
@@ -163,6 +163,12 @@ public void onWrite(Iterator<CommandClosure<WriteCommand>> 
iterator) {
             } catch (Throwable t) {
                 clo.result(t);
 
+                LOG.error(

Review Comment:
   This will be caugh on upper level. This logging is specifically for command 
failure.



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