DomGarguilo commented on a change in pull request #163:
URL: https://github.com/apache/accumulo-testing/pull/163#discussion_r720300297
##########
File path:
src/main/java/org/apache/accumulo/testing/performance/tests/ScanExecutorPT.java
##########
@@ -89,8 +95,9 @@ public Report runTest(Environment env) throws Exception {
String tableName = "scept";
Map<String,String> props = new HashMap<>();
- props.put(Property.TABLE_SCAN_DISPATCHER_OPTS.getKey() + "executor",
"se1");
- props.put(Property.TABLE_SCAN_DISPATCHER_OPTS.getKey() + "heed_hints",
"true");
+ props.put(Property.TABLE_SCAN_DISPATCHER_OPTS.getKey() + "executor.se1p1",
"se1");
+ props.put(Property.TABLE_SCAN_DISPATCHER_OPTS.getKey() + "executor.se1p2",
"se1");
+ props.put(Property.TABLE_SCAN_DISPATCHER_OPTS.getKey() + "executor.se2p1",
"se2");
Review comment:
In the test, se1 is used at two different priorities though so I thought
we would need to define two scan types: se1 with priority 1 and the other se1
with priority 2. @keith-turner
--
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]