This repository was archived by the owner on Jan 31, 2025. It is now read-only.
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
mapStateful() requests watermarks with stride=1 if TTL=0 #2900
Open
Description
Normally mapStateful
requests watermarks in stride of 1/10th of the TTL. If TTL=0, it requests the stride 1 which creates a huge amount of watermarks, but no eviction is done and we don't need them.
Related issue: #2899