[ 
https://issues.apache.org/jira/browse/FLINK-23367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yun Tang reassigned FLINK-23367:
--------------------------------

    Assignee: Yun Tang

> testKeyGroupedInternalPriorityQueue does not dispose 
> ChangelogDelegateEmbeddedRocksDB properly, and fails the test
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-23367
>                 URL: https://issues.apache.org/jira/browse/FLINK-23367
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / State Backends
>            Reporter: Yuan Mei
>            Assignee: Yun Tang
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.14.0
>
>
> The set of `testKeyGroupedInternalPriorityQueue` for 
> `ChangelogDelegateEmbeddedRocksDBStateBackendTest` does not dispose rocksdb 
> properly. 
> It  seems it creates one more than needed column family in the 
> `ChangelogDelegateEmbeddedRocksDBStateBackendTest` case comparing to 
> `EmbeddedRocksDBStateBackend`
>          // ... continue with the ones created by Flink...
>             for (RocksDbKvStateInfo kvStateInfo : 
> kvStateInformation.values()) {
>                 RocksDBOperationUtils.addColumnFamilyOptionsToCloseLater(
>                         columnFamilyOptions, kvStateInfo.columnFamilyHandle);
>                 IOUtils.closeQuietly(kvStateInfo.columnFamilyHandle);
>             }



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to