xiangyuf opened a new issue, #4244: URL: https://github.com/apache/paimon/issues/4244
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version master(8ac121a) ### Compute Engine Flink ### Minimal reproduce step Check the CURRENT_FETCH_EVENT_TIME_LAG metric for a completely blocked datastream. It will not grow over time. But the CURRENT_EMIT_EVENT_TIME_LAG will continue to grow. ### What doesn't meet your expectations? The CURRENT_FETCH_EVENT_TIME_LAG metric should grow over time even if the datastream is completely blocked. ### Anything else? The lastSplitUpdateTime will not update for a completely blocked datastream.  In flink, the CURRENT_EMIT_EVENT_TIME_LAG is calculated by idleTime or currentTime, so this metric can keep grow for a completely blocked datastream.  ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@paimon.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org