xiangyuf commented on code in PR #26651: URL: https://github.com/apache/flink/pull/26651#discussion_r2144145986
########## flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapKeyedStateBackend.java: ########## @@ -212,7 +214,7 @@ private <N, V> StateTable<K, N, V> tryRegisterStateTable( StateDescriptor<?, V> stateDesc, @Nonnull StateSnapshotTransformFactory<V> snapshotTransformFactory, boolean allowFutureMetadataUpdates) - throws StateMigrationException { + throws Exception { Review Comment: @davidradl migrateTtlAwareStateValues will also throw FlinkRuntimeException -- 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