Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta
-
Fix Version/s: 2.0-beta-2
-
Component/s: view-engine
-
Security Level: Public
-
Labels:None
Description
During rebalance ns_server keeps asking to mark a group of partitions as indexable when they're all already indexable (or when they're all unindexable already).
This causes updater, compactor and cleaner processes to be restarted, and an header to be built and written to the index file, as the view engine wasn't accounting for such useless calls.
Such effectless and useless calls, should just be a no-op with no side effects.
This causes updater, compactor and cleaner processes to be restarted, and an header to be built and written to the index file, as the view engine wasn't accounting for such useless calls.
Such effectless and useless calls, should just be a no-op with no side effects.
MB-6804Ignore effectless indexable/unindexable calls (Revision c11c200c0a9863dc84e08a7a22faf6a16b6e00dc)Result = SUCCESS
pwansch :
Files :
* src/couch_set_view/src/couch_set_view_group.erl