forked from bloomberg/blazingmq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mqbc::StorageMgr, RecoveryMgr: Thread safety improvements (bloomberg#367
) * mqbs:FileStore: Improve rc logging Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * mqbc::StorageManager.t: Remove the concept of replica healing stages Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * mqbmock::StorageManager [new] Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * mqbc::ClusterData: Clean up manipulators and accessors Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * mqbc::RecoveryMgr: Thread safety improvements Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * Fix mqbc::StorageMgr: Initialize queue key info map in cluster thread Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * mqbc::StorageMgr.t: Set partition primary also in cluster state Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * mqbc::StorageMgr: Thread safety improvements Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * Apply clang-format Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * PR#367: Address feedback Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * mqbc::ClusterData: Return reference not pointer for non-nullables Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * mqbc: Make copy constructor and copy assignment private Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * blp::StorageManager: Improve assert logging Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * mqbmock::StorageMgr: Fix compilation errors Signed-off-by: Yuan Jing Vincent Yan <[email protected]> * mqbc::RecoveryManager: Apply clang format Signed-off-by: Yuan Jing Vincent Yan <[email protected]> --------- Signed-off-by: Yuan Jing Vincent Yan <[email protected]>
- Loading branch information
1 parent
046a4da
commit 0d5f94d
Showing
48 changed files
with
1,987 additions
and
961 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
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
Oops, something went wrong.