Re:Backpressure causing operators to stop ingestion completely

2024-10-22 Thread Jake.zhang
Hi,  you can use flame_graphs to debug https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/ops/debugging/flame_graphs/ -- Original -- From:

keyby mapState use question

2023-12-07 Thread Jake.zhang
Hi all: KeyBy process function EventKeyedBroadcastProcessFunction {         private transient mapstate = null;      public void open(Configuration parameters) throws Exception {          // initial map state     }     public void processElement() {          // can't get onTimer() function s