[
https://issues.apache.org/jira/browse/HDDS-1072?focusedWorklogId=207087&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-207087
]
ASF GitHub Bot logged work on HDDS-1072:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Mar/19 11:23
Start Date: 04/Mar/19 11:23
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on issue #548: Revert
"HDDS-1072. Implement RetryProxy and FailoverProxy for OM clie…
URL: https://github.com/apache/hadoop/pull/548#issuecomment-469217839
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| 0 | reexec | 0 | Docker mode activated. |
| -1 | patch | 6 | https://github.com/apache/hadoop/pull/548 does not apply
to trunk. Rebase required? Wrong Branch? See
https://wiki.apache.org/hadoop/HowToContribute for help. |
| Subsystem | Report/Notes |
|----------:|:-------------|
| GITHUB PR | https://github.com/apache/hadoop/pull/548 |
| Console output |
https://builds.apache.org/job/hadoop-multibranch/job/PR-548/1/console |
| Powered by | Apache Yetus 0.9.0 http://yetus.apache.org |
This message was automatically generated.
----------------------------------------------------------------
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: 207087)
Time Spent: 20m (was: 10m)
> Implement RetryProxy and FailoverProxy for OM client
> ----------------------------------------------------
>
> Key: HDDS-1072
> URL: https://issues.apache.org/jira/browse/HDDS-1072
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Components: Ozone Manager
> Reporter: Hanisha Koneru
> Assignee: Hanisha Koneru
> Priority: Major
> Labels: pull-request-available
> Attachments: HDDS-1072.001.patch, HDDS-1072.002.patch,
> HDDS-1072.003.patch, HDDS-1072.004.patch, HDDS-1072.005.patch,
> HDDS-1072.006.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> RPC Client should implement a retry and failover proxy provider to failover
> between OM Ratis clients. The failover should occur in two scenarios:
> # When the client is unable to connect to the OM (either because of network
> issues or because the OM is down). The client retry proxy provider should
> failover to next OM in the cluster.
> # When OM Ratis Client receives a response from the Ratis server for its
> request, it also gets the LeaderId of server which processed this request
> (the current Leader OM nodeId). This information should be propagated back to
> the client. The Client failover Proxy provider should failover to the leader
> OM node. This helps avoid an extra hop from Follower OM Ratis Client to
> Leader OM Ratis server for every request.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]