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


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

Review Comment:
   Yes, it's now logger on upper level in the DelegatingStateMachine



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