You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2013/11/17 22:48:22 UTC

svn commit: r1542837 - in /hbase/branches/0.94: CHANGES.txt pom.xml

Author: larsh
Date: Sun Nov 17 21:48:21 2013
New Revision: 1542837

URL: http://svn.apache.org/r1542837
Log:
CHANGES.txt and pom.xml in preparation for 0.94.14RC0

Modified:
    hbase/branches/0.94/CHANGES.txt
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/CHANGES.txt?rev=1542837&r1=1542836&r2=1542837&view=diff
==============================================================================
--- hbase/branches/0.94/CHANGES.txt (original)
+++ hbase/branches/0.94/CHANGES.txt Sun Nov 17 21:48:21 2013
@@ -1,5 +1,48 @@
 HBase Change Log
 
+Release 0.94.14 - 11/17/2013
+Sub-task
+
+    [HBASE-9165] - Improvements to addDependencyJars
+
+Bug
+
+    [HBASE-9138] - getHaseIntegrationTestingUtility() is misspelled
+    [HBASE-9799] - Change Hadoop 1.2 dependency to 1.2.1
+    [HBASE-9809] - RegionTooBusyException should provide region name which was too busy
+    [HBASE-9834] - Minimize byte[] copies for 'smart' clients
+    [HBASE-9849] - [REST] Forbidden schema delete in read only mode
+    [HBASE-9850] - Issues with UI for table compact/split operation completion. After split/compaction operation using UI, the page is not automatically redirecting back using IE8/Firefox.
+    [HBASE-9865] - Reused WALEdits in replication may cause RegionServers to go OOM
+    [HBASE-9872] - ModifyTable does not modify the attributes of a newly modified/changed ColumnDescriptor
+    [HBASE-9890] - MR jobs are not working if started by a delegated user
+    [HBASE-9902] - Region Server is starting normally even if clock skew is more than default 30 seconds(or any configured). -> Regionserver node time is greater than master node time
+    [HBASE-9906] - Restore snapshot fails to restore the meta edits sporadically
+    [HBASE-9915] - Performance: isSeeked() in EncodedScannerV2 always returns false
+    [HBASE-9952] - Snapshot restore may fail due to NullPointerException
+    [HBASE-9956] - Remove keyLength cache from KeyValue
+    [HBASE-9970] - HBase BulkLoad, table is creating with the timestamp key also as a column to the table.
+    [HBASE-9971] - Port part of HBASE-9958 to 0.94 - change lock scope in locateRegion
+    [HBASE-9975] - Not starting ReplicationSink when using custom implementation for the ReplicationSink.
+
+Improvement
+
+    [HBASE-4654] - [replication] Add a check to make sure we don't replicate to ourselves
+    [HBASE-8438] - Extend bin/hbase to print a "mapreduce classpath"
+    [HBASE-9715] - Backport -in_memory option support for LoadTestTool from trunk
+    [HBASE-9894] - remove the inappropriate assert statement in Store.getSplitPoint()
+    [HBASE-9963] - Remove the ReentrantReadWriteLock in the MemStore
+
+Test
+
+    [HBASE-8397] - improve unit-test coverage of package org.apache.hadoop.hbase.master.metrics (0.94)
+    [HBASE-8543] - fix coverage org.apache.hadoop.hbase.rest.client
+    [HBASE-8552] - fix coverage org.apache.hadoop.hbase.rest.filter
+    [HBASE-8556] - fix coverage org.apache.hadoop.hbase.metrics.histogram
+    [HBASE-8557] - fix coverage org.apache.hadoop.hbase.rest.metrics
+    [HBASE-8559] - increase unit-test coverage of package org.apache.hadoop.hbase.coprocessor
+
+
 Release 0.94.13 - 10/29/2013
 Sub-task
 

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1542837&r1=1542836&r2=1542837&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Sun Nov 17 21:48:21 2013
@@ -36,7 +36,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.94.14-SNAPSHOT</version>
+  <version>0.94.14</version>
   <name>HBase</name>
   <description>
     HBase is the &amp;lt;a href="http://hadoop.apache.org"&amp;rt;Hadoop&lt;/a&amp;rt; database. Use it when you need