Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/269604
Change subject: Use same values of kafka.max.pull.hrs and kafka.max.historical.days ...................................................................... Use same values of kafka.max.pull.hrs and kafka.max.historical.days This was causing camus to throw out lagging data for mediawiki_CirrusSearchRequestSet Change-Id: I8fddc2abab4c298fc51bdcbc19f0254986125fee --- M modules/camus/templates/mediawiki.erb 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/04/269604/1 diff --git a/modules/camus/templates/mediawiki.erb b/modules/camus/templates/mediawiki.erb index cbeb3c5..2bc8fa5 100644 --- a/modules/camus/templates/mediawiki.erb +++ b/modules/camus/templates/mediawiki.erb @@ -55,9 +55,9 @@ # This will take some more sleuthing to figure out why, but in our case # here its ok, as we hope to never be this far behind in Kafka messages to # consume. -kafka.max.pull.hrs=24 +kafka.max.pull.hrs=168 # events with a timestamp older than this will be discarded. -kafka.max.historical.days=1 +kafka.max.historical.days=7 # Max minutes for each mapper to pull messages (-1 means no limit) # Let each mapper run for no more than 55 minutes. # Camus creates hourly directories, and we don't want a single -- To view, visit https://gerrit.wikimedia.org/r/269604 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8fddc2abab4c298fc51bdcbc19f0254986125fee Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
