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 c3c82f3558
commit b8ad9b17bb
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ import org.apache.hadoop.hbase.util.Bytes;
*/ */
@InterfaceAudience.Private @InterfaceAudience.Private
@InterfaceStability.Evolving @InterfaceStability.Evolving
public interface WAL extends AutoCloseable { public interface WAL extends Closeable {
/** /**
* Registers WALActionsListener * Registers WALActionsListener