Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90227D506 for ; Tue, 5 Mar 2013 16:17:13 +0000 (UTC) Received: (qmail 61871 invoked by uid 500); 5 Mar 2013 16:17:13 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 61077 invoked by uid 500); 5 Mar 2013 16:17:12 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 60607 invoked by uid 99); 5 Mar 2013 16:17:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 16:17:11 +0000 Date: Tue, 5 Mar 2013 16:17:11 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1150) Exponential agitation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593530#comment-13593530 ] Keith Turner commented on ACCUMULO-1150: ---------------------------------------- I am thinking of two primamry use cases for this. If T is the number of tservers, then doing the following two long runs. * Run with N=2^ceil(log2(T)-1) * Run with N=2^ceil(log2(T)) So in one case it stops short of killing all the tsevers and in the other case it always kills all of the tservers on the last iteration. > Exponential agitation > --------------------- > > Key: ACCUMULO-1150 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1150 > Project: Accumulo > Issue Type: Improvement > Components: test > Reporter: Keith Turner > Assignee: Keith Turner > Fix For: 1.5.0 > > > I think modifying the agitator to have an exponential mode would be useful. This would be in addition to its current mode of shutting down between 1 and N servers randomly. > In exponential mode, it would shut down 1,2,4,8,..N server process where N configurable. After shutting down N, it would start over at 1. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira