Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73D3D6C8E for ; Mon, 25 Jul 2011 19:44:34 +0000 (UTC) Received: (qmail 81249 invoked by uid 500); 25 Jul 2011 19:44:34 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 81230 invoked by uid 500); 25 Jul 2011 19:44:33 -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 81217 invoked by uid 99); 25 Jul 2011 19:44:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2011 19:44:33 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2011 19:44:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id ABF518459C for ; Mon, 25 Jul 2011 19:44:09 +0000 (UTC) Date: Mon, 25 Jul 2011 19:44:09 +0000 (UTC) From: "Hudson (JIRA)" To: commits@cassandra.apache.org Message-ID: <1628832117.5325.1311623049701.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2003986144.735.1311395829483.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-2943) add ability to drop local tasks that will timeout anyway 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-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070709#comment-13070709 ] Hudson commented on CASSANDRA-2943: ----------------------------------- Integrated in Cassandra-0.8 #238 (See [https://builds.apache.org/job/Cassandra-0.8/238/]) add ability to drop local reads/writes that are going to timeout patch by jbellis; reviewed by brandonwilliams for CASSANDRA-2943 jbellis : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1150837 Files : * /cassandra/branches/cassandra-0.8/CHANGES.txt * /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/service/StorageProxy.java > add ability to drop local tasks that will timeout anyway > -------------------------------------------------------- > > Key: CASSANDRA-2943 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2943 > Project: Cassandra > Issue Type: Improvement > Affects Versions: 0.6.4 > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Priority: Minor > Fix For: 0.8.3 > > Attachments: 2943.txt > > > back in CASSANDRA-685 we added the ability to drop messages that we know are going to timeout, as a protection when Cassandra is overloaded. But this logic is in MessageDeliveryTask, so when we skip MessagingService as an optimization for local delivery, we also skip the timeout check. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira