[Wikidata-bugs] [Maniphest] T292601: Confirm Wikibase LuaFunctionCallTracker to statsd naming convention

2021-10-22 Thread Krinkle
Krinkle added a comment.


  It's not documented to my knowledge, but it is a pattern that is followed 
quite consistently throughout our software and elsewhere in the industry as 
relating to how StatsD, Graphite and Prometheus are used.
  
  Metrics follow a left-to-right hierarchy. In Prometheus this is done with 
underscores, in StatsD this is done with dots. There is generally one main 
segment at the start for the overal service or component, then a segment for 
the metric being measured, and then labels (Prometheus), hash tags (dogstatsd), 
or subcomponents (statsd/Graphite).
  
  The labels/subcomponents should only be used to represent subslices of the 
same metric, not to create entirely different metrics. So, for example, you 
would have `foo_bar_request_count.wiki` and `foo_bar_request_size.wiki` and not 
`foo_bar_request.wiki.request_count` and `foo_bar_request.wiki .request_size. 
This is also reflected on https://prometheus.io/docs/practices/naming/, because 
incompatible data structures would otherwise clash and result in non-sensical 
visualisations when later segments are left out of the query with a wildcard.
  
  This ensures maxium benefit of the wider ecosystem through Grafana, such as 
autocompletion, wildcard queries, and templates. And also reduces chances of 
conflicts with unrelated metrics clashing in the same timeseries database 
directory.  Remember that for Graphite, each dot-component is a subdirectory on 
disk where a file is stored, so 
`enwiki.wikibase.client.scribunto.wikibase.getEntityStatements.cache_miss` gets 
stored in 
`/var/lib/carbon/enwiki/wikibase/client/scribunto/wikibase/getEntityStatements/cache_miss/rate.wsp`,
 for example.

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

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

To: Krinkle
Cc: Lucas_Werkmeister_WMDE, Krinkle, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Vali.matei, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Addshore, 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] T212843: [EPIC] Access to Wikidata's lexicographical data from Wiktionaries and other WMF sites

2021-10-22 Thread DVrandecic
DVrandecic added a subtask: T294159: Enable Lexeme access on first set of 
projects.

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

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

To: DVrandecic
Cc: abian, Rtnf, Alicia_Fagerving_WMSE, Jsamwrites, Salgo60, Quiddity, 
Lepticed7, Amire80, Mugli, Pols12, Bodhisattwa, darthmon_wmde, He7d3r, 
Scott_WUaS, Lucas_Werkmeister_WMDE, mxn, Marsupium, So9q, reosarevok, TomT0m, 
Yurik, Vesihiisi, ArthurPSmith, Iniquity, Tobias1984, Theklan, Fnielsen, RexxS, 
Pamputt, Mike_Peel, MarcoSwart, Geertivp, Liuxinyu970226, Addshore, 
Jdforrester-WMF, deryckchan, Lydia_Pintscher, Lea_Lacroix_WMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, 
QZanden, LawExplorer, _jensen, rosalieper, jberkel, Psychoslave, Wikidata-bugs, 
aude, Shizhao, Nemo_bis, Darkdadaah, Mbch331, Ltrlg, 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] T293873: WikiLambda installation fails on new wikis with also being installed Wikibase repo (wb_items_per_site doesn't get created before createInitialContent() is run?!)

2021-10-22 Thread Jdforrester-WMF
Jdforrester-WMF edited projects, added Abstract Wikipedia team; removed 
Abstract Wikipedia team (Phase η).

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

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

To: Jdforrester-WMF
Cc: Jdforrester-WMF, gengh, SimoneThisDot, Invadibot, Aseleste, GrounderUK, 
maantietaja, AndrewEells, Nintendofan885, Akuckartz, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, YULdigitalpreservation, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Verdy_p, Wikidata-bugs, aude, 
Gabrielchl, 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] T293873: WikiLambda installation fails on new wikis with also being installed Wikibase repo (wb_items_per_site doesn't get created before createInitialContent() is run?!)

2021-10-22 Thread Jdforrester-WMF
Jdforrester-WMF added a subtask: T277209: Provide a clean mechanism by which 
extensions can inject content into the wiki on installation/upgrade.

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

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

To: Jdforrester-WMF
Cc: Jdforrester-WMF, gengh, SimoneThisDot, Invadibot, Aseleste, GrounderUK, 
maantietaja, AndrewEells, Nintendofan885, Akuckartz, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, YULdigitalpreservation, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Verdy_p, Wikidata-bugs, aude, 
Gabrielchl, 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] T293873: WikiLambda installation fails on new wikis with also being installed Wikibase repo (wb_items_per_site doesn't get created before createInitialContent() is run?!)

2021-10-22 Thread Jdforrester-WMF
Jdforrester-WMF added a comment.


  OK, so I think this is tied to the lack of T277209: Provide a clean mechanism 
by which extensions can inject content into the wiki on installation/upgrade 
 – our content injection should run 
late, after all tables are in place, but instead is being run immediately. I'm 
going to move this to our backlog and mark it as blocked by that.

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

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

To: Jdforrester-WMF
Cc: Jdforrester-WMF, gengh, SimoneThisDot, Invadibot, Aseleste, GrounderUK, 
maantietaja, AndrewEells, Nintendofan885, Akuckartz, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, YULdigitalpreservation, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Verdy_p, Wikidata-bugs, aude, 
Gabrielchl, 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] T293873: WikiLambda installation fails on new wikis with also being installed Wikibase repo (wb_items_per_site doesn't get created before createInitialContent() is run?!)

2021-10-22 Thread Jdforrester-WMF
Jdforrester-WMF renamed this task from "Labels fail to populate on fresh 
install (windows)" to "WikiLambda installation fails on new wikis with also 
being installed Wikibase repo (wb_items_per_site doesn't get created before 
createInitialContent() is run?!)".
Jdforrester-WMF added a project: Wikidata.

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

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

To: Jdforrester-WMF
Cc: Jdforrester-WMF, gengh, SimoneThisDot, Invadibot, Aseleste, GrounderUK, 
maantietaja, AndrewEells, Nintendofan885, Akuckartz, DannyS712, Nandana, Lahi, 
Gq86, GoranSMilovanovic, Mahir256, QZanden, YULdigitalpreservation, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Verdy_p, Wikidata-bugs, aude, 
Gabrielchl, 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] T203220: Enable access to Lexemes on fr.wikisource.org

2021-10-22 Thread DVrandecic
DVrandecic added a comment.


  Would fr.wikisource still be interested to be an early adopter?

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

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

To: DVrandecic
Cc: DVrandecic, Bodhisattwa, VIGNERON, Lydia_Pintscher, Lea_Lacroix_WMDE, 
Invadibot, maantietaja, Akuckartz, MJL, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Assassas77, _jensen, rosalieper, Scott_WUaS, 
Samwilson, Hsarrazin, Wikidata-bugs, aude, jayvdb, Shizhao, Billinghurst, 
Mbch331, jayantanth, Ltrlg, 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] T256208: Consolidate places that read/write 'wb_changes' table

2021-10-22 Thread Michael
Michael moved this task from Backlog to Needs Review on the Wikibase change 
dispatching scripts to jobs board.
Michael added a comment.


  The wb_changes table is now only written by a single class 
`\Wikibase\Lib\Store\Sql\SqlChangeStore` and read by two classes:
  
  - `\Wikibase\Lib\Store\Sql\EntityChangeLookup` for loading the actual changes 
themselves
  - `\Wikibase\Repo\Store\Sql\DispatchStats` for reading meta data (number of 
rows and entities, freshest and stalest)
  
  All of this access above is now happening exclusively from the side of a 
Wikibase Repo.
  
  Further, the table is read from analytics scripts.
  
  I'm not sure that there is realistically anything left to do here?

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

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

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

To: Michael
Cc: Ladsgroup, Michael, Aklapper, Tarrow, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, 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] T290303: Migrate WikibaseTermboxInteraction EventLogging Schema to new EventPlatform thingy

2021-10-22 Thread mforns
mforns added projects: Data-Engineering, Data-Engineering-Kanban.

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

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

To: mforns
Cc: Manuel, Addshore, Ottomata, awight, Lydia_Pintscher, Aklapper, Michael, 
EChetty, Invadibot, maantietaja, Akuckartz, 4748kitoko, darthmon_wmde, 
holger.knust, Nandana, Akovalyov, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, JAllemandou, terrrydactyl, 
Wikidata-bugs, aude, GWicke, Mbch331, 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] T290976: decide on future of dispatch lag

2021-10-22 Thread Michael
Michael closed this task as "Resolved".
Michael moved this task from Backlog to Done on the Wikibase change dispatching 
scripts to jobs board.
Michael claimed this task.
Michael added a comment.
Restricted Application added a project: User-Michael.


  Yes, the decision was made that there is no more DispatchLag and so it won't 
affect maxlag anymore.

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

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

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

To: Michael
Cc: Lucas_Werkmeister_WMDE, Addshore, Michael, Aklapper, Lydia_Pintscher, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, 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] T48643: [Story] Dispatching via job queue (instead of cron script)

2021-10-22 Thread Michael
Michael removed a project: Patch-For-Review.

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

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

To: Michael
Cc: BEANS-X2, jcrespo, toan, Tarrow, jijiki, alaa_wmde, Ladsgroup, Joe, 
Addshore, Aklapper, Tobi_WMDE_SW, JanZerebecki, Wikidata-bugs, Abraham, 
Nemo_bis, Denny, aude, Ricordisamoa, Lydia_Pintscher, daniel, hoo, 
karapayneWMDE, Invadibot, R4356th, EhsanKhandowa, maantietaja, Akuckartz, 
PatsagornY, Michael, Viztor, Nandana, lucamauri, Amorymeltzer, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, JJMC89, _jensen, rosalieper, 
Scott_WUaS, Johan, Luke081515, TheDJ, Mbch331, Jay8g, Suran38, Biggs657, 
Lalamarie69, Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, 
joker88john, CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, 
Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T292460: Create alert for DispatchChanges job backlog

2021-10-22 Thread Michael
Michael closed this task as "Resolved".
Michael claimed this task.
Restricted Application added a project: User-Michael.

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

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

To: Michael
Cc: Aklapper, Michael, karapayneWMDE, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, 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] T291962: Track time between change is inserted into Recent Changes and time of change

2021-10-22 Thread Michael
Michael closed this task as "Resolved".

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

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

To: Michael
Cc: Ladsgroup, Aklapper, Michael, karapayneWMDE, Invadibot, maantietaja, 
Akuckartz, Nandana, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
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] T235901: Implement Lua access to Lexemes, Senses and Forms

2021-10-22 Thread gerritbot
gerritbot added a comment.


  Change 732998 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Track \u201Call\u201D usage for 
whole Lexeme instead of Sense/Form
  
  https://gerrit.wikimedia.org/r/732998

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

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

To: gerritbot
Cc: Jdforrester-WMF, DVrandecic, So9q, daniel, Nikki, Infovarius, Premeditated, 
Alicia_Fagerving_WMSE, Marsupium, Lucas_Werkmeister_WMDE, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, jberkel, Psychoslave, Wikidata-bugs, aude, Shizhao, 
Nemo_bis, Darkdadaah, Addshore, Mbch331, Ltrlg, 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] T235901: Implement Lua access to Lexemes, Senses and Forms

2021-10-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Hm, there’s another thing that I forgot wasn’t done yet: the `senses` (and 
probably `forms)` of a returned lexeme entity aren’t entities themselves, 
they’re ordinary tables. Only the custom `getForms()` and `getSenses()` methods 
take care of properly creating entities.
  
mw.wikibase.getEntity('L1').senses[1]:getGlosses()
-- error: attempt to call method 'getGlosses' (a nil value).
mw.wikibase.getEntity('L1'):getSenses()[1]:getGlosses()
-- works
  
  This isn’t as serious as the other issue – by the time `getEntity('L1')` 
returns, we’ve already tracked an “all” usage on L1, so being able to get the 
`senses`/`forms` without proper metatables doesn’t constitute a bypass of usage 
tracking or anything – but it’s still kind of strange, I guess…

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

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

To: Lucas_Werkmeister_WMDE
Cc: Jdforrester-WMF, DVrandecic, So9q, daniel, Nikki, Infovarius, Premeditated, 
Alicia_Fagerving_WMSE, Marsupium, Lucas_Werkmeister_WMDE, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, jberkel, Psychoslave, Wikidata-bugs, aude, Shizhao, 
Nemo_bis, Darkdadaah, Addshore, Mbch331, Ltrlg, 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] T294133: Expose rdf-streaming-updater.mutation content through EventStreams

2021-10-22 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Ottomata, Aklapper, dcausse, Invadibot, MPhamWMF, maantietaja, 
RBrounley_WMF, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Xinbenlv, 
Vacio, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, Nirmos, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331, 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] T235901: Implement Lua access to Lexemes, Senses and Forms

2021-10-22 Thread gerritbot
gerritbot added a comment.


  Change 732998 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/WikibaseLexeme@master] Track \u201Call\u201D usage for 
whole Lexeme instead of Sense/Form
  
  https://gerrit.wikimedia.org/r/732998

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

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

To: gerritbot
Cc: Jdforrester-WMF, DVrandecic, So9q, daniel, Nikki, Infovarius, Premeditated, 
Alicia_Fagerving_WMSE, Marsupium, Lucas_Werkmeister_WMDE, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, jberkel, Psychoslave, Wikidata-bugs, aude, Shizhao, 
Nemo_bis, Darkdadaah, Addshore, Mbch331, Ltrlg, 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] T294133: Expose rdf-streaming-updater.mutation content through EventStreams

2021-10-22 Thread dcausse
dcausse added a subscriber: Ottomata.
dcausse added a project: EventStreams.
dcausse updated the task description.

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

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

To: dcausse
Cc: Ottomata, Aklapper, dcausse, MPhamWMF, RBrounley_WMF, CBogen, Namenlos314, 
Gq86, Xinbenlv, Vacio, Lucas_Werkmeister_WMDE, EBjune, merbst, Jonas, Xmlizer, 
Nirmos, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 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] T294133: Expose rdf-streaming-updater.mutation content through EventStreams

2021-10-22 Thread dcausse
dcausse updated the task description.

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

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

To: dcausse
Cc: Aklapper, dcausse, MPhamWMF, CBogen, Namenlos314, Gq86, 
Lucas_Werkmeister_WMDE, EBjune, merbst, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T294133: Expose rdf-streaming-updater.mutation content through EventStreams

2021-10-22 Thread dcausse
dcausse created this task.
dcausse added a project: Wikidata-Query-Service.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  As a consumer of the wikidata content I want to be able to have access the 
same RDF data the WMF WDQS servers  use to perform their live updates so that I 
can keep my own replica of the wikidata query service (or another RDF store) up 
to date more easily.
  
  A solution might be to use the EventStreams 
 service.
  
  Note on the stream:
  It was decided to go fully active/active for the flink application powering 
the WDQS updater. Which means the complete stream of changes is available in 
both topics:
  
  - eqiad.rdf-streaming-updater.mutation
  - codfw.rdf-streaming-updater.mutation
  
  It is sligthly different to what we currently see in our topic topology where 
if you want to have a complete view of the data you need to consume both 
eqiad.topic and codfw.topic. Here you must consume only one.
  
  AC:
  
  - RDF data is exposed through EventStreams
  - A java client is offered for third parties to use with store comptatible 
with the SPARQL 1.1 Update operations 


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

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

To: dcausse
Cc: Aklapper, dcausse, MPhamWMF, CBogen, Namenlos314, Gq86, 
Lucas_Werkmeister_WMDE, EBjune, merbst, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T239633: Enable mw.wikibase.getEntity() to load forms and senses

2021-10-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Though it doesn’t track all the usage we want, see T235901#7451434 
.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Infovarius, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, LawExplorer, 
_jensen, rosalieper, Bodhisattwa, Scott_WUaS, jberkel, Psychoslave, 
Wikidata-bugs, aude, Shizhao, Nemo_bis, Darkdadaah, Mbch331, Ltrlg, 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] T235901: Implement Lua access to Lexemes, Senses and Forms

2021-10-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  In T235901#5587912 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Usage tracking is also going to be interesting. Currently, it’s strictly 
entity-based, as far as I can see (as opposed to page-based), both on the repo 
(`wb_changes_subscription`) and on the client (`wbc_entity_usage`). Does this 
mean that a Wiktionary page for one lexeme may end up with dozens, if not 
hundreds  of 
`wbc_entity_usage` rows, one per form (and aspect)? Or should we say that 
entity usage stops at subentities, and any usage of a lexeme implies usage of 
all of its forms? Or do we somehow group usages together, similar as for other 
aspects, and turn form usages into one “all forms of this lexeme” usage once 
they exceed a certain threshold?
  
  The currently merged code tracks lots of ‘X’ (“all”) usages, but it still 
doesn’t track enough usage. Specifically, if you use `mw.wikibase.getEntity( 
'L1-S1' )`, then the page will get a usage for `L1-S1#X`, but not for `L1`; and 
because we only look for pages using `L1` when dispatching changes, the change 
won’t be notified when the lexeme is edited, and may continue to show untracked 
data.
  
  I think fixing this is a hard requirement before we enable lexeme data 
