Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
HADOOP-12985 introduced a few metrics2 counters for DecayRpcScheduler. The counters should be initialized before the updater thread is created/executed. Otherwise, this is a chance of NPE if the updater thread get executed before the counters are fully initialized. I will post a patch for it shortly.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-15121 Encounter NullPointerException when using DecayRpcScheduler
- Resolved