sanpwc commented on a change in pull request #321:
URL: https://github.com/apache/ignite-3/pull/321#discussion_r704014480
##########
File path:
modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/ActionRequestProcessor.java
##########
@@ -102,7 +98,7 @@ public ActionRequestProcessor(Executor executor,
RaftClientMessagesFactory facto
}).iterator());
}
catch (Exception e) {
- sendError(rpcCtx, RaftErrorCode.STATE_MACHINE,
e.getMessage());
+ sendError(rpcCtx, RaftError.ESTATEMACHINE,
e.getMessage());
Review comment:
estate machine sounds good!
##########
File path:
modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/impl/ActionRequestProcessor.java
##########
@@ -102,7 +98,7 @@ public ActionRequestProcessor(Executor executor,
RaftClientMessagesFactory facto
}).iterator());
}
catch (Exception e) {
- sendError(rpcCtx, RaftErrorCode.STATE_MACHINE,
e.getMessage());
+ sendError(rpcCtx, RaftError.ESTATEMACHINE,
e.getMessage());
Review comment:
estate machine))
--
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]