forked from membase/ns_server
-
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.
Direct cast to ns_rebalance_observer for rebalance events.
Doing a cast to ns_rebalance_observer for interested events instead of the bunny hop from master_activity_events_ingress to master_activity_events to cast in ns_rebalance_observer as was done previously, to prevent delays as much as possible. This is extremely ugly but effective and easy to maintain. Change-Id: Icb3ae2df34c3f864b00d8f23223c7e20a8dae546 Reviewed-on: http://review.couchbase.org/103698 Tested-by: Abhijeeth Nuthan <[email protected]> Well-Formed: Build Bot <[email protected]> Reviewed-by: Aliaksey Artamonau <[email protected]>
- Loading branch information
Showing
2 changed files
with
50 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