[00:55:01] 10Analytics, 10Analytics-Data-Quality, 10Product-Analytics, 10Patch-For-Review: Some registered users have null values for event_user_text and event_user_text_historical in mediawiki_history - https://phabricator.wikimedia.org/T218463 (10Neil_P._Quinn_WMF) @JAllemandou thank you for diagnosing and addressi... [01:44:52] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review: Update wikimedia-history revision data with deleted field (and find it a new name?) - https://phabricator.wikimedia.org/T178587 (10Neil_P._Quinn_WMF) >>! In T178587#5022171, @Milimetric wrote: >>>! In T178587#5019862, @Neil_P._Quinn_WMF wrote: >> So overal... [04:29:07] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review: Issues with page deleted dates on data lake - https://phabricator.wikimedia.org/T190434 (10Neil_P._Quinn_WMF) [04:29:09] 10Analytics, 10Product-Analytics, 10Epic, 10User-Elukey: Provide feature parity between the wiki replicas and the Analytics Data Lake - https://phabricator.wikimedia.org/T212172 (10Neil_P._Quinn_WMF) [08:04:00] 10Analytics, 10Analytics-Kanban: Improve speed and reliability of Yarn's Resource Manager failover - https://phabricator.wikimedia.org/T218758 (10elukey) [08:04:07] 10Analytics, 10Analytics-Kanban: Improve speed and reliability of Yarn's Resource Manager failover - https://phabricator.wikimedia.org/T218758 (10elukey) p:05Triage→03High [08:05:13] 10Analytics, 10Analytics-Kanban: Improve speed and reliability of Yarn's Resource Manager failover - https://phabricator.wikimedia.org/T218758 (10elukey) [08:05:31] 10Analytics, 10Analytics-Kanban: Improve speed and reliability of Yarn's Resource Manager failover - https://phabricator.wikimedia.org/T218758 (10elukey) [08:06:08] 10Analytics, 10Analytics-Kanban: Improve speed and reliability of Yarn's Resource Manager failover - https://phabricator.wikimedia.org/T218758 (10elukey) [08:07:38] tried to explain the Yarn's outage --^ [08:16:49] 10Analytics, 10Analytics-Kanban: Improve speed and reliability of Yarn's Resource Manager failover - https://phabricator.wikimedia.org/T218758 (10elukey) Quick check on the current HDFS based Yarn app ids store: ` elukey@an-master1001:~$ hdfs dfs -ls /user/yarn/rmstore/FSRMStateRoot/RMAppRoot | awk '{print $6... [08:22:54] joal: bonjour! [08:28:56] so after digging a bit more into the yarn outage I'd be happy to move towards a 5000 app ids retention + zookeeper [10:05:58] Hi elukey - I have not checked yet (kids day) but should be able to have a look at app-ids and timing later this afternoon during siesta [10:07:01] ack! [10:07:09] I prepped a code change [10:07:24] but I'd be inclined in switching back to zookeeper with a lower appid retention [10:07:56] kand moving back to zk also makes us not have to deal with the retry-policy setting, but we should write it somewhere :) [10:08:12] joal: already in the puppet change [10:08:22] I added retry policy when hdfs is used [10:08:28] with a reasonable default [10:08:30] + comments [10:08:49] <3 [11:53:38] joal: around? :) [11:53:56] addshore: yes, but who knows for how long :) [11:53:59] i have a silly question for the mediawiki history dataset :D [11:55:01] We are just trying to figure out something about user interaction quicky (well, see if we can get a rough idea) [11:56:13] Looking at edits in NS0 on wikidatawiki with the summary starting with "/* wbset(label|description|alias)" [11:56:35] and grouping them by userid, pageid, and a small time window (every 10 seconds) [11:56:47] addshore: summary == comment ? [11:56:50] yup [11:56:55] feasible :) [11:57:00] I tried to write a hive query and of course failed [11:57:13] or should I say, **seems** feasible :) [11:57:22] fancy giving me a hand? :D [11:57:29] Let;s do that [11:58:29] mine was looking something like this https://usercontent.irccloud-cdn.com/file/PINGP30A/image.png [11:58:37] i was also trying to limit the set of history i was looking at [11:58:37] addshore: edits on NS0 for wikidatawiki where comment like '"/* wbset(label|description|alias)"%' is very clear to me [11:58:52] wait, i should be using %? [11:58:53] :P [11:59:31] I need some more talking on the group by to be sure I understand :) [11:59:46] also, not sure about the delimiting I addedfor the rlike [11:59:55] addshore: if you use LIKE, % is needed, if you use RLIKE, probably not but I always need trial and error :) [12:00:13] Yes, so the idea if to see how many edits with these summaries are made by a user on an item in a 10 second chunk (ie, the edits were made right next to each other) [12:00:33] The way I was trying was using fixed 10 second chunks, which is pretty bad, but should also give us a rough enough idea for what we want [12:00:50] wow - 10 sec chunks seems very small - but you know best :) [12:01:26] so, there is a feature that when you click save it will trigger mutliple edits one after another, it could trigger 1 edit or maybe 5, ad we want to get a very very rough idea of how many it triggers [12:01:45] ack!! Makes a lot more sense :) [12:02:05] I went for 10 as with the query i was writing it seemed easier (just chopping off the end of the string and grouping by that) the next easy chunk would be 60 s and that would be a bit long [12:02:13] do you want to batcave and pair on this? [12:02:16] however in a perfact world, perhaps a 15 or 20 second chunk would make more sense for us [12:02:29] not really in a position to have a call right now :/ [12:02:36] let me check for a room [12:02:36] np addshore [12:02:41] we can irc :) [12:03:22] the first thing I'll do here is have spark-shell where I load a temporary view of wikidatawiki edits on NS-0 for january 2019 [12:03:40] Like that, I can use that view in a very speedy way to test the rest [12:03:41] we found a room [12:03:43] :) [12:03:44] give us 1 min [12:03:45] sure [12:04:51] joal i need a link [12:05:02] https://hangouts.google.com/hangouts/_/wikimedia.org/a-batcave [12:41:47] * elukey lunch! [12:47:20] addshore: sorry, rewriting lead to a bug - fixing that and pasting for you [12:47:48] hehe, dont worry, we are currently shoveling food in our mouths and watching new regarding brexit [12:47:50] *news [12:59:13] joal: just make sure you ping me when you paste me :) i dont want to miss it! [12:59:25] addshore: no worries :) [12:59:41] and joal the other person in the call was tarrow [12:59:50] addshore: I discovered a funny RLIKE think - putting as a comment so that you know :) [13:00:08] Hi-rc tarrow :) [13:02:31] addshore, tarrow : https://gist.github.com/jobar/5e244becb6071f2e5eba4725d949d26f [13:02:36] there you go folks :) [13:02:50] :D [13:03:09] addshore: Notive the comment on line 15 ;) [13:17:29] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review: Improve speed and reliability of Yarn's Resource Manager failover - https://phabricator.wikimedia.org/T218758 (10Ottomata) > Do we need to keep a history of 10k application ids in our Yarn state? No I don't think so! 10K (4ish days) is nice to have in mem... [13:17:44] joal: thanks so much! [13:17:49] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review: Improve speed and reliability of Yarn's Resource Manager failover - https://phabricator.wikimedia.org/T218758 (10Ottomata) BTW great finds yall! Thanks so much for figure this out and the great write up! [13:26:41] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review: Improve speed and reliability of Yarn's Resource Manager failover - https://phabricator.wikimedia.org/T218758 (10JAllemandou) > So we have a history of 4 days, more or less, at any given time. Not sure if this also translates in what logs are retained and... [13:27:47] 10Analytics, 10EventBus, 10Patch-For-Review, 10Services (watching): EventGate wikimedia implementation should emit rdkafka stats - https://phabricator.wikimedia.org/T218305 (10aborrero) [14:17:21] (03PS13) 10Elukey: Add artifacts for Debian Buster and upgrade to 0.31.0rc18-wikimedia1 [analytics/superset/deploy] - 10https://gerrit.wikimedia.org/r/495182 (https://phabricator.wikimedia.org/T212243) [14:22:57] sooo deployed superset 0.31.0rc18-wikimedia1 to analytics-tool1004 [14:22:59] seems working [14:23:06] but the chart bug is still there [14:23:08] sigh [14:26:09] ah wait another thing breaks that it wasn't before [14:36:38] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review: Improve speed and reliability of Yarn's Resource Manager failover - https://phabricator.wikimedia.org/T218758 (10elukey) >>! In T218758#5040035, @JAllemandou wrote: >> So we have a history of 4 days, more or less, at any given time. Not sure if this also t... [14:44:57] 10Analytics, 10Discovery, 10Operations, 10Research: Workflow to be able to move data files computed in jobs from analytics cluster to production - https://phabricator.wikimedia.org/T213976 (10fgiunchedi) >>! In T213976#5032956, @Nuria wrote: > @fgiunchedi sounds good, will try to set up short 30 min meetin... [15:24:42] 10Analytics, 10Knowledge-Integrity, 10Research, 10Epic, 10Patch-For-Review: Citation Usage: run third round of data collection - https://phabricator.wikimedia.org/T213969 (10bmansurov) [15:28:24] ottomata: o/ my Oozie job is failing and can't figure out why. Do you have time to pair later today to debug the issue? [16:05:38] bmansurov: for sure! [16:05:45] will be free in 30ish mins [16:06:32] ottomata: awesome, I have another meeting coming up. I'll send an invitation for later today, feel free to move it around. [16:08:11] bmansurov: just ping me on IRC [16:08:22] ottomata: ok, will do [16:08:23] i will be around until 5ish our time [16:08:43] no other meetings today! amazing! [16:08:50] luckyyy [17:00:53] 10Analytics, 10EventBus, 10Patch-For-Review, 10Services (watching): EventGate wikimedia implementation should emit rdkafka stats - https://phabricator.wikimedia.org/T218305 (10Ottomata) @akosiaris, @fgiunchedi when you get a chance I'd appreciate a lookover of this dashboard: https://grafana.wikimedia.org... [17:01:17] ottomata: free now? [17:03:37] bmansurov: sure lets look real quick [17:03:45] need to make some lunch but lets look first [17:03:54] ottomata: hangout? [17:04:04] naw let's IRC [17:04:05] for now [17:04:13] i'm half listening to the ops goals meeting [17:04:26] do you have a oozie job id that failed? [17:04:38] ottomata: yes, 1 sec [17:04:55] ottomata: 0155004-181112144035577-oozie-oozi-W [17:09:47] hey nuria, do you have 5 mins? [17:09:53] yes [17:09:56] dsaez: yes [17:10:13] bmansurov: i'm mostly looking at https://hue.wikimedia.org/hue/jobbrowser#!id=job_1553023725337_3228 trying to find more info [17:10:13] i see [17:10:37] shell script fail? [17:10:37] Stack trace: ExitCodeException exitCode=13: [17:10:50] it's a python file [17:11:10] and the error message is too generic: main() failed [17:12:01] nuria: I'm sending the data for GII. Finally I'm giving a lower-bound for number editons, based on geoeditors_monthly table. [17:12:50] giving that I'm computing the lower-bound (considering that all editors are in the min of their bucket), it would be a problem if I change the threshold for country from 100K to 50K a year? [17:13:06] bmansurov: where did you see main() failed? [17:13:24] ottomata: further down [17:13:40] search for "main() threw exception" ottomata [17:14:02] I think that's the "main()" of spark, my script doesn't have it. [17:14:51] ah [17:15:20] bmansurov: is this a spark job? [17:15:28] ottomata: yes pyspark [17:15:32] dsaez: give me a sec, can we talk about this in 1 hr? [17:16:51] nuria, yes, I'll send you an invite, and maybe we can resolve this in 5 mins call [17:17:03] oh bmansurov [17:17:11] you can't use a spark action to launch a non py spark app [17:17:17] your main script is justa python file [17:18:08] ottomata: I see, so the top level must include some spark stuff? [17:18:15] yes [17:18:21] it is going to be provided to spark-submit [17:18:24] ottomata: I'm importing a library that has spark in it [17:18:40] ottomata: i see, OK, i'll move things around. [17:18:43] ottomata: thanks! [17:18:47] yup [17:19:38] 10Analytics, 10EventBus, 10Patch-For-Review, 10Services (watching): EventGate wikimedia implementation should emit rdkafka stats - https://phabricator.wikimedia.org/T218305 (10akosiaris) >>! In T218305#5040830, @Ottomata wrote: > @akosiaris, @fgiunchedi when you get a chance I'd appreciate a lookover of th... [17:27:59] dsaez: invite sounds good [17:34:57] 10Analytics, 10EventBus, 10Patch-For-Review, 10Services (watching): EventGate wikimedia implementation should emit rdkafka stats - https://phabricator.wikimedia.org/T218305 (10Ottomata) I like that idea! I'll make an overview. [18:00:37] nuria, ok! [18:38:34] created another issue to superset https://github.com/apache/incubator-superset/issues/7074 [18:38:37] sigh [18:40:04] 10Analytics-Kanban, 10Product-Analytics: Superset Updates - https://phabricator.wikimedia.org/T211706 (10elukey) [18:41:02] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review, 10User-Elukey: Staging environment for upgrades of superset - https://phabricator.wikimedia.org/T212243 (10elukey) The 0.29/0.31 releases are broken for: * https://github.com/apache/incubator-superset/issues/7006 * https://github.com/apache/incubator-sup... [18:43:52] * elukey off! [19:15:56] ottomata: do you know which auth yarn.wikimedia.org is using? Trying to help someone login but it's rejecting their login [19:16:37] ldap [19:16:45] so same as hue? [19:17:07] shes able to login to hue, but yarn.wikimedia.org isn't working :S [19:17:16] i think it says [19:17:17] use wiki login name not shell [19:17:29] hue is a special case since it needs to use your shell username for hdfs stuff [19:17:36] so it should be wiki login name [19:17:51] hmm, her wiki login name has a dot in it, julia.glen trying [19:18:41] a dot! [19:18:51] yea ... intersting decision :) [19:18:57] it's not liking that either :s [19:19:50] hm i guess she is in a proper ldap group then, since she can log in there. [19:22:07] ebernhardson: can she log into other apache ldap auth protected things? [19:22:56] like turnilo.wikimedia.org [19:23:14] trying [19:24:13] ottomata: turnilo didn't like her hue l/p either (with and without the dot) [19:24:26] i suspect the dot. [19:25:04] ottomata: if i had thought ahead of time would have never allowed the dot ... it's been a continuing problem [19:25:28] i don't know that it is a problem, but i suspect it. [19:27:56] ottomata: ok, i'll file a ticket to look into it more? She's primarily writing spark stuff so yarn access is important [19:30:54] 10Analytics, 10Analytics-Cluster: Access to yarn.wikimedia.org for julia.glen - https://phabricator.wikimedia.org/T218815 (10EBernhardson) [19:34:31] milimetric: Heya - Would you have some time for me now? [19:34:43] joal: definitely! [19:34:45] going to cave [19:35:58] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review: Update wikimedia-history revision data with deleted field (and find it a new name?) - https://phabricator.wikimedia.org/T178587 (10Milimetric) > So to follow that, how about `revision_is_page_deleted`? That's not an ideal title, but I honestly think it's t... [19:49:51] ebernhardson: yeah probably a good idea [19:50:05] ebernhardson: this is not a bad interface too [19:50:05] https://hue.wikimedia.org/hue/jobbrowser#!jobs [19:50:24] oh [19:50:27] but getting to the spark UI [19:50:28] right., [20:06:40] nuria: Would ou have a minute? [20:06:44] +y [20:31:27] 10Analytics, 10Analytics-Kanban, 10EventBus, 10Patch-For-Review, 10Services (watching): EventGate wikimedia implementation should emit rdkafka stats - https://phabricator.wikimedia.org/T218305 (10Ottomata) [20:31:39] 10Analytics, 10Analytics-Kanban, 10EventBus, 10Patch-For-Review, 10Services (watching): EventGate wikimedia implementation should emit rdkafka stats - https://phabricator.wikimedia.org/T218305 (10Ottomata) [20:32:10] 10Analytics, 10Analytics-Kanban, 10EventBus, 10Operations, and 3 others: eventgate-analytics k8s pods occasionally can't produce to kafka - https://phabricator.wikimedia.org/T218268 (10Ottomata) a:03Ottomata [20:35:38] (03PS8) 10Joal: Update refinery sqoop to use dedicated labsdb host [analytics/refinery] - 10https://gerrit.wikimedia.org/r/495266 (https://phabricator.wikimedia.org/T215550) [20:45:14] (03CR) 10Joal: Correct mw user-history create event timestamp (032 comments) [analytics/refinery/source] - 10https://gerrit.wikimedia.org/r/497604 (https://phabricator.wikimedia.org/T218463) (owner: 10Joal) [20:49:41] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review: Update wikimedia-history revision data with deleted field (and find it a new name?) - https://phabricator.wikimedia.org/T178587 (10Neil_P._Quinn_WMF) >>! In T178587#5041325, @Milimetric wrote: >> So to follow that, how about `revision_is_page_deleted`? Tha... [20:51:51] (03PS9) 10Joal: Update refinery sqoop to use dedicated labsdb host [analytics/refinery] - 10https://gerrit.wikimedia.org/r/495266 (https://phabricator.wikimedia.org/T215550) [20:55:39] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review: Update wikimedia-history revision data with deleted field (and find it a new name?) - https://phabricator.wikimedia.org/T178587 (10JAllemandou) > I disagree! I think that the confusing similarity between revision deletion and page deletion is part of reali... [20:56:11] 10Analytics-Kanban: Raise Edit Data Quality to the point where we can offer snapshots on Cloud (labs) environment - https://phabricator.wikimedia.org/T204953 (10Neil_P._Quinn_WMF) Should I add other mediawiki_history data quality issues as substasks here? For example, T218463. We could use a place in Phab to t... [20:56:47] 10Analytics, 10ChangeProp, 10Community-Tech, 10EventBus, and 4 others: Provide the ability to have time-delayed or time-offset jobs in the job queue - https://phabricator.wikimedia.org/T218812 (10mobrovac) [20:57:21] 10Analytics, 10ChangeProp, 10Community-Tech, 10Core Platform Team, and 5 others: Provide the ability to have time-delayed or time-offset jobs in the job queue - https://phabricator.wikimedia.org/T218812 (10mobrovac) [21:02:21] 10Analytics-Kanban: Raise Edit Data Quality to the point where we can offer snapshots on Cloud (labs) environment - https://phabricator.wikimedia.org/T204953 (10Nuria) Please add other subtasks here @Neil_P._Quinn_WMF that woudl be helpful Analytics-Data-Quality tag includes this work but also several other pro... [21:12:28] 10Analytics, 10Analytics-Data-Quality, 10Product-Analytics: A few alterblocks events have event_timestamps from before 2001 - https://phabricator.wikimedia.org/T218824 (10Neil_P._Quinn_WMF) [21:12:38] RECOVERY - EventLogging overall insertion rate from MySQL consumer on graphite1004 is OK: OK: Less than 20.00% under the threshold [50.0] https://grafana.wikimedia.org/dashboard/db/eventlogging?panelId=12&fullscreen&orgId=1 [21:18:20] 10Analytics, 10Analytics-Cluster, 10Product-Analytics: Upgrade Hive to ≥ 2.0 - https://phabricator.wikimedia.org/T203498 (10Tbayer) [21:42:52] 10Analytics-Kanban: Address data quality issues in the mediawiki_history dataset - https://phabricator.wikimedia.org/T204953 (10Neil_P._Quinn_WMF) [21:44:10] 10Analytics, 10Analytics-Data-Quality, 10Product-Analytics, 10Patch-For-Review: Some registered users have null values for event_user_text and event_user_text_historical in mediawiki_history - https://phabricator.wikimedia.org/T218463 (10Neil_P._Quinn_WMF) [21:44:12] 10Analytics, 10Analytics-Data-Quality, 10Analytics-Kanban, 10Product-Analytics: page_creation_timestamp not always correct in mediawiki_history - https://phabricator.wikimedia.org/T214490 (10Neil_P._Quinn_WMF) [21:44:14] 10Analytics, 10Analytics-Data-Quality, 10Analytics-Kanban, 10Product-Analytics: mediawiki_history datasets have null user_text for IP edits - https://phabricator.wikimedia.org/T206883 (10Neil_P._Quinn_WMF) [21:44:17] 10Analytics, 10Analytics-Data-Quality, 10Analytics-Kanban, 10Product-Analytics: mediawiki_history missing page events - https://phabricator.wikimedia.org/T205594 (10Neil_P._Quinn_WMF) [21:44:19] 10Analytics-Kanban: Address data quality issues in the mediawiki_history dataset - https://phabricator.wikimedia.org/T204953 (10Neil_P._Quinn_WMF) [21:45:30] 10Analytics, 10Analytics-Data-Quality, 10Product-Analytics, 10Patch-For-Review: Some registered users have null values for event_user_text and event_user_text_historical in mediawiki_history - https://phabricator.wikimedia.org/T218463 (10Neil_P._Quinn_WMF) [21:45:32] 10Analytics, 10Analytics-Data-Quality, 10Analytics-Kanban, 10Product-Analytics: mediawiki_history datasets have null user_text for IP edits - https://phabricator.wikimedia.org/T206883 (10Neil_P._Quinn_WMF) [21:45:34] 10Analytics, 10Analytics-Data-Quality, 10Analytics-Kanban, 10Product-Analytics: mediawiki_history missing page events - https://phabricator.wikimedia.org/T205594 (10Neil_P._Quinn_WMF) [21:45:37] 10Analytics, 10Product-Analytics, 10Epic, 10User-Elukey: Provide feature parity between the wiki replicas and the Analytics Data Lake - https://phabricator.wikimedia.org/T212172 (10Neil_P._Quinn_WMF) [21:45:37] 10Analytics, 10Analytics-Kanban, 10Patch-For-Review: Issues with page deleted dates on data lake - https://phabricator.wikimedia.org/T190434 (10Neil_P._Quinn_WMF) [21:45:45] 10Analytics-Kanban: Address data quality issues in the mediawiki_history dataset - https://phabricator.wikimedia.org/T204953 (10Neil_P._Quinn_WMF) [21:45:48] 10Analytics, 10Product-Analytics, 10Epic, 10User-Elukey: Provide feature parity between the wiki replicas and the Analytics Data Lake - https://phabricator.wikimedia.org/T212172 (10Neil_P._Quinn_WMF) [21:49:33] 10Analytics, 10Analytics-Data-Quality, 10Product-Analytics: A few alterblocks events have event_timestamps from before 2001 - https://phabricator.wikimedia.org/T218824 (10matmarex) > @matmarex mentioned that this is probably related to the fact that you can provide a string as the block length and PHP's date... [21:57:39] 10Analytics, 10Analytics-Data-Quality, 10Product-Analytics: A few alterblocks events have event_timestamps from before 2001 - https://phabricator.wikimedia.org/T218824 (10Neil_P._Quinn_WMF) Thank your for the extra context! >>! In T218824#5041774, @matmarex wrote: > I don't know what kind of issues this is... [21:58:07] 10Analytics-Kanban: Address data quality issues in the mediawiki_history dataset - https://phabricator.wikimedia.org/T204953 (10Neil_P._Quinn_WMF) [22:37:46] 10Analytics, 10Research: Check home leftovers of ISI researchers - https://phabricator.wikimedia.org/T215775 (10leila) @elukey Please keep the directories of mtizzoni and panisson on stat* untouched. You can purge the rest (for them and the other two usernames). I'm talking with them to see when those two dire... [22:54:26] 10Analytics-Kanban: Eventlogging mysql consumer restarting due to schema parsing errors - https://phabricator.wikimedia.org/T218831 (10Nuria) [22:54:58] 10Analytics, 10Analytics-Kanban: Eventlogging mysql consumer restarting due to schema parsing errors - https://phabricator.wikimedia.org/T218831 (10Nuria) [22:55:18] 10Analytics, 10Analytics-Kanban: Eventlogging mysql consumer restarting for several hours due to schema parsing errors - https://phabricator.wikimedia.org/T218831 (10Nuria) [22:55:25] 10Analytics, 10Analytics-Kanban: Eventlogging mysql consumer restarting for several hours due to schema parsing errors - https://phabricator.wikimedia.org/T218831 (10Nuria) Fixed by https://gerrit.wikimedia.org/r/#/c/eventlogging/+/497648/ [22:55:51] 10Analytics, 10Analytics-Kanban: Eventlogging mysql consumer restarting for several hours due to schema parsing errors - https://phabricator.wikimedia.org/T218831 (10Nuria) [23:13:02] 10Analytics, 10Product-Analytics: prefUpdate schema contains multiple identical events for the same preference update - https://phabricator.wikimedia.org/T218835 (10Tbayer) [23:16:18] 10Analytics, 10Product-Analytics: prefUpdate schema contains multiple identical events for the same preference update - https://phabricator.wikimedia.org/T218835 (10Tbayer) (Tagging this with #Analytics considering general EL [[https://www.mediawiki.org/wiki/Developers/Maintainers | code stewardship]] and the... [23:26:18] 10Analytics, 10ExternalGuidance, 10Product-Analytics, 10MW-1.33-notes (1.33.0-wmf.18; 2019-02-19), 10Patch-For-Review: Measure the impact of externally-originated contributions - https://phabricator.wikimedia.org/T212414 (10chelsyx) Done. @Pginer-WMF can you review the [report](https://analytics.wikimedi... [23:37:17] 10Analytics, 10ChangeProp, 10Community-Tech, 10Core Platform Team, and 5 others: Provide the ability to have time-delayed or time-offset jobs in the job queue - https://phabricator.wikimedia.org/T218812 (10kaldari) [23:38:51] 10Analytics, 10ChangeProp, 10Community-Tech, 10Core Platform Team, and 5 others: Provide the ability to have time-delayed or time-offset jobs in the job queue - https://phabricator.wikimedia.org/T218812 (10kaldari) [23:41:28] 10Analytics, 10Product-Analytics: Add ExternalGuidance event logging table to whitelist - https://phabricator.wikimedia.org/T218838 (10chelsyx) [23:41:56] 10Analytics, 10ExternalGuidance, 10Product-Analytics, 10MW-1.33-notes (1.33.0-wmf.18; 2019-02-19), 10Patch-For-Review: Measure the impact of externally-originated contributions - https://phabricator.wikimedia.org/T212414 (10chelsyx) [23:41:58] 10Analytics, 10Product-Analytics: Add ExternalGuidance event logging table to whitelist - https://phabricator.wikimedia.org/T218838 (10chelsyx) [23:43:29] 10Analytics, 10ChangeProp, 10Community-Tech, 10Core Platform Team, and 5 others: Provide the ability to have time-delayed or time-offset jobs in the job queue - https://phabricator.wikimedia.org/T218812 (10kaldari) @aezell - There's a whole slew of related (but more specific) tasks in Phabricator. Not sure... [23:47:28] 10Analytics, 10Product-Analytics: Fix EventLogging schemas that use array for items type - https://phabricator.wikimedia.org/T218617 (10chelsyx) p:05Triage→03Normal