transclusion in production. The easiest solution would be to make sure that 
`mw.wikibase.getEntity( 'L1-S1' )` also tracks an `L1#X` usage, I’ll see if I 
can make that work.

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

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

To: Lucas_Werkmeister_WMDE
Cc: Jdforrester-WMF, DVrandecic, So9q, daniel, Nikki, Infovarius, Premeditated, 
Alicia_Fagerving_WMSE, Marsupium, Lucas_Werkmeister_WMDE, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, 
Bodhisattwa, Scott_WUaS, jberkel, Psychoslave, Wikidata-bugs, aude, Shizhao, 
Nemo_bis, Darkdadaah, Addshore, Mbch331, Ltrlg, 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] T284478: wikidata api - wbsearchentities randomly not returning search results

2021-10-22 Thread gerritbot
gerritbot added a comment.


  Change 732774 **merged** by jenkins-bot:
  
  [mediawiki/extensions/PropertySuggester@master] Fail on search backend errors 
when using wbsgetsuggestions
  
  https://gerrit.wikimedia.org/r/732774

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

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

To: gerritbot
Cc: dcausse, EBernhardson, Lydia_Pintscher, Addshore, Esc3300, Aklapper, 
Mrl51337, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Lewizho99, 
Maathavan, _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] T244590: [Epic] Rework the WDQS updater as an event driven application

