infraio commented on a change in pull request #335: HBASE-22624 Should sanity
check table configuration when clone snapsh…
URL: https://github.com/apache/hbase/pull/335#discussion_r298511805
##########
File path:
hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestRegionReplicaReplication.java
##########
@@ -94,7 +95,7 @@ public void setConf(Configuration conf) {
String.format("%s.%s", TEST_NAME, LoadTestTool.OPT_COLUMN_FAMILIES),
StringUtils.join(",", DEFAULT_COLUMN_FAMILIES));
- conf.setBoolean("hbase.table.sanity.checks", true);
+ conf.setBoolean(TableDescriptorChecker.TABLE_SANITY_CHECKS, true);
Review comment:
This is in moudle hbase-it. And this may be runed by user directly and with
user's hbase-site.xml? So i didn't remove this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services