Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 81745 invoked from network); 16 Sep 2010 22:46:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Sep 2010 22:46:57 -0000 Received: (qmail 10434 invoked by uid 500); 16 Sep 2010 22:46:57 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 10416 invoked by uid 500); 16 Sep 2010 22:46:56 -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 10408 invoked by uid 99); 16 Sep 2010 22:46:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 22:46:56 +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; Thu, 16 Sep 2010 22:46:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8GMkZFK001198 for ; Thu, 16 Sep 2010 22:46:35 GMT Message-ID: <7673955.240601284677195350.JavaMail.jira@thor> Date: Thu, 16 Sep 2010 18:46:35 -0400 (EDT) From: "Stu Hood (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1511) log when a "repair" operation completes In-Reply-To: <3774674.234721284661473401.JavaMail.jira@thor> 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/CASSANDRA-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910374#action_12910374 ] Stu Hood commented on CASSANDRA-1511: ------------------------------------- I think removing automatic repair sessions broke 1090, since the local node requests a stream from each remote node, but it can't block for the stream to complete. > log when a "repair" operation completes > --------------------------------------- > > Key: CASSANDRA-1511 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1511 > Project: Cassandra > Issue Type: New Feature > Components: Core > Affects Versions: 0.7 beta 1 > Reporter: Robert Coli > Assignee: Stu Hood > Priority: Trivial > Fix For: 0.7.0 > > > Operators who run "repair" operations need to know when they are completed. Nickmbailey suggests that this depends on his work to add callbacks for streaming operations. When this is done, a simple log message at level INFO when all differencers are done would be of use! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.