https://bugzilla.wikimedia.org/show_bug.cgi?id=71370

--- Comment #14 from Dan Duvall <dduv...@wikimedia.org> ---
I'm running into this as well. FWICT, it's not necessarily hitting an open
files limit but the mysql max_connections limit (defaults to 151).

To reproduce and verify:

 1) Disable zend role if enabled and provision
 2) Restart mysql or hhvm (or both to be safe)
 3) Open mysql cli and `show processlist` (you should see the single mysql
process)

  (19:31) root@localhost:[wiki]> show processlist;
  +----+------+-----------+------+---------+------+-------+------------------+
  | Id | User | Host      | db   | Command | Time | State | Info             |
  +----+------+-----------+------+---------+------+-------+------------------+
  | 40 | root | localhost | wiki | Query   |    0 | NULL  | show processlist |
  +----+------+-----------+------+---------+------+-------+------------------+
  1 row in set (0.01 sec)

 4) Load http://localhost:8080/wiki
 5) Rinse and repeat 3 and 4 to view growing number of persistent connections.
Once > 151 is reached, you should get the "too many connections" error

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to