Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 36175 invoked from network); 12 Oct 2010 16:55:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 16:55:58 -0000 Received: (qmail 37395 invoked by uid 500); 12 Oct 2010 16:55:58 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 37382 invoked by uid 500); 12 Oct 2010 16:55:58 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 37374 invoked by uid 99); 12 Oct 2010 16:55:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 16:55:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 16:55:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9CGtYJU026101 for ; Tue, 12 Oct 2010 16:55:34 GMT Message-ID: <4218492.98371286902534234.JavaMail.jira@thor> Date: Tue, 12 Oct 2010 12:55:34 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Resolved: (CASSANDRA-1587) Explicitly expose ongoing per-node repair tasks and est. % done In-Reply-To: <18532497.15931286403991960.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1587. --------------------------------------- Resolution: Not A Problem i think we are good for 0.7.0? we have progress of current validator on CompactionManager (CASSANDRA-1586 shows op type on CM now), and we have differencers pending on o.a.c.internal.Antientropy. what we don't have is a breakdown of how many pending tasks on CompactionManager are validators instead of minor compactions, but for "good enough" i think we can ignore these. we also don't have current differencer progress but i believe these are relatively fast. > Explicitly expose ongoing per-node repair tasks and est. % done > --------------------------------------------------------------- > > Key: CASSANDRA-1587 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1587 > Project: Cassandra > Issue Type: Sub-task > Components: Core > Reporter: paul cannon > Priority: Minor > > from my unfamiliar review of the code, it looks like this should involve exposing the number and progress of AntiEntropyService Validators. But I could be wrong. > If a repair task involves a sub-task like compaction (see #1586), then ideally both would be visible at the same time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.