[Cloud] etcd has no leader?

2020-01-16 Thread Roy Smith
I just got the following error. I reran the command and it worked the second time. My limited experience with etcd says this is not a good thing, so figured you'd want to know about it. > tools.spi-tools@tools-sgebastion-08:~/www/python/src$ webservice > --backend=kubernetes python3.7 rest

Re: [Cloud] etcd has no leader?

2020-01-16 Thread Brooke Storm
That is not a good thing! The algorithm does allow for that to happen temporarily without issue, but I appreciate the report. We will keep an eye out for further issues. Brooke Storm Senior SRE Wikimedia Cloud Services bst...@wikimedia.org IRC: bstorm_ > On Jan 16,

[Cloud] Counting edits by namespace and revision_actor_temp

2020-01-16 Thread Maciej Jaros
Hi. I'm doing a secret project 😉 for a presentation. I want to count edits per namespace up until certain date. There are about ~200 users so not that much, but too many to do via edit counter... Using revision_actor_temp I get results much(!) faster, but I get a different namespace (2 inste

Re: [Cloud] Counting edits by namespace and revision_actor_temp

2020-01-16 Thread Maximilian Doerr
Your missing a "group by" clause. Try grouping by the page_namespace. Here’s the correct query. https://quarry.wmflabs.org/query/41407 Cyberpower678 English Wikipedia Account Creation Team English Wikipedia Administrator Global User Renamer > On Jan 16,