You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/03/17 16:05:43 UTC

[GitHub] [accumulo] milleruntime edited a comment on issue #2567: Data files in Tablet differ from in-memory data

milleruntime edited a comment on issue #2567:
URL: https://github.com/apache/accumulo/issues/2567#issuecomment-1070900506


   It could be that we are just doing the check too often. We are currently calling it in 2 places:
   
   - [Tablet.closeConsistencyCheck()](https://github.com/apache/accumulo/blob/6f8be5c9f26676712eb417db69ea1938380f4ff3/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java#L1422) 
   - TabletServer.run() -> [some checking thread()](https://github.com/apache/accumulo/blob/dca3ae8d056a24510aa9d86347d9d6338613c4b3/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java#L830)
   
   Edit: It seems likes  the error mostly occurs during the tserver thread check. I am doing more testing with RW trying to reproduce it.


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