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
There is an easy-to-repro stop race when a stop is signaled during a start. This will invalidate the store (leaves flush lock) if write flushing is not enabled. The stop signal is properly handled once but the node.close call fails to terminate the services. The cause is well documented in the server sources, just needs to be refactored to guarantee order or idempotency.
The text was updated successfully, but these errors were encountered:
There is an easy-to-repro stop race when a stop is signaled during a start. This will invalidate the store (leaves flush lock) if write flushing is not enabled. The stop signal is properly handled once but the node.close call fails to terminate the services. The cause is well documented in the server sources, just needs to be refactored to guarantee order or idempotency.
The text was updated successfully, but these errors were encountered: