Skip to content

CASSANDRA-16532 (3.0): Fix flaky ScrubTest - #947

Closed
adelapena wants to merge 2 commits into
apache:cassandra-3.0from
adelapena:16532-3.0
Closed

CASSANDRA-16532 (3.0): Fix flaky ScrubTest#947
adelapena wants to merge 2 commits into
apache:cassandra-3.0from
adelapena:16532-3.0

Conversation

@adelapena

Copy link
Copy Markdown
Contributor

No description provided.

@adelapena adelapena closed this May 27, 2021
adelapena pushed a commit to adelapena/cassandra that referenced this pull request Jan 30, 2024
If there is an exception in the `VectorTopKProcessor#filter` method, we do not close the source `partitions` object, which could result in a leak. I saw this in testing on apache#929 when I hit an NPE, and this fix prevent a resource leak. However, I don't see a good way to hit this exception with a normal test.

We could hit this for queries that timeout in the index search.
ekaterinadimitrova2 pushed a commit to ekaterinadimitrova2/cassandra that referenced this pull request Jun 3, 2024
If there is an exception in the `VectorTopKProcessor#filter` method, we do not close the source `partitions` object, which could result in a leak. I saw this in testing on apache#929 when I hit an NPE, and this fix prevent a resource leak. However, I don't see a good way to hit this exception with a normal test.

We could hit this for queries that timeout in the index search.
michaelsembwever pushed a commit to thelastpickle/cassandra that referenced this pull request Jan 7, 2026
If there is an exception in the `VectorTopKProcessor#filter` method, we do not close the source `partitions` object, which could result in a leak. I saw this in testing on apache#929 when I hit an NPE, and this fix prevent a resource leak. However, I don't see a good way to hit this exception with a normal test.

We could hit this for queries that timeout in the index search.
lesnik2u pushed a commit to lesnik2u/cassandra that referenced this pull request May 26, 2026
If there is an exception in the `VectorTopKProcessor#filter` method, we do not close the source `partitions` object, which could result in a leak. I saw this in testing on apache#929 when I hit an NPE, and this fix prevent a resource leak. However, I don't see a good way to hit this exception with a normal test.

We could hit this for queries that timeout in the index search.

 (Rebase of commit 6476a6e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant