Skip to content

Commit

Permalink
fix[doc]: add comments for rocksdb configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
duanlinlin committed Jul 19, 2024
1 parent 9f1608e commit 6749e72
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# * limitations under the License.
# */


[DBOptions]
# set by jni: options.setCreateIfMissing
create_if_missing=true
Expand Down
4 changes: 4 additions & 0 deletions conf/default_rocksdb.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
# * limitations under the License.
# */

# When modifying this file, please also modify the configuration files(at
# bookkeeper-server/src/test/resources/conf) in the
# test case to ensure unit test coverage.

[DBOptions]
# set by jni: options.setCreateIfMissing
create_if_missing=true
Expand Down
4 changes: 4 additions & 0 deletions conf/entry_location_rocksdb.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
# * limitations under the License.
# */

# When modifying this file, please also modify the configuration files(at
# bookkeeper-server/src/test/resources/conf) in the
# test case to ensure unit test coverage.

[DBOptions]
# set by jni: options.setCreateIfMissing
create_if_missing=true
Expand Down
4 changes: 4 additions & 0 deletions conf/ledger_metadata_rocksdb.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
# * limitations under the License.
# */

# When modifying this file, please also modify the configuration files(at
# bookkeeper-server/src/test/resources/conf) in the
# test case to ensure unit test coverage.

[DBOptions]
# set by jni: options.setCreateIfMissing
create_if_missing=true
Expand Down

0 comments on commit 6749e72

Please sign in to comment.