2021-10-22 Thread dcausse
dcausse closed subtask T266321: Determine flink metrics configuration and 
backend when running from k8s as Resolved.

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

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

To: dcausse
Cc: Mohammed_Sadat_WMDE, So9q, Lydia_Pintscher, VladimirAlexiev, karapayneWMDE, 
MPhamWMF, Daniel_Mietchen, Thadguidry, tfmorris, revi, Ladsgroup, Multichill, 
darthmon_wmde, Iamamz3, Smalyshev, Ottomata, JAllemandou, Aklapper, Zbyszko, 
Gehel, dcausse, Suran38, Invadibot, maantietaja, Peteosx1x, NavinRizwi, CBogen, 
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] T266321: Determine flink metrics configuration and backend when running from k8s

2021-10-22 Thread dcausse
dcausse closed this task as "Resolved".
dcausse claimed this task.
dcausse added a comment.


  updater specific metrics are available here: 
https://grafana-rw.wikimedia.org/d/fdU5Zx-Mk/wdqs-streaming-updater?orgId=1
  flink specific metrics are available here: 
https://grafana-rw.wikimedia.org/d/gCFgfpG7k/flink-session-cluster?orgId=1

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

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

To: dcausse
Cc: dcausse, Aklapper, Invadibot, MPhamWMF, maantietaja, CBogen, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, Maintenance_bot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331, Suran38, Biggs657, Lalamarie69, Juan90264, 
Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, 
Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T293764: Results page - add "External Source" column to the mismatch row

