-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(grpc/snapshot): snapshot grpc should use replica svc
We should not allow concurrent snapshot and replica operations as they might clash. todo: allow per-resource locking Furthermore it was observed that holding a bdev ptr whilst it's being deleted might cause a crash, we need to determine if this was to do with it being held over an async point, or a more general problem. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
- Loading branch information
1 parent
93bbeea
commit a7cf92a
Showing
2 changed files
with
17 additions
and
44 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