Merge lp://staging/~jason-hobbs/maas/run-single-process-single-thread into lp://staging/~maas-committers/maas/trunk
Proposed by
Jason Hobbs
Status: | Rejected |
---|---|
Rejected by: | Andres Rodriguez |
Proposed branch: | lp://staging/~jason-hobbs/maas/run-single-process-single-thread |
Merge into: | lp://staging/~maas-committers/maas/trunk |
Diff against target: |
12 lines (+4/-1) 1 file modified
contrib/maas-http.conf (+4/-1) |
To merge this branch: | bzr merge lp://staging/~jason-hobbs/maas/run-single-process-single-thread |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andres Rodriguez (community) | Disapprove | ||
Christian Reis (community) | Needs Information | ||
Review via email: mp+238757@code.staging.launchpad.net |
Commit message
Only run a single wsgi process/thread for MAAS.
Description of the change
This is the 'big hammer' approach to solving the general case of this problem for now. I have another branch that fixes only this specific case: lp:~jason-hobbs/maas/lock-around-node-acquire.
Given where we are in the release cycle, I think it's safer to use the big hammer approach for now and the come back later and work on finer grain locking that would allow multiple processes to run safely.
To post a comment you must log in.
Unmerged revisions
- 3269. By Jason Hobbs
-
Only run a single wsgi process/thread for MAAS.
Honest and thoughtful answer: what problems will this cause?
(Warning: if you say "nothing" I'll just say NAK!)