2021-10-22 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  https://github.com/wmde/wikidata-mismatch-finder/pull/168

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

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

To: guergana.tzatchkova
Cc: Lydia_Pintscher, Aklapper, Mattia_Capozzi_WMDE, ItamarWMDE, Silvan_WMDE, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Needs Review to Done on the 
Wikibase change dispatching scripts to jobs board.
Lucas_Werkmeister_WMDE added a comment.


  TL;DR: the most likely case for this is that your local entity source has a 
string as the `repoDatabase` (e.g. `'repoDatabase' => $wgDBname`). Use `false` 
instead to refer to the local wiki, that’s easier for simple setups. In 
complicated setups, especially if the repo database actually points to a 
different (non-local) database, make sure that the database name is also a 
valid site global ID.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, 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] T292548: Drop index on change_revision_id in wb_changes table

2021-10-22 Thread Marostegui
Marostegui added a comment.


  We normally don't track the restarts, but db1171 was restarted 21 days ago, 
db1104 is way older (around 80 days) and db1126 two days ago, so that's the one 
we can double check whether the query arrives or not in a few weeks.
  db1116 is a backup host so we shouldn't really use it for this analysis.

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

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

To: Marostegui
Cc: Marostegui, Lucas_Werkmeister_WMDE, Aklapper, Michael, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, 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] T292548: Drop index on change_revision_id in wb_changes table

