keith-turner opened a new pull request, #3652: URL: https://github.com/apache/accumulo/pull/3652
The test CompactionIT.testErrorDuringUserCompaction() was timing out. The test would create a tablet with 1000 files. These would compact in batches of 10 files at a time with a 4 or 5 seconds between each compaction. So this could take 400 to 500 seconds. The few second delay between compactions comes from waiting for the manager to scan the metadata table again. When compactions ran in the tablet server it would immediately start another compaction when one finished. This commit changes the test to create 100 files in the tablet instead of 1000. -- 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]
