Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Igor Chaiko
ozone-fork
Commits
8ea5be9c
Unverified
Commit
8ea5be9c
authored
4 years ago
by
bshashikant
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
HDDS-5050. Add retry policy for ratis requests in SCM HA. (#2116)
parent
ccd046e1
Branches
common-compress-bump
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ha/RetriableWithNoFailoverException.java
+26
-0
.../hadoop/hdds/scm/ha/RetriableWithNoFailoverException.java
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMHAUtils.java
+55
-0
...c/main/java/org/apache/hadoop/hdds/scm/ha/SCMHAUtils.java
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/proxy/SCMBlockLocationFailoverProxyProvider.java
+6
-11
...hdds/scm/proxy/SCMBlockLocationFailoverProxyProvider.java
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/proxy/SCMContainerLocationFailoverProxyProvider.java
+20
-8
.../scm/proxy/SCMContainerLocationFailoverProxyProvider.java
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/proxy/SCMSecurityProtocolFailoverProxyProvider.java
+6
-13
...s/scm/proxy/SCMSecurityProtocolFailoverProxyProvider.java
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/protocol/SCMSecurityProtocolServerSideTranslatorPB.java
+11
-2
...m/protocol/SCMSecurityProtocolServerSideTranslatorPB.java
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/protocol/ScmBlockLocationProtocolServerSideTranslatorPB.java
+8
-0
...tocol/ScmBlockLocationProtocolServerSideTranslatorPB.java
with
132 additions
and
34 deletions
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets