[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Ladsgroup
Ladsgroup added a comment.


  In T249565#6037357 , 
@Addshore wrote:
  
  > In T249565#6036654 , 
@CDanis wrote:
  >
  >> In T249565#6035968 , 
@Ladsgroup wrote:
  >>
  >>> In T249565#6035961 , 
@Addshore wrote:
  >>>
   Some logged out users will still see potentially outdated pages cached 
in varnish for a time.
  >>>
  >>> Adding that varnish TTL is 24 hours, so logged out users might see wrong 
data for the next 24 hours.
  >>
  >> @Ladsgroup you sure?  I thought that the `s-maxage` sent to Varnish was 2 
weeks:
  >> `< cache-control: s-maxage=1209600, must-revalidate, max-age=0`
  >
  > Per https://wikitech.wikimedia.org/wiki/Varnish#TTL varnish cache TTL is 24 
hours
  > Also for text listed in 
https://github.com/wikimedia/puppet/blob/production/hieradata/role/common/cache/text.yaml#L197
  
  It has changed recently, for example see  
https://gerrit.wikimedia.org/r/c/operations/puppet/+/352826/

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Ladsgroup
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, Soul_Train, Mr.Ibrahem, 
Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, 
Emaus, RexxS, Paladox, MaxSem, BRPever, AntiCompositeNumber, Coffeeandcrumbs, 
ppelberg, Catrope, Esanders, Jdforrester-WMF, Jdlrobson, Piramidion, kolbert, 
Pigsonthewing, Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, 
Thibaut120094, Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, 
Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, 
Aklapper, Oblanco79, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, 
NebulousIris, jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T249680: Wikidata password login via MediaWiki API fails

2020-04-07 Thread Pintoch
Pintoch created this task.
Pintoch added projects: Wikidata, OpenRefine.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Over the past 48 hours, there seems to have been a change in the behaviour of 
MediaWiki login API for Wikidata. This causes all logins from Wikidata-Toolkit 
(Java library) to fail. Among others, this affects OpenRefine users.
  
  To reproduce:
  
  - Fetch a login token with 
https://www.wikidata.org/w/api.php?action=query=tokens=login=json
  - Perform a POST query to login using this token and valid credentials:
  
curl -X POST "https://www.wikidata.org/w/api.php; -d 
"action=login=MY_USERNAME=MY_PASSWORD=MY_TOKEN=json"
  
  which gives the following response:
  
{
  "warnings": {
"main": {
  "*": "Subscribe to the mediawiki-api-announce mailing list at 
 for 
notice of API deprecations and breaking changes. Use 
[[Special:ApiFeatureUsage]] to see usage of deprecated features by your 
application."
},
"login": {
  "*": "Fetching a token via \"action=login\" is deprecated. Use 
\"action=query=tokens=login\" instead."
}
  },
  "login": {
"result": "NeedToken",
"token": "dda68bc218a252765816dca9570ec6755e8d6462+\\"
  }
}
  
  This bug can be observed for existing releases of Wikidata-Toolkit (and 
therefore OpenRefine), so this issue cannot come from a client-side change. One 
can observe that no data imports have been made through OpenRefine for about 48 
hours: https://tools.wmflabs.org/editgroups/?tool=OR
  
  This seems to depend on subtle details of cookie handling according to this 
pull request .
  While we can of course fix things on Wikidata-Toolkit's side, it would be 
great if the change on Wikidata's side could be reverted at least temporarily, 
since fixing this on our side requires making new releases of Wikidata-Toolkit 
and OpenRefine.
  
  OR issue: https://github.com/OpenRefine/OpenRefine/issues/2526

TASK DETAIL
  https://phabricator.wikimedia.org/T249680

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pintoch
Cc: Pintoch, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Nikerabbit, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587389 had a related patch set uploaded (by Tim Starling; owner: Tim 
Starling):
  [mediawiki/core@master] Revert "maintenance: Remove sql.php temporarily"
  
  https://gerrit.wikimedia.org/r/587389

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, Soul_Train, Mr.Ibrahem, 
Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, 
Emaus, RexxS, Paladox, MaxSem, BRPever, AntiCompositeNumber, Coffeeandcrumbs, 
ppelberg, Catrope, Esanders, Jdforrester-WMF, Jdlrobson, Piramidion, kolbert, 
Pigsonthewing, Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, 
Thibaut120094, Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, 
Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, 
Aklapper, Oblanco79, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, 
NebulousIris, jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T204153: Add more Wikibase extensions to gatedextensions

2020-04-07 Thread Jdforrester-WMF
Jdforrester-WMF added a parent task: T249674: Have all Wikimedia production 
extensions and skins in the CI gate.

TASK DETAIL
  https://phabricator.wikimedia.org/T204153

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdforrester-WMF
Cc: Lucas_Werkmeister_WMDE, Aklapper, daniel, Liuxinyu970226, Pablo-WMDE, 
WMDE-leszek, gerritbot, greg, Jdforrester-WMF, hashar, Addshore, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Totolinototo3, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Redabr4, Kent7301, Zanziii, 
Sadisticturd, Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, 
Gaboe420, A.S.Kochergin, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T125050: [Task] Add Scribunto to extension-gate in CI

2020-04-07 Thread Jdforrester-WMF
Jdforrester-WMF added a parent task: T249674: Have all Wikimedia production 
extensions and skins in the CI gate.

TASK DETAIL
  https://phabricator.wikimedia.org/T125050

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdforrester-WMF
Cc: alaa_wmde, Jdforrester-WMF, WMDE-Fisch, Pablo-WMDE, Jakob_WMDE, Tarrow, 
gerritbot, Addshore, TerraCodes, Liuxinyu970226, EBernhardson, Smalyshev, greg, 
Legoktm, Stashbot, Lydia_Pintscher, Aleksey_WMDE, Ladsgroup, WMDE-leszek, 
Anomie, hashar, aude, thcipriani, Paladox, hoo, Aklapper, JanZerebecki, 
StudiesWorld, Oblanco79, Alter-paule, Beast1978, Un1tY, Totolinototo3, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Redabr4, Kent7301, 
Zanziii, Sadisticturd, Meekrab2012, joker88john, CucyNoiD, Nandana, 
NebulousIris, Gaboe420, A.S.Kochergin, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, SundanceRaphael, _jensen, 
rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, Dinoguy1000, jayvdb, 
MrStradivarius, Jackmcbarn, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T249263: SUPPORT: wikibase-composer using latest wikibase version

2020-04-07 Thread Addshore
Addshore added a subscriber: Samantha_Alipio_WMDE.
Addshore added a comment.


  The Kartographer extension is indeed not bundled in the current docker image 
bundle.
  @Samantha_Alipio_WMDE We should have a chat about adding it!
  
  As for T240189  this ticket only 
talks about documentation, but the feature of statement groups has been in 
wikibase for quite some time!

TASK DETAIL
  https://phabricator.wikimedia.org/T249263

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Samantha_Alipio_WMDE, Aklapper, DD063520, Iflorez, darthmon_wmde, 
alaa_wmde, Jelabra, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Asahiko, despens, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Addshore
Addshore lowered the priority of this task from "High" to "Medium".

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, Soul_Train, Mr.Ibrahem, 
Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, 
Emaus, RexxS, Paladox, MaxSem, BRPever, AntiCompositeNumber, Coffeeandcrumbs, 
ppelberg, Catrope, Esanders, Jdforrester-WMF, Jdlrobson, Piramidion, kolbert, 
Pigsonthewing, Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, 
Thibaut120094, Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, 
Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, 
Aklapper, Oblanco79, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, 
NebulousIris, jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T198557: Remove the ability to write pre-MCR fields, limit the ability to read pre-MCR fields to migration scripts

2020-04-07 Thread daniel
daniel closed this task as "Resolved".
daniel added a comment.


  It's done, as far as I know

TASK DETAIL
  https://phabricator.wikimedia.org/T198557

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: daniel
Cc: Anomie, DannyS712, Jdforrester-WMF, BPirkle, Fjalapeno, CCicalese_WMF, 
Aklapper, daniel, darthmon_wmde, RhinosF1, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, JJMC89, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T198492: Create a maintenance script to drop rev_text_id and ar_text_id from the database.

2020-04-07 Thread daniel
daniel closed subtask T198557: Remove the ability to write pre-MCR fields, 
limit the ability to read pre-MCR fields to migration scripts as 
Resolved.

TASK DETAIL
  https://phabricator.wikimedia.org/T198492

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: daniel
Cc: tstarling, Aklapper, Anomie, Jdforrester-WMF, Tgr, daniel, darthmon_wmde, 
RhinosF1, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, JJMC89, _jensen, rosalieper, Agabi10, Scott_WUaS, Wikidata-bugs, 
aude, Mbch331, Ltrlg
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T198557: Remove the ability to write pre-MCR fields, limit the ability to read pre-MCR fields to migration scripts

2020-04-07 Thread CCicalese_WMF
CCicalese_WMF removed a project: Patch-For-Review.
CCicalese_WMF added a subscriber: Anomie.
CCicalese_WMF added a comment.


  @daniel @Anomie Is there anything remaining to be done for this task?

TASK DETAIL
  https://phabricator.wikimedia.org/T198557

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: daniel, CCicalese_WMF
Cc: Anomie, DannyS712, Jdforrester-WMF, BPirkle, Fjalapeno, CCicalese_WMF, 
Aklapper, daniel, darthmon_wmde, RhinosF1, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, JJMC89, _jensen, rosalieper, Agabi10, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331, Ltrlg, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Kent7301, 
Meekrab2012, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, 
Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T249669: Error retrieving token: mwoauth-oauth-exception

2020-04-07 Thread Peterchanws
Peterchanws created this task.
Peterchanws added a project: Wikibase-Containers.
Restricted Application added a subscriber: Aklapper.
Restricted Application added projects: Wikidata, User-Addshore.

TASK DESCRIPTION
  I used the image https://github.com/SemanticLab/wikibase-basic-local.git to 
create a Wikibase in Google Cloud Platform.
  The Wikibase run smoothly. However, I have problem with logging in 
QuickStatments. I got message:
  "Error retrieving token: mwoauth-oauth-exception"
  
  The url is
  http://34.69.106.27:9191/api.php?action=oauth_redirect

TASK DETAIL
  https://phabricator.wikimedia.org/T249669

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Peterchanws
Cc: Aklapper, Peterchanws, Samantha_Alipio_WMDE, darthmon_wmde, Jelabra, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Asahiko, despens, Wikidata-bugs, aude, Addshore, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T238362: Blazegraph write performance tuning

2020-04-07 Thread Sj
Sj added a comment.


  Are these questions answered elsewhere?  Seems to not quite fit the phab-task 
format

TASK DETAIL
  https://phabricator.wikimedia.org/T238362

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Sj
Cc: Sj, Tarrow, dcausse, Igorkim78, Gehel, Aklapper, darthmon_wmde, Nandana, 
Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T20:34:22Z]  (Take 
3) Temporary modified dumpsgen's crontab on snapshot1008 so that the Wikidata 
RDF dumps start now (broke as a side effect of T249565 
)

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, Soul_Train, Mr.Ibrahem, 
Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, 
Emaus, RexxS, Paladox, MaxSem, BRPever, AntiCompositeNumber, Coffeeandcrumbs, 
ppelberg, Catrope, Esanders, Jdforrester-WMF, Jdlrobson, Piramidion, kolbert, 
Pigsonthewing, Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, 
Thibaut120094, Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, 
Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, 
Aklapper, Oblanco79, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, 
NebulousIris, jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T20:08:58Z]  (Take 
2) Temporary modified dumpsgen's crontab on snapshot1008 so that the Wikidata 
RDF dumps start now (broke as a side effect of T249565 
)

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, Soul_Train, Mr.Ibrahem, 
Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, 
Emaus, RexxS, Paladox, MaxSem, BRPever, AntiCompositeNumber, Coffeeandcrumbs, 
ppelberg, Catrope, Esanders, Jdforrester-WMF, Jdlrobson, Piramidion, kolbert, 
Pigsonthewing, Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, 
Thibaut120094, Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, 
Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, 
Aklapper, Oblanco79, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, 
NebulousIris, jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T231269: All API help links should use `Special:MyLanguage`

2020-04-07 Thread kaldari
kaldari moved this task from Needs Review/Feedback to Done on the 
MediaWiki-extensions-PageAssessments board.
Restricted Application added a project: Structured-Data-Backlog.

TASK DETAIL
  https://phabricator.wikimedia.org/T231269

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1936/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: DannyS712, kaldari
Cc: JTannerWMF, TheDJ, kostajh, DannyS712, Aklapper, NavinRizwi, CBogen, 
keithbrianpadilla, Demian, darthmon_wmde, Saimongoltinio, WikimeSteve, 
ppelberg, Chambersjay, 94rain, Nandana, Lens0021, aezell, ElanHR, marcella, 
Revansx, Jony, OhKayeSierra, Amorymeltzer, takidelfin, Lahi, PDrouin-WMF, Gq86, 
Xinbenlv, Vacio, Ramsey-WMF, mojoaxel, Necroarcano, Robinma, GoranSMilovanovic, 
Fz-29, 45Jayjay1969, QZanden, EBjune, EnricoCNC, merbst, LawExplorer, 
Framawiki, JJMC89, Wess, B20180, Dvorapa, _jensen, rosalieper, Mkdw, D3r1ck01, 
Taiwania_Justo, Scott_WUaS, Srdjan_m, Samwilson, SBisson, notconfusing, 
Luke081515, Nakon, Jrf, Husun1297, MusikAnimal, Niharika, Fhocutt, 
Wikidata-bugs, Mooeypoo, aude, Gryllida, jeblad, Ricordisamoa, Mvolz, brion, 
-jem-, Swainr, Catrope, Anomie, putnik, Alchimista, He7d3r, MaxSem, Mbch331, 
Rxy, Jay8g, Krenair, Legoktm
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T19:45:21Z]  
Temporary modified dumpsgen's crontab on snapshot1008 so that the Wikidata RDF 
dumps start now (broke as a side effect of T249565 
)

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, Soul_Train, Mr.Ibrahem, 
Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, 
Emaus, RexxS, Paladox, MaxSem, BRPever, AntiCompositeNumber, Coffeeandcrumbs, 
ppelberg, Catrope, Esanders, Jdforrester-WMF, Jdlrobson, Piramidion, kolbert, 
Pigsonthewing, Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, 
Thibaut120094, Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, 
Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, 
Aklapper, Oblanco79, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, 
NebulousIris, jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Jdforrester-WMF
Jdforrester-WMF removed a parent task: T247774: 1.35.0-wmf.27 deployment 
blockers.

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Jdforrester-WMF
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, Soul_Train, Mr.Ibrahem, 
Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, 
Emaus, RexxS, Paladox, MaxSem, BRPever, AntiCompositeNumber, Coffeeandcrumbs, 
ppelberg, Catrope, Esanders, Jdforrester-WMF, Jdlrobson, Piramidion, kolbert, 
Pigsonthewing, Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, 
Thibaut120094, Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, 
Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, 
Aklapper, Oblanco79, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, 
NebulousIris, jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Jdforrester-WMF
Jdforrester-WMF added a comment.


  In T249565#6037323 , 
@Addshore wrote:
  
  > I would not consider this a train blocker any more
  
  Removing from blocker, then.

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Jdforrester-WMF
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, Soul_Train, Mr.Ibrahem, 
Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, 
Emaus, RexxS, Paladox, MaxSem, BRPever, AntiCompositeNumber, Coffeeandcrumbs, 
ppelberg, Catrope, Esanders, Jdforrester-WMF, Jdlrobson, Piramidion, kolbert, 
Pigsonthewing, Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, 
Thibaut120094, Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, 
Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, 
Aklapper, Oblanco79, Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, 
Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, 
alaa_wmde, RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, 
NebulousIris, jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Project Column] T249196: Test the impact of the wdqs updater performance by disabling values cleanup

2020-04-07 Thread dcausse
dcausse moved this task from In Progress to To Be Deployed on the 
Discovery-Search (Current work) board.
dcausse added a comment.


  The lag on wdqs1007 has been absorbed much faster than other eqiad nodes.
  F31741086: lag_wdqs1007.png 
  
  Comparing codfw nodes the lag is a bit better on a node where the cleanup has 
been removed (wdqs2002 removed vs wdqs2003 cleanup enabled) but the impact is 
nor particularly impressive, wdqs2002 lag still climbs relying on back pressure 
propagation through maxLab (sawtooth shape)
  
  F31741092: lag_wdqs2003.png 
  
  Overall I think that this cleanup does not bring much to the system being 
enabled for more than 3 days I didn't see a dramatic climb in number of triples.
  I think opting for more frequent reloads is much more efficient approach.

TASK DETAIL
  https://phabricator.wikimedia.org/T249196

