[Wikidata-bugs] [Maniphest] T339347: qlever dblp endpoint for wikidata federated query nomination

2024-04-15 Thread RKemper
RKemper added a comment.


  In T339347#9565775 <https://phabricator.wikimedia.org/T339347#9565775>, 
@Hannah_Bast wrote:
  
  > @RKemper Is your point that the queries should return a result? Neither 
DBLP nor Wikidata have the predicate `foaf:name`, so it's clear that both 
`SERVICE` queries return an empty result. Here is an example for a  query that 
gives a result:
  >
  >   PREFIX schema: <http://schema.org/>
  >   PREFIX wd: <http://www.wikidata.org/entity/>
  >   PREFIX wdt: <http://www.wikidata.org/prop/direct/>
  >   SELECT DISTINCT ?editor ?editorName
  >   WHERE {
  > SERVICE <https://qlever.cs.uni-freiburg.de/api/wikidata> {
  >   wd:Q113544723 wdt:P179 ?editor.
  >   ?editor schema:name ?editorName.
  > }
  >   }
  
  @Hannah_Bast Following up here: this query looks like it's working fine. Does 
everything look right on your end so I can mark this ticket as resolved?

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

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

To: RKemper
Cc: Nikki, dcausse, Hannah_Bast, Gehel, EBernhardson, RKemper, bking, Aklapper, 
WolfgangFahl, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, AWesterinen, 
BTullis, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T357533: Allow federated queries with the Iconclass sparql endpoint

2024-04-02 Thread RKemper
RKemper closed this task as "Resolved".

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

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

To: RKemper
Cc: Aklapper, Loz.ross, Danny_Benjafield_WMDE, S8321414, Astuthiodit_1, 
AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351488: Allow federated queries with the MiMoTextBase SPARQL endpoint

2024-02-21 Thread RKemper
RKemper added a comment.


  @HinMar Okay, I think we've got the endpoints properly allowed. Queries 
appear to be working for me. Are you seeing the same?

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

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

To: RKemper
Cc: RKemper, Aklapper, HinMar, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T339347: qlever dblp endpoint for wikidata federated query nomination

2024-02-21 Thread RKemper
RKemper added a comment.


  @Hannah_Bast Okay, we figured out what was making the allowed endpoints not 
updated properly. https://w.wiki/6q2i doesn't get an error message anymore, 
although the query itself returns no results.

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

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

To: RKemper
Cc: Nikki, dcausse, Hannah_Bast, Gehel, EBernhardson, RKemper, bking, Aklapper, 
WolfgangFahl, Danny_Benjafield_WMDE, Astuthiodit_1, AWesterinen, BTullis, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T346455: Allow federated queries with the NFDI4Culture Knowledge Graph

2024-02-21 Thread RKemper
RKemper added a comment.


  @Loz.ross  Yes the change to allowed endpoints did not get properly deployed; 
we've fixed that now. However there's another issue now that we've gotten past 
the Service URI not being allowed:
  
  > Unknown error: Could not identify format for service response: 
serviceURI=https://nfdi4culture.de/sparql, contentType=application/n-triples : 
response=
  
  Based off T339347#9152553 <https://phabricator.wikimedia.org/T339347#9152553> 
I'm pretty sure that your endpoint needs to be able to produce  
`application/sparql-results+xml` in order to communicate properly with WDQS

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

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

To: RKemper
Cc: RKemper, bking, Aklapper, Loz.ross, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T357533: Allow federated queries with the Iconclass sparql endpoint

2024-02-21 Thread RKemper
RKemper claimed this task.

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

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

To: RKemper
Cc: Aklapper, Loz.ross, Danny_Benjafield_WMDE, Astuthiodit_1, AWesterinen, 
BTullis, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351488: Allow federated queries with the MiMoTextBase SPARQL endpoint

2024-02-01 Thread RKemper
RKemper added a comment.


  In T351488#9505091 <https://phabricator.wikimedia.org/T351488#9505091>, 
@HinMar wrote:
  
  > @RKemper : Thank you for your message. The project has ended, but we still 
kindly ask you to whitelist this endpoint. We at the Trier Center for Digital 
Humanities will continue to work with LOD beyond this one project and would be 
delighted to be able to run federated queries starting from Wikidata directed 
towards the MiMoTextBase. We have developed an approach in MiMoText that we now 
want to transfer and adapt for other domains in a new project (“LODinG” – 
Linked Open Data in the Humanities). We are still very interested in the 
'wikiverse' and in gaining as much experience as possible in the area of 
'federation', which we see as the absolute key to the LOD vision. We are also 
planning to provide a showcase and if the whitelisting could be done relatively 
soon, we would like to include this new 'federation direction'. Can you 
estimate how long it will take?
  
  @HinMar Thanks, that context is helpful. I'm merging the patch now; if you 
could provide an example query to validate that things are working as intended 
that'd be great!

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

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

To: RKemper
Cc: RKemper, Aklapper, HinMar, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 
AWesterinen, 786, BTullis, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, KimKelting, merbst, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T339347: qlever dblp endpoint for wikidata federated query nomination

2024-02-01 Thread RKemper
RKemper added a comment.


  In T339347#9504488 <https://phabricator.wikimedia.org/T339347#9504488>, 
@Hannah_Bast wrote:
  
  > Yes, https://qlever.cs.uni-freiburg.de/api/dblp is the URL for API calls, 
whereas https://qlever.cs.uni-freiburg.de/dblp (without the /api) is the URL of 
the QLever UI. Same for all the other endpoints.
  >
  > For example, 
https://qlever.cs.uni-freiburg.de/api/dblp?query=SELECT+%2A+WHERE+%7B+%3Fs+%3Fp+%3Fo+%7D+LIMIT+10
 gives you the results for //SELECT * WHERE { ?s ?p ?o } LIMIT 10// as 
application/sparql-results+json .
  
  I'm probably missing something obvious here, but wrt 
`https://qlever.cs.uni-freiburg.de/api/dblp` we're getting the aforementioned 
`Service URI https://qlever.cs.uni-freiburg.de/api/dblp is not allowed`, but 
that URI is present in 
https://gerrit.wikimedia.org/g/operations/puppet/+/17cce9790f418d4d34c93932a39a45aea63e35c1/modules/query_service/files/allowlist.txt#84
 (see https://w.wiki/93Nh for the query).
  
  I suspect I'm missing something obvious but haven't figured it out yet.

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

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

To: RKemper
Cc: Nikki, dcausse, Hannah_Bast, Gehel, EBernhardson, RKemper, bking, Aklapper, 
WolfgangFahl, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, BTullis, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
KimKelting, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T339347: qlever dblp endpoint for wikidata federated query nomination

2024-01-31 Thread RKemper
RKemper added a comment.


  In T339347#9431527 <https://phabricator.wikimedia.org/T339347#9431527>, 
@Nikki wrote:
  
  > Could https://qlever.cs.uni-freiburg.de/api/wikimedia-commons also be added?
  >
  > It looks like https://qlever.cs.uni-freiburg.de/api/wikidata is working now 
(https://w.wiki/8iGM) but https://qlever.cs.uni-freiburg.de/api/dblp 
(https://w.wiki/6m6B, from the description) is still not allowed.
  
  @Nikki We added `https://qlever.cs.uni-freiburg.de/api/dblp` as well as 
`https://qlever.cs.uni-freiburg.de/api/wikimedia-commons`. Can you confirm the 
`wikimedia-commons` endpoint is working as intended?

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

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

To: RKemper
Cc: Nikki, dcausse, Hannah_Bast, Gehel, EBernhardson, RKemper, bking, Aklapper, 
WolfgangFahl, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, BTullis, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
KimKelting, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T346455: Allow federated queries with the NFDI4Culture Knowledge Graph

2024-01-31 Thread RKemper
RKemper added a comment.


  @Loz.ross Sorry for the delay, we've added the endpoint. Can you confirm it's 
working with an example query?

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

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

To: RKemper
Cc: RKemper, bking, Aklapper, Loz.ross, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, AWesterinen, 786, BTullis, Biggs657, karapayneWMDE, Invadibot, 
maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, KimKelting, merbst, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351488: Allow federated queries with the MiMoTextBase SPARQL endpoint

2024-01-31 Thread RKemper
RKemper added a comment.


  @HinMar Sorry for missing this request - our bad! I see your earlier comment 
mentioned the project expiring by end of 2023. Is the project still ongoing and 
therefore we should still whitelist this new endpoint or should I instead close 
this ticket out?

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

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

To: RKemper
Cc: RKemper, Aklapper, HinMar, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351650: Expose 3 new dedicated WDQS endpoints

2024-01-23 Thread RKemper
RKemper closed subtask T355593: Re-generate webserver-misc-apps.discovery.wmnet 
cergen certificate as Resolved.

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

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

To: RKemper
Cc: Gehel, bking, dcausse, dr0ptp4kt, RKemper, Aklapper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T350464: Expose SPARQL endpoints with full wikidata data set and with split graph to enable experimentation on federation with a split graph

2024-01-23 Thread RKemper
RKemper moved this task from Blocked/Waiting to Needs Reporting on the 
Discovery-Search (Current work) board.
RKemper added a comment.


  This should be all done, with the new experimental services accessible at:
  
  https://query-full-experimental.wikidata.org/
  https://query-main-experimental.wikidata.org/
  https://query-scholarly-experimental.wikidata.org/

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

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

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

To: RKemper
Cc: RKemper, Gehel, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T350464: Expose SPARQL endpoints with full wikidata data set and with split graph to enable experimentation on federation with a split graph

2024-01-23 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: Gehel, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354658: Create 3 microsites for wdqs full graph, main graph, & scholarly articles

2024-01-23 Thread RKemper
RKemper moved this task from In Progress to Done on the Data-Platform-SRE 
(2024.01.22 - 2024.02.11) board.
RKemper added a comment.


  Experimental microsites are up and externally reachable:
  
  https://query-full-experimental.wikidata.org/
  https://query-main-experimental.wikidata.org/
  https://query-scholarly-experimental.wikidata.org/

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

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 
AWesterinen, 786, BTullis, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, KimKelting, merbst, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354658: Create 3 microsites for wdqs full graph, main graph, & scholarly articles

2024-01-23 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 
AWesterinen, 786, BTullis, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, KimKelting, merbst, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351650: Expose 3 new dedicated WDQS endpoints

2024-01-23 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: Gehel, bking, dcausse, dr0ptp4kt, RKemper, Aklapper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T350464: Expose SPARQL endpoints with full wikidata data set and with split graph to enable experimentation on federation with a split graph

2024-01-22 Thread RKemper
RKemper added a subtask: T355593: Re-generate 
webserver-misc-apps.discovery.wmnet cergen certificate.

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

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

To: RKemper
Cc: Gehel, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354661: Generate TLS certs for new WDQS endpoints

2024-01-22 Thread RKemper
RKemper moved this task from In Progress to Done on the Data-Platform-SRE 
(2024.01.22 - 2024.02.11) board.
RKemper added a comment.


  These 3 new services have their internal certs working with Envoy. Moving to 
Done and spun off https://phabricator.wikimedia.org/T355593 for the last 
cert-related work.

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

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

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

To: RKemper
Cc: BTullis, Aklapper, dr0ptp4kt, dcausse, bking, Gehel, RKemper, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354662: Create DNS records for 3 new WDQS endpoints

2024-01-18 Thread RKemper
RKemper added a comment.


  Deployed the following changes via `sudo -i authdns-update`:
  
diff --git templates/wikidata.org templates/wikidata.org
index cbd99942..1d356985 100644
--- templates/wikidata.org
+++ templates/wikidata.org
@@ -31,7 +31,10 @@
 ; Servers (alphabetic order)

 ; Service aliases
-query 1D IN CNAME dyna.wikimedia.org.
+query1D IN CNAME dyna.wikimedia.org.
+query-full-experimental  1D IN CNAME dyna.wikimedia.org.
+query-main-experimental  1D IN CNAME dyna.wikimedia.org.
+query-scholarly-experimental 1D IN CNAME dyna.wikimedia.org.

 ; Wikis (alphabetic order)


Merge these changes? (yes/no)? yes

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

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

To: RKemper
Cc: Aklapper, dr0ptp4kt, dcausse, bking, Gehel, RKemper, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, 786, BTullis, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, EBjune, KimKelting, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354658: Create 3 microsites for wdqs full graph, main graph, & scholarly articles

2024-01-16 Thread RKemper
RKemper added a comment.


  We'll need to add 3 entries to 
https://gerrit.wikimedia.org/r/c/operations/puppet/+/668543/4/modules/profile/manifests/microsites/wdqs.pp
 following the model in 
https://gerrit.wikimedia.org/r/c/operations/puppet/+/668543/
  
  And then we'll also need to add 3 new files, 
`modules/profile/templates/wdqs/httpd-[full,main,scholarly]-experimental.query.wikidata.org.erb`

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354661: Generate TLS certs for new WDQS endpoints

2024-01-16 Thread RKemper
RKemper added a comment.


  Talked with gehel, ebernhardson, and inflatador. We're going to start with 
`full-experimental.wikidata.org`, `main-experimental.wikidata.org`, 
`scholarly-experimental.wikidata.org` to get these 3 test endpoints up. 
Meanwhile, we can open up the convo with the community as far as what the 
ultimate "final" naming/domain scheme will be wrt 
https://phabricator.wikimedia.org/T354043

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

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

To: RKemper
Cc: BTullis, Aklapper, dr0ptp4kt, dcausse, bking, Gehel, RKemper, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354661: Generate TLS certs for new WDQS endpoints

2024-01-16 Thread RKemper
RKemper added a comment.


  We did the initial work to get envoy via PKI / cfssl operational in 
https://phabricator.wikimedia.org/T354555#9454855. Next up is adding specific 
alt-names for the three new endpoints. Here's a few different proposals for 
naming scheme:
  
  - `full.query.wikidata.org`, `main.query.wikidata.org`, 
`scholar.query.wikidata.org`
  - `full.wikidata.org`, `main.wikidata.org`, `scholar.wikidata.org`
  - `full-query.wikidata.org`, `main-query.wikidata.org`, and 
`scholarly-query.wikidata.org`
  - `full-query.wikidata.org`, `main-query.wikidata.org`, and 
`scholar.wikidata.org`
  - `full-graph.wikidata.org`, `main-graph.wikidata.org`, and 
`scholar-graph.wikidata.org`
  
  Basically the main uncertainties are: do we want `query` in the domain? If 
so, do we want it to be `X.query.wikidata.org` where X is one of `[full, main, 
scholarly]` or rather `X-query.wikidata.org`?

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

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

To: RKemper
Cc: BTullis, Aklapper, dr0ptp4kt, dcausse, bking, Gehel, RKemper, 
Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354662: Create DNS records for 3 new WDQS endpoints

2024-01-09 Thread RKemper
RKemper created this task.
RKemper added projects: Wikidata, Wikidata-Query-Service, Discovery-Search 
(Current work), Data-Platform-SRE (2023/24 Q3 Milestone 1).

TASK DESCRIPTION
  AC:
  
  - One DNS record each, for:
- full-graph
- main-graph
- scholarly-articles

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

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

To: RKemper
Cc: Aklapper, dr0ptp4kt, dcausse, bking, Gehel, RKemper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354661: Generate TLS certs for new WDQS endpoints

2024-01-09 Thread RKemper
RKemper created this task.
RKemper added projects: Wikidata, Wikidata-Query-Service, Discovery-Search 
(Current work), Data-Platform-SRE (2023/24 Q3 Milestone 1).

TASK DESCRIPTION
  AC:
  
  - One TLS cert each, generated via cergen, for:
- full-graph
- main-graph
- scholarly-articles

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

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

To: RKemper
Cc: Aklapper, dr0ptp4kt, dcausse, bking, Gehel, RKemper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T350464: Expose SPARQL endpoints with full wikidata data set and with split graph to enable experimentation on federation with a split graph

2024-01-09 Thread RKemper
RKemper removed a subtask: T354658: Create 3 microsites for wdqs full graph, 
main graph, & scholarly articles.

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

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

To: RKemper
Cc: Gehel, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351650: Expose 3 new dedicated WDQS endpoints

2024-01-09 Thread RKemper
RKemper added a subtask: T354658: Create 3 microsites for wdqs full graph, main 
graph, & scholarly articles.

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

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

To: RKemper
Cc: Gehel, bking, dcausse, dr0ptp4kt, RKemper, Aklapper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354658: Create 3 microsites for wdqs full graph, main graph, & scholarly articles

2024-01-09 Thread RKemper
RKemper edited parent tasks, added: T351650: Expose 3 new dedicated WDQS 
endpoints; removed: T350464: Expose SPARQL endpoints with full wikidata data 
set and with split graph to enable experimentation on federation with a split 
graph.

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351650: Expose 3 new dedicated WDQS endpoints

2024-01-09 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: Gehel, bking, dcausse, dr0ptp4kt, RKemper, Aklapper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T354658: Create 3 microsites for wdqs full graph, main graph, & scholarly articles

2024-01-09 Thread RKemper
RKemper created this task.
RKemper added projects: Wikidata-Query-Service, Wikidata, Discovery-Search 
(Current work).

TASK DESCRIPTION
  Query service uses a microsite that runs on `miscweb*` as the UI.
  
  AC:
  
  [ ] 3 microsites created

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T350464: Expose SPARQL endpoints with full wikidata data set and with split graph to enable experimentation on federation with a split graph

2024-01-08 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: Gehel, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, KimKelting, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351650: Expose 3 new dedicated WDQS endpoints

2023-12-19 Thread RKemper
RKemper added a comment.


  Current status:
  
  - Met again with Traffic team last week and got approval for our proposal to 
spin up these 3 new endpoints [after december vacation], and address the 
longer-term questions around whether WDQS needs to be in the caching layer 
afterwards.
  - Data reloads [[have completed | 
https://phabricator.wikimedia.org/T350465#9415594]

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

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

To: RKemper
Cc: Gehel, bking, dcausse, dr0ptp4kt, RKemper, Aklapper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332314: Service implementation for wdqs20[13-22]

2023-12-08 Thread RKemper
RKemper renamed this task from "Configure new WDQS servers in codfw 
(wdqs20[13-22])" to "Service implementation for wdqs20[13-22]".

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

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

To: bking, RKemper
Cc: RKemper, Gehel, Aklapper, Danny_Benjafield_WMDE, Isabelladantes1983, 
Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 
AWesterinen, 786, BTullis, Biggs657, karapayneWMDE, Invadibot, maantietaja, 
Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T350106: Implement a spark job that converts a RDF triples table into a RDF file format

2023-12-07 Thread RKemper
RKemper added a comment.


  Here's some extra notes with some of the commands we ran/used: P54284 
<https://phabricator.wikimedia.org/P54284>

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

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

To: dr0ptp4kt, RKemper
Cc: RKemper, EBernhardson, Aklapper, BTullis, bking, dr0ptp4kt, JAllemandou, 
dcausse, Danny_Benjafield_WMDE, Isabelladantes1983, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351650: Expose 3 new dedicated WDQS endpoints

2023-12-05 Thread RKemper
RKemper added a comment.


  Alright, I had an initial meeting with Traffic team (Brandon & Valentin).
  
  Traffic team meeting summary
  
  
  The primary concern they had was related to the potential impact on the ATS 
side of things; in a scenario where Blazegraph is taking a consistently long 
time to respond, ATS would be impacted due to the large numbers of dangling 
sockets, which could theoretically impact the rest of production infrastructure 
(mediawiki, etc).
  
  This isn't necessarily a new problem, it sounds like this is a potential 
concern they've had with WDQS in general for some time now. One of the 
possibilities we discussed was to bypass the caching layer entirely and just 
use LVS, so with respect to these net-new services backed by a single backend 
host each, it would look like a single backend host behind LVS but avoiding the 
ATS/caching layer entirely. That eliminates the concern around ATS but does 
introduce a few drawbacks:
  
  - (primary drawback) **We lose `requestctl`** which is a tremendously useful 
tool when managing WDQS outages. We'd presumably be going back to the old way 
of doing things where we'd manually ban at the nginx level when necessary.
  - Some extra latency would be introduced since we wouldn't be terminating TLS 
as close to the user. This probably isn't the hugest deal; adding up to 100ms 
of latency to the user end likely wouldn't break existing usecases.
  - There's some changes to puppet automation, etc that we'd have to make. It 
sounds like the main one is that tls certs would have to go thru acmechief 
rather than relying on the cdn. This generates some work on our (Search team) 
end in creating the corresponding puppet patch(es) but wouldn't be a 
showstopper.
  
  Of the above 3 drawbacks the most painful one is losing requestctl; it's a 
really great tool. But it might be a worthwhile tradeoff to entirely avoid the 
possibility of a misbehaving query service impacting non-WDQS production 
infrastructure like MediaWiki itself. I'd note that I'm not aware of us 
specifically having encountered that problem (ATS backing up and impacting the 
rest of prod) in previous WDQS outages, but it's also not something we were 
going out of our way to look for either.
  
  So, we'll need to discuss amongst Search team and see what the consensus is, 
then bring the discussion back to Traffic team for further feedback.
  
  Other context
  -
  
  The existing request flow for WDQS as it exists currently is `haproxy 
[traffic team manage certs] -> varnish -> ats -> envoy -> nginx -> blazegraph` 
(these are from hastily transcribed notes + I filled in the missing gaps on the 
righthand side [nginx->blazegraph] so I'll want to follow up and validate that 
the above flow is correct)
  
  As far as how things would look like after spinning up the new endpoints 
(sidestepping the question of whether to bypass the caching layer or not), 
`query.wikidata.org` would still be getting the vast majority of the traffic, 
with `wdqs-scholarly-articles` getting just a few % of total traffic at most. 
We expect actual usage of these new endpoints to be quite low - basically only 
the WDQS powerusers will actually be trying it out, at least initially - but 
given it'd still be a production service and exposed to the outside world there 
is of course always the potential for a malicious attacker wrt the concerns 
about ATS getting backed up.

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

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

To: RKemper
Cc: bking, dcausse, dr0ptp4kt, RKemper, Aklapper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351650: Launch 3 new dedicated WDQS endpoints

2023-11-20 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: bking, dcausse, dr0ptp4kt, RKemper, Aklapper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T351650: Launch two new dedicated WDQS endpoints

2023-11-20 Thread RKemper
RKemper created this task.
RKemper added projects: Wikidata, Wikidata-Query-Service, Epic, 
Discovery-Search (Current work).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  We'll be launching two net-new services, `wdqs-main-graph` and 
`wdqs-scholarly-articles` (real names TBD).
  
  Each service will be served on a single host respectively, and thus we 
shouldn't need LVS/pybal.
  
  AC
  
  [ ] Talk to Traffic team and come up with a concrete list of steps to get 
these services ready from a routing point of view

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

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

To: RKemper
Cc: dcausse, dr0ptp4kt, RKemper, Aklapper, me, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BeautifulBold, Suran38, karapayneWMDE, Invadibot, 
maantietaja, Peteosx1x, NavinRizwi, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, 
EBjune, merbst, LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, 
jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Dinoguy1000, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T346885: BUG Partially persistent authentication on WCQS after revoking permissions

2023-10-02 Thread RKemper
RKemper renamed this task from "BUG Partially persisten authentication on WCQS 
after revoking permissions" to "BUG Partially persistent authentication on WCQS 
after revoking permissions".

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

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

To: RKemper
Cc: bking, Aklapper, Zache, Danny_Benjafield_WMDE, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, FRomeo_WMF, CBogen, ItamarWMDE, 
Nintendofan885, Akuckartz, Nandana, JKSTNK, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, Fuzheado, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Daniel_Mietchen, Manybubbles, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T347284: Restore service for https://query.wikidata.org/bigdata/ldf

2023-09-25 Thread RKemper
RKemper added a comment.


  Just to explain what happened here, we switched 
<https://phabricator.wikimedia.org/T344198> the ldf endpoint from 1003 to 1016, 
which at the time was a public host. However for separate reasons 
<https://phabricator.wikimedia.org/T314890#9147715> we later realized that 1016 
was supposed to be an internal host, and reimaged as such without remembering 
that it was the new LDF host.

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

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

To: RKemper
Cc: RKemper, bking, MisterSynergy, dcausse, Aklapper, Danny_Benjafield_WMDE, 
Isabelladantes1983, Themindcoder, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, AWesterinen, 786, Biggs657, karapayneWMDE, Invadibot, 
maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, 
Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T344284: Rename usages of whitelist to allowlist in query service rdf repo

2023-08-15 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: Aklapper, bking, Reedy, Gehel, RKemper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T344284: Rename usages of whitelist to allowlist in query service rdf repo

2023-08-15 Thread RKemper
RKemper created this task.
RKemper added projects: Data-Platform-SRE, Wikidata-Query-Service, Wikidata, 
Discovery-Search.

TASK DESCRIPTION
  Currently the rdf repo reads a `whitelist.txt` file.
  
  Refactor this to `allowlist.txt` and replace any instances of the word 
`whitelist` with `allowlist`

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

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

To: RKemper
Cc: Aklapper, bking, Reedy, Gehel, RKemper, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T316876: wdqs: replace git-fat with git-lfs

2023-08-14 Thread RKemper
RKemper added a comment.


  Patch was merged here: https://gerrit.wikimedia.org/r/947928

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

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

To: RKemper
Cc: RKemper, bking, demon, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, 
AWesterinen, TheReadOnly, BTullis, karapayneWMDE, Invadibot, maantietaja, 
dancy, ItamarWMDE, Akuckartz, Nandana, NebulousIris, Namenlos314, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Liudvikas, Scott_WUaS, Jonas, Xmlizer, 
thcipriani, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331, Jay8g, Krenair, jeremyb
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324788: Create WDQS/WCQS update lag SLO dashboard in Grizzly

2023-08-08 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: RKemper, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T339347: qlever dblp endpoint for wikidata federated query nomination

2023-08-08 Thread RKemper
RKemper added a comment.


  Looks like we lost track of this a bit. @bking and I can work this this week.

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

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

To: RKemper
Cc: RKemper, bking, Aklapper, WolfgangFahl, Danny_Benjafield_WMDE, 
Astuthiodit_1, AWesterinen, BTullis, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332314: Configure new WDQS servers in codfw (wdqs20[13-22])

2023-07-20 Thread RKemper
RKemper moved this task from In Progress to Needs Reporting on the 
Data-Platform-SRE board.
RKemper added a comment.


  `wdqs202[1-2]` have been brought into service. With teh merging of 
https://gerrit.wikimedia.org/r/c/operations/puppet/+/940272, all hosts are now 
in service and have alerting enabled.
  
  This ticket's done. Next up, decom'ing the old hosts per T342035 
<https://phabricator.wikimedia.org/T342035>

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

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

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

To: bking, RKemper
Cc: RKemper, Gehel, Aklapper, Isabelladantes1983, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, BTullis, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
merbst, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332314: Configure new WDQS servers in codfw (wdqs20[13-22])

2023-07-20 Thread RKemper
RKemper updated the task description.

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

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

To: bking, RKemper
Cc: RKemper, Gehel, Aklapper, Isabelladantes1983, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, BTullis, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
merbst, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332314: Configure new WDQS servers in codfw (wdqs20[13-22])

2023-07-20 Thread RKemper
RKemper added a comment.


  All of these hosts except `wdqs202[1-2]` are in service. Those last two hosts 
will be brought in service after a final data xfer (ongoing).

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

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

To: bking, RKemper
Cc: RKemper, Gehel, Aklapper, Isabelladantes1983, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, BTullis, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
merbst, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324811: Create WDQS Lag SLO dashboard with Grizzly && documentation

2023-07-17 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: RKemper, Gehel, Aklapper, Isabelladantes1983, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, 786, BTullis, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T301167: Service implementation for wdqs20[09,10,11,12]

2023-07-12 Thread RKemper
RKemper updated the task description.

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

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

To: bking, RKemper
Cc: jcrespo, bking, Aklapper, RKemper, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T332314: Configure new WDQS servers in codfw (wdqs20[13-22])

2023-06-29 Thread RKemper
RKemper added a comment.


  Merged patch (had wrong ticket in commit message): 
https://gerrit.wikimedia.org/r/c/operations/puppet/+/934403

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

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

To: bking, RKemper
Cc: RKemper, Gehel, Aklapper, Astuthiodit_1, AWesterinen, BTullis, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T334823: Add https://opendata.aragon.es/sparql to the list of federated endpoints for WDQS and WCQS

2023-05-30 Thread RKemper
RKemper moved this task from To Be Deployed to Needs Reporting on the 
Discovery-Search (Current work) board.
RKemper added a comment.


  Should be deployed as of today.

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

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

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

To: EBernhardson, RKemper
Cc: RKemper, abian, dcausse, Aklapper, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T335994: Allow federated queries to the UNESCO SPARQL endpoint

2023-05-22 Thread RKemper
RKemper added a comment.


  Thanks for the patience on this! This is getting deployed today.

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

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

To: RKemper
Cc: RKemper, Olea, PKM, Aklapper, dcausse, Nikki, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, 
merbst, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324811: Create WDQS Lag SLO dashboard with Grizzly && documentation

2023-05-22 Thread RKemper
RKemper added a comment.


  Documentation aspect of this ticket's already done. Basically two things left 
to do to close this ticket out:
  
  - Understand the current non-grizzly dashboard 
(https://grafana-rw.wikimedia.org/d/yCBd7Tdnk/wdqs-wcqs-lag-slo?forceLogin=1=2);
 we saw some numbers that didn't fully make sense during a recent outage 
<https://wikitech.wikimedia.org/wiki/Incidents/2023-05-05_wdqs_not_updating_in_codfw>
  
  - Create the grizzly dashboard
  
  Barring any significant unexpected developments, this should be achievable 
within this week.

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

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

To: RKemper
Cc: RKemper, Gehel, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324811: Create WDQS Lag SLO dashboard with Grizzly && documentation

2023-05-22 Thread RKemper
RKemper changed the point value for this task from "3" to "5".

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

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

To: RKemper
Cc: RKemper, Gehel, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324811: Create WDQS Lag SLO dashboard with Grizzly && documentation

2023-05-22 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: RKemper, Gehel, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T336577: Update WDQS Runbook following update lag incident

2023-05-15 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: Gehel, Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, 
Zabe, MPhamWMF, maantietaja, lmata, ItamarWMDE, Akuckartz, PatsagornY, 
DannyS712, Nandana, Namenlos314, jijiki, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, elukey, _jensen, 
rosalieper, Scott_WUaS, Jonas, Xmlizer, Wong128hk, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Bawolff, Manybubbles, ArielGlenn, He7d3r, 
Jdforrester-WMF, Mbch331, Jay8g, akosiaris
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T303134: Should wdqs LVS checks page

2023-05-09 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: bking, RKemper, jbond, Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, ItamarWMDE, Akuckartz, PatsagornY, Nandana, 
Namenlos314, jijiki, Klaas_Z4us_V, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, elukey, _jensen, 
rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331, Jay8g, ori
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T313751: Create WDQS uptime SLO

2023-05-09 Thread RKemper
RKemper moved this task from In Progress to Needs Reporting on the 
Discovery-Search (Current work) board.
RKemper added a comment.


  With https://gerrit.wikimedia.org/r/c/operations/grafana-grizzly/+/917938, we 
now have the grizzly dashboard where we want it. That was the last blocker for 
closing out this ticket, so this should be all done.

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

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

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

To: RKemper
Cc: bking, RLazarus, Gehel, MPhamWMF, Aklapper, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323064: Create WDQS Uptime SLO dashboard in Grizzly

2023-05-09 Thread RKemper
RKemper added a comment.


  Forgot to link patch but here's the (hopefully final) grizzly patch to get 
this where we want it: 
https://gerrit.wikimedia.org/r/c/operations/grafana-grizzly/+/917938
  
  (patch already merged & deployed)

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, ItamarWMDE, Akuckartz, Nandana, Namenlos314, 
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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T333656: Decommission query-preview.wikidata.org

2023-05-04 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: Lydia_Pintscher, Dzahn, RKemper, Aklapper, Gehel, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, MPhamWMF, maantietaja, ItamarWMDE, 
Akuckartz, Nandana, Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T303134: Should wdqs LVS checks page

2023-04-17 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: bking, RKemper, jbond, Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, PatsagornY, 
Nandana, Namenlos314, jijiki, Klaas_Z4us_V, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, elukey, _jensen, 
rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331, Jay8g, ori
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T333656: Decommission query-preview.wikidata.org

2023-04-13 Thread RKemper
RKemper updated the task description.

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

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

To: Dzahn, RKemper
Cc: Lydia_Pintscher, Dzahn, RKemper, Aklapper, Gehel, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T333656: Decommission query-preview.wikidata.org

2023-04-13 Thread RKemper
RKemper updated the task description.

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

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

To: Dzahn, RKemper
Cc: Lydia_Pintscher, Dzahn, RKemper, Aklapper, Gehel, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T333656: Decommission query-preview.wikidata.org

2023-04-12 Thread RKemper
RKemper added a comment.


  In T333656#8773505 <https://phabricator.wikimedia.org/T333656#8773505>, 
@Dzahn wrote:
  
  > hi @RKemper was wondering if you can bring this one up in your team meeting 
or so (no rush, but would be nice to have): 
https://gerrit.wikimedia.org/r/c/operations/dns/+/905754 cheers, Daniel
  
  Thanks Daniel.
  
  Yeah, I think we're good to merge this whenever. I'll take a look at merging 
it tomorrow (Thurs) if it still needs to be.
  
  As for the following bullet points (quoted below for convenience), I think 
these sound sensible to me as far as divying up the work:
  
query-preview is no longer accessible (I remove it from DNS)
DNS configuration (same as above)
Traffic / caching configuration (dont worry, I'll do that)
Apache config on backend, monitoring, logging (don't worry, I'll do that)
customization of UI (that's for you?)
anything on wdqs* machines or in documentation on public wikis (that's for 
your team)

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

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

To: RKemper
Cc: Lydia_Pintscher, Dzahn, RKemper, Aklapper, Gehel, Themindcoder, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T333656: Decommission query-preview.wikidata.org

2023-04-03 Thread RKemper
RKemper renamed this task from "Decommission query-preview.wikdiata.org" to 
"Decommission query-preview.wikidata.org".

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

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

To: RKemper
Cc: RKemper, Aklapper, Gehel, Themindcoder, Adamm71, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331, Dzahn
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T301167: Service implementation for wdqs20[09,10,11,12]

2023-03-02 Thread RKemper
RKemper added a comment.


  Decom ticket for dc-ops: T331074 <https://phabricator.wikimedia.org/T331074>

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

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

To: bking, RKemper
Cc: jcrespo, bking, Aklapper, RKemper, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, 
Nandana, Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T303134: Should wdqs LVS checks page

2023-02-28 Thread RKemper
RKemper added a parent task: T325324: Evaluate options to soften wdqs paging.

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

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

To: RKemper
Cc: bking, RKemper, jbond, Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, PatsagornY, 
Nandana, Namenlos314, jijiki, Klaas_Z4us_V, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, elukey, _jensen, 
rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, Mbch331, Jay8g, ori
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T313751: Create WDQS uptime SLO

2023-02-28 Thread RKemper
RKemper added a subtask: T325324: Evaluate options to soften wdqs paging.

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

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

To: RKemper
Cc: RLazarus, Gehel, MPhamWMF, Aklapper, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T313751: Create WDQS uptime SLO

2023-02-28 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: RLazarus, Gehel, MPhamWMF, Aklapper, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324811: Create WDQS Lag SLO dashboard with Grizzly && documentation

2023-02-28 Thread RKemper
RKemper moved this task from Ready for Dev -- SRE/Ops to Needs Reporting on the 
Discovery-Search (Current work) board.
RKemper claimed this task.

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

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

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

To: RKemper
Cc: RKemper, Gehel, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324811: Create WDQS Lag SLO dashboard with Grizzly && documentation

2023-02-28 Thread RKemper
RKemper added a comment.


  Fully deployed latest (working) dashboard:
  
ryankemper@grafana1002:~/grafana-grizzly$ grr diff slo_dashboards.jsonnet
Dashboard/slo-WDQS changes detected:
--- Remote
+++ Local
@@ -86,7 +86,7 @@
   "span": 6,
   "targets": [
 {
-  "expr": "100 * (1 - (1 - sum by (job) 
(increase(trafficserver_backend_requests_seconds_count{status=~\"200|403|429\",site=~\"$site\",backend=\"wdqs.discovery.wmnet\"}[90d]))
 / sum by (job) (increase 
(trafficserver_backend_requests_seconds_count{site=~\"$site\",backend=\"wdqs.discovery.wmnet\"}[90d])))
 / .05)",
+  "expr": "100 * (1 - (1 - 
job_site:sli_wdqs_req_success_ratio:increase90d{site=~\"$site\"}) / .05)",
   "format": "time_series",
   "instant": true,
   "intervalFactor": 2,
@@ -144,7 +144,7 @@
   "steppedLine": false,
   "targets": [
 {
-  "expr": "1 - sum by (job) 
(increase(trafficserver_backend_requests_seconds_count{status=~\"200|403|429\",site=~\"$site\",backend=\"wdqs.discovery.wmnet\"}[90d])
 / increase 
(trafficserver_backend_requests_seconds_count{site=~\"$site\",backend=\"wdqs.discovery.wmnet\"}[90d]))",
+  "expr": "1 - 
job_site:sli_wdqs_req_success_ratio:increase90d{site=~\"$site\"}",
   "format": "time_series",
   "intervalFactor": 2,
   "legendFormat": "{{site}}",

Dashboard/slo-apigw no differences
Dashboard/slo-Etcd no differences
Dashboard/slo-HAProxy no differences
Dashboard/slo-Logstash no differences
Dashboard/slo-Trafficserver no differences
Dashboard/slo-Varnish no differences
ryankemper@grafana1002:~/grafana-grizzly$ grr apply slo_dashboards.jsonnet
Dashboard/slo-Logstash no differences
Dashboard/slo-Trafficserver no differences
Dashboard/slo-Varnish no differences
Dashboard/slo-WDQS updated
Dashboard/slo-apigw no differences
Dashboard/slo-Etcd no differences
Dashboard/slo-HAProxy no differences
  
  Visible at https://grafana.wikimedia.org/d/slo-WDQS/wdqs-slo-s?orgId=1

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

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

To: RKemper
Cc: RKemper, Gehel, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324811: Create WDQS Lag SLO dashboard with Grizzly && documentation

2023-02-28 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: RKemper, Gehel, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T301167: Service implementation for wdqs20[09,10,11,12]

2023-02-28 Thread RKemper
RKemper updated the task description.

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

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

To: bking, RKemper
Cc: jcrespo, bking, Aklapper, RKemper, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T301167: Service implementation for wdqs20[09,10,11,12]

2023-02-27 Thread RKemper
RKemper updated the task description.

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

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

To: bking, RKemper
Cc: jcrespo, bking, Aklapper, RKemper, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T301167: Service implementation for wdqs20[09,10,11,12]

2023-02-27 Thread RKemper
RKemper added a comment.


  In T301167#8650988 <https://phabricator.wikimedia.org/T301167#8650988>, 
@RKemper wrote:
  
  > Arbitrarily chosen `wdqs2012` is happy as seen by our query test suite:
  >
  > F36875227: image.png <https://phabricator.wikimedia.org/F36875227>
  >
  > All that should be left is decoming wdqs200[1-3]
  
  Actually, this only tested the wikidata journal. We still need to transfer 
the categories journal over before these hosts are fully happy.

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

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

To: bking, RKemper
Cc: jcrespo, bking, Aklapper, RKemper, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T301167: Service implementation for wdqs20[09,10,11,12]

2023-02-27 Thread RKemper
RKemper added a comment.


  Arbitrarily chosen `wdqs2012` is happy as seen by our query test suite:
  
  F36875227: image.png <https://phabricator.wikimedia.org/F36875227>
  
  All that should be left is decoming wdqs200[1-3]

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

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

To: bking, RKemper
Cc: jcrespo, bking, Aklapper, RKemper, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T301167: Service implementation for wdqs20[09,10,11,12]

2023-02-27 Thread RKemper
RKemper updated the task description.

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

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

To: bking, RKemper
Cc: jcrespo, bking, Aklapper, RKemper, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T301167: Service implementation for wdqs20[09,10,11,12]

2023-02-27 Thread RKemper
RKemper updated the task description.

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

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

To: bking, RKemper
Cc: jcrespo, bking, Aklapper, RKemper, Themindcoder, Adamm71, Jersione, 
Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324811: Create WDQS Lag SLO dashboard with Grizzly && documentation

2023-02-01 Thread RKemper
RKemper renamed this task from "Create WDQS Lag SLO dashboard with Grizzly" to 
"Create WDQS Lag SLO dashboard with Grizzly && documentation".
RKemper updated the task description.

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

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

To: RKemper
Cc: RKemper, Gehel, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T324788: Create WDQS/WCQS update lag SLO dashboard in Grizzly

2023-02-01 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: RKemper, Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, 
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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T327210: Very high maxlag on Wikidata

2023-01-17 Thread RKemper
RKemper closed this task as "Resolved".
RKemper claimed this task.
RKemper added a comment.


  A WDQS server's blazegraph was deadlocked, and I restarted it. Leaving the 
deadlock let the server "realize" how far behind it was. I forgot to depool the 
server after the restart, thus the issue.
  
  I've depooled the affected server and maxlag is back to normal.
  
  I'm marking this ticket as resolved.

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

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

To: RKemper
Cc: RKemper, Aklapper, RPI2026F1, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T301167: Service implementation for wdqs20[09,10,11,12]

2023-01-17 Thread RKemper
RKemper added a comment.


  In T301167#8516140 <https://phabricator.wikimedia.org/T301167#8516140>, 
@jcrespo wrote:
  
  > One tip to avoid having people on call (like me) worrying about pending 
implementation services is to add the hiera key 
`profile::monitoring::notifications_enabled: false`. This is not promoted much 
because most people handle stateless services that are easy and fast to setup. 
If you, like me, handle stateful ones that can take a lot to load its data and 
be fully setup, this flag is useful until they are fully productionized. Hope 
this tip is found useful. Thank you and sorry for the previous ping!
  
  @jcrespo Thanks for the suggestion, I wasn't aware of that flag! We'll 
definitely make use of that 
(https://gerrit.wikimedia.org/r/c/operations/puppet/+/881000)

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

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

To: bking, RKemper
Cc: jcrespo, bking, Aklapper, RKemper, Adamm71, Jersione, Hellket777, 
LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323064: Create WDQS Uptime SLO dashboard in Grizzly

2022-12-08 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, AWesterinen, 786, Biggs657, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, ItamarWMDE, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323064: Create WDQS Uptime SLO dashboard in Grizzly

2022-12-08 Thread RKemper
RKemper renamed this task from "Create WDQS Uptime SLO && WDQS/WCQS update lag 
SLO dashboards in Grizzly" to "Create WDQS Uptime SLO dashboard in Grizzly".
RKemper updated the task description.

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, AWesterinen, 786, Biggs657, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, ItamarWMDE, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323064: Create WDQS Uptime SLO && WDQS/WCQS update lag SLO dashboards in Grizzly

2022-12-08 Thread RKemper
RKemper added a comment.


ryankemper@grafana1002:/srv/grafana-grizzly$ grr diff slo_dashboards.jsonnet
Dashboard/slo-logstash-tmpl no differences
Dashboard/slo-trafficserver-tmpl no differences
Dashboard/slo-varnish-tmpl no differences
Dashboard/slo-wdqs-tmpl not present in Dashboard
Dashboard/slo-apigw no differences
Dashboard/slo-etcd-tmpl no differences
Dashboard/slo-haproxy-tmpl no differences
  
  
  
ryankemper@grafana1002:/srv/grafana-grizzly$ grr apply 
slo_dashboards.jsonnet
Dashboard/slo-logstash-tmpl no differences
Dashboard/slo-trafficserver-tmpl no differences
Dashboard/slo-varnish-tmpl no differences
Dashboard/slo-wdqs-tmpl added
Dashboard/slo-apigw no differences
Dashboard/slo-etcd-tmpl no differences
Dashboard/slo-haproxy-tmpl no differences

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Adamm71, Jersione, Hellket777, LisafBia6531, 
Astuthiodit_1, AWesterinen, 786, Biggs657, karapayneWMDE, Invadibot, MPhamWMF, 
maantietaja, Juan90264, Alter-paule, Beast1978, CBogen, ItamarWMDE, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Namenlos314, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T301167: Service implementation for wdqs20[09,10,11,12]

2022-12-07 Thread RKemper
RKemper moved this task from Prioritized to Blocked/Waiting on the 
Discovery-Search (Current work) board.
RKemper added a comment.


  Waiting for data reload to complete on `wdqs2009` (or another host) before we 
finish data transfers and pool these hosts

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

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

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

To: RKemper
Cc: bking, Aklapper, RKemper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T316236: Reload WCQS from dumps

2022-12-06 Thread RKemper
RKemper reopened this task as "Open".
RKemper added a comment.


  In T316236#8415706 <https://phabricator.wikimedia.org/T316236#8415706>, 
@RKemper wrote:
  
  > Moved to `Needs Reporting`. Usually we leave tickets open but move them to 
needs reporting and then gehel closes as resolved after he reviews them, but 
I'll leave this task resolved for now to avoid re-opening it.
  
  Changing back to `Open` b/c it occurred to me that gehel probably only see 
tickets that are in Needs Reporting and also Open (not resolved)

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

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

To: bking, RKemper
Cc: RKemper, dcaro, bking, EBernhardson, HenkvD, Aklapper, dcausse, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314703: Structured data for deleted files on Commons still visible in SPARQL engine after deletion

2022-12-06 Thread RKemper
RKemper reopened subtask T316236: Reload WCQS from dumps as Open.

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

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

To: dcausse, RKemper
Cc: Gehel, RP88, Bugreporter, HenkvD, Aklapper, Multichill, Astuthiodit_1, 
AWesterinen, karapayneWMDE, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Y.ssk, Muchiri124, CBogen, ItamarWMDE, Akuckartz, Jcross, JFishback_WMF, 
Nandana, Namenlos314, Amorymeltzer, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, _jensen, rosalieper, 
Taiwania_Justo, Scott_WUaS, Jonas, Xmlizer, Ixocactus, Wong128hk, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Bawolff, El_Grafo, Dinoguy1000, 
Manybubbles, Slaporte, csteipp, Steinsplitter, Mbch331, Jay8g, Krenair
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323066: Understand meaning of trafficserver wdqs request data vs turnilo webrequest data

2022-12-06 Thread RKemper
RKemper moved this task from In Progress to Needs Reporting on the 
Discovery-Search (Current work) board.
RKemper added a comment.


  Given the above, we're pretty confident that after accounting for cache 
misses and bucketing the turnilo vs graphite data similarly, that we see pretty 
much the same numbers.

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

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

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

To: RKemper
Cc: bking, Aklapper, Gehel, RKemper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323066: Understand meaning of trafficserver wdqs request data vs turnilo webrequest data

2022-12-06 Thread RKemper
RKemper added a comment.


  F35842059: image.png <https://phabricator.wikimedia.org/F35842059>
  
  F35842062: image.png <https://phabricator.wikimedia.org/F35842062>
  
  Okay so ultimately we got the two data sources to be in alignment by:
  
  - Switching the graphite query to use `last_over_time`: 
`last_over_time((sum(increase(trafficserver_backend_requests_seconds_count{backend="wdqs.discovery.wmnet",
 site="eqiad"}[1h])) / 128)[1h:1h])`
  - Making turnilo filter for `X Cache` = .*miss.*pass; `Uri Path` = `/sparql` 
(the `X Cache` part is the actually important part).
  
  Now looking at the two graphs side-by-side the shape is the same and 
furthermore the raw numbers look very similar.

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

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

To: RKemper
Cc: bking, Aklapper, Gehel, RKemper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323066: Understand meaning of trafficserver wdqs request data vs turnilo webrequest data

2022-12-06 Thread RKemper
RKemper added a comment.


  Looked at 
`sum(increase(trafficserver_backend_requests_seconds_count{status="200", 
backend="wdqs.discovery.wmnet", site="$Datacenter"}[60m]))  / 128` on Graphite 
vs the turnilo data. General shape is mostly the same but the numbers we 
ultimately see are sometimes a bit different, such as a peak of 7.5k for 
turnilo vs ~4.5k for Graphite. Difference might just be cached requests on the 
turnilo side.

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

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

To: RKemper
Cc: bking, Aklapper, Gehel, RKemper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323935: Migrate query service data-transfer/reload cookbooks to new spicerack class API

2022-11-28 Thread RKemper
RKemper created this task.
RKemper added projects: Wikidata, Discovery-Search.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION


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

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

To: RKemper
Cc: Aklapper, Gehel, bking, RKemper, Astuthiodit_1, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T313751: Create WDQS uptime SLO

2022-11-23 Thread RKemper
RKemper added a comment.


  In T313751#8388946 <https://phabricator.wikimedia.org/T313751#8388946>, 
@Gehel wrote:
  
  > A few comments on the current dashboard 
<https://grafana.wikimedia.org/d/l-3CMlN4z/wdqs-uptime-slo?orgId=1=now-30d=now=eqiad_Threshold=.95_Days=30>:
  >
  > - a very quick look at Turnilo <https://w.wiki/5w2v>: the graph look 
different enough that I'd like to know why the discrepancies
  > - as discussed, we should define the service as "working" not only when 
returning HTTP/200, but also when requests are throttled (429) or banned (403)
  > - we probably need to dig a bit more into other response codes and the dips 
we see in the graph to understand what they are and if they are problematic 
(and thus refine our definition of a "working" service)
  
  Just following up here: dashboard 
<https://grafana.wikimedia.org/d/l-3CMlN4z/wdqs-uptime-slo?orgId=1> was updated 
to accept any of `200`, `403`, or `429` as successful as far as our SLI is 
concerned. Working on updating our SLO documentation accordingly.

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

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

To: RKemper
Cc: RLazarus, Gehel, MPhamWMF, Aklapper, Astuthiodit_1, AWesterinen, 
karapayneWMDE, Invadibot, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323066: Understand meaning of trafficserver wdqs request data vs turnilo webrequest data

2022-11-23 Thread RKemper
RKemper added a comment.


  Comparing grafana 
<https://grafana-rw.wikimedia.org/d/l-3CMlN4z/wdqs-uptime-slo?forceLogin=now-2d=1=now=eqiad_Days=7d_Threshold=.95=10>
 to turnilo 
<https://turnilo.wikimedia.org/#webrequest_sampled_128/4/N4IgbglgzgrghgGwgLzgFwgewHYgFwhLYCmAtAMYAWcATmiADTjTxKoY4DKxaG2A5lHyh+NTDAAO3GhGJC8AM0RRiAXyYYAtsWQ5i+EAFE05APQBVACoBhRiAUQEaYjXkBtUGgCeE/QS36TDTECgYA+mEBdgEACi5YACbuoAkwNOhYuAQxAEwAInZQzhL4pACMGj5+hOhy9KoAuuqeVQZFMgJ2waEEaRBhlJhFdnDkHFkgELhMYIgwcvhuIACO8zReAHQA7hAA1hAJ6HAbmDT8IA1M2Jj0ispqDC2+bWgd50EhBpS8EmFF6DAhExRuMDFM7LMEPN3CAcgAGOF2AAscIAzMicgBOC5XG74JQIFSNJhQCRINDJEDeZ4EdpTd4gBIQbTYKCZL4/P5oAFAkBQU63UDdDloX7/NCA6KtAhMllsnB2JnBMbsmVycjEbBMzrqQjMiC3Mpw5pU6VU5mBRkW1mqkARKJMURwbAwBC0A1eAwxSwAVgAsoUBcIQMKCPaLVKaVa5eymEriCqFQQ4FANVr6SBdUhNAb8C6EAhiXz4gs8B4QyEXJqNV8DbyFKdNOhg9TqgkQnBXfQZnNqpnKlHtCm0voixIpiQEnlrfLWYtLiBx9hJ5wgwRKHXM0A=>,
 the graphs seem more or less aligned as far as the shapes of the graphs are 
concerned.
  
  Per 
https://wikitech.wikimedia.org/wiki/Analytics/Data_Lake/Traffic/Webrequest#Pipeline,
 it looks like the turnilo data is ultimately coming from Varnish.
  
  Our data in grafana comes from 
`trafficserver_backend_requests_seconds_count`. I think my interpretation is 
that that means this data is not concerned with the in-memory responses from 
Varnish (the in-memory caching frontend). We're under the impression that there 
are very few cache hits with WDQS, but we might want to validate the assumption.
  
  Currently when we do some math to normalize the turnilo vs grafana data (for 
grafana that means multiplying our requests/sec count by 300 to turn it into a 
5 minute count and then dividing by 128 to account for the sampling turnilo is 
doing), the raw numbers we see for e.g. 200 responses seems to be higher in 
Turnilo by a factor of between 2-8x depending on the time we look at. Not sure 
what this means; there is likely something we don't fully understand about how 
the hits are counted.

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

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

To: RKemper
Cc: bking, Aklapper, Gehel, RKemper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T316236: Reload WCQS from dumps

2022-11-22 Thread RKemper
RKemper moved this task from Needs review to Needs Reporting on the 
Discovery-Search (Current work) board.
RKemper added a comment.


  Moved to `Needs Reporting`. Usually we leave tickets open but move them to 
needs reporting and then gehel closes as resolved after he reviews them, but 
I'll leave this task resolved for now to avoid re-opening it.

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

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

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

To: bking, RKemper
Cc: RKemper, dcaro, bking, EBernhardson, HenkvD, Aklapper, dcausse, Adamm71, 
Jersione, Hellket777, LisafBia6531, Astuthiodit_1, AWesterinen, 786, Biggs657, 
karapayneWMDE, Invadibot, MPhamWMF, maantietaja, Juan90264, Alter-paule, 
Beast1978, CBogen, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Namenlos314, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
QZanden, EBjune, merbst, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323066: Understand meaning of trafficserver wdqs request data vs turnilo webrequest data

2022-11-22 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: bking, Aklapper, Gehel, RKemper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323066: Understand meaning of trafficserver wdqs request data vs turnilo webrequest data

2022-11-22 Thread RKemper
RKemper updated the task description.

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

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

To: RKemper
Cc: bking, Aklapper, Gehel, RKemper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323066: Understand meaning of trafficserver wdqs request data vs turnilo webrequest data

2022-11-14 Thread RKemper
RKemper created this task.
RKemper added projects: Wikidata-Query-Service, Wikidata, Discovery-Search 
(Current work).

TASK DESCRIPTION
  We've got our (WIP) WDQS uptime SLO dashboard 
<https://grafana.wikimedia.org/d/l-3CMlN4z/wdqs-uptime-slo?orgId=1=9>.
 Separately, there's similar-but-different data in Turnilo here 
<https://w.wiki/5w2v>. Given that we're relying on this data to create our SLO, 
we should understand the two separate data sources and what they actually mean.

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T323064: Create WDQS Uptime SLO && WDQS/WCQS update lag SLO dashboards in Grizzly

2022-11-14 Thread RKemper
RKemper created this task.
RKemper added projects: Wikidata-Query-Service, Wikidata, Discovery-Search 
(Current work).

TASK DESCRIPTION
  We use Grizzly 
<https://gerrit.wikimedia.org/r/plugins/gitiles/operations/grafana-grizzly/+/refs/heads/master>
 to create org-wide  SLO dashboards 
<https://grafana.wikimedia.org/dashboards/f/SLOs/slos>.
  
  AC:
  
  [ ] Dashboard for WDQS uptime
  [ ] Dashboard for query service updater lag

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

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

To: RKemper
Cc: Aklapper, Gehel, RKemper, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T321855: Using DISTINCT with VALUES returns more results than expected

2022-10-31 Thread RKemper
RKemper renamed this task from "Using DISTINCT with VALUES returns more results 
that expected" to "Using DISTINCT with VALUES returns more results than 
expected".

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

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

To: RKemper
Cc: Ainali, Aklapper, Rdrg109, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, 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
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


  1   2   3   >