You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/04/12 09:13:00 UTC

[jira] [Created] (FLINK-22230) Misleading TaskExecutorResourceUtils log messages

Chesnay Schepler created FLINK-22230:
----------------------------------------

             Summary: Misleading TaskExecutorResourceUtils log messages
                 Key: FLINK-22230
                 URL: https://issues.apache.org/jira/browse/FLINK-22230
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Configuration
            Reporter: Chesnay Schepler


??Stephan Ewen: These lines show up on any execution of a local job and make me think I forgot to configure something I probably should have, wondering whether this might cause problems later? These have been in Flink for a few releases now, might be worth rephrasing, though.??

{code}
2021-03-30 17:57:22,483 INFO  org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils [] - The configuration option taskmanager.cpu.cores required for local execution is not set, setting it to the maximal possible value.
2021-03-30 17:57:22,483 INFO  org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils [] - The configuration option taskmanager.memory.task.heap.size required for local execution is not set, setting it to the maximal possible value.
2021-03-30 17:57:22,483 INFO  org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils [] - The configuration option taskmanager.memory.task.off-heap.size required for local execution is not set, setting it to the maximal possible value.
2021-03-30 17:57:22,483 INFO  org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils [] - The configuration option taskmanager.memory.network.min required for local execution is not set, setting it to its default value 64 mb.
2021-03-30 17:57:22,483 INFO  org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils [] - The configuration option taskmanager.memory.network.max required for local execution is not set, setting it to its default value 64 mb.
2021-03-30 17:57:22,483 INFO  org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils [] - The configuration option taskmanager.memory.managed.size required for local execution is not set, setting it to its default value 128 mb.
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)