forked from SmallSharky/scylla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* seastar 5025cd4...5524f22 (3): > Merge "Simplify io-queue configuration" from Pavel E > fix sstring.find(): make find("") compatible with std::string > test: file_utils: test_non_existing_TMPDIR: no need to setenv Contains patch from Pavel Emelyanov <[email protected]>: scylla-gdb: Remove _shares_capacity from fair-group debug This field is about to be removed in newer seastar, so it shouldn't be checked in scylla-gdb Signed-off-by: Pavel Emelyanov <[email protected]> Message-Id: <[email protected]>
- Loading branch information
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule seastar
updated
11 files
+23 −37 | include/seastar/core/fair_queue.hh | |
+1 −2 | include/seastar/core/io_queue.hh | |
+4 −0 | include/seastar/core/reactor_config.hh | |
+7 −0 | include/seastar/core/sstring.hh | |
+48 −17 | src/core/fair_queue.cc | |
+13 −34 | src/core/io_queue.cc | |
+13 −7 | src/core/reactor.cc | |
+0 −4 | tests/perf/fair_queue_perf.cc | |
+0 −2 | tests/unit/fair_queue_test.cc | |
+0 −7 | tests/unit/file_utils_test.cc | |
+23 −0 | tests/unit/sstring_test.cc |