Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
Untriaged
-
1
-
Unknown
Description
When partition state changes, view engine stops the updater and then update the partition state and then restart the updater.
If updater is in waiting queue, stop updater will block till updater moves to running state. This will unnecessarily block the movement of partition.
The updater can be removed from the waiting list when stop_updater is called and partition state can be updated and restart the updater. This will unblock partition state change call.
Build couchbase-server-7.1.0-2353 contains couchdb commit 0f94ab9 with commit message:
MB-48813: Remove updater from waiting list when stop updater is called