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 49FFACEBC for ; Fri, 8 Jun 2012 02:27:23 +0000 (UTC) Received: (qmail 27687 invoked by uid 500); 8 Jun 2012 02:27:23 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 27655 invoked by uid 500); 8 Jun 2012 02:27:23 -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 27645 invoked by uid 99); 8 Jun 2012 02:27:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 02:27:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E22D6140BEF for ; Fri, 8 Jun 2012 02:27:22 +0000 (UTC) Date: Fri, 8 Jun 2012 02:27:22 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <668522919.51174.1339122442928.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1635350552.50675.1339115242993.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CASSANDRA-4320) Assertion error while delivering the hints. 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-4320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291507#comment-13291507 ] Jonathan Ellis commented on CASSANDRA-4320: ------------------------------------------- So... I guess the deletion during one page, doesn't get purged by removeDeleted in the next since it's happening in the same ms? What if we just increased the gcBefore in the removeDeleted call to MAX_VALUE? > Assertion error while delivering the hints. > ------------------------------------------- > > Key: CASSANDRA-4320 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4320 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.1.0, 1.2 > Reporter: Vijay > Assignee: Vijay > Priority: Minor > Fix For: 1.1.2, 1.2 > > Attachments: 0001-CASSANDRA-4320.patch > > > java.lang.AssertionError > at org.apache.cassandra.db.HintedHandOffManager.deliverHintsToEndpointInternal(HintedHandOffManager.java:351) > at org.apache.cassandra.db.HintedHandOffManager.deliverHintsToEndpoint(HintedHandOffManager.java:269) > at org.apache.cassandra.db.HintedHandOffManager.access$400(HintedHandOffManager.java:88) > at org.apache.cassandra.db.HintedHandOffManager$4.runMayThrow(HintedHandOffManager.java:442) > at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26) > 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) > Did some digging and looks like we just need to skip the deleted columns. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira