Description
The command "mvn compile -Pvisualize" should generate graph representations for all state machines in the project. We are still missing org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore for resourcemanager project.
Another class org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl.StatefulContainer also has a state machine. However this one is a protected inner class, hence cannot be seen by class VisualizeStateMachine. Any suggestions?