[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-13 Thread gerritbot
gerritbot added a comment. Change 203967 had a related patch set uploaded (by Aaron Schulz): Avoid using local titles in JobSpecification https://gerrit.wikimedia.org/r/203967 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-13 Thread gerritbot
gerritbot added a comment. Change 203973 had a related patch set uploaded (by Hoo man): Avoid using local main page title in JobSpecification https://gerrit.wikimedia.org/r/203973 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files,

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-13 Thread gerritbot
gerritbot added a comment. Change 203967 merged by Aaron Schulz: Avoid using local main page title in JobSpecification https://gerrit.wikimedia.org/r/203967 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim,

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-13 Thread gerritbot
gerritbot added a comment. Change 203972 had a related patch set uploaded (by Hoo man): Avoid using local main page title in JobSpecification https://gerrit.wikimedia.org/r/203972 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files,

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-13 Thread hoo
hoo added a comment. Just for the record: I investigated a bit further yesterday and today but wasn't able to come up with anything. Aaron managed to find the root cause: We (per default, in core) set the Job's title to the main page of the remote wiki. On the repo (wikidata), we then try to

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-13 Thread hoo
hoo added a comment. Will backport the fix with tonight's SWAT. Hopefully we wont lose any further edits then. TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-13 Thread hoo
hoo added a comment. Works now: https://www.wikidata.org/w/index.php?title=Q3938action=historyoffset=2015041400limit=2 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-13 Thread gerritbot
gerritbot added a comment. Change 203972 merged by Hoo man: Avoid using local main page title in JobSpecification https://gerrit.wikimedia.org/r/203972 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim,

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-13 Thread gerritbot
gerritbot added a comment. Change 203973 merged by Hoo man: Avoid using local main page title in JobSpecification https://gerrit.wikimedia.org/r/203973 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim,

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-09 Thread hoo
hoo added a comment. These are definitely getting abandoned, but I still have no clue why. @Aaron any ides how to continue here? hoo@terbium:~$ mwscript showJobs.php --wiki wikidatawiki --type UpdateRepoOnMove --list | grep -c nowiki 70 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-04-09 Thread hoo
hoo added a comment. This seems to affect some wikis significantly more than others... maybe it could help to gather statistics for a longer period of time? hoo@terbium:~$ mwscript showJobs.php --wiki wikidatawiki --type UpdateRepoOnMove --list | grep -oP 'siteId=[^ ]+' | sort | uniq -c

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-03-26 Thread aaron
aaron added a comment. So the jobs have nowiki as a parameter? If not, shouldn't you be grepping for wikidatawiki? TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign username. EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-03-26 Thread hoo
hoo added a comment. In https://phabricator.wikimedia.org/T92789#1153420, @aaron wrote: If a job is marked as active then it was popped and started but hasn't been ACKed. After an hour of being in such a state it's recycled for popping again. The 209 abandoned jobs must have failed 3 times.

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-03-26 Thread hoo
hoo added a comment. In https://phabricator.wikimedia.org/T92789#1153614, @aaron wrote: So the jobs have nowiki as a parameter? If not, shouldn't you be grepping for wikidatawiki? I guess it's siteId. It indeed has nowiki as parameter (`siteId`). I checked (via a hacked up class on mw1017)

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-03-26 Thread aaron
aaron added a comment. If a job is marked as active then it was popped and started but hasn't been ACKed. After an hour of being in such a state it's recycled for popping again. The 209 abandoned jobs must have failed 3 times. Unless the logging is broken, there should be runJobs entries (at

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-03-25 Thread gerritbot
gerritbot added a comment. Change 199596 had a related patch set uploaded (by Hoo man): Add debug logging to client UpdateRepo code https://gerrit.wikimedia.org/r/199596 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close,

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-03-25 Thread gerritbot
gerritbot added a comment. Change 199596 merged by jenkins-bot: Add debug logging to client UpdateRepo code https://gerrit.wikimedia.org/r/199596 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-03-25 Thread gerritbot
gerritbot added a comment. Change 199613 had a related patch set uploaded (by Hoo man): Add debug logging to client UpdateRepo code https://gerrit.wikimedia.org/r/199613 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close,

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-03-25 Thread gerritbot
gerritbot added a comment. Change 199613 merged by jenkins-bot: Add debug logging to client UpdateRepo code https://gerrit.wikimedia.org/r/199613 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or

[Wikidata-bugs] [Maniphest] [Commented On] T92789: UpdateRepo doesn't always propagate changes

2015-03-17 Thread gerritbot
gerritbot added a comment. Change 197350 merged by jenkins-bot: Run UpdateRepo jobs on time() 2, not time() 1 https://gerrit.wikimedia.org/r/197350 TASK DETAIL https://phabricator.wikimedia.org/T92789 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim,