davidradl commented on code in PR #26651: URL: https://github.com/apache/flink/pull/26651#discussion_r2137621298
########## flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapKeyedStateBackend.java: ########## @@ -299,6 +292,56 @@ private <N, V> StateTable<K, N, V> tryRegisterStateTable( return stateTable; } + /** Only triggering state migration when the state TTL is turned on or off is supported. */ Review Comment: do we need the text `is supported` - I am not sure what this means. -- 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...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org