mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 11:22:01 +00:00
The netw command tries to access the netw::_the_messaging_service that was removed long ago. The correct place for the messaging service is in debug:: namespace. The scylla-gdb test checks that, but the netw command sees that the ptr in question is not initialized, thinks it's not yet sharded::start()-ed and exits without errors. tests: unit(gdb) Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Message-Id: <20210624135107.12375-1-xemul@scylladb.com>