cshannon commented on issue #4454:
URL: https://github.com/apache/accumulo/issues/4454#issuecomment-2066446539

   Actually, it looks like the column is not cleared until after the compaction 
finishes. The original [issue](#3524) mentions clearing the column after 
selecting files, but currently it is not cleared until CleanUp runs on 
completion 
[here](https://github.com/apache/accumulo/blob/cb25f26ab3be77dbfce54e9d1e7234e5974510ec/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/compact/CleanUp.java#L92)
   
   So, I am wondering if we should be clearing that column instead when mutate 
the tablet to insert selected files (not sure if we should still have clean up 
check as well) or if we keep the current behavior where the marker isn't 
removed until after it's finished and instead we also would need to clear that 
marker as well as selected files


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