Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2403810204 for ; Fri, 21 Feb 2014 22:21:58 +0000 (UTC) Received: (qmail 73660 invoked by uid 500); 21 Feb 2014 22:21:19 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 73575 invoked by uid 500); 21 Feb 2014 22:21:17 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 73370 invoked by uid 99); 21 Feb 2014 22:21:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Feb 2014 22:21:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4C77582F4FB; Fri, 21 Feb 2014 22:21:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Fri, 21 Feb 2014 22:21:19 -0000 Message-Id: <4c5d655a149c409c942a4787725cdaa5@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/12] git commit: ACCUMULO-2170 Update CHANGES with changes since 1.5.1-RC2 ACCUMULO-2170 Update CHANGES with changes since 1.5.1-RC2 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a38b004f Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a38b004f Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a38b004f Branch: refs/heads/1.5.1-SNAPSHOT Commit: a38b004f6d6bd7575863b58e926a8e4422bfbe22 Parents: ab5118b Author: Josh Elser Authored: Fri Feb 21 14:13:08 2014 -0800 Committer: Josh Elser Committed: Fri Feb 21 14:13:08 2014 -0800 ---------------------------------------------------------------------- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/a38b004f/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index fb13aca..5232a02 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,9 @@ Release Notes - Accumulo - Version 1.5.1 * [ACCUMULO-1857] - Update README * [ACCUMULO-1988] - Example map reduce not running in functional test * [ACCUMULO-2011] - LaTeX broken by ACCUMULO-1956 + * [ACCUMULO-2378] - Fix use of LOGNAME in functional tests under MR + * [ACCUMULO-2379] - Document config needed for running functional tests under MR + * [ACCUMULO-2380] - Update functional test MR job to indicate failed tests ** Bug * [ACCUMULO-1143] - unload of METADATA default_tablet with merging minor compactions can lockup @@ -161,11 +164,16 @@ Release Notes - Accumulo - Version 1.5.1 * [ACCUMULO-2275] - Auto tests use wrong options * [ACCUMULO-2276] - ZooCacheTest uses wrong package names for classes * [ACCUMULO-2293] - AccumuloSecurityException might be thrown instead of TableNotFoundException on flush or clone + * [ACCUMULO-2324] - DistributedWorkQueue#waitUntilDone() shouldn't synchronize on String object * [ACCUMULO-2329] - "egrep: /home/user/accumulo-1.5.1/conf/gc: No such file or directory" * [ACCUMULO-2331] - TableConfiguration should override invalidateCache * [ACCUMULO-2332] - SimpleGarbageCollector doesn't process address correctly * [ACCUMULO-2334] - Lacking fallback when ACCUMULO_LOG_HOST isn't set * [ACCUMULO-2344] - stack trace in shell when using grep + * [ACCUMULO-2361] - droptable created infinite METADATA scan loop + * [ACCUMULO-2369] - AccumuloReloadingVFSClassLoaderTest failure + * [ACCUMULO-2385] - classload problem running functional tests + * [ACCUMULO-2387] - bootstrap_hdfs.sh doesn't read list of slaves and accumulo-site.xml from ACCUMULO_CONF_DIR ** New Feature * [ACCUMULO-1488] - support BigDecimal encoding for basic built-in combiners