Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 76009 invoked from network); 10 Sep 2010 23:49:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 23:49:12 -0000 Received: (qmail 2088 invoked by uid 500); 10 Sep 2010 23:49:12 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 2061 invoked by uid 500); 10 Sep 2010 23:49:11 -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 2053 invoked by uid 99); 10 Sep 2010 23:49:11 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 23:49:11 +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; Fri, 10 Sep 2010 23:48:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8ANmXcc014188 for ; Fri, 10 Sep 2010 23:48:33 GMT Message-ID: <5978245.128901284162513167.JavaMail.jira@thor> Date: Fri, 10 Sep 2010 19:48:33 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-1489) Expose progress made on PendingStreams through JMX In-Reply-To: <9592279.102801284064714429.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-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1489: -------------------------------------- Assignee: Nirmal Ranganathan Reviewer: gdusbabek > Expose progress made on PendingStreams through JMX > -------------------------------------------------- > > Key: CASSANDRA-1489 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1489 > Project: Cassandra > Issue Type: New Feature > Components: Tools > Affects Versions: 0.7.0 > Reporter: paul cannon > Assignee: Nirmal Ranganathan > Priority: Minor > Fix For: 0.7.0 > > Attachments: 0001-Progress-added-to-incoming-streams.patch, 0002-Progess-added-to-outgoing-streams.patch, 0003-Moved-FileStreamTask-to-streaming.patch > > Original Estimate: 2h > Remaining Estimate: 2h > > So I thought originally that the pairs of numbers shown after filenames returned from org.apache.cassandra.service:type=StreamingService's getOutgoingFiles/getIncomingFiles calls were (octetsSent, totalSizeInOctets). Now I know that they are ranges, and that there can be several of them with one file, and that makes sense, but there doesn't seem to be any way to query the progress made on a PendingFile stream. > We would very much like to be able to inspect that from the outside, in whatever way makes sense. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.