-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reclaim resources on PG creation failure and add concurrency support …
…for PG creation - Reclaim resources if PG creation fails: - Ensure chunks are returned to the device heap if PG creation fails. - Remove replication device if PG creation fails. - Add concurrency support for receiving PG creation requests: - Use `select_chunks_for_pg()` to support concurrent requests instead of only checking size. - Add concurrency tests to verify the behavior of concurrent PG creation requests.
- Loading branch information
1 parent
c3a24ec
commit 77d89ef
Showing
4 changed files
with
138 additions
and
15 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
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