You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/05/29 09:35:04 UTC

[jira] [Created] (FLINK-6758) Loaded configuration values are logged twice

Chesnay Schepler created FLINK-6758:
---------------------------------------

             Summary: Loaded configuration values are logged twice
                 Key: FLINK-6758
                 URL: https://issues.apache.org/jira/browse/FLINK-6758
             Project: Flink
          Issue Type: Bug
          Components: Local Runtime
    Affects Versions: 1.3.0, 1.4.0
            Reporter: Chesnay Schepler
            Priority: Trivial


When starting a Job- or TaskManager i found the following duplicated lines in the logs

{code}
2017-05-29 09:28:07,834 INFO  org.apache.flink.runtime.taskmanager.TaskManager              - Loading configuration from /home/Zento/rc3/dist/flink-1.3.0/conf
2017-05-29 09:28:07,837 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.rpc.address, localhost
2017-05-29 09:28:07,837 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.rpc.port, 6123
2017-05-29 09:28:07,837 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.heap.mb, 1024
2017-05-29 09:28:07,837 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.heap.mb, 1024
2017-05-29 09:28:07,837 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.numberOfTaskSlots, 1
2017-05-29 09:28:07,837 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.memory.preallocate, false
2017-05-29 09:28:07,838 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: parallelism.default, 1
2017-05-29 09:28:07,838 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.web.port, 8081
2017-05-29 09:28:07,847 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.rpc.address, localhost
2017-05-29 09:28:07,847 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.rpc.port, 6123
2017-05-29 09:28:07,847 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.heap.mb, 1024
2017-05-29 09:28:07,848 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.heap.mb, 1024
2017-05-29 09:28:07,848 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.numberOfTaskSlots, 1
2017-05-29 09:28:07,848 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.memory.preallocate, false
2017-05-29 09:28:07,848 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: parallelism.default, 1
2017-05-29 09:28:07,848 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.web.port, 8081
{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)