From 169f2aea2a9f31831201d3add598e6d7fb23079b Mon Sep 17 00:00:00 2001 From: zhangduo Date: Thu, 7 Feb 2019 09:00:33 +0800 Subject: [PATCH] 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 37d26ab7301..dfd63af1806 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 |