DomGarguilo commented on pull request #149:
URL: https://github.com/apache/accumulo-testing/pull/149#issuecomment-901219342


   > It appears the compaction service isn't being created properly.
   
   Good catch, I was only verifying using `config` on the table created by 
`cingest createtable` which shows that the new properties are set which shows:
   
   
   ```
   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":"32M","numThreads":4},{"name":"medium","type":"internal","maxSize":"128M","numThreads":2},{"name":"large","type":"external","queue":"DCQ1"}]
   ```
   
   My guess is the compaction service `cs1` is not being properly defined 
(where i tried `client.instanceOperations().setProperty()`) so when `cs1` is 
set to the table, it errors out.


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