Skip to content

Conversation

@jacek-lewandowski
Copy link
Contributor

No description provided.

Fixes scrubber falling into infinite loop when the last partition is broken in data file and compression is enabled.
@jacek-lewandowski jacek-lewandowski deleted the CASSANDRA-17862 branch September 13, 2022 06:58
michaeljmarshall added a commit to michaeljmarshall/cassandra that referenced this pull request Sep 17, 2025
### What is the issue
Fixes: riptano/cndb#14524

### What does this PR fix and why was it fixed
This jvector commit
datastax/jvector@00a13a8
changed the `GraphSearcher` contract, and we now need to acquire a new
view before each query. The expected side effect is the creation of one
additional object, `ConcurrentGraphIndexView`, which in turn just has a
call to `completions.clock()`, a jvector construct that ensures a
consistent view of the graph (concurrent updates will not be visible).

Cherry pick of datastax#1825

(cherry picked from commit 5187977)
michaelsembwever pushed a commit to thelastpickle/cassandra that referenced this pull request Jan 7, 2026
### What is the issue
Fixes: riptano/cndb#14524

### What does this PR fix and why was it fixed
This jvector commit
datastax/jvector@00a13a8
changed the `GraphSearcher` contract, and we now need to acquire a new
view before each query. The expected side effect is the creation of one
additional object, `ConcurrentGraphIndexView`, which in turn just has a
call to `completions.clock()`, a jvector construct that ensures a
consistent view of the graph (concurrent updates will not be visible).

Cherry pick of datastax#1825

(cherry picked from commit 5187977)
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