You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2019/02/07 08:00:07 UTC

[hbase] branch branch-2.1 updated: HBASE-21819 Addendum include new resolved issues(HBASE-21843)

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

zhangduo pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 169f2ae  HBASE-21819 Addendum include new resolved issues(HBASE-21843)
169f2ae is described below

commit 169f2aea2a9f31831201d3add598e6d7fb23079b
Author: zhangduo <zh...@apache.org>
AuthorDate: Thu Feb 7 09:00:33 2019 +0800

    HBASE-21819 Addendum include new resolved issues(HBASE-21843)
---
 CHANGES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES.md b/CHANGES.md
index 37d26ab..dfd63af 100755
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -46,6 +46,7 @@
 
 | JIRA | Summary | Priority | Component |
 |:---- |:---- | :--- |:---- |
+| [HBASE-21843](https://issues.apache.org/jira/browse/HBASE-21843) | RegionGroupingProvider breaks the meta wal file name pattern which may cause data loss for meta region |  Blocker | wal |
 | [HBASE-21795](https://issues.apache.org/jira/browse/HBASE-21795) | Client application may get stuck (time bound) if a table modify op is called immediately after split op |  Critical | amv2 |
 | [HBASE-21840](https://issues.apache.org/jira/browse/HBASE-21840) | TestHRegionWithInMemoryFlush fails with NPE |  Blocker | test |
 | [HBASE-21644](https://issues.apache.org/jira/browse/HBASE-21644) | Modify table procedure runs infinitely for a table having region replication \> 1 |  Critical | Admin |