Make tablet servers respond more aggressively to failed minor compaction. #5137
Labels
enhancement
This issue describes a new feature, improvement, or optimization.
Milestone
Is your feature request related to a problem? Please describe.
Sometimes when a minor compaction fails with an exception it will retry. In cases where it does not retry because its not known if its safe to retry then it may be best to take some action to prevent future interaction with the tablet. Currently the only action taken is an exception is logged and the tablet is left in a half functional state where reads/writes could still attempt to run against it. No minor compaction will ever run again on the tablet.
Describe the solution you'd like
There are a few possible actions that could be taken
The text was updated successfully, but these errors were encountered: