[ https://issues.apache.org/jira/browse/FLINK-26852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated FLINK-26852: ----------------------------------- Labels: pull-request-available (was: ) > RocksDBMapState#clear not forwarding exceptions > ----------------------------------------------- > > Key: FLINK-26852 > URL: https://issues.apache.org/jira/browse/FLINK-26852 > Project: Flink > Issue Type: Bug > Components: Runtime / State Backends > Affects Versions: 1.15.0, 1.14.4 > Reporter: Nico Kruber > Assignee: Hangxiang Yu > Priority: Major > Labels: pull-request-available > > I accidentally found an inconsistent behaviour in the RocksDB state backend > implementation: > If there's an exception in {{AbstractRocksDBState#clear()}} it will forward > that inside a {{FlinkRuntimeException}}. > However, if there's an exception in {{RocksDBMapState#clear}} it will merely > print the exception stacktrace and continue as is. > I assume, forwarding the exception as {{FlinkRuntimeException}} should be the > desired behaviour for both use cases... -- This message was sent by Atlassian Jira (v8.20.1#820001)