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:
committed by
Botond Dénes
parent
6a55e4120e
commit
5c95b1cb7f
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user