Skip to content

Commit

Permalink
Merge 'Prevent stalls in query_partition_key_range_concurrent' from B…
Browse files Browse the repository at this point in the history
…enny Halevy

Prevent stalls caused by query_partition_key_range_concurrent
nested calls when it never yields.

Fixes #14008

Closes #14884

* github.com:scylladb/scylladb:
  storage_proxy: query_partition_key_range_concurrent: maybe_yield in loop
  storage_proxy: query_partition_key_range_concurrent: fixup indentation
  storage_proxy: query_partition_key_range_concurrent: turn tail recursion to iteration
  storage_proxy: coroutinize query_partition_key_range
  • Loading branch information
avikivity committed Jul 31, 2023
2 parents 47e27dd + 2902a41 commit f2c1a21
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 170 deletions.

0 comments on commit f2c1a21

Please sign in to comment.