Last modified: 2014-09-24 00:20:25 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T73211, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 71211 - Make it possible to quickly and programmaticly pool and depool application servers
Make it possible to quickly and programmaticly pool and depool application se...
Status: RESOLVED DUPLICATE of bug 71212
Product: Wikimedia
Classification: Unclassified
Apache configuration (Other open bugs)
wmf-deployment
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-24 00:18 UTC by Ori Livneh
Modified: 2014-09-24 00:20 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ori Livneh 2014-09-24 00:18:26 UTC
HHVM takes more time to initialize than PHP5, because it needs to translate PHP to byte code, analyze the types flowing through the code, and then compile the byte code down to machine code. This process takes a few minutes, but during that time the application server is too slow to serve user requests.

Because this is the case, it is essential to avoid a cold restart of the entire production cluster. We need to have a staggered deployment process that allows us to take servers offline while they are warming up and then bring them back online once they're ready.

To meet these requirements, we need better automation. The current process for adding and removing servers from the pool serving user requests is too slow and too manual.
Comment 1 Ori Livneh 2014-09-24 00:20:25 UTC

*** This bug has been marked as a duplicate of bug 71212 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links