Hello Alexey Serbin, Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21295 to look at the new patch set (#4). Change subject: KUDU-3371 check for RocksDB dir presence upon opening FSManager ...................................................................... KUDU-3371 check for RocksDB dir presence upon opening FSManager When using RocksDB to store LBM metadata, specify the create_if_missing and error_if_exists options of rocksdb::Options to make sure we can open the RocksDB directory correctly. When creating a Kudu data directory, open it with the options enabled, otherwise, open it with the options disabled. Change-Id: Iab4bffc6b902ab96edf0ca6c44f51c8db2670d52 --- M src/kudu/fs/data_dirs.cc M src/kudu/fs/dir_manager.cc M src/kudu/fs/dir_manager.h M src/kudu/fs/fs_manager-test.cc M src/kudu/fs/log_block_manager.cc 5 files changed, 176 insertions(+), 25 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/95/21295/4 -- To view, visit http://gerrit.cloudera.org:8080/21295 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Iab4bffc6b902ab96edf0ca6c44f51c8db2670d52 Gerrit-Change-Number: 21295 Gerrit-PatchSet: 4 Gerrit-Owner: Yingchun Lai <laiyingc...@apache.org> Gerrit-Reviewer: Alexey Serbin <ale...@apache.org> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <laiyingc...@apache.org>