HBASE-16721 Concurrency issue in WAL unflushed seqId tracking - ADDENDUM to change WAL to extend Closeable
This commit is contained in:
parent
c3c82f3558
commit
b8ad9b17bb
|
@ -49,7 +49,7 @@ import org.apache.hadoop.hbase.util.Bytes;
|
|||
*/
|
||||
@InterfaceAudience.Private
|
||||
@InterfaceStability.Evolving
|
||||
public interface WAL extends AutoCloseable {
|
||||
public interface WAL extends Closeable {
|
||||
|
||||
/**
|
||||
* Registers WALActionsListener
|
||||
|
|
Loading…
Reference in New Issue