You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Mason Chen <ma...@apple.com> on 2021/12/04 00:49:00 UTC

Log level for insufficient task slots message

Hi all,

java.util.concurrent.CompletionException: org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException: Could not acquire the minimum required resources.

Is an exception/message that is thrown when the users misconfigures the job with insufficient task slots. Currently, this is logged as info level in Flink 1.13.3 making it hard to find the error on our Splunk logging infrastructure.

What do people think about with regards to changing this logging to ERROR level?

Best,
Mason