2021-10-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  > On those yes, but if you check that, it is indeed used on _some_ of them. 
So there is (or was) something hitting that index at the time.
  
  Yes, but I thought we were mostly interested in those hosts where it was 
still being used (db1104, db1126, db1114), to see if it was still reported as 
used after a restart there.
  
  > I just checked again and it is not being reported as unused on 
db1172.eqiad.wmnet (and that host has an uptime of 21 days, so it is pretty 
recent)
  
  Hm, IIUC we only stopped the old change dispatching system on October 5 
, so if db1172 was 
restarted 21 days ago (October 1st 
) it could still have seen 
some old queries, I think. (Though it’s strange that it //did// report the 
index as unused when you checked on September 20…)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Marostegui, Lucas_Werkmeister_WMDE, Aklapper, Michael, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread gerritbot
gerritbot added a comment.


  Change 732937 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Document requirement on item and 
property source
  
  https://gerrit.wikimedia.org/r/732937

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, 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] T292548: Drop index on change_revision_id in wb_changes table

2021-10-22 Thread Marostegui
Marostegui added a comment.


  In T292548#7450949 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > Hm, but if I understand the comment at T291086#7364424 
 correctly, the index was 
already unused on those hosts?
  
  On those yes, but if you check that, it is indeed used on _some_ of them. So 
there is (or was) something hitting that index at the time. 
  I just checked again and it is not being reported as unused on 
db1172.eqiad.wmnet (and that host has an uptime of 21 days, so it is pretty 
recent)

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

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

To: Marostegui
Cc: Marostegui, Lucas_Werkmeister_WMDE, Aklapper, Michael, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, 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] T292548: Drop index on change_revision_id in wb_changes table

2021-10-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Hm, but if I understand the comment at T291086#7364424 
 correctly, the index was 
already unused on those hosts?

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

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

To: Lucas_Werkmeister_WMDE
Cc: Marostegui, Lucas_Werkmeister_WMDE, Aklapper, Michael, karapayneWMDE, 
Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, 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] T288264: Get estimates for all Wikidata statements of a specific datatype

2021-10-22 Thread RShigapov
RShigapov added a comment.


  It seems it's not that easy. The queries for popular datatypes (including 
Monolingualtext) time out, see https://w.wiki/4GED. It works for unpopular 
types like TabularData though: https://w.wiki/4GEG.

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

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

To: AKhatun_WMF, RShigapov
Cc: RShigapov, Lydia_Pintscher, Aklapper, AKhatun_WMF, Addshore, Manuel, 
MPhamWMF, Invadibot, maantietaja, CBogen, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread gerritbot
gerritbot added a comment.


  Change 732938 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Warn before returning null in 
ExternalUserNames wiring
  
  https://gerrit.wikimedia.org/r/732938

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, 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] T278833: Remove ItemAndPropertySource from WikibaseClient

2021-10-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  Observation from the change dispatching hike: the single-repo assumption is 
still deeply wired into the whole change dispatching system. This will require 
more than just cosmetic cleanup.
  
  As far as I can tell, this entity source is mainly (only?) used for two 
broader concepts:
  
  - the site link lookup
  - change subscription and dispatching
  
  The site link lookup actually feels like it could use the item entity source 
instead (as long as there’s only a single item entity source…). The change 
subscription/dispatching is related to T293354: Support dispatching changes for 
entities in non-main slots , I 
suppose, because MediaInfo would be the first case in Wikimedia production of a 
client getting different entities from different sources. (Federated properties 
don’t support change dispatching at the moment, and that would be a wholly 
different thing anyways.)

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

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

To: Lucas_Werkmeister_WMDE
Cc: Addshore, Aklapper, Lucas_Werkmeister_WMDE, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.38-notes (1.38.0-wmf.6; 2021-10-26).

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

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

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread gerritbot
gerritbot added a comment.


  Change 732940 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Catch CannotCreateActorException in 
InjectRCRecords
  
  https://gerrit.wikimedia.org/r/732940

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, 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] T293764: Results page - add "External Source" column to the mismatch row

2021-10-22 Thread guergana.tzatchkova
guergana.tzatchkova claimed this task.

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

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

To: guergana.tzatchkova
Cc: Lydia_Pintscher, Aklapper, Mattia_Capozzi_WMDE, ItamarWMDE, Silvan_WMDE, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, 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] T293766: Upload Status Page - Add "External Source" entry to Upload Status box

2021-10-22 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  https://github.com/wmde/wikidata-mismatch-finder/pull/167

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

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

To: guergana.tzatchkova
Cc: Lydia_Pintscher, Aklapper, Mattia_Capozzi_WMDE, ItamarWMDE, Silvan_WMDE, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread gerritbot
gerritbot added a comment.


  Change 732940 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Catch CannotCreateActorException in 
InjectRCRecords
  
  https://gerrit.wikimedia.org/r/732940

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread gerritbot
gerritbot added a comment.


  Change 732938 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Warn before returning null in 
ExternalUserNames wiring
  
  https://gerrit.wikimedia.org/r/732938

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread gerritbot
gerritbot added a project: Patch-For-Review.

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, Suran38, Biggs657, 
karapayneWMDE, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread gerritbot
gerritbot added a comment.


  Change 732937 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Document requirement on item and 
property source
  
  https://gerrit.wikimedia.org/r/732937

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

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

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, 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] T293763: Update the REST import endpoint to accept "External Source" request param

2021-10-22 Thread Silvan_WMDE
Silvan_WMDE moved this task from Peer Review to Test (Verification) on the 
Mismatch Finder (Mismatch Finder - sprint 9) board.
Silvan_WMDE added a comment.


  Merged and deployed to toolforge.

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

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

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

To: Silvan_WMDE
Cc: Lydia_Pintscher, Aklapper, Mattia_Capozzi_WMDE, ItamarWMDE, Silvan_WMDE, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, 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] T293246: wikibase-InjectRCRecords should not die with CannotCreateActorException because of missing CentralIdLookup in simple Wikibase wiki

2021-10-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE claimed this task.
Lucas_Werkmeister_WMDE moved this task from Backlog to Doing on the Wikibase 
change dispatching scripts to jobs board.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, Michael, karapayneWMDE, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, 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] T284478: wikidata api - wbsearchentities randomly not returning search results

2021-10-22 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.38-notes (1.38.0-wmf.6; 2021-10-26).

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

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

To: ReleaseTaggerBot
Cc: dcausse, EBernhardson, Lydia_Pintscher, Addshore, Esc3300, Aklapper, 
Mrl51337, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Lewizho99, 
Maathavan, _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] T284478: wikidata api - wbsearchentities randomly not returning search results

2021-10-22 Thread gerritbot
gerritbot added a comment.


  Change 730408 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Add EntitySearchException
  
  https://gerrit.wikimedia.org/r/730408

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

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

To: gerritbot
Cc: dcausse, EBernhardson, Lydia_Pintscher, Addshore, Esc3300, Aklapper, 
Mrl51337, Suran38, Biggs657, Invadibot, Lalamarie69, MPhamWMF, maantietaja, 
Juan90264, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, EBjune, LawExplorer, Lewizho99, 
Maathavan, _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] T294076: Blazegraph and MariaDB contain different sitelinks at Wikidata

2021-10-22 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Query-Service.

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

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

To: Lydia_Pintscher
Cc: RShigapov, Aklapper, Invadibot, MPhamWMF, maantietaja, CBogen, 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] T294029: Run ResubmitChanges.php to resubmit stuck changes from 2021-10-21 14:26 UTC

2021-10-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE closed this task as "Resolved".
Lucas_Werkmeister_WMDE moved this task from Backlog to Done on the Wikibase 
change dispatching scripts to jobs board.
Lucas_Werkmeister_WMDE claimed this task.

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

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

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

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Aklapper, karapayneWMDE, Invadibot, maantietaja, 
Akuckartz, Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
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] T294029: Run ResubmitChanges.php to resubmit stuck changes from 2021-10-21 14:26 UTC

2021-10-22 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2021-10-22T09:11:12Z]  
lucaswerkmeister-wmde@mwmaint1002:~$ mwscript 
extensions/Wikibase/repo/maintenance/ResubmitChanges.php wikidatawiki 
--minimum-age $((60*60*12)) # T294029 


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

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

To: Stashbot
Cc: Lucas_Werkmeister_WMDE, Aklapper, karapayneWMDE, Invadibot, maantietaja, 
Akuckartz, Michael, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
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] T293766: Upload Status Page - Add "External Source" entry to Upload Status box

2021-10-22 Thread guergana.tzatchkova
guergana.tzatchkova claimed this task.

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

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

To: guergana.tzatchkova
Cc: Lydia_Pintscher, Aklapper, Mattia_Capozzi_WMDE, ItamarWMDE, Silvan_WMDE, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, 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] T293027: Create metrics for measuring WDQS/WCQS update lag

2021-10-22 Thread Zbyszko
Zbyszko added a comment.


  Here's a proposal for an SLO dashboard, that can use historical data to 
provide insight into the past performance: 
https://grafana-rw.wikimedia.org/d/yCBd7Tdnk/wdqs-lag-slo

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

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

To: Zbyszko
Cc: RKemper, Aklapper, MPhamWMF, Invadibot, maantietaja, CBogen, 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] T254688: SpecialWhatLinksHere::showIndirectLinks on wikidatawiki needs optimizing

2021-10-22 Thread Marostegui
Marostegui added parent tasks: T290868: Upgrade s8 to Buster + MariaDB 10.4, 
T290865: Upgrade s1 to Buster + MariaDB 10.4.

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

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

To: Marostegui
Cc: RhinosF1, Majavah, eprodromou, aaron, daniel, Lydia_Pintscher, Ladsgroup, 
Addshore, Aklapper, Marostegui, Invadibot, Devnull, LSobanski, maantietaja, 
Akuckartz, Iflorez, Nandana, Amorymeltzer, Lahi, Gq86, Lsherwinforone, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Vali.matei, 
Sethakill, Minhnv-2809, _jensen, rosalieper, Scott_WUaS, Wong128hk, 
Wikidata-bugs, aude, Dinoguy1000, 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] T294076: Blazegraph and MariaDB contain different sitelinks at Wikidata

2021-10-22 Thread RShigapov
RShigapov created this task.
RShigapov added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  I looked for true duplicates at Wikidata using the query
  
SELECT DISTINCT ?item1 ?item2 ?sitelink WHERE {
  ?sitelink schema:about ?item1, ?item2.
  ?sitelink schema:isPartOf .
  filter(?item1 != ?item2)
}
  
  where I changed 'sv' for different languages. ​I've found a few cases where 
the values of sitelinks were different in Wikidata GUI and SPARQL endpoint.
  The SPARQL query says that Q19929406 
 contains 
https://sv.wikipedia.org/wiki/Ljudniv%C3%A5. But this is not the case at 
Q19929406 . Also Q6766777 
 has 
https://en.wikipedia.org/wiki/Mark_Bonner in Blazegraph, but not in Wikidata 
GUI.
  
  Probably there are other cases like that. It seems the wdqs-updater for some 
reason has not catched those changes.

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

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

To: RShigapov
Cc: RShigapov, Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, 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