hanishakoneru commented on a change in pull request #877: HDDS-1618. Merge code 
for HA and Non-HA OM write type requests for bucket
URL: https://github.com/apache/hadoop/pull/877#discussion_r290489801
 
 

 ##########
 File path: 
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/response/OMClientResponse.java
 ##########
 @@ -53,5 +53,16 @@ public OMResponse getOMResponse() {
     return omResponse;
   }
 
+
+  /**
+   * For Non-HA add response to OM DB. As for Non-HA we cannot use double
+   * buffer and add response to cache and then return response to the client,
+   * as when flush is missed in HA, ratis has provided guaranty to apply the
+   * transactions again. In Non-HA, we cannot use the same model, so we need
 
 Review comment:
   This is confusing. Can you please break it down.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to