Skip to content

GH-1834: Version filtering context with BF fails#1836

Merged
cstamas merged 1 commit intoapache:masterfrom
cstamas:issue-1834
Apr 16, 2026
Merged

GH-1834: Version filtering context with BF fails#1836
cstamas merged 1 commit intoapache:masterfrom
cstamas:issue-1834

Conversation

@cstamas
Copy link
Copy Markdown
Member

@cstamas cstamas commented Apr 16, 2026

BF is by default going aggressively (in parallel, unlike old DF) for collection, and causes ConcurrentModificationEx if filtering is used as well.

This simple change fixes that.

Fixes #1834

BF is by default going aggressively (in parallel, unlike old DF)
for collection, and causes ConcurrentModificationEx if filtering
is used as well.

This simple change fixes that.

Fixes apache#1834
@cstamas cstamas added this to the 2.0.17 milestone Apr 16, 2026
@cstamas cstamas marked this pull request as ready for review April 16, 2026 12:50
@cstamas cstamas self-assigned this Apr 16, 2026
@cstamas cstamas added the bug Something isn't working label Apr 16, 2026
@cstamas cstamas merged commit f5e006f into apache:master Apr 16, 2026
14 checks passed
@cstamas cstamas deleted the issue-1834 branch April 16, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version filtering context is not thread safe

2 participants