Repository: hbase Updated Branches: refs/heads/branch-1.4 07af5b89c -> 9ec2e0f53 (forced update) Updated Tags: refs/tags/1.4.7RC0 da9bfa084 -> 8d2f88725
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/9ec2e0f5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9ec2e0f5 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9ec2e0f5 Branch: refs/heads/branch-1.4 Commit: 9ec2e0f5361284c5b1c0f814380d3f71d6199300 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:49:55 2018 -0700 ---------------------------------------------------------------------- CHANGES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/9ec2e0f5/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 04e70d6..fb8ff7a 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 @@ -23,8 +24,8 @@ Release Notes - HBase - Version 1.4.7 8/31/2018 * [HBASE-20930] - MetaScanner.metaScan should use passed variable for meta table name rather than TableName.META_TABLE_NAME * [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 +** Task + * [HBASE-20942] - Improve RpcServer TRACE logging Release Notes - HBase - Version 1.4.6 7/30/2018
