keith-turner opened a new issue, #3553:
URL: https://github.com/apache/accumulo/issues/3553
**Describe the bug**
A user initiated compactions that throw an exception may hang.
**To Reproduce**
Would like to try to recreated this with an integration test. Maybe
something like the following.
1. Create a an iterator that throws an IOException if file X exists in DFS
2. Create file X
3. Initiate a user compaction with the above iterator configured.
4. Sleep a bit (or devise a way to know if the iterator has run once and
failed, it could create file Y when it fails and instead of sleeping wait for
file Y to exist)
5. Delete file X
6. Wait for compaction to complete
**Expected behavior**
Compactions that throw an exception retry.
--
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]