John Doe created MAPREDUCE-7515: ----------------------------------- Summary: NPE in MRAppMaster shutdown hook before initialization Key: MAPREDUCE-7515 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7515 Project: Hadoop Map/Reduce Issue Type: Bug Reporter: John Doe
The shutdown hook in can execute before {{serviceInit}} finishes, accessing uninitialized fields ({{{}committer{}}}, {{{}containerAllocator{}}}, {{{}jobHistoryEventHandler, etc.{}}}) and leading to NullPointerException. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org