-
Enhancement
-
Resolution: Done
-
Major
-
7.0.2.Final
-
Release Notes
-
Some failures to save and restore recovery logs now include the underlying IOException message.
The save_state and restore_state methods in BasicAction can fail with an unreported IOException. To aid diagnosis of failures the reason should be reported. Since the original authors did not log the reason the proposal is to just log the exception message rather than the actual stack trace, please comment if you think the full stacktrace should be printed. The issue was detected as being a problem on quickstart pr/446.