You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/12/08 23:43:06 UTC

[2/2] hbase git commit: Update CHANGES.txt for 1.4.0RC1 again

Update CHANGES.txt for 1.4.0RC1 again


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

Branch: refs/heads/branch-1.4
Commit: 10b9b9fae6b557157644fb9a0dc641bb8cb26e39
Parents: 0d048d8
Author: Andrew Purtell <ap...@apache.org>
Authored: Fri Dec 8 15:42:13 2017 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Fri Dec 8 15:42:13 2017 -0800

----------------------------------------------------------------------
 CHANGES.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/10b9b9fa/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 2953821..bd53f2e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -447,8 +447,10 @@ Release Notes - HBase - Version 1.4.0 12/18/2017
     * [HBASE-19396] - Fix flaky test TestHTableMultiplexerFlushCache
     * [HBASE-19406] - Fix CompactionRequest equals and hashCode
     * [HBASE-19421] - branch-1 does not compile against Hadoop 3.0.0
+    * [HBASE-19422] - using hadoop-profile property leads to confusing failures
     * [HBASE-19423] - Replication entries are not filtered correctly when replication scope is set through WAL Co-processor
     * [HBASE-19429] - Release build fails in checkstyle phase of site target (branch-1)
+    * [HBASE-19435] - Reopen Files for ClosedChannelException in BucketCache
     * [HBASE-19440] - Not able to enable balancer with RSGroups once disabled
     * [HBASE-19442] - Backport HBASE-19065 to branch-1 (HRegion#bulkLoadHFiles() should wait for concurrent Region#flush() to finish)
     * [HBASE-19445] - PerformanceEvaluation NPE processing split policy option
@@ -618,8 +620,6 @@ Release Notes - HBase - Version 1.4.0 12/18/2017
     * [HBASE-19239] - Fix findbugs and error-prone warnings (branch-1)
     * [HBASE-19262] - Revisit checkstyle rules
 
-
-
 ** New Feature
     * [HBASE-15134] - Add visibility into Flush and Compaction queues
     * [HBASE-15576] - Scanning cursor to prevent blocking long time on ResultScanner.next()
@@ -662,6 +662,7 @@ Release Notes - HBase - Version 1.4.0 12/18/2017
     * [HBASE-19217] - Update supplemental-models.xml for jetty-sslengine
     * [HBASE-19232] - Fix shaded-check-invariants (check-jar-contents) failure on branch-1
     * [HBASE-19419] - Remove hbase-native-client from branch-1
+    * [HBASE-19420] - Backport HBASE-19152 (Update refguide 'how to build an RC' and the make_rc.sh script) to branch-1
 
 ** Test
     * [HBASE-16349] - TestClusterId may hang during cluster shutdown