Manno15 edited a comment on pull request #149:
URL: https://github.com/apache/accumulo-testing/pull/149#issuecomment-901205636


   In my testing I did run into several similar errors: 
   
    ```
   returned non-existant compaction service cs1 for compaction type SELECTOR. 
   Check the table compaction dispatcher configuration. Attempting to fall back 
to default service.
   ```
   
   It appears the compaction service isn't being created properly. 
   
   EDIT: After a few rebuilds, it does seem the service is being created 
properly but now I am running into 
   
   ```
   java.lang.IllegalArgumentException: Compacting not in set of all files
    [[A00000cj.rf, 31769681 814240], [F00000cy.rf, 2463619 65081]] 
[[F00000c7.rf, 2164845 57654], 
   [C000008s.rf, 9949180 253514], [C00000c0.rf, 9967543 253962], [A0000069.rf, 
9284906 249110]]
   ```
   Which could be related to the properties used or unrelated to this change 
completely. 


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