Prevent parallel node startup and shutdown
The call node.start(); node.shutdown();
causes the node to be started and stopped in parallel and results in a partially started node.
The call node.start(); node.shutdown();
causes the node to be started and stopped in parallel and results in a partially started node.