-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-16341. ShutDownHookManager: Regressed performance on Hook removals after HADOOP-15679 #1086
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
Conversation
…vals after HADOOP-15679
7cceea0
to
8416d44
Compare
@steveloughran could you review it? It's the same as #940 but with the fix for the flaky test. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
…vals after HADOOP-15679
🎊 +1 overall
This message was automatically generated. |
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.
makes sense: you've made it testable and done the test. As you are now about to learn: my expectation from all unit tests are that every assert needs meaningful messages.assertEquals is more self-explanatory, but I do want messages in the others
...mmon-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestShutdownHookManager.java
Outdated
Show resolved
Hide resolved
...mmon-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestShutdownHookManager.java
Outdated
Show resolved
Hide resolved
...mmon-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestShutdownHookManager.java
Outdated
Show resolved
Hide resolved
…vals after HADOOP-15679
💔 -1 overall
This message was automatically generated. |
The failure in TestZKFailoverControllerStress is not related to this change. |
@steveloughran could you review it again and merge it if everything is ok? cc @t3rmin4t0r. |
Checkstyle is unhappy, otherwise LGTM |
…vals after HADOOP-15679
LGTM, +1 |
Committed to trunk and branch-3.2 JIRA is still open as it is down; if you want to backport to earlier versions use that JIRA, if you want to stop here then just close it |
🎊 +1 overall
This message was automatically generated. |
Author: Ray Matharu <rmatharu@linkedin.com> Reviewers: Jagadish<jagadish@apache.org> Closes apache#1086 from rmatharu/test-hotstandbyfix
…vals after HADOOP-15679
Continuation of #940. Taking it over from @t3rmin4t0r.