hbase git commit: HBASE-20462 Put up 2.0.0RC1; Update CHANGES.md and RELEASENOTES.md; ADDENDUM; add in last few commits for RC2!

2018-04-22 Thread stack
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 
Authored: Sun Apr 22 15:56:42 2018 -0700
Committer: Michael Stack 
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**



hbase git commit: HBASE-20462 Put up 2.0.0RC1; Update CHANGES.md and RELEASENOTES.md; ADDENDUM; add in last few commits.

2018-04-20 Thread stack
Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 add977be5 -> d8985e04b


HBASE-20462 Put up 2.0.0RC1; Update CHANGES.md and RELEASENOTES.md;
ADDENDUM; add in last few commits.


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

Branch: refs/heads/branch-2.0
Commit: d8985e04bf6adfc3d00660c3e04e27a5f5bacb4b
Parents: add977b
Author: Michael Stack 
Authored: Fri Apr 20 09:05:33 2018 -0700
Committer: Michael Stack 
Committed: Fri Apr 20 09:05:33 2018 -0700

--
 CHANGES.md  | 4 
 RELEASENOTES.md | 6 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/d8985e04/CHANGES.md
--
diff --git a/CHANGES.md b/CHANGES.md
index 9294c7a..9b3fed7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1104,6 +1104,10 @@ comment to preserve continuity of the CHANGELOG.
 
 | JIRA | Summary | Priority | Component |
 |: |: | :--- |: |
+| [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 |
+| [HBASE-20439](https://issues.apache.org/jira/browse/HBASE-20439) | Clean up 
incorrect use of commons-logging in hbase-server |  Minor | dependencies, 
logging |
 | [HBASE-20398](https://issues.apache.org/jira/browse/HBASE-20398) | Redirect 
doesn't work on web UI |  Major | UI |
 | [HBASE-20399](https://issues.apache.org/jira/browse/HBASE-20399) | Fix merge 
layout |  Minor | UI |
 | [HBASE-20233](https://issues.apache.org/jira/browse/HBASE-20233) | [metrics] 
Ill-formatted numRegions metric in 
"Hadoop:service=HBase,name=RegionServer,sub=Regions" mbean |  Trivial | 
metrics, Operability |

http://git-wip-us.apache.org/repos/asf/hbase/blob/d8985e04/RELEASENOTES.md
--
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e79e60a..8fad483 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -45,6 +45,11 @@ 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.
 
 ---
 
@@ -57,7 +62,6 @@ 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**