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 CCCE21851D for ; Tue, 25 Aug 2015 14:26:46 +0000 (UTC) Received: (qmail 74629 invoked by uid 500); 25 Aug 2015 14:26:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 74600 invoked by uid 500); 25 Aug 2015 14:26:46 -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 74587 invoked by uid 99); 25 Aug 2015 14:26:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 14:26:46 +0000 Date: Tue, 25 Aug 2015 14:26:46 +0000 (UTC) From: "Benedict (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-9998) LEAK DETECTED with snapshot/sequential repairs 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-9998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14711357#comment-14711357 ] Benedict commented on CASSANDRA-9998: ------------------------------------- No, this message indicates that everything is now fine, but there is a programmer error that caused a resource to not be released before it was GC'd (and was then released on GC). I guess we should change the message that is printed to make clear to operators that there is no need to panic, but there is a need to visit JIRA and inform us of the message. This message indicates the possibility of otherwise available resources (including memory) being unusable for extended periods (i.e. until GC occurs) Could you doublecheck this is definitely the same instance of the message, and if not file a separate bug report? The basic message is potentially universal, as it covers any number of objects and uses across the codebase. If you could enable {{-Dcassandra.debugregcount=true}}, and check the stack traces it produces are the same (or if you could apply this fix and confirm the errors disappear), I'd appreciate it > LEAK DETECTED with snapshot/sequential repairs > ---------------------------------------------- > > Key: CASSANDRA-9998 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9998 > Project: Cassandra > Issue Type: Bug > Reporter: Marcus Eriksson > Assignee: Marcus Eriksson > Fix For: 2.1.9, 2.2.1, 3.0 beta 1 > > > http://cassci.datastax.com/job/cassandra-2.1_dtest/lastCompletedBuild/testReport/repair_test/TestRepair/simple_sequential_repair_test/ > does not happen if I add -par to the test -- This message was sent by Atlassian JIRA (v6.3.4#6332)