EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/308896

Change subject: Cirrus: Support document versioning
......................................................................

Cirrus: Support document versioning

Turns on the feature flag for document versioning which will prevent
race conditions in the update process due to re-ordering of writes in
the job queue due to retries, or whatever else.

Must not be deployed until the production and beta cluster search
clusters have had a cluster restart with the new version of search-extra
plugin supporting this change.

Bug: T144039
Change-Id: Ibe3fbffde2dd42739c9e1386fd75998c08df9fe1
---
M wmf-config/CirrusSearch-common.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/96/308896/1

diff --git a/wmf-config/CirrusSearch-common.php 
b/wmf-config/CirrusSearch-common.php
index 21e8a0b..cf92d95 100644
--- a/wmf-config/CirrusSearch-common.php
+++ b/wmf-config/CirrusSearch-common.php
@@ -377,6 +377,7 @@
        ],
        'super_detect_noop' => true,
        'id_hash_mod_filter' => true,
+       'documentVersion' => true,
 ];
 
 # Enable the "experimental" highlighter on all wikis

-- 
To view, visit https://gerrit.wikimedia.org/r/308896
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe3fbffde2dd42739c9e1386fd75998c08df9fe1
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to