keith-turner commented on issue #3386:
URL: https://github.com/apache/accumulo/issues/3386#issuecomment-1544456827

   Another potential cause that would be good to rule is something odd 
happening with the serialization/deserialization/hashCode/equals.  Roughly the 
following is happening
   
    1. A StoredTabletFile object is created and saved to the metadata table and 
stored in memory
    2. Later the code reads a string from the metadata table, use that string 
to create a new StoredTabletFile object.  Then it compares the new object 
created from the metadata table with created earlier and stored in a set or map.
   
   If we can rule out that something is going wrong with the desieralization 
and/op comparison of these objects that would be useful.  One possible was to 
do this is to look for the same file that is translated to a slightly different 
string in the logs at diff times, for the files involved in the messages that 
is.


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