dlmarion commented on PR #6382:
URL: https://github.com/apache/accumulo/pull/6382#issuecomment-4500738182
Example output showing a compaction I started on the ci table, without the
new option:
```
./accumulo inst fate --list
TABLE_COMPACT fateId: FATE:USER:07ebcc36-44db-4bee-a603-daea08728352
status: SUBMITTED locked: [] locking: [] op:
CompactRange created: 2026-05-20T16:57:03.958Z lock range: (null,null]
1 transactions
```
Example with the new option:
```
./accumulo inst fate --list --info
TABLE_COMPACT fateId: FATE:USER:07ebcc36-44db-4bee-a603-daea08728352
status: SUBMITTED locked: [] locking: [] op:
CompactRange created: 2026-05-20T16:57:03.958Z lock range: (null,null]
Transaction details:
{"namespaceId":"+default","tableId":"5","startRow":"0","endRow":"6"}
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]