HBASE-16721 Concurrency issue in WAL unflushed seqId tracking - ADDENDUM to change WAL to extend Closeable

This commit is contained in:
Enis Soztutar 2016-10-01 14:50:49 -07:00
parent 911f9b9eb7
commit 06cc123849

View File

@ -51,7 +51,7 @@ import com.google.common.annotations.VisibleForTesting;
*/ */
@InterfaceAudience.Private @InterfaceAudience.Private
@InterfaceStability.Evolving @InterfaceStability.Evolving
public interface WAL extends AutoCloseable { public interface WAL extends Closeable {
/** /**
* Registers WALActionsListener * Registers WALActionsListener