You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2017/06/11 01:06:57 UTC

hbase git commit: update changes for 1.1.11

Repository: hbase
Updated Branches:
  refs/heads/branch-1.1 0dab4ad2a -> bc73820af


update changes for 1.1.11


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

Branch: refs/heads/branch-1.1
Commit: bc73820af4c8e8e056f7e6e4f42af7ce3c6905c6
Parents: 0dab4ad
Author: Nick Dimiduk <nd...@apache.org>
Authored: Sat Jun 10 18:06:44 2017 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Sat Jun 10 18:06:44 2017 -0700

----------------------------------------------------------------------
 CHANGES.txt | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/bc73820a/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 2a9ed1c..74cf477 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,67 @@
 HBase Change Log
 
 
+
+Release Notes - HBase - Version 1.1.11 06/10/2017
+
+
+
+
+
+
+
+
+** Bug
+    * [HBASE-16011] - TableSnapshotScanner and TableSnapshotInputFormat can produce duplicate rows
+    * [HBASE-17352] - Fix hbase-assembly build with bash 4
+    * [HBASE-17534] - SecureBulkLoadClient squashes DoNotRetryIOExceptions from the server
+    * [HBASE-17862] - Condition that always returns true
+    * [HBASE-17937] - Memstore size becomes negative in case of expensive postPut/Delete Coprocessor call
+    * [HBASE-17985] - Inline package manage updates with package installation in Yetus Dockerfile
+    * [HBASE-18026] - ProtobufUtil seems to do extra array copying
+    * [HBASE-18066] - Get with closest_row_before on "hbase:meta" can return empty Cell during region merge/split
+    * [HBASE-18077] - Update JUnit license to EPL from CPL
+    * [HBASE-18081] - The way we process connection preamble in SimpleRpcServer is broken
+    * [HBASE-18093] - Overloading the meaning of 'enabled' in Quota Manager to indicate either quota disabled or quota manager not ready is not good
+    * [HBASE-18122] - Scanner id should include ServerName of region server
+    * [HBASE-18159] - Use OpenJDK7 instead of Oracle JDK7 in pre commit docker file
+    * [HBASE-18168] - NoSuchElementException when rolling the log
+
+
+
+
+
+** Improvement
+    * [HBASE-17514] - Warn when Thrift Server 1 is configured for proxy users but not the HTTP transport
+    * [HBASE-17817] - Make Regionservers log which tables it removed coprocessors from when aborting
+    * [HBASE-17944] - Removed unused JDK version parsing from ClassSize.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+** Task
+    * [HBASE-17968] - Update copyright year in NOTICE file
+
+
+
+
+
+
 Release Notes - HBase - Version 1.1.10 04/18/2017
 
 ** Sub-task