Skip to content

Commit

Permalink
Update seastar submodule
Browse files Browse the repository at this point in the history
* 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
avikivity committed Jan 21, 2022
1 parent 09d4438 commit ae6fdf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scylla-gdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3146,7 +3146,6 @@ def invoke(self, arg, for_tty):

for fg, fq in zip(f_groups, f_queues):
try:
gdb.write("\tShares capacity: {}\n".format(self.ticket(fg['_shares_capacity'])))
gdb.write("\tCost capacity: {}\n".format(self.ticket(fg['_cost_capacity'])))
gdb.write("\tCapacity tail: {}\n".format(std_atomic(fg['_capacity_tail']).get()))
gdb.write("\tCapacity head: {}\n".format(std_atomic(fg['_capacity_head']).get()))
Expand Down

0 comments on commit ae6fdf1

Please sign in to comment.