bharatviswa504 opened a new pull request #715: Command Execution in Datanode 
fails becaue of NPE
URL: https://github.com/apache/hadoop/pull/715
 
 
   The reason for this can be if we take more time in executing a task, and in 
taskAwait we will return state as RUNNING and continue, and now when we execute 
task again internally endPoint state can be shutdown. Below code can return 
null. So, we need a null check over there.
   
   Callable<EndpointStateMachine.EndPointStates> endpointTask
             = getEndPointTask(endpoint);

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to