dlmarion commented on PR #6382:
URL: https://github.com/apache/accumulo/pull/6382#issuecomment-4501390901
Commit 600a1e1 fixed an issue with byte arrays being serialized in
CompactionCommitData, MergeInfo, and SplitInfo. Here is some example output
with a merge command:
```
./accumulo inst fate --list --info
TABLE_COMPACT fateId: FATE:USER:445627ea-5091-4bcb-a58a-b288e33f813e
status: IN_PROGRESS locked: [R:+default, R:5] locking: []
op: CompactionDriver created: 2026-05-20T18:20:24.913Z lock range:
(null,533333333333333b]
Transaction details:
{"namespaceId":"+default","tableId":"5","endRow":"533333333333333b"}
TABLE_MERGE fateId: FATE:USER:8e04fd9f-4858-4f5d-b448-3c8d11004504
status: SUBMITTED locked: [R:+default] locking: [W:5] op:
TableRangeOp created: 2026-05-20T18:21:44.484Z lock range: (null,null]
Transaction details:
{"namespaceId":"+default","tableId":"5","operation":"MERGE","startRow":"0","endRow":"9"}
TABLE_COMPACT fateId: FATE:USER:c27ab0b6-2b87-4baa-882e-a161281b6ef5
status: IN_PROGRESS locked: [R:+default, R:5] locking: []
op: CompactionDriver created: 2026-05-20T18:20:26.348Z lock range: (null,null]
Transaction details: {"namespaceId":"+default","tableId":"5"}
```
--
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]