----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42139/#review113929 -----------------------------------------------------------
src/bin/falcon-start (line 34) <https://reviews.apache.org/r/42139/#comment174718> service-start starts the Falcon server in the background. So, Falcon might not have really started when we issue this command. Consider using retries. src/bin/falcon-start (line 39) <https://reviews.apache.org/r/42139/#comment174715> Rephrase: Falon Server has not started yet. To ensure that the server has indeed started, check logs in ${BASEDIR}/logs/falcon.application.log (This is in case the Server takes too long to start.) src/bin/falcon-start (line 40) <https://reviews.apache.org/r/42139/#comment174717> Can we also update falcon-stop to use the force stop option? src/bin/service-stop.sh (line 37) <https://reviews.apache.org/r/42139/#comment174716> Use -force or -f. With a hyphen it clear that it is an arg. - Pallavi Rao On Jan. 11, 2016, 12:44 p.m., pavan kumar kolamuri wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42139/ > ----------------------------------------------------------- > > (Updated Jan. 11, 2016, 12:44 p.m.) > > > Review request for Falcon. > > > Bugs: FALCON-1682 > https://issues.apache.org/jira/browse/FALCON-1682 > > > Repository: falcon-git > > > Description > ------- > > Server starts even though servlet context initialization fails. > > > Diffs > ----- > > src/bin/falcon-start 3f5a9d8 > src/bin/service-stop.sh 5c08c29 > > Diff: https://reviews.apache.org/r/42139/diff/ > > > Testing > ------- > > Manual testing done. > > > Thanks, > > pavan kumar kolamuri > >
