scylla-gdb: Remove _cost_capacity from fair-group debug

This field is about to be removed in newer seastar, so it
shouldn't be checked in scylla-gdb

(see also ae6fdf1599)

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>

Closes #15203
This commit is contained in:
Pavel Emelyanov
2023-08-29 11:08:23 +03:00
committed by Botond Dénes
parent 6a55e4120e
commit 5c95b1cb7f

View File

@@ -3679,7 +3679,6 @@ class scylla_io_queues(gdb.Command):
for fg, fq in zip(f_groups, f_queues):
try:
gdb.write("\tCost capacity: {}\n".format(self.ticket(fg['_cost_capacity'])))
try:
gdb.write("\tCapacity tail: {}\n".format(std_atomic(fg['_token_bucket']['_rovers']['tail']).get()))
gdb.write("\tCapacity head: {}\n".format(std_atomic(fg['_token_bucket']['_rovers']['head']).get()))