[ https://issues.apache.org/jira/browse/FLINK-5503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828374#comment-15828374 ]
ASF GitHub Bot commented on FLINK-5503: --------------------------------------- GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/3162 [FLINK-5503] [log] Print error message in case MesosApplicationMaster Runner fails This PR is based on #3159. This PR adds an error message to the mesos-appmaster.sh script which is printed in case that the MesosApplicationMasterRunner fails. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tillrohrmann/flink mesosReturnValue Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3162.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3162 ---- commit 19143548ab2a3a856d19436d6d3abed7d6700229 Author: Till Rohrmann <trohrm...@apache.org> Date: 2017-01-18T15:53:42Z [FLINK-5504] Create mesos-appmaster log file in log directory This PR prepends the FLINK_LOG_DIR env variable pointing to Flink's logging directory to the logging file name. commit 5c0aae51f3122780d1b170edcdcf66d43a0feb1d Author: Till Rohrmann <trohrm...@apache.org> Date: 2017-01-18T16:36:33Z [FLINK-5503] [log] Print error message in case MesosApplicationMasterRunner fails This PR adds an error message to the mesos-appmaster.sh script which is printed in case that the MesosApplicationMasterRunner fails. ---- > mesos-appmaster.sh script could print return value message > ---------------------------------------------------------- > > Key: FLINK-5503 > URL: https://issues.apache.org/jira/browse/FLINK-5503 > Project: Flink > Issue Type: Improvement > Components: Mesos > Affects Versions: 1.2.0, 1.3.0 > Reporter: Till Rohrmann > Priority: Minor > Fix For: 1.3.0 > > > The {{mesos-appmaster.sh}} does not print an error message if the return > value of {{MesosApplicationMasterRunner}} is nonzero. This could help the > user to realize that something went wrong. -- This message was sent by Atlassian JIRA (v6.3.4#6332)