ArbaazKhan1 commented on issue #5679: URL: https://github.com/apache/accumulo/issues/5679#issuecomment-3201929315
I'm running into two issues while running `test_compact`on system tables. 1. In its current form the test uses a slow iterator, which gets stuck in `CompcationDriver.isReady`rather than proceeding to `call()` as expected. This unexpectedly causes other system table compactions to hang as well. 2. writing the test without slow iterator or using a low sleep time it seems compactions complete but don't generate 'A' files for the FATE table, causing the test to time out in `Wait.waitFor()` It seems the FATE table might have special compaction criteria that aren't being met in the test. What's the recommended approach here? Any guidance on properly testing system table compactions would be appreciated. -- 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]
