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/08/26 07:11:58 UTC

hbase git commit: Update CHANGES.txt for 0.98.14RC1 again

Repository: hbase
Updated Branches:
  refs/heads/0.98 4aa14b6c9 -> 4e4aabb93


Update CHANGES.txt for 0.98.14RC1 again


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

Branch: refs/heads/0.98
Commit: 4e4aabb93b52f1b0fef6b66edd06ec8923014dec
Parents: 4aa14b6
Author: Andrew Purtell <ap...@apache.org>
Authored: Tue Aug 25 22:11:15 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Tue Aug 25 22:11:15 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/4e4aabb9/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index d752a12..178b1de 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -67,14 +67,12 @@ Release 0.98.14 - 8/29/2015
     * [HBASE-14246] - branch 0.98 and earlier has incorrect LICENSE/NOTICE for several dependencies
     * [HBASE-14250] - branch-1.1 hbase-server test-jar has incorrect LICENSE
     * [HBASE-14251] - javadoc jars use LICENSE/NOTICE from primary artifact
-    * [HBASE-14291] - NPE On StochasticLoadBalancer Balance Involving RS With No Regions
     * [HBASE-14297] - Fix a long standing nit with 0.98 source assemblies
     * [HBASE-14303] - LICENSE and NOTICE files missing in root dir of Hadoop 1 binary convenience artifact
 
 ** Improvement
     * [HBASE-8642] - [Snapshot] List and delete snapshot by table
     * [HBASE-12596] - bulkload needs to follow locality
-    * [HBASE-13376] - Improvements to Stochastic load balancer
     * [HBASE-13755] - Provide single super user check implementation
     * [HBASE-13925] - Use zookeeper multi to clear znodes in ZKProcedureUtil
     * [HBASE-13961] - SnapshotManager#initialize should set snapshotLayoutVersion if it allows to create snapshot with old layout format
@@ -84,6 +82,7 @@ Release 0.98.14 - 8/29/2015
     * [HBASE-14097] - Log link to client scan troubleshooting section when scanner exceptions happen.
     * [HBASE-14122] - Client API for determining if server side supports cell level security
     * [HBASE-14260] - don't build javadocs for hbase-protocol module
+    * [HBASE-14275] - Backport to 0.98 HBASE-10785 Metas own location should be cached
 
 ** New Feature
     * [HBASE-13356] - HBase should provide an InputFormat supporting multiple scans in mapreduce jobs over snapshots