You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benedict (JIRA)" <ji...@apache.org> on 2015/02/13 19:23:13 UTC

[jira] [Updated] (CASSANDRA-8802) Leaked reference on windows

     [ https://issues.apache.org/jira/browse/CASSANDRA-8802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benedict updated CASSANDRA-8802:
--------------------------------
    Attachment: 8802.txt

Fix attached. When we migrated to a Queue to improve readability, we accidentally let a crack appear in error recovery. Been meaning to go over the error recovery code with a fine toothcomb when adding addSuppressed support, but this will do for now.

> Leaked reference on windows
> ---------------------------
>
>                 Key: CASSANDRA-8802
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8802
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Philip Thompson
>             Fix For: 2.1.4
>
>         Attachments: 8802.txt
>
>
> The dtest counter_tests.py:TestCounters.upgrade_test is failing on Windows with the following error:
> {code}
> ERROR [Reference-Reaper:1] 2015-02-13 11:06:17,802 Ref.java:167 - LEAK DETECTED: a reference (org.apache.cassandra.utils.concurrent.Ref$State@2d0bdc9) to class org.apache.cassandra.utils.concurrent.WrappedSharedCloseable$1@669450811:[OffHeapBitSet] was not released before the reference was garbage collected
> {code}
> This exception is not occurring on Linux or OSX. The test is also erroring from CASSANDRA-8535.
> /cc [~benedict] [~JoshuaMcKenzie]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)