Botong Huang created YARN-6730: ---------------------------------- Summary: Make sure NM state store is not null consistently Key: YARN-6730 URL: https://issues.apache.org/jira/browse/YARN-6730 Project: Hadoop YARN Issue Type: Task Reporter: Botong Huang Assignee: Botong Huang Priority: Minor
In the NM statestore for NM restart, there are a lot of places where we check if the stateStore != null. This is true in the existing codebase too. Ideally, the stateStore should never be null because we have the NullStateStore implementation and we should not have to perform so many defensive checks. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org