-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the namespacing model for Aerospike
Previously we were starting one probe worker for each cluster. With one driver per worker. Now we spawn one worker per namespace per cluster. The main benefit is that namespace are handled independantly by the probe, it won't get stuck if one namespace is failing to start.
- Loading branch information
Showing
6 changed files
with
210 additions
and
197 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
Oops, something went wrong.