-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update seastar submodule #22076
Update seastar submodule #22076
Conversation
* seastar 3133ecdd...a9bef537 (24): > file: add file_system_space > future: avoid inheriting from future payload type > treewide: include fmt/ostream.h for using fmt::print() > build: remove messages used for debugging > demos: Rename websocket demo to websocket_server demo > demos: Add a way to set port from cmd line in websocket demo > tls: Add optional builder + future-wait to cert reload callback + expose rebuild > rwlock: add try_hold_{read,write}_lock methods > json: add moving push to json_list > github: add a step to build "check-include-style" > build: add a target for checking include style > scheduling_group: use map for key configs instead of vector > scheduling_group: fix indentation > scheduling_group: fix race between scheduling group and key creation > http: Make request writing functions public > http: Expose connection_factory implementations > metrics: Use separate type for shared metadata > file: unexpected throw from inside noexcept > metrics: Internalize metric label sets > thread: optimize maybe_yield > reactor: fix crash in pending registration task after poller dtor > net: Fix ipv6 socket_address comparision > reactor, linux-aio: factor out get_smp_count() lambda > reactor, linux-aio: restore "available_aio" meaning after "reserve_iocbs" Fixed usage of seastar metric label sets due to: scylladb/seastar@733420d57 Merge 'metrics: Internalize metric label sets' from Stephan Dollberg
@amnonh please review metrics-related changes |
🔴 CI State: FAILURE✅ - Build Failed Tests (1/36526):Build Details:
|
|
🔴 CI State: FAILURE✅ - Build Build Details:
|
Looks like spot termination |
i don't think so. see
somehow, none of the tests under |
created #22086 |
🔴 CI State: FAILURE✅ - Build Build Details:
|
|
Thanks @tchaikov! |
🔴 CI State: FAILURE✅ - Build Build Details:
|
🔴 CI State: FAILURE✅ - Build Build Details:
|
this change is pending on #22163 |
🔴 CI State: FAILURE✅ - Build Build Details:
|
🔴 CI State: FAILURE✅ - Build Failed Tests (1/29738):Build Details:
|
looks like #21093 |
🟢 CI State: SUCCESS✅ - Build Build Details:
|
@scylladb/scylla-maint please consider merging |
Fixed usage of seastar metric label sets due to:
scylladb/seastar@733420d57 Merge 'metrics: Internalize metric label sets' from Stephan Dollberg