WORKBOARD
  https://phabricator.wikimedia.org/project/board/1227/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcausse
Cc: Aklapper, dcausse, CBogen, darthmon_wmde, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T157651: sql.php runs LoadExtensionSchemaUpdates

2020-04-07 Thread Jdforrester-WMF
Jdforrester-WMF added a comment.


  In T157651#6037432 , 
@Krinkle wrote:
  
  > I suggest that we:
  >
  > - Keep `patchSql.php` and to the extent not already the case make it only 
support running queries from a patch file (not arbitrary input), and carry over 
any relevant features or conveniences from sql.php.
  > - Keep `mysql.php` which is what I believe most developers use already for 
ad-hoc querying. For example, the `sql ` utility that we have in WMF 
production uses `mwscript mysql.php --wiki ` underneath. For other 
db-backends we support in core a similar thing could be created if there is 
demand for it.
  > - Remove `sql.php`. Or, if there is demand for it, strip it down to just 
the bare minimum for an interactive shell that sends read queries and nothing 
else (no file paths, no programmatic use, no schema options, no master/write 
queries).
  
  This feels like a good set of choices (including removing `sql.php` and 
pointing users to the other two alternatives.
  
  (Do we have an equivalent of mysql.php for sqlite and postgress?).

TASK DETAIL
  https://phabricator.wikimedia.org/T157651

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdforrester-WMF
Cc: Jdforrester-WMF, kostajh, WMDE-leszek, Addshore, Anomie, alaa_wmde, daniel, 
Ladsgroup, Pablo-WMDE, kchapman, Krinkle, Catrope, Reception123, gerritbot, 
aaron, Aklapper, Tgr, Oblanco79, Alter-paule, NavinRizwi, Beast1978, Un1tY, 
Demian, eprodromou, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, 94rain, CucyNoiD, Nandana, 
Lens0021, NebulousIris, jijiki, Gaboe420, Jony, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 45Jayjay1969, Jayprakash12345, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, Marostegui, EnricoCNC, LawExplorer, 
Vali.matei, WSH1906, Lewizho99, Minhnv-2809, Maathavan, elukey, _jensen, 
rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, SBisson, Wong128hk, 
Wikidata-bugs, aude, Dcljr, Bawolff, Gryllida, jeblad, ArielGlenn, He7d3r, 
Mbch331, Rxy, Jay8g, Krenair, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T157651: sql.php runs LoadExtensionSchemaUpdates

2020-04-07 Thread Krinkle
Krinkle added a comment.


  In T157651#6035533 , 
@daniel wrote:
  
  > Looking at the code, there seems to be a whole set of dubious things going 
on which all together caused the disaster above
  >
  > - …
  > - the only thing this does is add support for /*$wgDBTableOptions*/. Is 
that really needed in sql.php?
  
  I believe the main purpose of sql.php is to apply schema patches in a way you 
can control as an administrator, e.g. instead of update.php. The way you do 
that is by passing the patch file to `sql.php`. For that to work, it must 
expand table prefixes and table options, just like update.php would.
  
  Having a maintenance script that can do this, is important to have and keep.
  
  But, that also gets us to a number of other problems:
  
  - For the use case of patching the schema, we also have 
`maintenance/patchSql.php` which makes this use case even easier. But maybe 
that is too abstract currently? (It lets you omit the `patch-` file name 
prefix, and the `.sql` suffix, and the relevant subdirectory for the current 
rdbms). I think for someone who doesn't use update.php their entry point is 
presumably the list of patch files since the previous release and wanting to 
apply them. Not sure what's best, but we shouldn't have both.
  
  - For the use case of running ad-hoc queries while debugging something in 
production, we also have `maintenance/mysql.php` which is better suited for 
this purpose.
  
  In fact: the maintenance/mysql.php script says:
  
* Note that this will not do table prefixing or variable substitution.
* To safely run schema patches, use sql.php.
  
  I suggest that we:
  
  - Keep `patchSql.php` and to the extent not already the case make it only 
support running queries from a patch file (not arbitrary input), and carry over 
any relevant features or conveniences from sql.php.
  - Keep `mysql.php` which is what I believe most developers use already for 
ad-hoc querying. For example, the `sql ` utility that we have in WMF 
production uses `mwscript mysql.php --wiki ` underneath. For other 
db-backends we support in core a similar thing could be created if there is 
demand for it.
  - Remove `sql.php`. Or, if there is demand for it, strip it down to just the 
bare minimum for an interactive shell that sends read queries and nothing else 
(no file paths, no programmatic use, no schema options, no master/write 
queries).

TASK DETAIL
  https://phabricator.wikimedia.org/T157651

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krinkle
Cc: kostajh, WMDE-leszek, Addshore, Anomie, alaa_wmde, daniel, Ladsgroup, 
Pablo-WMDE, kchapman, Krinkle, Catrope, Reception123, gerritbot, aaron, 
Aklapper, Tgr, Oblanco79, Alter-paule, NavinRizwi, Beast1978, Un1tY, Demian, 
eprodromou, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, 94rain, CucyNoiD, Nandana, 
Lens0021, NebulousIris, jijiki, Gaboe420, Jony, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 45Jayjay1969, Jayprakash12345, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, Marostegui, EnricoCNC, LawExplorer, 
Vali.matei, WSH1906, Lewizho99, Minhnv-2809, Maathavan, elukey, _jensen, 
rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, SBisson, Wong128hk, 
Wikidata-bugs, aude, Dcljr, Bawolff, Gryllida, jeblad, ArielGlenn, He7d3r, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Maintenance_bot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Iflorez, darthmon_wmde, 
alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Addshore
Addshore added a comment.


  F31741039: image.png 

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Addshore
Addshore added a comment.


  In T249565#6036654 , 
@CDanis wrote:
  
  > In T249565#6035968 , 
@Ladsgroup wrote:
  >
  >> In T249565#6035961 , 
@Addshore wrote:
  >>
  >>> Some logged out users will still see potentially outdated pages cached in 
varnish for a time.
  >>
  >> Adding that varnish TTL is 24 hours, so logged out users might see wrong 
data for the next 24 hours.
  >
  > @Ladsgroup you sure?  I thought that the `s-maxage` sent to Varnish was 2 
weeks:
  > `< cache-control: s-maxage=1209600, must-revalidate, max-age=0`
  
  Per https://wikitech.wikimedia.org/wiki/Varnish#TTL varnish cache TTL is 24 
hours
  Also for text listed in 
https://github.com/wikimedia/puppet/blob/production/hieradata/role/common/cache/text.yaml#L197

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, Soul_Train, Mr.Ibrahem, 
Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, 
Emaus, RexxS, Paladox, MaxSem, BRPever, AntiCompositeNumber, Coffeeandcrumbs, 
ppelberg, Catrope, Esanders, Jdforrester-WMF, MMiller_WMF, Jdlrobson, 
Piramidion, kolbert, Pigsonthewing, Wittylama, PKM, Erutuon, Moebeus, 
Zoranzoki21, MusikAnimal, Thibaut120094, Pcoombe, RoySmith, Bugreporter, 
Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, Dreamy_Jazz, 
Tgr, Koavf, DannyS712, Aklapper, Oblanco79, Alter-paule, Hazizibinmahdi, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, RhinosF1, Meekrab2012, joker88john, Viztor, 
CucyNoiD, Nandana, NebulousIris, jijiki, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, 
Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, 
Minhnv-2809, JJMC89, Maathavan, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, 
Johan, Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread RoySmith
RoySmith added a comment.


  > On enwiki it just fixes double redirects, so it should be fine there and I 
suggest unblocking
  
  I'll hold off on unblocking for now.  Fixing double-redirects seems really 
low on the priority list compared to making sure everything else really is 
stable.

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, RoySmith
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Unblock] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Addshore
Addshore closed subtask T249595: Purge / Reject client pages that were cached 
in parser cache during the T249565 (wb_items_per_site) incident as 
Resolved.

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T17:55:21Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (14.5/14.5h) retry (duration: 01m 02s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T17:55:21Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (14.5/14.5h) retry (duration: 01m 02s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Addshore
Addshore closed this task as "Resolved".
Addshore added a comment.


  All pcache entries that were created while the tables were broken will now be 
rejected.

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T17:54:03Z] 
 sync-file aborted: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (14.5/14.5h) (duration: 01m 16s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T17:54:03Z] 
 sync-file aborted: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (14.5/14.5h) (duration: 01m 16s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587303 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 14.5/14.5 hours
  
  https://gerrit.wikimedia.org/r/587303

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587303 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 14.5/14.5 hours
  
  https://gerrit.wikimedia.org/r/587303

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Addshore
Addshore lowered the priority of this task from "Unbreak Now!" to "High".
Addshore added a comment.


  No longer a train blocker

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Lowered Priority] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Addshore
Addshore lowered the priority of this task from "Unbreak Now!" to "High".
Addshore added a comment.


  I would not consider this a train blocker any more

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587303 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 14.5/14.5 hours
  
  https://gerrit.wikimedia.org/r/587303

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, 
Hazizibinmahdi, Iflorez, darthmon_wmde, alaa_wmde, RhinosF1, Viztor, Nandana, 
jijiki, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Johan, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587303 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 14.5/14.5 hours
  
  https://gerrit.wikimedia.org/r/587303

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Iflorez, darthmon_wmde, 
alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread DannyS712
DannyS712 added a comment.


  In T249565#6037254 , 
@RoySmith wrote:
  
  > Oh, I blocked it on enwiki 
.
  I didn't realize that was the wrong place.  Should I just unblock it there?
  
  On enwiki it just fixes double redirects, so it should be fine there and I 
suggest unblocking

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, DannyS712
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, 
Hazizibinmahdi, Iflorez, darthmon_wmde, alaa_wmde, RhinosF1, Viztor, Nandana, 
jijiki, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Johan, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread RoySmith
RoySmith added a comment.


  Oh, I blocked it on enwiki 
.
  I didn't realize that was the wrong place.  Should I just unblock it there?

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, RoySmith
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, 
Hazizibinmahdi, Iflorez, darthmon_wmde, alaa_wmde, RhinosF1, Viztor, Nandana, 
jijiki, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Johan, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Mike_Peel
Mike_Peel added a comment.


  I think Roy was talking about enwp:
  
https://en.wikipedia.org/w/index.php?title=Special:Log=User%3AEmausBot=block
  
  An 'all-clear' from the Wikidata side would be useful. I've pulled the plug 
on Pi bot to avoid that causing problems, would be good to know when I can plug 
it back in.

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Mike_Peel
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, 
Hazizibinmahdi, Iflorez, darthmon_wmde, alaa_wmde, RhinosF1, Viztor, Nandana, 
jijiki, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Johan, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread DannyS712
DannyS712 added a comment.


  In T249565#6037156 , 
@RoySmith wrote:
  
  > Just for the record, as the admin who performed the block, I have no 
objection to any other admin unblocking, once there's agreement that it's 
appropriate to do so.
  
  ...I was the one who blocked the bot 
https://www.wikidata.org/w/index.php?title=Special:Log/block=User%3AEmausBot

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, DannyS712
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, 
Hazizibinmahdi, Iflorez, darthmon_wmde, alaa_wmde, RhinosF1, Viztor, Nandana, 
jijiki, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Johan, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread jcrespo
jcrespo added a comment.


  I think people that worked for a long time since yesterday are taking a 
well-deserved rest and may be unresponsive. From the data recovery/database 
perspective everything is done and no longer UBN. But I think it should be 
someone familiar with Wikidata that should give the last ok, as there may be 
those cache issues still affecting some pages served, with a long tail.

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, jcrespo
Cc: jcrespo, CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, 
Hazizibinmahdi, Iflorez, darthmon_wmde, alaa_wmde, RhinosF1, Viztor, Nandana, 
jijiki, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Johan, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T248464: [WDQS Streaming Updater] Implement ouput format in Streaming Updater

2020-04-07 Thread dcausse
dcausse claimed this task.
dcausse added a project: Discovery-Search (Current work).

TASK DETAIL
  https://phabricator.wikimedia.org/T248464

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcausse
Cc: Aklapper, Zbyszko, CBogen, darthmon_wmde, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread RoySmith
RoySmith added a comment.


  Just for the record, as the admin who performed the block, I have no 
objection to any other admin unblocking, once there's agreement that it's 
appropriate to do so.

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, RoySmith
Cc: CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, 
Hazizibinmahdi, Iflorez, darthmon_wmde, alaa_wmde, RhinosF1, Viztor, Nandana, 
jijiki, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Johan, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T249196: Test the impact of the wdqs updater performance by disabling values cleanup

2020-04-07 Thread dcausse
dcausse claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T249196

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcausse
Cc: Aklapper, dcausse, CBogen, darthmon_wmde, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread DannyS712
DannyS712 added a comment.


  In T249565#6037136 , 
@Bugreporter wrote:
  
  > Is it the time to unblock EmausBot?
  
  I don't think so, at least for now; better to err on the side of caution

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, DannyS712
Cc: CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, 
Hazizibinmahdi, Iflorez, darthmon_wmde, alaa_wmde, RhinosF1, Viztor, Nandana, 
jijiki, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Johan, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Bugreporter
Bugreporter added a comment.


  Is it the time to unblock EmausBot?

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Bugreporter
Cc: CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, 
Hazizibinmahdi, Iflorez, darthmon_wmde, alaa_wmde, RhinosF1, Viztor, Nandana, 
jijiki, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Johan, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Maintenance_bot
Cc: CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, 
Hazizibinmahdi, Iflorez, darthmon_wmde, alaa_wmde, RhinosF1, Viztor, Nandana, 
jijiki, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, Jonas, Johan, 
Wong128hk, Luke081515, Wikidata-bugs, aude, Bawolff, ArielGlenn, 
Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Rxy, Jay8g, akosiaris, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, 
Kent7301, Meekrab2012, joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, 
Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, 
Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Maintenance_bot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Iflorez, darthmon_wmde, 
alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Jdforrester-WMF
Jdforrester-WMF added a comment.


  OK, so.
  
  [X] Table on Wikidata is correct.
  [X] Render of pages on Wikidata is correct.
  [ ] Render of pages on Wikidata clients is being progressively fixed.
  
  Can we declare this no longer UBN / a train blocker?

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Jdforrester-WMF
Cc: CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249120: Add tracking of errors

2020-04-07 Thread Pablo-WMDE
Pablo-WMDE added a comment.


  @Michael I'm afraid there was not much left to add, all the things the 
pre-existing debate brought up were right one way or another. Chiming in on 
this meant not adding more but leaving some of it out to find a pragmatic way 
forward.
  
  > value that we are expecting from adding this tracking as described in this 
task
  
  Not a big one, but a step in the right direction. Is it hard to imagine more 
fine grained insights? No. Is it better than nothing? I think so. Follow-ups 
are always an option (or, for all team members equally, damage prevention by 
insisting to discuss things further in task break-down).

TASK DETAIL
  https://phabricator.wikimedia.org/T249120

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, Pablo-WMDE
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Pablo-WMDE, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread CDanis
CDanis added a comment.


  In T249565#6035968 , 
@Ladsgroup wrote:
  
  > In T249565#6035961 , 
@Addshore wrote:
  >
  >> Some logged out users will still see potentially outdated pages cached in 
varnish for a time.
  >
  > Adding that varnish TTL is 24 hours, so logged out users might see wrong 
data for the next 24 hours.
  
  @Ladsgroup you sure?  I thought that the `s-maxage` sent to Varnish was 2 
weeks:
  `< cache-control: s-maxage=1209600, must-revalidate, max-age=0`

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, CDanis
Cc: CDanis, Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, 
Amorymeltzer, Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, 
doctaxon, Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T15:17:52Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (12/14.5h) (duration: 01m 00s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T15:17:52Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (12/14.5h) (duration: 01m 00s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587280 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 12/14.5 hours
  
  https://gerrit.wikimedia.org/r/587280

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587280 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 12/14.5 hours
  
  https://gerrit.wikimedia.org/r/587280

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587280 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 12/14.5 hours
  
  https://gerrit.wikimedia.org/r/587280

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587280 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 12/14.5 hours
  
  https://gerrit.wikimedia.org/r/587280

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Iflorez, darthmon_wmde, 
alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T205094: Investigate restructure SQL directory

2020-04-07 Thread daniel
daniel added a comment.


  Note: the above patch apparently missed on occurrence of dropTable()

TASK DETAIL
  https://phabricator.wikimedia.org/T205094

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: daniel
Cc: daniel, Addshore, Aklapper, Matthias_Geisler_WMDE, Jonas, darthmon_wmde, 
DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, Wikidata-bugs, aude, 
Dinoguy1000, Lydia_Pintscher, Mbch331, Jay8g
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Maintenance_bot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Iflorez, darthmon_wmde, 
alaa_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Mbch331, Oblanco79, Alter-paule, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, Adik2382, Th3d3v1ls, 
Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T157651: sql.php runs LoadExtensionSchemaUpdates

2020-04-07 Thread daniel
daniel added a subtask: T249584: Call LoadExtensionSchemaUpdates later.

TASK DETAIL
  https://phabricator.wikimedia.org/T157651

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: daniel
Cc: kostajh, WMDE-leszek, Addshore, Anomie, alaa_wmde, daniel, Ladsgroup, 
Pablo-WMDE, kchapman, Krinkle, Catrope, Reception123, gerritbot, aaron, 
Aklapper, Tgr, Oblanco79, Alter-paule, NavinRizwi, Beast1978, Un1tY, Demian, 
eprodromou, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, Meekrab2012, joker88john, 94rain, CucyNoiD, Nandana, 
Lens0021, NebulousIris, jijiki, Gaboe420, Jony, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, 
Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, 45Jayjay1969, Jayprakash12345, 
Th3d3v1ls, Ramalepe, Liugev6, QZanden, Marostegui, EnricoCNC, LawExplorer, 
Vali.matei, WSH1906, Lewizho99, Minhnv-2809, Maathavan, elukey, _jensen, 
rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, SBisson, Wong128hk, 
Wikidata-bugs, aude, Dcljr, Bawolff, Gryllida, jeblad, ArielGlenn, He7d3r, 
Jdforrester-WMF, Mbch331, Rxy, Jay8g, Krenair, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Merged] T249599: DatabaseUpdater should not call hooks in the constructor

2020-04-07 Thread daniel
daniel closed this task as a duplicate of T249584: Call 
LoadExtensionSchemaUpdates later.

TASK DETAIL
  https://phabricator.wikimedia.org/T249599

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: daniel
Cc: Aklapper, aaron, gerritbot, Krinkle, Ladsgroup, Anomie, Addshore, daniel, 
Oblanco79, Alter-paule, Beast1978, Un1tY, eprodromou, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, darthmon_wmde, Kent7301, Meekrab2012, joker88john, 
CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, 
Lordiis, GoranSMilovanovic, Adik2382, Jayprakash12345, Th3d3v1ls, Ramalepe, 
Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, 
rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, Dcljr, Mbch331, 
Rxy
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T249120: Add tracking of errors

2020-04-07 Thread Pablo-WMDE
Pablo-WMDE updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T249120

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, Pablo-WMDE
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Pablo-WMDE, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T14:56:27Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (10/14.5h) (duration: 00m 55s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T14:56:27Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (10/14.5h) (duration: 00m 55s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587277 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 10/14.5 hours
  
  https://gerrit.wikimedia.org/r/587277

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587277 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 10/14.5 hours
  
  https://gerrit.wikimedia.org/r/587277

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587277 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 10/14.5 hours
  
  https://gerrit.wikimedia.org/r/587277

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587277 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 10/14.5 hours
  
  https://gerrit.wikimedia.org/r/587277

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Addshore
Addshore added a comment.


  Purging well under way F31740657: image.png 


TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249612: EntityIdReader + LineReader raise warnings in auto-dispose mode

2020-04-07 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Test:
  
diff --git a/repo/tests/phpunit/includes/IO/EntityIdReaderTest.php 
b/repo/tests/phpunit/includes/IO/EntityIdReaderTest.php
index 9ff4e26155..91cdfea912 100644
--- a/repo/tests/phpunit/includes/IO/EntityIdReaderTest.php
+++ b/repo/tests/phpunit/includes/IO/EntityIdReaderTest.php
@@ -142,4 +142,14 @@ public function testErrorHandler() {
 $this->assertEqualIds( $expected, $actual );
 }
 
+public function testWithAutoDispose() {
+$reader = new EntityIdReader(
+new LineReader( fopen( 'php://memory', 'r' ), true, true  ),
+new BasicEntityIdParser()
+);
+
+$this->assertSame( [], $reader->fetchIds( 1 ) );
+$this->assertSame( [], $reader->fetchIds( 1 ) );
+}
+
 }
  
  I haven’t found a fix yet, though. It looks to me like `LineReader` doesn’t 
actually obey the `Iterable` protocol after all – its `valid()` method 
“[r]eturns true if and only if `next()` has been called at least once and the 
end of file has not yet been reached”, but during normal iteration (e. g. 
during `foreach`), `valid()` is called //before// each `next()` (source 
).

TASK DETAIL
  https://phabricator.wikimedia.org/T249612

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T14:35:02Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (8/14.5h) (duration: 00m 58s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T14:35:02Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (8/14.5h) (duration: 00m 58s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249120: Add tracking of errors

2020-04-07 Thread Michael
Michael added a comment.


  Thanks @Pablo-WMDE for chiming in. It seems I have misunderstood the purpose 
of why we are adding this tracking to the generic error handler. Could you 
elaborate on the value that we are expecting from adding this tracking as 
described in //this task//?

TASK DETAIL
  https://phabricator.wikimedia.org/T249120

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, Michael
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Pablo-WMDE, Oblanco79, 
Alter-paule, Beast1978, Un1tY, Sarai-WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 
E.S.A-Sheild, darthmon_wmde, Kent7301, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587273 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 8/14.5 hours
  
  https://gerrit.wikimedia.org/r/587273

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587273 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 8/14.5 hours
  
  https://gerrit.wikimedia.org/r/587273

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587273 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 8/14.5 hours
  
  https://gerrit.wikimedia.org/r/587273

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587273 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 8/14.5 hours
  
  https://gerrit.wikimedia.org/r/587273

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249587: Wikidata API wbgetentities: Allowed memory size exceeded

2020-04-07 Thread Magnus
Magnus added a comment.


  Maybe this helps:
  F31740598: Screenshot 2020-04-07 at 15.24.56.png 


TASK DETAIL
  https://phabricator.wikimedia.org/T249587

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Magnus
Cc: Lea_Lacroix_WMDE, Addshore, Ixocactus, Tarrow, Magnus, Aklapper, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T14:25:34Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (4/14.5h) (duration: 00m 58s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T14:25:34Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (4/14.5h) (duration: 00m 58s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249587: Wikidata API wbgetentities: Allowed memory size exceeded

2020-04-07 Thread Magnus
Magnus added a comment.


  Yes, still seeing it. Runs for ~20sec so probably not a cache. Changed the 
JSONP callback(s) and still same error, so definitely no content-level cache.

TASK DETAIL
  https://phabricator.wikimedia.org/T249587

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Magnus
Cc: Lea_Lacroix_WMDE, Addshore, Ixocactus, Tarrow, Magnus, Aklapper, 
darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587271 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 4/14.5 hours
  
  https://gerrit.wikimedia.org/r/587271

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587271 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 4/14.5 hours
  
  https://gerrit.wikimedia.org/r/587271

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587271 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 4/14.5 hours
  
  https://gerrit.wikimedia.org/r/587271

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587271 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 4/14.5 hours
  
  https://gerrit.wikimedia.org/r/587271

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T14:15:52Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (2/14.5h) (duration: 00m 58s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2020-04-07T14:15:52Z] 
 Synchronized wmf-config/CommonSettings.php: T249565 
 T249595 
 RejectParserCacheValue entries 
during wb_items_per_site drop incident (2/14.5h) (duration: 00m 58s)

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Stashbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587268 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 2/14.5 hours
  
  https://gerrit.wikimedia.org/r/587268

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587268 **merged** by jenkins-bot:
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 2/14.5 hours
  
  https://gerrit.wikimedia.org/r/587268

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587268 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 2/14.5 hours
  
  https://gerrit.wikimedia.org/r/587268

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587268 had a related patch set uploaded (by Addshore; owner: Addshore):
  [operations/mediawiki-config@master] RejectParserCache entries for 
wb_items_per_site 2/14.5 hours
  
  https://gerrit.wikimedia.org/r/587268

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587267 abandoned by DannyS712:
  RejectParserCacheValue entries during wb_items_per_site drop incident: 
namespace check
  
  https://gerrit.wikimedia.org/r/587267

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587267 abandoned by DannyS712:
  RejectParserCacheValue entries during wb_items_per_site drop incident: 
namespace check
  
  https://gerrit.wikimedia.org/r/587267

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T205094: Investigate restructure SQL directory

2020-04-07 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T205094

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: Addshore, Aklapper, Matthias_Geisler_WMDE, Jonas, darthmon_wmde, DannyS712, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Izno, Wikidata-bugs, aude, Dinoguy1000, 
Lydia_Pintscher, Mbch331, Jay8g, Oblanco79, Alter-paule, Beast1978, Un1tY, 
Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, 
joker88john, CucyNoiD, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, 
Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, Bsandipan, Lordiis, 
Adik2382, Th3d3v1ls, Ramalepe, Liugev6, WSH1906, Lewizho99, Maathavan
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249595: Purge / Reject client pages that were cached in parser cache during the T249565 (wb_items_per_site) incident

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587267 had a related patch set uploaded (by DannyS712; owner: 
DannyS712):
  [operations/mediawiki-config@master] RejectParserCacheValue entries during 
wb_items_per_site drop incident: namespace check
  
  https://gerrit.wikimedia.org/r/587267

TASK DETAIL
  https://phabricator.wikimedia.org/T249595

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Sakretsu, Liuxinyu970226, Joe, Addshore, Aklapper, Oblanco79, Alter-paule, 
Beast1978, Un1tY, Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Iflorez, 
darthmon_wmde, Kent7301, alaa_wmde, Meekrab2012, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, 
Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2020-04-07 Thread gerritbot
gerritbot added a comment.


  Change 587267 had a related patch set uploaded (by DannyS712; owner: 
DannyS712):
  [operations/mediawiki-config@master] RejectParserCacheValue entries during 
wb_items_per_site drop incident: namespace check
  
  https://gerrit.wikimedia.org/r/587267

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, gerritbot
Cc: Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, 
Premeditated, Jony, Majavah, Jar, SCP-2000, Mahir256, alanajjar, hoo, 
Soul_Train, Mr.Ibrahem, Krinkle, NickK, Sakretsu, Urbanecm, MisterSynergy, 
Christian75, Fuzheado, Emaus, RexxS, Paladox, MaxSem, BRPever, 
AntiCompositeNumber, Coffeeandcrumbs, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, MMiller_WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, 
Wittylama, PKM, Erutuon, Moebeus, Zoranzoki21, MusikAnimal, Thibaut120094, 
Pcoombe, RoySmith, Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, 
Krenair, Ahmad252, Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Oblanco79, 
Alter-paule, Hazizibinmahdi, Beast1978, Un1tY, Hook696, Daryl-TTMG, 
RomaAmorRoma, E.S.A-Sheild, Iflorez, darthmon_wmde, Kent7301, alaa_wmde, 
RhinosF1, Meekrab2012, joker88john, Viztor, CucyNoiD, Nandana, NebulousIris, 
jijiki, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, 
Cpaulf30, Imarlier, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, 
GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, 
LawExplorer, WSH1906, Lewizho99, Minhnv-2809, JJMC89, Maathavan, elukey, 
_jensen, rosalieper, Scott_WUaS, Jonas, Johan, Wong128hk, Luke081515, 
Wikidata-bugs, aude, Bawolff, ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, 
Mbch331, Rxy, Jay8g, akosiaris
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


  1   2   3   >