-
Notifications
You must be signed in to change notification settings - Fork 48
Allow JIT killing of Raven.Embedded.EmbeddedServer by tearing it down as part of stop sequence #4824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mauroservienti
merged 15 commits into
master
from
ravendb-teardown-during-stop-sequence
Mar 14, 2025
Merged
Allow JIT killing of Raven.Embedded.EmbeddedServer by tearing it down as part of stop sequence #4824
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
4810ad4
Teardown `Raven.Embedded.EmbeddedServer` as part of stop sequence so …
ramonsmits f2bcbe0
Removed static
ramonsmits 7a4ef15
Add why we set `GracefulShutdownTimeout` to Zero during dispose
ramonsmits 86893a5
Enable Raven.Embedded console and file logging
ramonsmits 735446a
Set `GracefulShutdownTimeout` to 1 hour, as default is 30 seconds.
ramonsmits c7760a5
Workaround for failing tests that seems to re-use the instance. Is th…
ramonsmits 70f75d8
WaitForExitAsync is needed to wait for process to exit after kill signal
ramonsmits 9c0bd7a
Apply suggestions from Daniel's code review
mauroservienti 974a96a
Ported disposing of RavenDB during stop to primary instance
ramonsmits 7482a6d
Dispose Process instance `using var`, ensure EmbeddedServer.Instance.…
ramonsmits 6c53404
Keep logging behavior default as it, only create client logs with Log…
ramonsmits 8edecb7
Update src/ServiceControl.RavenDB/EmbeddedDatabase.cs
ramonsmits e07f9ed
Update src/ServiceControl.Persistence.RavenDB/IRavenPersistenceLifecy…
ramonsmits dee2cfe
Improved comments and cancellation behavior
ramonsmits a5119d7
Fix comment
andreasohlund File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.