HBASE-16721 Concurrency issue in WAL unflushed seqId tracking - ADDENDUM to change WAL to extend Closeable
This commit is contained in:
parent
911f9b9eb7
commit
06cc123849
@ -51,7 +51,7 @@ import com.google.common.annotations.VisibleForTesting;
|
||||
*/
|
||||
@InterfaceAudience.Private
|
||||
@InterfaceStability.Evolving
|
||||
public interface WAL extends AutoCloseable {
|
||||
public interface WAL extends Closeable {
|
||||
|
||||
/**
|
||||
* Registers WALActionsListener
|
||||
|
Loading…
x
Reference in New Issue
Block a user