You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2015/04/02 02:16:05 UTC

[1/2] hbase git commit: Update CHANGES.txt for 0.98.12RC2

Repository: hbase
Updated Branches:
  refs/heads/0.98 5c3e567ff -> f952b4914


Update CHANGES.txt for 0.98.12RC2


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

Branch: refs/heads/0.98
Commit: c4ed0b6584ff55f6bafe7de91b4db5b26e6eeb5d
Parents: 5c3e567
Author: Andrew Purtell <ap...@apache.org>
Authored: Wed Apr 1 16:51:34 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Wed Apr 1 16:52:13 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c4ed0b65/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 0588b40..46c2f30 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,14 +1,18 @@
 HBase Change Log
 
-Release 0.98.12 - 3/25/2015
+Release 0.98.12 - 4/03/2015
 
 ** Sub-task
+    * [HBASE-13006] - Document visibility label support for groups
     * [HBASE-13207] - Backport to 0.98 "[PERF] Reuse the IPC buffers..."
     * [HBASE-13276] - Fix incorrect condition for minimum block locality in 0.98
     * [HBASE-13283] - Document the steps for rolling back the security on hbase.
     * [HBASE-13292] - Undo parent from 0.98 and 1.0: setting hbase.client.scanner.max.result.size is considered harmful
+    * [HBASE-13303] - Fix size calculation of results on the region server
+    * [HBASE-13335] - Update ClientSmallScanner and ClientSmallReversedScanner
 
 ** Bug
+    * [HBASE-10728] - get_counter value is never used.
     * [HBASE-12908] - Typos in MemStoreFlusher javadocs
     * [HBASE-12931] - The existing KeyValues in memstore are not removed completely after inserting cell into memStore 
     * [HBASE-12969] - Parameter Validation is not there for shell script, local-master-backup.sh and local-regionservers.sh
@@ -21,8 +25,18 @@ Release 0.98.12 - 3/25/2015
     * [HBASE-13229] - Specify bash for local-regionservers.sh and local-master-backup.sh
     * [HBASE-13239] - HBase grant at specific column level does not work for Groups 
     * [HBASE-13253] - LoadIncrementalHFiles unify hfiles discovery
+    * [HBASE-13262] - ResultScanner doesn't return all rows in Scan
     * [HBASE-13269] - Limit result array preallocation to avoid OOME with large scan caching values
+    * [HBASE-13273] - Make Result.EMPTY_RESULT read-only; currently it can be modified
+    * [HBASE-13282] - Fix the minor issues of running Canary on kerberized environment
     * [HBASE-13285] - Fix flaky getRegions() in TestAccessController.setUp()
+    * [HBASE-13294] - Fix the critical ancient loopholes in security testing infrastructure.
+    * [HBASE-13296] - Fix the deletion of acl notify nodes for namespace.
+    * [HBASE-13305] - Get(Get get) is not copying the row key
+    * [HBASE-13309] - Some tests do not reset EnvironmentEdgeManager
+    * [HBASE-13317] - Region server reportForDuty stuck looping if there is a master change
+    * [HBASE-13326] - Disabled table can't be enabled after HBase is restarted
+    * [HBASE-13331] - Exceptions from DFS client can cause CatalogJanitor to delete referenced files
 
 ** Improvement
     * [HBASE-13100] - Shell command to retrieve table splits
@@ -33,6 +47,9 @@ Release 0.98.12 - 3/25/2015
     * [HBASE-13183] - Make ZK tickTime configurable in standalone HBase
     * [HBASE-13223] - Add testMoveMeta to IntegrationTestMTTR
     * [HBASE-13236] - Clean up m2e-related warnings/errors from poms
+    * [HBASE-13241] - Add tests for group level grants
+    * [HBASE-13342] - Fix incorrect interface annotations
+    * [HBASE-13345] - Fix LocalHBaseCluster so that different region server impl can be used for different slaves
 
 
 Release 0.98.11 - 3/9/2015


[2/2] hbase git commit: Sync branch documentation with master

Posted by ap...@apache.org.
Sync branch documentation with master


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

Branch: refs/heads/0.98
Commit: f952b4914b87425bf5d7a8a6c3d7520a2c1f225f
Parents: c4ed0b6
Author: Andrew Purtell <ap...@apache.org>
Authored: Wed Apr 1 17:04:06 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Wed Apr 1 17:04:06 2015 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/hbase-default.adoc | 6 +++---
 src/main/asciidoc/_chapters/rpc.adoc           | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f952b491/src/main/asciidoc/_chapters/hbase-default.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/hbase-default.adoc b/src/main/asciidoc/_chapters/hbase-default.adoc
index 23b96d5..bf56dd3 100644
--- a/src/main/asciidoc/_chapters/hbase-default.adoc
+++ b/src/main/asciidoc/_chapters/hbase-default.adoc
@@ -1284,11 +1284,11 @@ Whether or not the bucketcache is used in league with the LRU
 *`hbase.bucketcache.size`*::
 +
 .Description
-The size of the buckets for the bucketcache if you only use a single size. 
-      Defaults to the default blocksize, which is 64 * 1024.
+Used along with bucket cache, this is a float that EITHER represents a percentage of total heap
+   memory size to give to the cache (if < 1.0) OR, it is the capacity in megabytes of the cache.
 +
 .Default
-`65536`
+`0` when specified as a float
 
   
 [[hbase.bucketcache.sizes]]

http://git-wip-us.apache.org/repos/asf/hbase/blob/f952b491/src/main/asciidoc/_chapters/rpc.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/rpc.adoc b/src/main/asciidoc/_chapters/rpc.adoc
index 5d8b230..43e7156 100644
--- a/src/main/asciidoc/_chapters/rpc.adoc
+++ b/src/main/asciidoc/_chapters/rpc.adoc
@@ -28,7 +28,7 @@
 :icons: font
 :experimental:
 
-In 0.95, all client/server communication is done with link:https://code.google.com/p/protobuf/[protobuf'ed] Messages rather than with link:http://hadoop.apache.org/docs/current/api/org/apache/hadoop/io/Writable.html[Hadoop
+In 0.95, all client/server communication is done with link:https://developers.google.com/protocol-buffers/[protobuf'ed] Messages rather than with link:http://hadoop.apache.org/docs/current/api/org/apache/hadoop/io/Writable.html[Hadoop
             Writables].
 Our RPC wire format therefore changes.
 This document describes the client/server request/response protocol and our new RPC wire-format.