milleruntime commented on PR #2688:
URL: https://github.com/apache/accumulo/pull/2688#issuecomment-1128052457

   > @keith-turner I saw my new validation check work in Uno but I am not sure 
if it is valid or not. Here is the exception that it threw:
   > 
   > java.lang.IllegalStateException: The reference +r/root_tablet/A0000002.rf 
does not match what was in the metadata: 
hdfs://localhost:8020/accumulo/tables/+r/root_tablet/A0000002.rf
   >    at 
org.apache.accumulo.core.metadata.Reference.validate(Reference.java:50)
   >    at 
org.apache.accumulo.gc.GarbageCollectionAlgorithm.removeCandidatesInUse(GarbageCollectionAlgorithm.java:159)
   >    at 
org.apache.accumulo.gc.GarbageCollectionAlgorithm.confirmDeletesTrace(GarbageCollectionAlgorithm.java:284)
   >    at 
org.apache.accumulo.gc.GarbageCollectionAlgorithm.deleteBatch(GarbageCollectionAlgorithm.java:342)
   >    at 
org.apache.accumulo.gc.GarbageCollectionAlgorithm.collect(GarbageCollectionAlgorithm.java:326)
   >    at 
org.apache.accumulo.gc.SimpleGarbageCollector.run(SimpleGarbageCollector.java:210)
   >    at 
org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52)
   >    at java.base/java.lang.Thread.run(Thread.java:829)
   
   So this seems to happen a lot. I don't think this check is right but I am 
not sure what we can do.


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