[
https://issues.apache.org/jira/browse/FLINK-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14266196#comment-14266196
]
ASF GitHub Bot commented on FLINK-1361:
---------------------------------------
GitHub user mxm opened a pull request:
https://github.com/apache/incubator-flink/pull/286
[FLINK-1361] change jobManager log file name
regression of b313eeb76cb5a9ec60923f3c4ab5b47569bc21e6
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mxm/incubator-flink jobmanager_log_file_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/286.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 #286
----
commit ffe11034181033aee736d5658bd4471e1f9f26b6
Author: Max <[email protected]>
Date: 2015-01-06T14:55:39Z
[FLINK-1361] change jobManager log file name
regression of b313eeb76cb5a9ec60923f3c4ab5b47569bc21e6
----
> log file name of JobManager changed
> -----------------------------------
>
> Key: FLINK-1361
> URL: https://issues.apache.org/jira/browse/FLINK-1361
> Project: Flink
> Issue Type: Bug
> Components: JobManager
> Affects Versions: 0.9
> Reporter: Max Michels
> Priority: Minor
>
> The log file name for the JobManager changed from
> "flink-<user>-jobmanager-instance-<hostname>-<id>.log" to
> "flink-<user>-jobManager-instance-<hostname>-<id>.log".
> I believe this changed was undesired. The changes could potentially break
> scripts that expect a certain name format. Also, this is inconsistent with
> the naming of the TaskManager log which is all lower case.
> This is a regression of b313eeb76cb5a9ec60923f3c4ab5b47569bc21e6
> I propose to revert this change to the old all lower case naming.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)