binlijin commented on a change in pull request #1026: HBASE-23682 Fix NPE when 
disable DeadServerMetricRegionChore
URL: https://github.com/apache/hbase/pull/1026#discussion_r366300595
 
 

 ##########
 File path: 
hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.java
 ##########
 @@ -733,6 +733,9 @@ public long getKeepAliveTime(final TimeUnit timeUnit) {
    * @param chore the chore to add
    */
   public void addChore(ProcedureInMemoryChore<TEnvironment> chore) {
+    if (chore == null) {
 
 Review comment:
   OK

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to