-
Notifications
You must be signed in to change notification settings - Fork 594
HDDS-14379. Implement basic Hadoop OM client proxy provider to read from followers #9641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+2,574
−10
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e05dfad
HDDS-14379. Implement basic Hadoop OM client proxy provider to read f…
ivandika3 2fe5704
Fix leak in test
ivandika3 435ef92
Try to use assertThat in slow node test
ivandika3 f2db9cf
Change from isFollowerReadEnabled to useFollowerRead
ivandika3 0d663a4
Update SuppressWarnings
ivandika3 406e34d
Use stream API for combinedInfo
ivandika3 fdd6d6e
Make parseOMRequest throw ServiceException
ivandika3 c7e9a44
More detailed error message in parseOMRequest
ivandika3 d804991
Better declaring class update
ivandika3 3abd0f9
Check useFollowerRead while iterating in follower
ivandika3 6a3f9b7
Change wrapInServiceException to throwServiceException
ivandika3 fb6b942
Remove redundant toString
ivandika3 77939e5
Remove redundant throws clause
ivandika3 1a1a591
Remove unused import
ivandika3 b03db5a
Merge branch 'master' into HDDS-14379
ivandika3 d6ba3be
Adhere to HDDS-14455
ivandika3 0bffb04
Revert "Better declaring class update"
ivandika3 02cbdf9
Handle null args[1] in parseOMRequest
ivandika3 8592a99
Fix checkstyle
ivandika3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
synchronizedis foromProxyInfo.proxy. We probably should do it inOMProxyInfo. Let me fix it in HDDS-14470.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok will wait until HDDS-14470 is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let merge this first if it is ready. I can update the change for HDDS-14470.