[
https://issues.apache.org/jira/browse/HDDS-1798?focusedWorklogId=288764&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-288764
]
ASF GitHub Bot logged work on HDDS-1798:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Aug/19 08:13
Start Date: 05/Aug/19 08:13
Worklog Time Spent: 10m
Work Description: bshashikant commented on pull request #1113: HDDS-1798.
Propagate failure in writeStateMachineData to Ratis. Contributed by Supratim
Deka
URL: https://github.com/apache/hadoop/pull/1113
----------------------------------------------------------------
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: 288764)
Time Spent: 1h 40m (was: 1.5h)
> Propagate failure in writeStateMachineData to Ratis
> ---------------------------------------------------
>
> Key: HDDS-1798
> URL: https://issues.apache.org/jira/browse/HDDS-1798
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Components: Ozone Datanode
> Reporter: Supratim Deka
> Assignee: Supratim Deka
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Currently,
> writeStateMachineData() returns a future to Ratis. This future does not track
> any errors or failures encountered as part of the operation - WriteChunk /
> handleWriteChunk(). The error is propagated back to the client in the form of
> an error code embedded inside writeChunkResponseProto. But the error goes
> undetected and unhandled in the Ratis server. The future handed back to Ratis
> is always completed with success.
> The goal is to detect any errors in writeStateMachineData in Ratis and treat
> is as a failure of the Ratis log. Handling for which is already implemented
> in HDDS-1603.
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]