Page MenuHomePhabricator

Backport fix for "parent, LightProcess exiting" logspam to Beta Cluster
Closed, ResolvedPublic

Description

See T124956, specifically this comment:

Ori made some patches that fixed this for Roan during a SWAT, but I'm still seeing this in our beta-scap-eqiad jenkins job.

See eg: https://integration.wikimedia.org/ci/job/beta-scap-eqiad/90857/console

That hiera data relies on the "role" magic in the production Puppet stack. In labs we would need to copy the same settings into a host specific hiera file (or the Hiera: namespace on wikitech)

Patch in question: https://gerrit.wikimedia.org/r/#/c/271714/

Event Timeline

bd808 claimed this task.
Info: Applying configuration version '1457548824'
Notice: /Stage[main]/Hhvm/File[/etc/hhvm/php.ini]/content:
--- /etc/hhvm/php.ini   2016-03-04 20:54:08.118316447 +0000
+++ /tmp/puppet-file20160309-23308-12x373b      2016-03-09 18:48:06.516517286 +0000
@@ -22,7 +22,7 @@
 hhvm.resource_limit.core_file_size = 8589934592
 hhvm.server.apc.expire_on_sets = true
 hhvm.server.apc.ttl_limit = 172800
-hhvm.server.light_process_count = 5
+hhvm.server.light_process_count = 0
 hhvm.server.light_process_file_prefix = /var/tmp/hhvm
 hhvm.timeouts_use_wall_time = true
 include_path = .:/usr/share/php

Before: https://integration.wikimedia.org/ci/view/Beta/job/beta-scap-eqiad/93023/console

After: https://integration.wikimedia.org/ci/view/Beta/job/beta-scap-eqiad/93024/console