ascherbakoff commented on a change in pull request #400:
URL: https://github.com/apache/ignite-3/pull/400#discussion_r749099217



##########
File path: 
modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/RaftGroupServiceImpl.java
##########
@@ -539,12 +546,16 @@ else if (resp0.errorCode() == RaftError.EPERM.getNumber() 
||
 
                                 return null;
                             }, retryDelay, TimeUnit.MILLISECONDS);
-
                         }
                     }
-                    else
+                    else if (resp0.errorCode() == RaftError.ETX.getNumber()) {

Review comment:
       Uses user stm error response from now.




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