EBernhardson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/307328
Change subject: Add some more info to failed incoming link count jobs
......................................................................
Add some more info to failed incoming link count jobs
These jobs log regular failures to logstash, but on checking the
reported id's all the pages seem to exist in the index. I'm doubtful
that the problem is sending to wrong index, but it's simple enough to
add the info the log and find out.
Change-Id: I62c79e1e09bb6a318642228acea8aad47917fc3c
---
M includes/DataSender.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch
refs/changes/28/307328/1
diff --git a/includes/DataSender.php b/includes/DataSender.php
index d14510b..ada41a1 100644
--- a/includes/DataSender.php
+++ b/includes/DataSender.php
@@ -195,7 +195,7 @@
function( $docId ) use ( $e ) {
$this->log->info(
"Updating a page that doesn't
yet exist in Elasticsearch: {docId}",
- [ 'docId' => $docId ]
+ [ 'docId' => $docId,
'indexType' => $indexType ]
);
}
);
--
To view, visit https://gerrit.wikimedia.org/r/307328
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I62c79e1e09bb6a318642228acea8aad47917fc3c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits