mirror of
https://github.com/apache/druid.git
synced 2025-02-06 10:08:26 +00:00
If the intermediate handoff period is less than the task duration and there is no new data in the input topic, task will continuously checkpoint the same offsets again and again. This PR fixes that bug by resetting the checkpoint time even when the task receives the same end offset request again.