You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sa...@apache.org on 2019/10/05 00:46:40 UTC

[hbase] branch branch-1.3 updated (4c8c94a -> 69cf8a7)

This is an automated email from the ASF dual-hosted git repository.

sakthi pushed a change to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 4c8c94a  HBASE-22874 Define a public API for Canary checking and a non-public tool implementation
     new 5106afb  Update POMs for 1.3.6RC0
     new 69cf8a7  Update CHANGES.txt for 1.3.6RC0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        | 82 ++++++++++++++++++++++
 hbase-annotations/pom.xml                          |  2 +-
 hbase-archetypes/hbase-archetype-builder/pom.xml   |  2 +-
 hbase-archetypes/hbase-client-project/pom.xml      |  2 +-
 .../hbase-shaded-client-project/pom.xml            |  2 +-
 hbase-archetypes/pom.xml                           |  2 +-
 hbase-assembly/pom.xml                             |  2 +-
 hbase-checkstyle/pom.xml                           |  4 +-
 hbase-client/pom.xml                               |  2 +-
 hbase-common/pom.xml                               |  2 +-
 hbase-examples/pom.xml                             |  2 +-
 hbase-external-blockcache/pom.xml                  |  2 +-
 hbase-hadoop-compat/pom.xml                        |  2 +-
 hbase-hadoop2-compat/pom.xml                       |  2 +-
 hbase-hbtop/pom.xml                                |  2 +-
 hbase-it/pom.xml                                   |  2 +-
 hbase-prefix-tree/pom.xml                          |  2 +-
 hbase-procedure/pom.xml                            |  2 +-
 hbase-protocol/pom.xml                             |  2 +-
 hbase-resource-bundle/pom.xml                      |  2 +-
 hbase-rest/pom.xml                                 |  2 +-
 hbase-server/pom.xml                               |  2 +-
 hbase-shaded/hbase-shaded-check-invariants/pom.xml |  2 +-
 hbase-shaded/hbase-shaded-client/pom.xml           |  2 +-
 hbase-shaded/hbase-shaded-server/pom.xml           |  2 +-
 hbase-shaded/pom.xml                               |  2 +-
 hbase-shell/pom.xml                                |  2 +-
 hbase-testing-util/pom.xml                         |  2 +-
 hbase-thrift/pom.xml                               |  2 +-
 pom.xml                                            |  2 +-
 30 files changed, 112 insertions(+), 30 deletions(-)


[hbase] 01/02: Update POMs for 1.3.6RC0

Posted by sa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sakthi pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 5106afb2224627d4c4a17e866717a6d826b56541
Author: Sakthi <sa...@apache.org>
AuthorDate: Fri Oct 4 17:01:31 2019 -0700

    Update POMs for 1.3.6RC0
---
 hbase-annotations/pom.xml                            | 2 +-
 hbase-archetypes/hbase-archetype-builder/pom.xml     | 2 +-
 hbase-archetypes/hbase-client-project/pom.xml        | 2 +-
 hbase-archetypes/hbase-shaded-client-project/pom.xml | 2 +-
 hbase-archetypes/pom.xml                             | 2 +-
 hbase-assembly/pom.xml                               | 2 +-
 hbase-checkstyle/pom.xml                             | 4 ++--
 hbase-client/pom.xml                                 | 2 +-
 hbase-common/pom.xml                                 | 2 +-
 hbase-examples/pom.xml                               | 2 +-
 hbase-external-blockcache/pom.xml                    | 2 +-
 hbase-hadoop-compat/pom.xml                          | 2 +-
 hbase-hadoop2-compat/pom.xml                         | 2 +-
 hbase-hbtop/pom.xml                                  | 2 +-
 hbase-it/pom.xml                                     | 2 +-
 hbase-prefix-tree/pom.xml                            | 2 +-
 hbase-procedure/pom.xml                              | 2 +-
 hbase-protocol/pom.xml                               | 2 +-
 hbase-resource-bundle/pom.xml                        | 2 +-
 hbase-rest/pom.xml                                   | 2 +-
 hbase-server/pom.xml                                 | 2 +-
 hbase-shaded/hbase-shaded-check-invariants/pom.xml   | 2 +-
 hbase-shaded/hbase-shaded-client/pom.xml             | 2 +-
 hbase-shaded/hbase-shaded-server/pom.xml             | 2 +-
 hbase-shaded/pom.xml                                 | 2 +-
 hbase-shell/pom.xml                                  | 2 +-
 hbase-testing-util/pom.xml                           | 2 +-
 hbase-thrift/pom.xml                                 | 2 +-
 pom.xml                                              | 2 +-
 29 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml
