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
|
@InterfaceAudience.Private
|
||||||
@InterfaceStability.Evolving
|
@InterfaceStability.Evolving
|
||||||
public interface WAL extends AutoCloseable {
|
public interface WAL extends Closeable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers WALActionsListener
|
* Registers WALActionsListener
|
||||||
|
|
Loading…
Reference in New Issue