You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2016/10/01 21:57:59 UTC

[4/5] hbase git commit: HBASE-16721 Concurrency issue in WAL unflushed seqId tracking - ADDENDUM to change WAL to extend Closeable

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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/77e25d32
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/77e25d32
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/77e25d32

Branch: refs/heads/branch-1.2
Commit: 77e25d32b3ad8863625c9d25e3ecd7526608acf6
Parents: 2e381ee
Author: Enis Soztutar <en...@apache.org>
Authored: Sat Oct 1 14:50:49 2016 -0700
Committer: Enis Soztutar <en...@apache.org>
Committed: Sat Oct 1 14:54:26 2016 -0700

----------------------------------------------------------------------
 hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WAL.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/77e25d32/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WAL.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WAL.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WAL.java
index 041a5b9..413cbaa 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WAL.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WAL.java
@@ -47,7 +47,7 @@ import com.google.common.annotations.VisibleForTesting;
  */
 @InterfaceAudience.Private
 @InterfaceStability.Evolving
-public interface WAL extends AutoCloseable {
+public interface WAL extends Closeable {
 
   /**
    * Registers WALActionsListener