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
RavenDB Server child process remains running after SC instance is stopped. This causes issues when the instance is (re)started.
Restarting or shutting down the server results in the RavenDB instance to be terminated which might cause the database to do lots of IO when starts as it detects its data might be incorrect.
This is already a problem but even more when performing an upgrade as this can result in the upgrade to fail (database unavailable or just not stopping).
Describe the bug
Description
RavenDB Server child process remains running after SC instance is stopped. This causes issues when the instance is (re)started.
Restarting or shutting down the server results in the RavenDB instance to be terminated which might cause the database to do lots of IO when starts as it detects its data might be incorrect.
This is already a problem but even more when performing an upgrade as this can result in the upgrade to fail (database unavailable or just not stopping).
https://www.youtube.com/watch?v=nkRYMQXZDQE
Expected behavior
RavenDB Server Child process to gracefully exit before service control
Actual behavior
Versions
6.3.0 and prior 6.x and 5.x versions that use RavenDB Server as child processes.
Steps to reproduce
Ensure that the RavenDB studio has plenty of index backlog
Observe that the instance process eventually stops but that the RavenDB Server process to remain running
Relevant log output
Additional Information
Workarounds
Possible solutions
The text was updated successfully, but these errors were encountered: