-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-10591. [hsync] improve block token refresh message. #6444
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
Conversation
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
Change-Id: If0e713678ee34ccbd74da5f20975bf7bb62fee29
ChenSammi
reviewed
Mar 27, 2024
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java
Outdated
Show resolved
Hide resolved
Change-Id: I328b7e363b6c8ca2c0b2dc0453a08f34bf139420
Change-Id: I689c514c0634ef9328f461958bdd4ad24a5d91a6
ChenSammi
reviewed
Apr 2, 2024
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java
Outdated
Show resolved
Hide resolved
…nd possible in unsecure environment. Change-Id: I4627fc7ac2fe9ac6f77d22273a80cb40177f488f
smengcl
reviewed
Apr 3, 2024
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java
Outdated
Show resolved
Hide resolved
…orage/BlockInputStream.java Co-authored-by: Siyao Meng <[email protected]>
smengcl
approved these changes
Apr 5, 2024
Contributor
smengcl
left a comment
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.
+1. Thanks @jojochuang for the patch!
Contributor
Author
|
Merged. Thanks Siyao and Sammi |
chungen0126
pushed a commit
to chungen0126/ozone
that referenced
this pull request
May 3, 2024
chungen0126
pushed a commit
to chungen0126/ozone
that referenced
this pull request
May 3, 2024
jojochuang
added a commit
to jojochuang/ozone
that referenced
this pull request
May 29, 2024
(cherry picked from commit d4314c9)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
HDDS-10591. [hsync] improve block token refresh message.
Please describe your PR in detail:
Usually an expired block token received by a DataNode is refreshed properly. However the relevant log messages look scary and confusing.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-10591
How was this patch tested?
Log message only. Existing unit tests should suffice.