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 0BC53187FC for ; Mon, 19 Oct 2015 14:44:15 +0000 (UTC) Received: (qmail 4354 invoked by uid 500); 19 Oct 2015 14:44:05 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 4227 invoked by uid 500); 19 Oct 2015 14:44:05 -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 4182 invoked by uid 99); 19 Oct 2015 14:44:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2015 14:44:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 10AE72C0451 for ; Mon, 19 Oct 2015 14:44:05 +0000 (UTC) Date: Mon, 19 Oct 2015 14:44:05 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-3999) monitor status collection should be done in parallel 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-3999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Newton resolved ACCUMULO-3999. ----------------------------------- Resolution: Fixed > monitor status collection should be done in parallel > ---------------------------------------------------- > > Key: ACCUMULO-3999 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3999 > Project: Accumulo > Issue Type: Improvement > Components: master > Environment: very large cluster > Reporter: Eric Newton > Assignee: Eric Newton > Fix For: 1.8.0 > > Time Spent: 20m > Remaining Estimate: 0h > > The master collects statistics every few seconds from all the tservers so that it has up-to-date statistics to hand to the balancer. It does this one server at a time. On a very large cluster, the status collection can take a long time, causing the monitor to show "blocky" statistics in the graphs, and long "last contact" times in the tablet server lists. > A small thread pool could be used to speed up this simple work. -- This message was sent by Atlassian JIRA (v6.3.4#6332)