junegunn opened a new pull request, #7037: URL: https://github.com/apache/hbase/pull/7037
See https://issues.apache.org/jira/browse/HBASE-29357 for details. ```sh bin/hbase pe --nomapred --size=2 --presplit=30 --sampleRate=0.1 sequentialRead 1 # Inconsistent table state detected. Consider running a write command first: [--presplit=30, but found 60 regions] bin/hbase pe --nomapred --size=2 --presplit=30 --replicas=2 --sampleRate=0.1 sequentialRead 1 # Inconsistent table state detected. Consider running a write command first: [--presplit=30, but found 60 regions], [--replicas=2, but found 1 replicas] bin/hbase pe --nomapred --size=2 --presplit=30 --replicas=2 --splitPolicy=org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy --sampleRate=0.1 sequentialRead 1 # Inconsistent table state detected. Consider running a write command first: [--presplit=30, but found 60 regions], [--splitPolicy=org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy, but current policy is null], [--replicas=2, but found 1 replicas] bin/hbase pe --nomapred --size=2 --presplit=30 --replicas=2 --splitPolicy=org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy --families=2 --sampleRate=0.1 sequentialRead 1 # java.lang.IllegalStateException: Cannot proceed the test. Run a write command first: --families=2, but found 1 column families ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org