Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C71EC200BA6 for ; Mon, 3 Oct 2016 20:46:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C5ED5160ADC; Mon, 3 Oct 2016 18:46:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 16BC5160AE5 for ; Mon, 3 Oct 2016 20:46:31 +0200 (CEST) Received: (qmail 17128 invoked by uid 500); 3 Oct 2016 18:46:31 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 16975 invoked by uid 99); 3 Oct 2016 18:46:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2016 18:46:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DABBFDFFD8; Mon, 3 Oct 2016 18:46:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Mon, 03 Oct 2016 18:46:32 -0000 Message-Id: <03529fe4f87f4f8f86c925c81e0ce77c@git.apache.org> In-Reply-To: <9cc8b1a720744864858a315b17670248@git.apache.org> References: <9cc8b1a720744864858a315b17670248@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] hbase git commit: HBASE-16748 udpate CHANGES.txt for 1.2.4 RC0 archived-at: Mon, 03 Oct 2016 18:46:32 -0000 HBASE-16748 udpate CHANGES.txt for 1.2.4 RC0 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/832050b9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/832050b9 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/832050b9 Branch: refs/heads/branch-1.2 Commit: 832050b911483f69fe3f18f6100b63b704bd8dcf Parents: 2c568d5 Author: Sean Busbey Authored: Mon Oct 3 11:40:48 2016 -0500 Committer: Sean Busbey Committed: Mon Oct 3 13:42:59 2016 -0500 ---------------------------------------------------------------------- CHANGES.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/832050b9/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index bd870da..9c1dd9d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,44 @@ HBase Change Log +Release Notes - HBase - Version 1.2.4 10/10/2016 + +** Sub-task + * [HBASE-14734] - BindException when setting up MiniKdc + * [HBASE-15984] - Given failure to parse a given WAL that was closed cleanly, replay the WAL. + * [HBASE-16101] - Procedure v2 - Perf Tool for WAL + * [HBASE-16522] - Procedure v2 - Cache system user and avoid IOException + +** Bug + * [HBASE-16165] - Decrease RpcServer.callQueueSize before writeResponse causes OOM + * [HBASE-16294] - hbck reporting "No HDFS region dir found" for replicas + * [HBASE-16373] - precommit needs a dockerfile with hbase prereqs + * [HBASE-16375] - Mapreduce mini cluster using HBaseTestingUtility not setting correct resourcemanager and jobhistory webapp address of MapReduceTestingShim + * [HBASE-16460] - Can't rebuild the BucketAllocator's data structures when BucketCache uses FileIOEngine + * [HBASE-16527] - IOExceptions from DFS client still can cause CatalogJanitor to delete referenced files + * [HBASE-16528] - Procedure-V2: ServerCrashProcedure misses owner information + * [HBASE-16535] - Use regex to exclude generated classes for findbugs + * [HBASE-16538] - Version mismatch in HBaseConfiguration.checkDefaultsVersion + * [HBASE-16552] - MiniHBaseCluster#getServerWith() does not ignore stopped RSs + * [HBASE-16589] - Adjust log level for FATAL messages from HBaseReplicationEndpoint that are not fatal + * [HBASE-16604] - Scanner retries on IOException can cause the scans to miss data + * [HBASE-16613] - Return the unused ByteBuffer to BoundedByteBufferPool when no cell is retrieved from the CellScanner + * [HBASE-16649] - Truncate table with splits preserved can cause both data loss and truncated data appeared again + * [HBASE-16662] - Fix open POODLE vulnerabilities + * [HBASE-16678] - MapReduce jobs do not update counters from ScanMetrics + * [HBASE-16721] - Concurrency issue in WAL unflushed seqId tracking + * [HBASE-16732] - Avoid possible NPE in MetaTableLocator + +** Improvement + * [HBASE-15315] - Remove always set super user call as high priority + * [HBASE-16562] - ITBLL should fail to start if misconfigured + * [HBASE-16667] - Building with JDK 8: ignoring option MaxPermSize=256m + +** Task + * [HBASE-16340] - ensure no Xerces jars included + * [HBASE-16518] - Remove old .arcconfig file + * [HBASE-16748] - Release 1.2.4 + Release Notes - HBase - Version 1.2.3 09/12/2016 ** Task