dlmarion edited a comment on issue #2362:
URL: https://github.com/apache/accumulo/issues/2362#issuecomment-982933204
So, I set the following properties:
```
site | tserver.compaction.major.service.cs1.planner
..................... |
system | @override
..................................................... |
org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner
site | tserver.compaction.major.service.cs1.planner.opts.executors
...... |
system | @override
..................................................... |
[{"name":"small","type":"internal","maxSize":"16M","numThreads":8},{"name":"medium","type":"internal","maxSize":"128M","numThreads":4},{"name":"large","type":"internal","numThreads":2}]
```
and set the following properties on the table:
```
default | table.compaction.dispatcher ............... |
org.apache.accumulo.core.spi.compaction.SimpleCompactionDispatcher
table | table.compaction.dispatcher.opts.service .. | cs1
```
and I'm not seeing an error.
--
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]