From 6a8441ef034cf3c49386aa5a90528ff6a8d2cbdf Mon Sep 17 00:00:00 2001 From: Nadav Har'El Date: Mon, 14 Jun 2021 10:27:14 +0300 Subject: [PATCH] Update seastar submodule * seastar 4506b878...813eee3e (12): > reactor: fix race with boost::barrier destructor during smp initialialization > Merge "Merge io-group and io-queue configs" from Pavel E > tests: add test for skipping data from a socket > tests: transform socket_test into a test suite > .gitignore: Add tags > tls: retain handshake error and return original problem on repeated failures > iostream: fix skipping from closed sockets > gitignore .cooking_memory > Merge 'metrics: Fix dtest->ulong conversion error' from Benny Halevy > io_priority_class: Make update_shares const > Remove > smp: allow having multiple instances of the smp class The fix to make io_priority::update_shares() const will allow getting rid of one of the compilation warnings. --- seastar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seastar b/seastar index 4506b8784a..813eee3e4e 160000 --- a/seastar +++ b/seastar @@ -1 +1 @@ -Subproject commit 4506b8784a6300ec86e3a3d0145723f851ca6b11 +Subproject commit 813eee3e4e4b7e90800dbb43fec4ca568914ffe6