ctubbsii commented on a change in pull request #1050: Fix #871 Use regular jar
for ITs module
URL: https://github.com/apache/fluo/pull/1050#discussion_r222091983
##########
File path:
modules/integration-tests/src/main/java/org/apache/fluo/integration/impl/StochasticBankIT.java
##########
@@ -62,8 +60,8 @@
@Test
public void testConcurrency() throws Exception {
- conn.tableOperations().setProperty(table,
Property.TABLE_MAJC_RATIO.getKey(), "1");
- conn.tableOperations().setProperty(table,
Property.TABLE_BLOCKCACHE_ENABLED.getKey(), "true");
+ conn.tableOperations().setProperty(table, "table.compaction.major.ratio",
"1");
Review comment:
Oh, cool. I didn't know about that. I can change to use that, since it can
help avoid bugs due to typos.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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