Hello Alexey Serbin,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/21295

to look at the new patch set (#2).

Change subject: KUDU-3371 Check whether the RocksDB dir incorrectly exist or 
missing
......................................................................

KUDU-3371 Check whether the RocksDB dir incorrectly exist or missing

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 initially opening the
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, 116 insertions(+), 25 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/95/21295/2
--
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: 2
Gerrit-Owner: Yingchun Lai <laiyingc...@apache.org>
Gerrit-Reviewer: Alexey Serbin <ale...@apache.org>

Reply via email to