EdColeman commented on issue #2754:
URL: https://github.com/apache/accumulo/issues/2754#issuecomment-1146056782

   tl/dr; - seems to work for me.
   
   The fate print command seems to work for me using a branch with 
https://github.com/apache/accumulo/pull/2215 merged with current main.
   
   To reproduce:
   
   Used uno shell to create a table.
   Added 26 rows of dataa
   Added the slow iterator with:
   ```
   root@uno tbl1> config -t tbl1 -s 
table.iterator.majc.slow=1,org.apache.accumulo.test.functional.SlowIterator
   root@uno tbl1> config -t tbl1 -s table.iterator.majc.slow.opt.sleepTime=30
   
   compact -t tbl1 -w
   
   ```
   
   while that's running, in a second shell:
   ```
   root@uno> fate -print
   txid: 633b2f2278fc35b0  status: IN_PROGRESS         op: CompactRange     
locked: [R:+default, R:1] locking: []              top: CompactionDriver 
created: 2022-06-03T14:55:56.435Z
    1 transactions
   root@uno> fate -list
   txid: 633b2f2278fc35b0  status: IN_PROGRESS         op: CompactRange     
locked: [R:+default, R:1] locking: []              top: CompactionDriver 
created: 2022-06-03T14:55:56.435Z
    1 transactions
   
   ```
   


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