Repository: hbase Updated Branches: refs/heads/branch-1.4 9ec2e0f53 -> 763f27f58 (forced update) Updated Tags: refs/tags/1.4.7RC0 8d2f88725 -> 35fe04758
Update CHANGES.txt for 1.4.7 RC0 (again) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/763f27f5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/763f27f5 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/763f27f5 Branch: refs/heads/branch-1.4 Commit: 763f27f583cf8fd7ecf79fb6f3ef57f1615dbf9b Parents: b6cc5d8 Author: Andrew Purtell <[email protected]> Authored: Tue Aug 28 11:44:22 2018 -0700 Committer: Andrew Purtell <[email protected]> Committed: Tue Aug 28 11:51:26 2018 -0700 ---------------------------------------------------------------------- CHANGES.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/763f27f5/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 04e70d6..2cc9302 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,13 @@ HBase Change Log -Release Notes - HBase - Version 1.4.7 8/31/2018 +Release Notes - HBase - Version 1.4.7 9/3/2018 ** Sub-task * [HBASE-20896] - Port HBASE-20866 to branch-1 and branch-1.4 * [HBASE-20974] - Backport HBASE-20583 (SplitLogWorker should handle FileNotFoundException when split a wal) to branch-1 ** Bug + * [HBASE-20890] - PE filterScan seems to be stuck forever * [HBASE-20895] - NPE in RpcServer#readAndProcess * [HBASE-20940] - HStore.cansplit should not allow split to happen if it has references * [HBASE-20997] - rebuildUserRegions() does not build ReplicaMapping during master switchover @@ -24,7 +25,10 @@ Release Notes - HBase - Version 1.4.7 8/31/2018 * [HBASE-20935] - HStore.removeCompactedFiles should log in case it is unable to delete a file ** Test - * [HBASE-21076] - refactor TestTableResource to ask for a multi-region table instead of relying on a split operation + * [HBASE-21076] - TestTableResource fails with NPE + +** Task + * [HBASE-20942] - Improve RpcServer TRACE logging Release Notes - HBase - Version 1.4.6 7/30/2018
