junegunn opened a new pull request, #7049:
URL: https://github.com/apache/hbase/pull/7049
Backport HBASE-29357 to branch-2 as requested by @taklwu.
Tested manually from branch-2.
```sh
bin/hbase pe --nomapred --size=2 --presplit=40 sequentialWrite 1
bin/hbase pe --nomapred --size=2 --presplit=20 sequentialWrite 1
# Table will be recreated: [--presplit=20, but found 40 regions]
bin/hbase pe --nomapred --size=2 --presplit=30 --replicas=2
--splitPolicy=org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy
sequentialRead 1
# Unexpected or incorrect options provided for sequentialRead. Please
verify whether the detected inconsistencies are expected or ignorable:
[--presplit=30, but found 20 regions],
[--splitPolicy=org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy,
but current policy is null], [--replicas=2, but found 1 replicas]. The test
will proceed, but the results may not be reliable.
bin/hbase pe --nomapred --size=2 --presplit=30 --replicas=2
--splitPolicy=org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy
--families=2 sequentialRead 1
# 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]