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

[jira] [Created] (FLINK-21558) DeclarativeSlotManager starts logging "Could not fulfill resource requirements of job xxx"

Robert Metzger created FLINK-21558:
--------------------------------------

             Summary: DeclarativeSlotManager starts logging "Could not fulfill resource requirements of job xxx"
                 Key: FLINK-21558
                 URL: https://issues.apache.org/jira/browse/FLINK-21558
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
    Affects Versions: 1.13.0
            Reporter: Robert Metzger
             Fix For: 1.13.0


While testing the reactive mode, I noticed that my job started normally, but after a few minutes, it started logging this:

{code}
2021-03-02 13:36:48,075 INFO  org.apache.flink.runtime.executiongraph.ExecutionGraph       [] - Source: Custom Source -> Timestamps/Watermarks (2/3) (061b652dabc0ecfc83c942ee3e127ecd) switched from DEPLOYING to RUNNING.
2021-03-02 13:36:48,076 INFO  org.apache.flink.runtime.executiongraph.ExecutionGraph       [] - Window(GlobalWindows(), DeltaTrigger, TimeEvictor, ComparableAggregator, PassThroughWindowFunction) -> Sink: Print to Std. Out (2/3) (6a715e3c70754aafa0b91332b69a736d) switched from DEPLOYING to RUNNING.
2021-03-02 13:36:48,077 INFO  org.apache.flink.runtime.executiongraph.ExecutionGraph       [] - Window(GlobalWindows(), DeltaTrigger, TimeEvictor, ComparableAggregator, PassThroughWindowFunction) -> Sink: Print to Std. Out (1/3) (8655874da6905d13c01927a282ed2ce0) switched from DEPLOYING to RUNNING.
2021-03-02 13:36:48,080 INFO  org.apache.flink.runtime.executiongraph.ExecutionGraph       [] - Window(GlobalWindows(), DeltaTrigger, TimeEvictor, ComparableAggregator, PassThroughWindowFunction) -> Sink: Print to Std. Out (3/3) (9514718713ffa453c43a7e7efde9920a) switched from DEPLOYING to RUNNING.
2021-03-02 13:40:28,893 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:29,474 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:29,475 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:29,475 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:39,495 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:39,496 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:39,497 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:49,518 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:49,518 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:49,519 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:59,536 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:59,536 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:40:59,537 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:41:09,556 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:41:09,557 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:41:09,557 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
2021-03-02 13:41:19,577 WARN  org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager [] - Could not fulfill resource requirements of job 1283d12b281c35f33f3602611ef43b35.
{code}



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