apache/accumulo

Duplicate metadata update in scan server reservation code

Closed this issue · 0 comments

Describe the bug

The scan server code that reserves files may unnecessarily do a duplicate delete here and here. This could lead to duplicate work in some cases. There may be a worst case result where there are multiple tablets with the same files and it reports success even though it deleted the reservations.