index b7668cf..ae675fc 100644
--- a/hbase-annotations/pom.xml
+++ b/hbase-annotations/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-archetypes/hbase-archetype-builder/pom.xml b/hbase-archetypes/hbase-archetype-builder/pom.xml
index eb68ca7..8f9b222 100644
--- a/hbase-archetypes/hbase-archetype-builder/pom.xml
+++ b/hbase-archetypes/hbase-archetype-builder/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase-archetypes</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-archetypes/hbase-client-project/pom.xml b/hbase-archetypes/hbase-client-project/pom.xml
index 3b64f59..ecdf480 100644
--- a/hbase-archetypes/hbase-client-project/pom.xml
+++ b/hbase-archetypes/hbase-client-project/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>hbase-archetypes</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-client-project</artifactId>
diff --git a/hbase-archetypes/hbase-shaded-client-project/pom.xml b/hbase-archetypes/hbase-shaded-client-project/pom.xml
index e56765f..2be3aec 100644
--- a/hbase-archetypes/hbase-shaded-client-project/pom.xml
+++ b/hbase-archetypes/hbase-shaded-client-project/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>hbase-archetypes</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shaded-client-project</artifactId>
diff --git a/hbase-archetypes/pom.xml b/hbase-archetypes/pom.xml
index 86c44dd..b87e9a7 100644
--- a/hbase-archetypes/pom.xml
+++ b/hbase-archetypes/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 9add1aa..4156506 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-assembly</artifactId>
diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml
index 706f4a2..3553a6b 100644
--- a/hbase-checkstyle/pom.xml
+++ b/hbase-checkstyle/pom.xml
@@ -24,14 +24,14 @@
 <modelVersion>4.0.0</modelVersion>
 <groupId>org.apache.hbase</groupId>
 <artifactId>hbase-checkstyle</artifactId>
-<version>1.3.6-SNAPSHOT</version>
+<version>1.3.6</version>
 <name>Apache HBase - Checkstyle</name>
 <description>Module to hold Checkstyle properties for HBase.</description>
 
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 93e3b29..109c65d 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 69ac706..9458740 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index 2056d39..09458a7 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-examples</artifactId>
diff --git a/hbase-external-blockcache/pom.xml b/hbase-external-blockcache/pom.xml
index e401e47..291229a 100644
--- a/hbase-external-blockcache/pom.xml
+++ b/hbase-external-blockcache/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-external-blockcache</artifactId>
diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml
index 00caa29..e17d99e 100644
--- a/hbase-hadoop-compat/pom.xml
+++ b/hbase-hadoop-compat/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>1.3.6-SNAPSHOT</version>
+        <version>1.3.6</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index 6ef43dc..81ce4f5 100644
--- a/hbase-hadoop2-compat/pom.xml
+++ b/hbase-hadoop2-compat/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-hbtop/pom.xml b/hbase-hbtop/pom.xml
index fba89ea..2753ce8 100644
--- a/hbase-hbtop/pom.xml
+++ b/hbase-hbtop/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-hbtop</artifactId>
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 65c32ec..6d6c99b 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml
index c9c953c..fb58db1 100644
--- a/hbase-prefix-tree/pom.xml
+++ b/hbase-prefix-tree/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-procedure/pom.xml b/hbase-procedure/pom.xml
index 9978920..edb1f5a 100644
--- a/hbase-procedure/pom.xml
+++ b/hbase-procedure/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index cbbe4ae..1d2710f 100644
--- a/hbase-protocol/pom.xml
+++ b/hbase-protocol/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>1.3.6-SNAPSHOT</version>
+        <version>1.3.6</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/hbase-resource-bundle/pom.xml b/hbase-resource-bundle/pom.xml
index 105e8aa..7c6fa265 100644
--- a/hbase-resource-bundle/pom.xml
+++ b/hbase-resource-bundle/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index af571c7..2061aec 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-rest</artifactId>
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index e892bae..6c9b60e 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-server</artifactId>
diff --git a/hbase-shaded/hbase-shaded-check-invariants/pom.xml b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
index 6b89722..8cc5c58 100644
--- a/hbase-shaded/hbase-shaded-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>hbase-shaded-check-invariants</artifactId>
diff --git a/hbase-shaded/hbase-shaded-client/pom.xml b/hbase-shaded/hbase-shaded-client/pom.xml
index bd8fc2e..3dc241a 100644
--- a/hbase-shaded/hbase-shaded-client/pom.xml
+++ b/hbase-shaded/hbase-shaded-client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>hbase-shaded</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>1.3.6-SNAPSHOT</version>
+        <version>1.3.6</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-shaded-client</artifactId>
diff --git a/hbase-shaded/hbase-shaded-server/pom.xml b/hbase-shaded/hbase-shaded-server/pom.xml
index 4c9dc58..2547650 100644
--- a/hbase-shaded/hbase-shaded-server/pom.xml
+++ b/hbase-shaded/hbase-shaded-server/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>hbase-shaded</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>1.3.6-SNAPSHOT</version>
+        <version>1.3.6</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-shaded-server</artifactId>
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index f5d2b2d..48fc272 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>1.3.6-SNAPSHOT</version>
+        <version>1.3.6</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-shaded</artifactId>
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index dd04993..48dfe01 100644
--- a/hbase-shell/pom.xml
+++ b/hbase-shell/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-shell</artifactId>
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index 36b7266..5e21f0b 100644
--- a/hbase-testing-util/pom.xml
+++ b/hbase-testing-util/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>hbase</artifactId>
         <groupId>org.apache.hbase</groupId>
