Repository: hbase Updated Branches: refs/heads/branch-2.0 cbd1f3d00 -> 7483b111e
HBASE-20462 Put up 2.0.0RC1; Update CHANGES.md and RELEASENOTES.md; ADDENDUM; add in last few commits for RC2! Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7483b111 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7483b111 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7483b111 Branch: refs/heads/branch-2.0 Commit: 7483b111e4da77adbfc8062b3b22cbe7c2cb91c1 Parents: cbd1f3d Author: Michael Stack <[email protected]> Authored: Sun Apr 22 15:56:42 2018 -0700 Committer: Michael Stack <[email protected]> Committed: Sun Apr 22 15:56:42 2018 -0700 ---------------------------------------------------------------------- CHANGES.md | 5 ++++- RELEASENOTES.md | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/7483b111/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 9b3fed7..dc4f5da 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -41,7 +41,7 @@ may have to bulk import old-style CHANGES.txt on to the end in a code comment to preserve continuity of the CHANGELOG. --> -## Release 2.0.0 - Unreleased (as of 2018-04-20) +## Release 2.0.0 - Unreleased (as of 2018-04-22) ### INCOMPATIBLE CHANGES: @@ -1104,6 +1104,8 @@ comment to preserve continuity of the CHANGELOG. | JIRA | Summary | Priority | Component | |:---- |:---- | :--- |:---- | +| [HBASE-19924](https://issues.apache.org/jira/browse/HBASE-19924) | hbase rpc throttling does not work for multi() with request count rater. | Major | rpc | +| [HBASE-20293](https://issues.apache.org/jira/browse/HBASE-20293) | get\_splits returns duplicate split points when region replication is on | Minor | shell | | [HBASE-20464](https://issues.apache.org/jira/browse/HBASE-20464) | Disable IMC | Major | in-memory-compaction | | [HBASE-20442](https://issues.apache.org/jira/browse/HBASE-20442) | clean up incorrect use of commons-collections 3 | Major | dependencies, thirdparty | | [HBASE-20440](https://issues.apache.org/jira/browse/HBASE-20440) | Clean up incorrect use of commons-lang 2.y | Major | dependencies | @@ -1222,6 +1224,7 @@ comment to preserve continuity of the CHANGELOG. | [HBASE-19934](https://issues.apache.org/jira/browse/HBASE-19934) | HBaseSnapshotException when read replicas is enabled and online snapshot is taken after region splitting | Major | snapshots | | [HBASE-19939](https://issues.apache.org/jira/browse/HBASE-19939) | TestSplitTableRegionProcedure#testSplitWithoutPONR() and testRecoveryAndDoubleExecution() are failing with NPE | Major | amv2 | | [HBASE-19907](https://issues.apache.org/jira/browse/HBASE-19907) | TestMetaWithReplicas still flakey | Major | . | +| [HBASE-19907](https://issues.apache.org/jira/browse/HBASE-19907) | TestMetaWithReplicas still flakey | Major | . | | [HBASE-19926](https://issues.apache.org/jira/browse/HBASE-19926) | Use a separated class to implement the WALActionListener for Replication | Major | Replication, wal | | [HBASE-19703](https://issues.apache.org/jira/browse/HBASE-19703) | Functionality added as part of HBASE-12583 is not working after moving the split code to master | Major | . | | [HBASE-19658](https://issues.apache.org/jira/browse/HBASE-19658) | Fix and reenable TestCompactingToCellFlatMapMemStore#testFlatteningToJumboCellChunkMap | Major | test | http://git-wip-us.apache.org/repos/asf/hbase/blob/7483b111/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8fad483..cd299a1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -43,14 +43,19 @@ comment to preserve continuity of the CHANGELOG. --> + These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements. + --- * [HBASE-20464](https://issues.apache.org/jira/browse/HBASE-20464) | *Major* | **Disable IMC** Change the default so that on creation of new tables, In-Memory Compaction BASIC is NOT enabled. +This change is in branch-2.0 only, not in branch-2. + + --- * [HBASE-20276](https://issues.apache.org/jira/browse/HBASE-20276) | *Blocker* | **[shell] Revert shell REPL change and document** @@ -62,6 +67,7 @@ The command line option `--return-values` is no longer acted on by the shell sin Users who wish to maintain the behavior seen in the 1.4.0-1.4.2 releases of the HBase shell should refer to the section _irbrc_ in the reference guide for how to configure their IRB session to avoid echoing expression results to the console. + --- * [HBASE-18792](https://issues.apache.org/jira/browse/HBASE-18792) | *Blocker* | **hbase-2 needs to defend against hbck operations**
