verify_commitlogs/

directory
v0.14.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2019 License: Apache-2.0

README

verify_commitlogs

verify_commitlogs is a utility to verify a set of commit logs to ensure they are valid. It's also useful for testing / benchmarking the commitlog bootstrapper. Note that it requires the commitlogs to be present in a folder called "commitlogs" inside of the directory provided as the -path-prefix argument.

Usage

$ git clone git@github.com:m3db/m3.git
$ make verify_commitlogs
$ ./bin/verify_commitlogs -h

Example usage

./verify_commitlogs     \
   -path-prefix /var/lib/m3db \
   -namespace metrics         \
   -block-size 2h             \
   -start-unix-timestamp 1507667028 \
   -end-unix-timestamp 1507677000 \
   -debug-listen-address :8080 \

Some of the flags in the example above are optional, and there are other flags that are not shown. Run ./verify_commitlogs -h to see all possible flags.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL