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 2019/05/14 10:44:00 UTC

[jira] [Commented] (CASSANDRA-15126) Resource leak when queries apply a RowFilter

    [ https://issues.apache.org/jira/browse/CASSANDRA-15126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839313#comment-16839313 ] 

Benedict commented on CASSANDRA-15126:
--------------------------------------

Patch available [here|https://github.com/belliottsmith/cassandra/tree/15126-3.0], with unit test.

It turns out this was already fixed in 3.11 and trunk by [~Stefania] in CASSANDRA-13050, but I will merge up the unit test anyway.

> Resource leak when queries apply a RowFilter
> --------------------------------------------
>
>                 Key: CASSANDRA-15126
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15126
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CQL/Interpreter
>            Reporter: Benedict
>            Assignee: Benedict
>            Priority: Normal
>
> RowFilter.CQLFilter optionally removes those partitions that have no matching results, but fails to close the iterator representing that partition’s unfiltered results, leaking resources when this happens.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org