Repository: hbase Updated Branches: refs/heads/branch-1.2 d4388ba01 -> 25b281972
HBASE-14025 update CHANGES.txt for 1.2 RC4 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/25b28197 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/25b28197 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/25b28197 Branch: refs/heads/branch-1.2 Commit: 25b281972df2f5b15c426c8963cbf77dd853a5ad Parents: d4388ba Author: Sean Busbey <[email protected]> Authored: Thu Feb 18 22:09:39 2016 -0600 Committer: Sean Busbey <[email protected]> Committed: Thu Feb 18 22:09:39 2016 -0600 ---------------------------------------------------------------------- CHANGES.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/25b28197/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ce6a09d..7ccf127 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ HBase Change Log -Release Notes - HBase - Version 1.2.0 02/17/2016 +Release Notes - HBase - Version 1.2.0 02/22/2016 ** Sub-task * [HBASE-12748] - RegionCoprocessorHost.execOperation creates too many iterator objects @@ -112,6 +112,8 @@ Release Notes - HBase - Version 1.2.0 02/17/2016 * [HBASE-15210] - Undo aggressive load balancer logging at tens of lines per millisecond * [HBASE-15224] - Undo "hbase.increment.fast.but.narrow.consistency" option; it is not necessary since HBASE-15213 * [HBASE-15238] - HFileReaderV2 prefetch overreaches; runs off the end of the data + * [HBASE-15263] - TestIPv6NIOServerSocketChannel.testServerSocketFromLocalhostResolution can hang indefinetly + * [HBASE-15270] - Use appropriate encoding for "filter" field in TaskMonitorTmpl.jamon ** Bug * [HBASE-5878] - Use getVisibleLength public api from HdfsDataInputStream from Hadoop-2. @@ -336,6 +338,7 @@ Release Notes - HBase - Version 1.2.0 02/17/2016 * [HBASE-14437] - ArithmeticException in ReplicationInterClusterEndpoint * [HBASE-14445] - ExportSnapshot does not honor -chmod option * [HBASE-14449] - Rewrite deadlock prevention for concurrent connection close + * [HBASE-14460] - [Perf Regression] Merge of MVCC and SequenceId (HBASE-8763) slowed Increments, CheckAndPuts, batch operations * [HBASE-14463] - Severe performance downgrade when parallel reading a single key from BucketCache * [HBASE-14469] - Fix some comment, validation and logging around memstore lower limit configuration * [HBASE-14471] - Thrift - HTTP Error 413 full HEAD if using kerberos authentication @@ -469,6 +472,7 @@ Release Notes - HBase - Version 1.2.0 02/17/2016 * [HBASE-15100] - Master WALProcs still never clean up * [HBASE-15102] - HeapMemoryTuner can "overtune" memstore size and suddenly drop it into blocking zone * [HBASE-15104] - Occasional failures due to NotServingRegionException in IT tests + * [HBASE-15122] - Servlets generate XSS_REQUEST_PARAMETER_TO_SERVLET_WRITER findbugs warnings * [HBASE-15133] - Data loss after compaction when a row has more than Integer.MAX_VALUE columns * [HBASE-15139] - Connection manager doesn't pass client metrics to RpcClient * [HBASE-15145] - HBCK and Replication should authenticate to zookepeer using server principal @@ -486,6 +490,9 @@ Release Notes - HBase - Version 1.2.0 02/17/2016 * [HBASE-15218] - On RS crash and replay of WAL, loosing all Tags in Cells * [HBASE-15221] - HTableMultiplexer improvements (stale region locations and resource leaks) * [HBASE-15252] - Data loss when replaying wal if HDFS timeout + * [HBASE-15279] - OrderedBytes.isEncodedValue does not check for int8 and int16 types + * [HBASE-15283] - Revert to IOException in TimeRange constructor to maintain API compat in 1.x line + * [HBASE-15285] - Forward-port respect for isReturnResult from HBASE-15095 ** Improvement * [HBASE-6617] - ReplicationSourceManager should be able to track multiple WAL paths @@ -590,6 +597,7 @@ Release Notes - HBase - Version 1.2.0 02/17/2016 * [HBASE-15076] - Add getScanner(Scan scan, List<KeyValueScanner> additionalScanners) API into Region interface * [HBASE-15111] - "hbase version" should write to stdout * [HBASE-15129] - Set default value for hbase.fs.tmp.dir rather than fully depend on hbase-default.xml + * [HBASE-15211] - Don't run the CatalogJanitor if there are regions in transition * [HBASE-15229] - Canary Tools should not call System.Exit on error ** New Feature
