You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "keith-turner (via GitHub)" <gi...@apache.org> on 2023/05/11 17:28:43 UTC

[GitHub] [accumulo] keith-turner commented on issue #3386: Accumulo tablets are getting out of sync with metadata

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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org