-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace snapshot manager multistore with new one after DBSync (#229)
## Describe your changes and provide context Snapshot manager is initialized with the old multistore which is closed when DBSync finishes. We need to replace the multistore with the new one after DBSync so that snapshot manager can continue to work. `SetMultiStore` should be safe to call in `ReloadDB` since no snapshotting would be taking place during the call. ## Testing performed to validate your change loadtest cluster
- Loading branch information
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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 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