-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Fix NULL in table-datanodes when node is down #342
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
Fix possible null-warning 'Requested unknown parameter' when one of datanodes is down
Fix NULL in table-datanodes when node is down
Fix possible NPE when yarn.resourcemanager.webapp.address or yarn.resourcemanager.webapp.https.address is not set in yarn-site.xml (incomplete configuration of HA)
Fix possible NPE when start Application Master
Revert "Fix possible NPE when start Application Master"
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
When SystemConsumers poll from SSPs that have hit end of stream, obviously there will be no data return and the poll will exhaust the timeout. This would cause performance issue. Author: Hai Lu <halu@linkedin.com> Reviewers: Xinyu Liu <xinyuliu.us@gmail.com> Closes apache#342 from lhaiesp/master
|
We're closing this stale PR because it has been open for 100 days with no activity. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. |
Fix possible null-warning 'Requested unknown parameter' in WEB UI when one of datanodes is down