dlmarion commented on issue #5440: URL: https://github.com/apache/accumulo/issues/5440#issuecomment-2769940282
This is the offending code: https://github.com/apache/accumulo/blob/10e6e869a146ed385222c21149b6657b44a3fb2b/test/src/main/java/org/apache/accumulo/test/functional/AmpleConditionalWriterIT.java#L1053-L1060 Putting an operationId in the tablet metadata will cause the tablet to be unloaded so that the Fate operation can be run. Since the operationId is not removed, the root tablet is not re-hosted. This test should have been failing for a long time, not sure why it was not until recently. -- 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]
