lokeshj1703 commented on a change in pull request #1608:
URL: https://github.com/apache/ozone/pull/1608#discussion_r530115969
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerRatisServer.java
##########
@@ -126,15 +126,32 @@ private static long nextCallId() {
public OMResponse submitRequest(OMRequest omRequest) throws ServiceException
{
RaftClientRequest raftClientRequest =
createWriteRaftClientRequest(omRequest);
Review comment:
Can we add an assertion to check that Server.getCallID() is not
returning RpcConstants.INVALID_CALL_ID and Server.getClientId() is not
returning RpcConstants.DUMMY_CLIENT_ID?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]