[jira] [Created] (FLINK-3730) Fix RocksDB Local Directory Initialization

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-3730) Fix RocksDB Local Directory Initialization

Shang Yuanchun (Jira)
Aljoscha Krettek created FLINK-3730:
---------------------------------------

             Summary: Fix RocksDB Local Directory Initialization
                 Key: FLINK-3730
                 URL: https://issues.apache.org/jira/browse/FLINK-3730
             Project: Flink
          Issue Type: Bug
          Components: state backends, Streaming
            Reporter: Aljoscha Krettek
            Assignee: Aljoscha Krettek


The test that checks whether a directory is viable is not correct and the tests in `RocksDBStateBackendConfigTest` fail to catch them: `testFailWhenNoLocalStorageDir()` and `testContinueOnSomeDbDirectoriesMissing()`

The problem is that the backend tests whether the dir exists or can be created. The tests create the directory and set it to non-writable. This means that the check accepts these. The job would only fail later when actually trying to create a directory in the initialized data directory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)