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