Currently if the sanitizer detects a discrepancy on all the checked clusters it will produce as many messages as we have clusters. We can optimize this process by sending a single message with the cluster param set to null. This should help reduce the number of messages processed on the CirrusSearchLinksUpdate topic.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| Optimize the CheckerJob process by trying to send a single job for all clusters | DCausse | mediawiki/extensions/CirrusSearch | master | +653 -14 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change 540418 had a related patch set uploaded (by DCausse; owner: DCausse):
[mediawiki/extensions/CirrusSearch@master] Optimize the CheckerJob process by trying to send a single job for all clusters
Comment Actions
Change 540418 merged by jenkins-bot:
[mediawiki/extensions/CirrusSearch@master] Optimize the CheckerJob process by trying to send a single job for all clusters