Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 49984 invoked from network); 22 Jan 2010 12:38:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 12:38:03 -0000 Received: (qmail 30314 invoked by uid 500); 22 Jan 2010 12:38:03 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 30299 invoked by uid 500); 22 Jan 2010 12:38:03 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 30289 invoked by uid 99); 22 Jan 2010 12:38:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 12:38:03 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 12:38:02 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E4BCE29A002C for ; Fri, 22 Jan 2010 04:37:21 -0800 (PST) Message-ID: <1032999862.3381264163841935.JavaMail.jira@brutus.apache.org> Date: Fri, 22 Jan 2010 12:37:21 +0000 (UTC) From: "Hudson (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-717) register AES verbs at SS start In-Reply-To: <1011686443.342911263921354516.JavaMail.jira@brutus.apache.org> 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-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803686#action_12803686 ] Hudson commented on CASSANDRA-717: ---------------------------------- Integrated in Cassandra #331 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/331/]) convert verbs to enums patch by jbellis; reviewed by Stu Hood for mv tree and gossip verb registration into StorageService patch by jbellis; reviewed by Stu Hood for > register AES verbs at SS start > ------------------------------ > > Key: CASSANDRA-717 > URL: https://issues.apache.org/jira/browse/CASSANDRA-717 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Jonathan Ellis > Assignee: Jonathan Ellis > Priority: Minor > Fix For: 0.6 > > Attachments: 0001-mv-tree-and-gossip-verb-registration-into-StorageServi.txt, 0002-convert-verbs-to-enums.txt > > > the reason we do all registration in one place is it prevents bugs like this one > ERROR - Error in ThreadPoolExecutor > java.lang.AssertionError: unknown verb TREE-RESPONSE-VERB > at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:37) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) > at java.lang.Thread.run(Thread.java:636) > ERROR - Fatal exception in thread Thread[AE-SERVICE-STAGE:1,5,main] > java.lang.AssertionError: unknown verb TREE-RESPONSE-VERB > at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:37) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) > at java.lang.Thread.run(Thread.java:636) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.