Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 967076646 -> 60158c5d2


updated CHANGES.txt for 1.3.0 RC0


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

Branch: refs/heads/branch-1.3
Commit: 60158c5d2876108573160fb424dff6b360bad747
Parents: 9670766
Author: Mikhail Antonov <anto...@apache.org>
Authored: Mon Nov 7 12:28:43 2016 -0800
Committer: Mikhail Antonov <anto...@apache.org>
Committed: Mon Nov 7 12:28:43 2016 -0800

----------------------------------------------------------------------
 CHANGES.txt | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/60158c5d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 95a3700..5eb6c73 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -88,7 +88,7 @@ Release Notes - HBase - Version 1.3.0 10/24/2016
     * [HBASE-16452] - Procedure v2 - Make ProcedureWALPrettyPrinter extend Tool
     * [HBASE-16485] - Procedure V2 - Add support to addChildProcedure() as 
last "step" in StateMachineProcedure
     * [HBASE-16522] - Procedure v2 - Cache system user and avoid IOException
-    * [HBASE-16570] - Compute region locality in parallel at startup
+    * [HBASE-16970] - Clarify misleading Scan.java comment about caching
 
 ** Bug
     * [HBASE-11625] - Reading datablock throws "Invalid HFile block magic" and 
can not switch to hdfs checksum
@@ -304,8 +304,10 @@ Release Notes - HBase - Version 1.3.0 10/24/2016
     * [HBASE-16721] - Concurrency issue in WAL unflushed seqId tracking
     * [HBASE-16723] - RMI registry is not destroyed after stopping JMX 
Connector Server
     * [HBASE-16732] - Avoid possible NPE in MetaTableLocator
+    * [HBASE-16743] - TestSimpleRpcScheduler#testCoDelScheduling is broke
     * [HBASE-16752] - Upgrading from 1.2 to 1.3 can lead to replication 
failures due to difference in RPC size limit
     * [HBASE-16754] - Regions failing compaction due to referencing 
non-existent store file
+    * [HBASE-16765] - New SteppingRegionSplitPolicy, avoid too aggressive 
spread of regions for small tables.
     * [HBASE-16788] - Race in compacted file deletion between HStore close() 
and closeAndArchiveCompactedFiles()
     * [HBASE-16807] - RegionServer will fail to report new active Hmaster 
until HMaster/RegionServer failover
     * [HBASE-16810] - HBase Balancer throws ArrayIndexOutOfBoundsException 
when regionservers are in /hbase/draining znode and unloaded
@@ -313,6 +315,11 @@ Release Notes - HBase - Version 1.3.0 10/24/2016
     * [HBASE-16830] - RSRpcServices#openRegion() should handle the case where 
table descriptor is null
     * [HBASE-16853] - Regions are assigned to Region Servers in 
/hbase/draining after HBase Master failover
     * [HBASE-16889] - Proc-V2: verifyTables in the 
IntegrationTestDDLMasterFailover test after each table DDL is incorrect
+    * [HBASE-16931] - Setting cell's seqId to zero in compaction flow might 
cause RS down.
+    * [HBASE-16960] - RegionServer hang when aborting
+    * [HBASE-16964] - Successfully archived files are not cleared from 
compacted store file list if archiving of any file fails
+    * [HBASE-16980] - TestRowProcessorEndpoint failing consistently
+    * [HBASE-17032] - CallQueueTooBigException and CallDroppedException should 
not be triggering PFFE
 
 ** Improvement
     * [HBASE-7972] - Add a configuration for the TCP backlog in the Thrift 
server
@@ -405,6 +412,8 @@ Release Notes - HBase - Version 1.3.0 10/24/2016
     * [HBASE-16657] - Expose per-region last major compaction timestamp in 
RegionServer UI
     * [HBASE-16661] - Add last major compaction age to per-region metrics
     * [HBASE-16667] - Building with JDK 8: ignoring option MaxPermSize=256m
+    * [HBASE-17006] - Add names to threads for better debugability of thread 
dumps
+    * [HBASE-17004] - Refactor IntegrationTestManyRegions to use @ClassRule 
for timing out
 
 ** New Feature
     * [HBASE-10358] - Shell changes for setting consistency per request

Reply via email to