dlg99 opened a new issue #1700: TimedRunnable does not anticipate exception from wrapped runnable URL: https://github.com/apache/bookkeeper/issues/1700 **BUG REPORT** 1. Please describe the issue you observed: Looking at the code, TimedRunnable used to be a SafeRunnable and used to take SafeRunnable as a parameter, now it is changed to Runnable. Now it needs to wrap runnable.run() call into try/finally block.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
