----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20123/ -----------------------------------------------------------
(Updated April 14, 2014, 7:15 a.m.) Review request for cloudstack, Jayapal Reddy, Rajani Karuturi, and Rajesh Battala. Changes ------- Added Jayapal. Repository: cloudstack-git Description ------- With multiple java processes writing to the same logfile, each is not aware of the log4j's internal counter state, this needs to be prevented. So before starting new java process via the _run.sh , a check is made to ensure that there are no existing java processes running. This will prevent multiple java process writing to the same log file namely cloud.out. Diffs ----- systemvm/patches/debian/config/etc/init.d/cloud 83853bc systemvm/scripts/run.sh 146d96f systemvm/scripts/utils.sh PRE-CREATION Diff: https://reviews.apache.org/r/20123/diff/ Testing ------- Tested the changes with console proxy vm and secondary storage vm. They start and stop as expected. Thanks, Saurav Lahiri