Skip to content

fix: secondary index exclude cutoff handling#184

Merged
tomatolog merged 2 commits into
masterfrom
issue-4640
Jun 23, 2026
Merged

fix: secondary index exclude cutoff handling#184
tomatolog merged 2 commits into
masterfrom
issue-4640

Conversation

@sanikolaev

@sanikolaev sanikolaev commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Do not apply query cutoff while collecting bitmap rows for excluded filters. The bitmap is inverted afterwards, so early cutoff can let excluded values leak through NOT IN queries.

Related issue: manticoresoftware/manticoresearch#4640
Related PR in the daemon: manticoresoftware/manticoresearch#4643

Do not apply query cutoff while collecting bitmap rows for excluded filters. The bitmap is inverted afterwards, so early cutoff can let excluded values leak through NOT IN queries.

Related issue: manticoresoftware/manticoresearch#4640
@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Linux debug test results

  8 files    8 suites   24m 35s ⏱️
546 tests 532 ✅ 14 💤 0 ❌
560 runs  546 ✅ 14 💤 0 ❌

Results for commit d48d406.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Linux release test results

  8 files    8 suites   8m 51s ⏱️
546 tests 532 ✅ 14 💤 0 ❌
560 runs  546 ✅ 14 💤 0 ❌

Results for commit d48d406.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown

Windows test results

  5 files    5 suites   27m 51s ⏱️
523 tests 509 ✅ 14 💤 0 ❌
531 runs  517 ✅ 14 💤 0 ❌

Results for commit d48d406.

♻️ This comment has been updated with latest results.

@tomatolog tomatolog left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems good
wait for pass of CI cases after merge into main

@tomatolog tomatolog merged commit 5798110 into master Jun 23, 2026
66 of 71 checks passed
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.

2 participants