Botond Dénes
Botond Dénes
> [@denesb](https://github.com/denesb) , should be tls disabled? Do you mean TLS (transport level security)? If yes, I don't think it makes a difference, but let's disable to reduce any possible...
> > missing: test > > Reproducer submitted as [scylladb/scylla-dtest#3865](https://github.com/scylladb/scylla-dtest/pull/3865) It fails without this fix and passed with it This should have been mentioned in the cover letter.
Duplicate of https://github.com/scylladb/scylladb/issues/20060. I won't close it because the bot will just open a new issue.
reader_concurrency_semaphore: Optimize resource_units destruction by postponing wait list processing
@avikivity please re-review.
> When reads arrive, they have to wait for admission on the reader concurrency semaphore. If the node is overloaded, the reads will be queued. They can time out while...
@avikivity please re-review, the approach was changed.
Conflicts, needs rebase.
New in v2: * Drop bad change to `apply_row_tombstone()`. * Extend checks to `mutation_partition_v2`. * Extend checks for `position_in_partition_view` overloads -- check for position weight and region. * Extends tests...
This failing test is a good validation that the changes work (not that I didn't include tests already). New in v3: fix failing non-full key row-cache test by making the...
> > This failing test is a good validation that the changes work (not that I didn't include tests already). > > New in v3: fix failing non-full key row-cache...