[
https://issues.apache.org/jira/browse/HDDS-1618?focusedWorklogId=254542&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-254542
]
ASF GitHub Bot logged work on HDDS-1618:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Jun/19 18:19
Start Date: 05/Jun/19 18:19
Worklog Time Spent: 10m
Work Description: hanishakoneru commented on 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 254542)
> Merge code for HA and Non-HA OM requests for bucket
> ---------------------------------------------------
>
> Key: HDDS-1618
> URL: https://issues.apache.org/jira/browse/HDDS-1618
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Bharat Viswanadham
> Assignee: Bharat Viswanadham
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> In this Jira, we shall use the new code added in HDDS-1551 for Non-HA flow.
>
> This Jira modifies the bucket requests only, further requests will be handled
> in further Jira's.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]