ddanielr commented on code in PR #271:
URL: https://github.com/apache/accumulo-testing/pull/271#discussion_r1446628177


##########
conf/accumulo-testing.properties:
##########
@@ -46,10 +46,10 @@ test.ci.common.auths=
 # Accumulo tserver properties to set when creating a table
 test.ci.common.accumulo.server.props=\
 
compaction.service.cs1.planner=org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner
 \
-compaction.service.cs1.planner.opts.executors=\
-[{"name":"small","type":"internal","maxSize":"16M","numThreads":8},\
-{"name":"medium","type":"internal","maxSize":"128M","numThreads":4},\
-{"name":"large","type":"internal","numThreads":2}]
+compaction.service.cs1.planner.opts.groups=\
+[{"name":"small","maxSize":"16M"},\
+{"name":"medium","maxSize":"128M"},\
+{"name":"large"}]

Review Comment:
   No you're right. They will need to be modified to match the resource groups 
that are created.



-- 
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]

Reply via email to