sijie commented on a change in pull request #1819: ISSUE-1770: Add local
checker for Sorted/InterleavedLedgerStorage
URL: https://github.com/apache/bookkeeper/pull/1819#discussion_r235148046
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/BufferedChannelBase.java
##########
@@ -25,6 +25,12 @@
* to buffer the input and output data. This class is a base class for
wrapping the {@link FileChannel}.
*/
public abstract class BufferedChannelBase {
+ static class ChannelClosed extends IOException {
Review comment:
nit: `ChannelClosed` is a very generic name. It might be better to call it
`BufferedChannelClosedException`.
----------------------------------------------------------------
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