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 E1E41200B64 for ; Tue, 19 Jul 2016 00:18:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E0CC8160A65; Mon, 18 Jul 2016 22:18:13 +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 2E73B160A5D for ; Tue, 19 Jul 2016 00:18:13 +0200 (CEST) Received: (qmail 33510 invoked by uid 500); 18 Jul 2016 22:18:12 -0000 Mailing-List: contact dev-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 dev@accumulo.apache.org Received: (qmail 33499 invoked by uid 99); 18 Jul 2016 22:18:12 -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, 18 Jul 2016 22:18:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0540EDFAF5; Mon, 18 Jul 2016 22:18:12 +0000 (UTC) From: keith-turner To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org References: In-Reply-To: Subject: [GitHub] accumulo issue #121: ACCUMULO-4353: Stabilize tablet assignment during trans... Content-Type: text/plain Message-Id: <20160718221812.0540EDFAF5@git1-us-west.apache.org> Date: Mon, 18 Jul 2016 22:18:12 +0000 (UTC) archived-at: Mon, 18 Jul 2016 22:18:14 -0000 Github user keith-turner commented on the issue: https://github.com/apache/accumulo/pull/121 I ran some manual test on EC2 w/ 10 nodes. It worked nicely. I created 1000 tablets and ran continuous ingest. One thing I tried is setting the suspend duration to 10m, admin stop, waiting for that come back, setting suspend duration to 5, killing a tserver. It seems like this 2nd tserver took 10 min to come back (but this is from looking at monitor plot and guessing). Any, I want to review code for case where duration is changed and make sure thats picked up. Also I will try testing this again tomorrow. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---