[00:27:59] PROBLEM - Puppet errors on tools-exec-1439 is CRITICAL: CRITICAL: 40.00% of data above the critical threshold [0.0] [01:03:00] RECOVERY - Puppet errors on tools-exec-1439 is OK: OK: Less than 1.00% above the threshold [0.0] [01:57:09] ankry: I think the lag is related to T163912. I haven't heard an estimate on when it will catch up. [01:57:10] T163912: Convert unique keys into primary keys for some wiki tables on s3 - https://phabricator.wikimedia.org/T163912 [02:43:40] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3223870 (10bd808) [02:45:50] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3223887 (10bd808) Reported in the `#wikimedia-labs` irc channel: ``` lang=irc [23:25] I got working HHVM in FastCGI by invoking the following in the following [23:25] "/usr/bin/hhvm --mo... [02:52:43] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3223888 (10bd808) If we try proxygen mode, the webservice backend will need to provide a way for the user to provide configuration settings for the HHVM process in some per-tool config file. This would be needed fo... [04:21:31] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3224040 (10Amitie_10g) As the user who is interested in this, I have some question that has been not answered at the IRC. Based in my knlwledge, I see the following situations: **HHVM in Proxygen mode** supports o... [04:26:43] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3224044 (10Amitie_10g) >>! In T164161#3223888, @bd808 wrote: > If we try proxygen mode, the webservice backend will need to provide a way for the user to provide configuration settings for the HHVM process in some... [04:34:39] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3224045 (10bd808) >>! In T164161#3224040, @Amitie_10g wrote: > **HHVM in Proxygen mode** supports only numbered ports. Then, a Kubernetes container can run two instances of HHVM in Proxygen mode, listening the port... [05:38:58] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3224096 (10Amitie_10g) >>! In T164161#3224045, @bd808 wrote: >>>! In T164161#3224040, @Amitie_10g wrote: >> **HHVM in Proxygen mode** supports only numbered ports. Then, a Kubernetes container can run two instances... [06:33:46] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3224126 (10Amitie_10g) I'm trying to run HHVM in Proxygen mode inside my tool account and I opened the page successfully. Following is the way to run HHVM: ``` hhvm -m daemon -c $HOME/server.ini ``` It looks for... [06:53:58] PROBLEM - Puppet errors on tools-exec-1439 is CRITICAL: CRITICAL: 30.00% of data above the critical threshold [0.0] [06:57:10] PROBLEM - Puppet errors on tools-exec-1426 is CRITICAL: CRITICAL: 66.67% of data above the critical threshold [0.0] [07:32:11] RECOVERY - Puppet errors on tools-exec-1426 is OK: OK: Less than 1.00% above the threshold [0.0] [07:33:57] RECOVERY - Puppet errors on tools-exec-1439 is OK: OK: Less than 1.00% above the threshold [0.0] [09:04:55] bd808: thanks [09:47:24] 10PAWS: "404 - Not found" when I tried to access to PAWS Control Panel - https://phabricator.wikimedia.org/T140525#2467657 (10Netol) Hi, I'm experiencing the same problem with a bot account I just created: https://paws.wmflabs.org/paws/user/Netol_BOT 404 : Not Found You are requesting a page that does not ex... [09:55:56] 10PAWS: "404 - Not found" when I tried to access to PAWS Control Panel - https://phabricator.wikimedia.org/T140525#3224216 (10Netol) >>! In T140525#3161295, @Strainu wrote: > I was able to make it work after stopping the server on my main account, but now I'm getting a 502 error when accessing https://paws.wmfl... [10:55:22] 10PAWS: "404 - Not found" when I tried to access to PAWS Control Panel - https://phabricator.wikimedia.org/T140525#3224225 (10Strainu) It's finally working for me too (no 502, I still need to stop the server on the main account). [11:17:49] PROBLEM - Puppet errors on tools-exec-1442 is CRITICAL: CRITICAL: 20.00% of data above the critical threshold [0.0] [11:57:50] RECOVERY - Puppet errors on tools-exec-1442 is OK: OK: Less than 1.00% above the threshold [0.0] [13:12:59] 10PAWS: "404 - Not found" when I tried to access to PAWS Control Panel - https://phabricator.wikimedia.org/T140525#3224301 (10Netol) I've seen just a few random nginx 502 errors, it's probably not related as I saw them before creating the second account [18:32:07] what is this channel for [18:33:41] what is this channel for? [18:35:09] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3224443 (10bd808) I spent some time exploring running HHVM in `proxygen` mode using `webservice generic` and a bootstrapping script that generates an HHVM ini file and starts HHVM in server mode. This does make a w... [20:42:37] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3224526 (10Amitie_10g) >>! In T164161#3224443, @bd808 wrote: > I spent some time exploring running HHVM in `proxygen` mode using `webservice generic` and a bootstrapping script that generates an HHVM ini file and s... [21:20:04] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3224547 (10Amitie_10g) I attempted to use Repo Authoritative by adding the following to **hhvm-webservice.sh**: ``` hhvm.repo.authoritative=true hhvm.repo.central.path=${HOME}/hhvm.hhbc ``` However, attempting to... [21:59:26] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3224562 (10bd808) >>! In T164161#3224547, @Amitie_10g wrote: > I attempted to use Repo Authoritative by adding the following to **hhvm-webservice.sh**: > > ``` > hhvm.repo.authoritative=true > hhvm.repo.central.pa... [22:05:01] 06Labs, 10Tool-Labs: Add HHVM backend for webservice - https://phabricator.wikimedia.org/T164161#3224566 (10Amitie_10g) >>! In T164161#3224562, @bd808 wrote: >>>! In T164161#3224547, @Amitie_10g wrote: >> I attempted to use Repo Authoritative by adding the following to **hhvm-webservice.sh**: >> >> ``` >> hhv... [23:59:34] 10Tool-Labs-tools-Xtools, 03Community-Tech-Sprint: XTools: Top edits - 'All' namespaces option - https://phabricator.wikimedia.org/T160721#3224581 (10Samwilson) I'll merge this now, and update the dev site so you can test this out.