You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #276, mongo-orchestration stop will block until all the clusters are shutdown. This uses the shutdown command on all running servers which can take a long time especially on newer server versions: 30 seconds for latest-sharded-cluster.
We should optimize mongo-orchestration stop by killing the servers with a signal instead of using the shutdown command.
The text was updated successfully, but these errors were encountered:
After #276,
mongo-orchestration stop
will block until all the clusters are shutdown. This uses theshutdown
command on all running servers which can take a long time especially on newer server versions: 30 seconds for latest-sharded-cluster.We should optimize
mongo-orchestration stop
by killing the servers with a signal instead of using theshutdown
command.The text was updated successfully, but these errors were encountered: