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 487AF17A15 for ; Fri, 27 Mar 2015 00:23:55 +0000 (UTC) Received: (qmail 15585 invoked by uid 500); 27 Mar 2015 00:23:55 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 15549 invoked by uid 500); 27 Mar 2015 00:23:55 -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 15537 invoked by uid 99); 27 Mar 2015 00:23:55 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 00:23:55 +0000 Date: Fri, 27 Mar 2015 00:23:55 +0000 (UTC) From: "Stefania (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9034) AssertionError in SizeEstimatesRecorder 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-9034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14383035#comment-14383035 ] Stefania commented on CASSANDRA-9034: ------------------------------------- [~iamaleksey] if you are happy could you take care of committing please? > AssertionError in SizeEstimatesRecorder > --------------------------------------- > > Key: CASSANDRA-9034 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9034 > Project: Cassandra > Issue Type: Bug > Environment: Trunk (52ddfe412a) > Reporter: Stefania > Assignee: Carl Yeksigian > Priority: Minor > Fix For: 3.0 > > Attachments: 9034-trunk.txt > > > One of the dtests of CASSANDRA-8236 (https://github.com/stef1927/cassandra-dtest/tree/8236) raises the following exception unless I set {{-Dcassandra.size_recorder_interval=0}}: > {code} > ERROR [OptionalTasks:1] 2015-03-25 12:58:47,015 CassandraDaemon.java:179 - Exception in thread Thread[OptionalTasks:1,5,main] > java.lang.AssertionError: null > at org.apache.cassandra.service.StorageService.getLocalTokens(StorageService.java:2235) ~[main/:na] > at org.apache.cassandra.db.SizeEstimatesRecorder.run(SizeEstimatesRecorder.java:61) ~[main/:na] > at org.apache.cassandra.concurrent.DebuggableScheduledThreadPoolExecutor$UncomplainingRunnable.run(DebuggableScheduledThreadPoolExecutor.java:82) ~[main/:na] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.7.0_76] > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) [na:1.7.0_76] > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) [na:1.7.0_76] > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [na:1.7.0_76] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_76] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_76] > at java.lang.Thread.run(Thread.java:745) [na:1.7.0_76] > INFO [RMI TCP Connection(2)-127.0.0.1] 2015-03-25 12:59:23,189 StorageService.java:863 - Joining ring by operator request > {code} > The test is {{start_node_without_join_test}} in _pushed_notifications_test.py_ but starting a node that won't join the ring might be sufficient to reproduce the exception (I haven't tried though). -- This message was sent by Atlassian JIRA (v6.3.4#6332)