-        <version>1.3.6-SNAPSHOT</version>
+        <version>1.3.6</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>hbase-testing-util</artifactId>
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index 93e89a6..ab78814 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>hbase</artifactId>
     <groupId>org.apache.hbase</groupId>
-    <version>1.3.6-SNAPSHOT</version>
+    <version>1.3.6</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>hbase-thrift</artifactId>
diff --git a/pom.xml b/pom.xml
index 313fc8b..74e8b8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>pom</packaging>
-  <version>1.3.6-SNAPSHOT</version>
+  <version>1.3.6</version>
   <name>Apache HBase</name>
   <description>
     Apache HBase™ is the Hadoop database. Use it when you need


[hbase] 02/02: Update CHANGES.txt for 1.3.6RC0

Posted by sa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sakthi pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 69cf8a7bd245dda0d942d40544000a9c3d3c533c
Author: Sakthi <sa...@apache.org>
AuthorDate: Fri Oct 4 17:37:07 2019 -0700

    Update CHANGES.txt for 1.3.6RC0
---
 CHANGES.txt | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 82 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 13e57db..6bd8df9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,87 @@
 HBase Change Log
 
+Release Notes - HBase - Version 1.3.6
+
+** Sub-task
+    * [HBASE-22132] - Backport HBASE-22115 "HBase RPC aspires to grow an infinite tree of trace scopes; some other places are also unsafe" intent to branch-1
+    * [HBASE-22554] - Upgrade to surefire 2.22.2
+    * [HBASE-22627] - Port HBASE-22617 (Recovered WAL directories not getting cleaned up) to branch-1
+    * [HBASE-22706] - Backport HBASE-21292 "IdLock.getLockEntry() may hang if interrupted" to branch-1
+    * [HBASE-22719] - Add debug support for github PR pre commit job
+    * [HBASE-22728] - Upgrade jackson dependencies in branch-1
+    * [HBASE-22891] - Use HBaseQA in HBase-PreCommit-GitHub-PR job
+    * [HBASE-22988] - Backport HBASE-11062 "hbtop" to branch-1
+    * [HBASE-23000] - Backport HBASE-18150 to branch-1.3 to fix consistently failing tests
+    * [HBASE-23101] - Backport HBASE-22380 to branch-1
+
+** Bug
+    * [HBASE-18813] - TestCanaryTool fails on branch-1 / branch-1.4
+    * [HBASE-22145] - windows hbase-env causes hbase cli/etc to ignore HBASE_OPTS
+    * [HBASE-22426] - Disable region split/merge switch doen't work when 'hbase.assignment.usezk' is set true
+    * [HBASE-22492] - HBase server doesn't preserve SASL sequence number on the network
+    * [HBASE-22520] - Avoid possible NPE in HalfStoreFileReader seekBefore()
+    * [HBASE-22538] - Prevent graceful_stop.sh from shutting down RS too early before finishing unloading regions
+    * [HBASE-22563] - Reduce retained jobs for Jenkins pipelines
+    * [HBASE-22571] - Javadoc Warnings related to @return tag
+    * [HBASE-22586] - Javadoc Warnings related to @param tag
+    * [HBASE-22601] - Misconfigured addition of peers leads to cluster shutdown.
+    * [HBASE-22603] - Javadoc Warnings related to @link tag
+    * [HBASE-22605] - Ref guide includes dev guidance only applicable to EOM versions
+    * [HBASE-22649] - Encode StoreFile path URLs in the UI to handle scenarios where CF contains special characters (like # etc.)
+    * [HBASE-22686] - ZkSplitLogWorkerCoordination doesn't allow a regionserver to pick up all of the split work it is capable of
+    * [HBASE-22720] - Incorrect link for hbase.unittests
+    * [HBASE-22730] - XML Parsing error on branch-1
+    * [HBASE-22774] - [WAL] RegionGroupingStrategy loses its function after split
+    * [HBASE-22801] - Maven build issue on Github PRs
+    * [HBASE-22835] - Scan/Get with setColumn and the store with ROWCOL bloom filter could throw AssertionError (backport of  HBASE-19863)
+    * [HBASE-22838] - assembly:single failure: user id or group id 'xxxxx' is too big
+    * [HBASE-22856] - HBASE-Find-Flaky-Tests fails with pip error
+    * [HBASE-22861] - [WAL] Merged region should get its WAL according to WALProvider.
+    * [HBASE-22866] - Multiple slf4j-log4j provider versions included in binary package (branch-1)
+    * [HBASE-22900] - No longer include multiple httpcore and httpclient versions in binary package
+    * [HBASE-22935] - TaskMonitor warns MonitoredRPCHandler task may be stuck when it recently started
+    * [HBASE-22937] - The RawBytesComparator in branch-1 have wrong comparison order
+    * [HBASE-22955] - Branches-1 precommit and nightly yetus jobs are using jdk8 for jdk7 jobs
+    * [HBASE-22981] - Remove unused flags for Yetus
+    * [HBASE-23015] - Replace Jackson with relocated gson everywhere but hbase-rest
+    * [HBASE-23019] - Handle --skip-errorprone on branch-1
+
+** Improvement
+    * [HBASE-21996] - Set locale for javadoc
+    * [HBASE-22344] - Document deprecated public APIs
+    * [HBASE-22363] - Remove hardcoded number of read cache block buckets
+    * [HBASE-22464] - Improvements to hbase-vote script
+    * [HBASE-22593] - Add local Jenv file to gitignore
+    * [HBASE-22604] - fix the link in the docs to "Understanding HBase and BigTable" by Jim R. Wilson
+    * [HBASE-22616] - responseTooXXX logging for Multi should characterize the component ops
+    * [HBASE-22669] - Add unit tests for org.apache.hadoop.hbase.util.Strings
+    * [HBASE-22689] - Line break for fix version in documentation
+    * [HBASE-22692] - Rubocop definition is not used in the /bin directory
+    * [HBASE-22724] - Add a emoji on the vote table for pre commit result on github
+    * [HBASE-22762] - Print the delta between phases in the split/merge/compact/flush transaction journals
+    * [HBASE-22785] - Reduce number of Checkstyle issues in client exceptions
+    * [HBASE-22786] - Fix Checkstyle issues in tests of hbase-client
+    * [HBASE-22804] - Provide an API to get list of successful regions and total expected regions in Canary
+    * [HBASE-22810] - Initialize an separate ThreadPoolExecutor for taking/restoring snapshot
+    * [HBASE-22828] - Log a region close journal
+    * [HBASE-22844] - Fix Checkstyle issues in client snapshot exceptions
+    * [HBASE-22872] - Don't create normalization plan unnecesarily when split and merge both are disabled
+    * [HBASE-22874] - Define a public interface for Canary and move existing implementation to LimitedPrivate
+    * [HBASE-22930] - Set unique name to longCompactions/shortCompactions threads
+
+** Test
+    * [HBASE-22615] - Make TestChoreService more robust to timing
+    * [HBASE-22725] - Remove all remaining javadoc warnings
+
+** Task
+    * [HBASE-19230] - Write up fixVersion policy from dev discussion in refguide
+    * [HBASE-22911] - fewer concurrent github PR builds
+    * [HBASE-22913] - Use Hadoop label for nightly builds
+    * [HBASE-23012] - Release 1.3.6
+    * [HBASE-23023] - upgrade shellcheck used to test in nightly and precommit
+
+
+
 Release Notes - HBase - Version 1.3.5 06/14/2019
 
 ** Sub-task