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 2014/12/16 07:21:56 UTC

hbase git commit: Update CHANGES.txt for 0.98.9RC1

Repository: hbase
Updated Branches:
  refs/heads/0.98 d6d22113c -> 049b640cc
Updated Tags:  refs/tags/0.98.9RC1 [created] 0e2d692e3


Update CHANGES.txt for 0.98.9RC1


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

Branch: refs/heads/0.98
Commit: 049b640cc9ff09638bea535f4aa332caea9ef1dc
Parents: d6d2211
Author: Andrew Purtell <ap...@apache.org>
Authored: Mon Dec 15 22:21:37 2014 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Mon Dec 15 22:21:37 2014 -0800

----------------------------------------------------------------------
 CHANGES.txt | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/049b640c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index bb82215..0b5e29e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,6 @@
 HBase Change Log
 
-Release 0.98.9 - 12/17/2014
+Release 0.98.9 - 12/22/2014
 
 ** Sub-task
     * [HBASE-12517] - Several HConstant members are assignable
@@ -16,6 +16,7 @@ Release 0.98.9 - 12/17/2014
     * [HBASE-12277] - Refactor bulkLoad methods in AccessController to its own interface
     * [HBASE-12337] - Import tool fails with NullPointerException if clusterIds is not initialized
     * [HBASE-12346] - Scan's default auths behavior under Visibility labels
+    * [HBASE-12348] - preModifyColumn and preDeleteColumn in AC denies user to perform its operation though it has required rights
     * [HBASE-12398] - Region isn't assigned in an extreme race condition
     * [HBASE-12431] - Use of getColumnLatestCell(byte[], int, int, byte[], int, int) is Not Thread Safe
     * [HBASE-12449] - Use the max timestamp of current or old cell's timestamp in HRegion.append()
@@ -42,14 +43,23 @@ Release 0.98.9 - 12/17/2014
     * [HBASE-12639] - Backport HBASE-12565 Race condition in HRegion.batchMutate() causes partial data to be written when region closes
     * [HBASE-12642] - LoadIncrementalHFiles does not throw exception after hitting hbase.bulkload.retries.number setting
     * [HBASE-12647] - Truncate table should work with C as well
+    * [HBASE-12666] - TestAssignmentManager hanging; add timeouts
+    * [HBASE-12683] - Compilation with hadoop-2.7.0-SNAPSHOT is broken
+    * [HBASE-12686] - Failures in split before PONR not clearing the daughter regions from regions in transition during rollback
+    * [HBASE-12692] - NPE from SnapshotManager#stop
+    * [HBASE-12696] - Possible NPE in HRegionFileSystem#splitStoreFile when skipStoreFileRangeCheck in splitPolicy return true
 
 ** Improvement
     * [HBASE-8572] - Enhance delete_snapshot.rb to call snapshot deletion API with regex
+    * [HBASE-12373] - Provide a command to list visibility labels
     * [HBASE-12411] - Optionally enable p-reads and private readers for compactions
     * [HBASE-12529] - Use ThreadLocalRandom for RandomQueueBalancer
     * [HBASE-12582] - Backport HBASE-10881 'Support reverse scan in thrift2' to 0.98
     * [HBASE-12583] - Allow creating reference files even the split row not lies in the storefile range if required
     * [HBASE-12619] - Backport HBASE-11639 (Replicate the visibility of Cells as strings) to 0.98
+    * [HBASE-12659] - Replace the method calls to grant and revoke in shell scripts with AccessControlClient 
+    * [HBASE-12676] - Fix the misleading ASCII art in IntegrationTestBigLinkedList
+    * [HBASE-12678] - HBCK should print command line arguments
 
 ** New Feature
     * [HBASE-10560] - Per cell TTLs
@@ -58,6 +68,7 @@ Release 0.98.9 - 12/17/2014
 ** Task
     * [HBASE-11992] - Backport HBASE-11367 (Pluggable replication endpoint) to 0.98
     * [HBASE-12383] - Move 0.98 build to surefire 2.18
+    * [HBASE-12493] - User class should provide a way to re-use existing token
     * [HBASE-12624] - Remove rename_snapshot.rb from code as there is no equivalent renameSnapshot api in Admin class
     * [HBASE-12631] - Backport HBASE-12576 (Add metrics for rolling the HLog if there are too few DN's in the write pipeline) to 0.98
 
@@ -65,6 +76,7 @@ Release 0.98.9 - 12/17/2014
     * [HBASE-12163] - Move test annotation classes to the same package as in master
     * [HBASE-12472] - Improve debuggability of IntegrationTestBulkLoad
     * [HBASE-12549] - Fix TestAssignmentManagerOnCluster#testAssignRacingWithSSH() flaky test
+    * [HBASE-12685] - TestSplitLogManager#testLogFilesAreArchived sometimes times out due to race condition 
 
 
 Release 0.98.8 - 11/18/2014