lokeshj1703 commented on a change in pull request #1608:
URL: https://github.com/apache/ozone/pull/1608#discussion_r529527896
##########
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:
`createWriteRaftClientRequest` was creating a request with the same
callId. Is that the bug here?
If that is the case we would also need to make changes in this function so
that callId is different for every request.
----------------------------------------------------------------
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]