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 18:40:48 UTC

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

dlmarion commented on issue #2362:
URL: https://github.com/apache/accumulo/issues/2362#issuecomment-982913083


   @Manno15  @milleruntime  - I stood up an Accumulo instance from the current HEAD of `main`. I created a table, added some data, and compacted it and saw no error.
   
   ```
   insert a b c d
   flush
   2021-11-30T18:38:10,220 [shell.Shell] INFO : Flush of table compaction_test  initiated...
   insert a b d e
   flush
   2021-11-30T18:38:14,561 [shell.Shell] INFO : Flush of table compaction_test  initiated...
   insert a d b c
   flush
   2021-11-30T18:38:22,226 [shell.Shell] INFO : Flush of table compaction_test  initiated...
   insert a g e f 
   flush
   2021-11-30T18:38:31,571 [shell.Shell] INFO : Flush of table compaction_test  initiated...
   compact -w 
   2021-11-30T18:38:33,563 [shell.Shell] INFO : Compacting table ...
   2021-11-30T18:38:34,375 [shell.Shell] INFO : Compaction of table compaction_test completed for given range
   ```
   
   Is this still an issue?


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