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 B0BBF200B3E for ; Wed, 7 Sep 2016 18:17:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AF2BD160AC1; Wed, 7 Sep 2016 16:17:43 +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 024FB160ABF for ; Wed, 7 Sep 2016 18:17:42 +0200 (CEST) Received: (qmail 15510 invoked by uid 500); 7 Sep 2016 16:17:42 -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 15496 invoked by uid 99); 7 Sep 2016 16:17:42 -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; Wed, 07 Sep 2016 16:17:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F329BDFBBB; Wed, 7 Sep 2016 16:17:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mjwall@apache.org To: commits@accumulo.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: accumulo git commit: Jekyll build from gh-pages:9d65adc Date: Wed, 7 Sep 2016 16:17:41 +0000 (UTC) archived-at: Wed, 07 Sep 2016 16:17:43 -0000 Repository: accumulo Updated Branches: refs/heads/asf-site d430a40ad -> ecc5d3de5 Jekyll build from gh-pages:9d65adc Tweaks to release notes Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ecc5d3de Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ecc5d3de Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ecc5d3de Branch: refs/heads/asf-site Commit: ecc5d3de5e1d035e64aa44b4ecc6a3c6418c3532 Parents: d430a40 Author: Michael Wall Authored: Wed Sep 7 12:15:30 2016 -0400 Committer: Michael Wall Committed: Wed Sep 7 12:15:30 2016 -0400 ---------------------------------------------------------------------- feed.xml | 4 ++-- release_notes/1.8.0.html | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/ecc5d3de/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index d8e0eaa..bbbd4b5 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ https://accumulo.apache.org/ - Wed, 07 Sep 2016 11:11:31 -0400 - Wed, 07 Sep 2016 11:11:31 -0400 + Wed, 07 Sep 2016 12:15:08 -0400 + Wed, 07 Sep 2016 12:15:08 -0400 Jekyll v3.2.1 http://git-wip-us.apache.org/repos/asf/accumulo/blob/ecc5d3de/release_notes/1.8.0.html ---------------------------------------------------------------------- diff --git a/release_notes/1.8.0.html b/release_notes/1.8.0.html index 6360cce..7fb8a15 100644 --- a/release_notes/1.8.0.html +++ b/release_notes/1.8.0.html @@ -286,13 +286,13 @@ will not work.

Iterator Test Harness

-

Users often write iterators without fully understanding its limits and lifetime. Previously, Accumulo did +

Users often write a new iterator without fully understanding its limits and lifetime. Previously, Accumulo did not provide any means in which a user could test iterators to catch common issues that only become apparent in multi-node production deployments. ACCUMULO-626 provides a framework and a collection of initial tests which can be used to simulate common issues with Iterators that only appear in production deployments. This test harness can be used directly by users as a supplemental tool to unit tests and integration tests with MiniAccumuloCluster.

-

Please see the Accumulo User Manual chapter on Iterator Testing for more information

+

Please see the Accumulo User Manual chapter on Iterator Testing for more information

Default port for Monitor changed to 9995

@@ -300,8 +300,11 @@ harness can be used directly by users as a supplemental tool to unit tests and i port for the GC process was also changed from 50091 to 9998, although this an RPC port used internally and automatically discovered. These default ports were changed because the previous defaults fell in the Linux Ephemeral port range. This means that the operating system, when a port in this range was unusued, would allocate this port for dynamic network communication. This has the side-effect of -temporal bind issues when trying to start these services (as the operating system might have allocated them elsewhere). By moving These -defaults out of the ephemeral range, we can guarantee that the Monitor and GC will reliably start. These values are still configurable by setting monitor.port.clientand gc.port.client in the accumulo-site.xml

+temporal bind issues when trying to start these services (as the operating +system might have allocated them elsewhere). By moving these +defaults out of the ephemeral range, we can guarantee that the Monitor and GC +will reliably start. These values are still configurable by setting +monitor.port.clientand gc.port.client in the accumulo-site.xml.

Other Notable Changes