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/09/03 06:19:02 UTC

[2/2] git commit: Update CHANGES.txt for 0.98.6RC1 again

Update CHANGES.txt for 0.98.6RC1 again


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

Branch: refs/heads/0.98
Commit: b53c0b1b1601594158ad5f534aedfc5ba0123d10
Parents: 39771b8
Author: Andrew Purtell <ap...@apache.org>
Authored: Tue Sep 2 21:18:36 2014 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Tue Sep 2 21:18:36 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/b53c0b1b/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 9852ded..5bd2672 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -46,6 +46,7 @@ Release 0.98.6 - 9/09/2014
     * [HBASE-11856] - hbase-common needs a log4j.properties resource for handling unit test logging output
     * [HBASE-11857] - Restore ReaderBase.initAfterCompression() and WALCellCodec.create(Configuration, CompressionContext)
     * [HBASE-11863] - WAL files are not archived and stays in the WAL directory after splitting 
+    * [HBASE-11868] - Data loss in hlog when the hdfs is unavailable
     * [HBASE-11876] - RegionScanner.nextRaw(...) should not update metrics
     * [HBASE-11878] - TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController not yet initialized