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 11F5710504 for ; Tue, 18 Mar 2014 21:28:54 +0000 (UTC) Received: (qmail 49917 invoked by uid 500); 18 Mar 2014 21:28:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 49848 invoked by uid 500); 18 Mar 2014 21:28:45 -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 49729 invoked by uid 99); 18 Mar 2014 21:28:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2014 21:28:43 +0000 Date: Tue, 18 Mar 2014 21:28:43 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6822) Never ending batch replay after dropping column family 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-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13939828#comment-13939828 ] Aleksey Yeschenko commented on CASSANDRA-6822: ---------------------------------------------- [~baldrick] Right after that log line, BatchlogManager deleted the batch, for good. Those infinite messages of yours - were they LIKE this or exactly this? Have you seen the id in 'batch replay of ' repeat itself? > Never ending batch replay after dropping column family > ------------------------------------------------------ > > Key: CASSANDRA-6822 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6822 > Project: Cassandra > Issue Type: Bug > Components: Core > Environment: Cassandra 2.0.5 > Reporter: Duncan Sands > Assignee: Aleksey Yeschenko > Priority: Minor > > After dropping a column family, I got an infinite number of messages like this: > WARN [BatchlogTasks:1] 2014-03-07 17:50:08,962 BatchlogManager.java (line 235) Skipped batch replay of bc3916e0-a533-11e3-9c41-55f3810000b5 due to org.apache.cassandra.db.UnknownColumnFamilyException: Couldn't find cfId=2fdad07d-0cc3-373a-8aa0-15837cd9bc6c > I say an infinite number but I only waited about 12 hours before I decided I had had enough and truncated system.batchlog. So perhaps it would have gone away by itself. > Presumably the batch replay is skipped but not discarded, so will keep on turning up forever. -- This message was sent by Atlassian JIRA (v6.2#6252)