-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17130 Configuration.getValByRegex() shouldn't be updating the results while fetching #2142
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
steveloughran
merged 1 commit into
apache:trunk
from
mukund-thakur:HADOOP-17130-getValByRegex
Jul 16, 2020
Merged
HADOOP-17130 Configuration.getValByRegex() shouldn't be updating the results while fetching #2142
steveloughran
merged 1 commit into
apache:trunk
from
mukund-thakur:HADOOP-17130-getValByRegex
Jul 16, 2020
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
…results while fetching.
Contributor
|
LGTM. Let's see what yetus says. We will override the test requirement as I know you tried and failed to replicate the obscure failure condition we've seen |
|
💔 -1 overall
This message was automatically generated. |
Contributor
|
+1, merged to trunk and going to CP to 3.3 |
asfgit
pushed a commit
that referenced
this pull request
Jul 16, 2020
… results while fetching. (#2142) Contributed by Mukund Thakur Change-Id: Ic0c9c44a1b14b4bfa962cede3f782a98fdfd7513
asfgit
pushed a commit
that referenced
this pull request
Jul 17, 2020
… results while fetching. (#2142) Contributed by Mukund Thakur Change-Id: I35fe671d4026e8d3c04fc52012c3edcd4495e14a
asfgit
pushed a commit
that referenced
this pull request
Aug 24, 2020
… results while fetching. (#2142) Contributed by Mukund Thakur Change-Id: I35fe671d4026e8d3c04fc52012c3edcd4495e14a
jojochuang
pushed a commit
to jojochuang/hadoop
that referenced
this pull request
May 23, 2023
…pdating the results while fetching. (apache#2142) Contributed by Mukund Thakur Change-Id: I7bcb6848fe8fee57ca608f7282edee25718787c8
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.
Testing: Not sure what all specific test suites to run but I ran some tests which uses this method directly or transitively and they ran fine.