dlmarion opened a new issue, #5440: URL: https://github.com/apache/accumulo/issues/5440
**Test name(s)** - AmpleConditionalWriterIT.testSelectedFilesReordering - AmpleConditionalWriterIT.testFilesLimit **Describe the failure observed** These tests hang and ultimately fail. Jstacking the IT, the client is hung waiting to find the root tablet. Looking at the server logs it appears that the Tablet Server hosting the root tablet unloads the root tablet and it doesn't appear to be re-hosted. AmpleConditionalWriterIT passes when I commented out the testRootTabletUpdate method. It appears that the root tablet metadata location is being set to null and then unloaded, causing the test to hang. AmpleConditionalWriterIT.testRootTabletUpdate doesn't set the location on the root tablet during the test, so it must be a side effect of the things that it is doing. **Testing Environment:** - Version of this project: main -- 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-unsubscr...@accumulo.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org