You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/11/30 19:09:16 UTC

[GitHub] [accumulo] dlmarion edited a comment on issue #2362: Compaction-Planner worker thread dies during compaction

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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org