This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force carbon-aggregator to run in foreground
This is the same dirty hack applied to carbon-cache in #13. Otherwise the following happens, and variations of `expect` cause it to hang :( ``` root@graphite-1:~# start carbon-aggregator carbon-aggregator start/running, process 23813 root@graphite-1:~# status carbon-aggregator carbon-aggregator stop/waiting root@graphite-1:~# cat /var/log/upstart/carbon-aggregator.log Starting carbon-aggregator (instance a) carbon-aggregator (instance a) is already running with pid 23491 carbon-aggregator (instance a) is already running with pid 23491 carbon-aggregator (instance a) is already running with pid 23491 carbon-aggregator (instance a) is already running with pid 23491 carbon-aggregator (instance a) is already running with pid 23491 carbon-aggregator (instance a) is already running with pid 23491 carbon-aggregator (instance a) is already running with pid 23491 carbon-aggregator (instance a) is already running with pid 23491 carbon-aggregator (instance a) is already running with pid 23491 carbon-aggregator (instance a) is already running with pid 23491 ```
- Loading branch information