keith-turner commented on issue #3386: URL: https://github.com/apache/accumulo/issues/3386#issuecomment-1544402563
I opened #3392 while looking into this. I noticed a race condition in the code and #3392 fixes that. I don't think #3392 fixes what we are seeing here. If a false positive did trigger because of the race condition fixed in #3392 I think it would be transient, so would not see the same file reported on the next check. The fix in #3392 moves the increment of the start counter to before the metadata table update, it was before the walog update but not the metadata table update (the increment just needed to move up a bit further). -- 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]
