You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/01/15 21:00:07 UTC

[hbase] branch branch-2 updated (ae95b1f -> 9621baf)

This is an automated email from the ASF dual-hosted git repository.

stack pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from ae95b1f  fix 500/NPE of region.jsp (#1033)
     add 9621baf      HBASE-23601  OutputSink.WriterThread exception gets stuck and repeated indefinietly (#1028)

No new revisions were added by this update.

Summary of changes:
 .../RegionReplicaReplicationEndpoint.java          |   1 +
 .../org/apache/hadoop/hbase/wal/OutputSink.java    |  20 +++-
 .../org/apache/hadoop/hbase/wal/WALSplitter.java   |   1 +
 .../hadoop/hbase/wal/TestOutputSinkWriter.java     | 130 +++++++++++++++++++++
 4 files changed, 151 insertions(+), 1 deletion(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/wal/TestOutputSinkWriter.java