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.
TransformStatefulP unnecessarily tries to evict keys even if TTL=0 #2899
Open
Description
If TTL=0 it means that keys live forever. However, the processor iterates all the keys on each watermark and calculates the eviction time which wastes CPU.
Related issue: #2900