sui
sui copied to clipboard
Not display all consensus::tusk logs to the screen when running sui
Right now, when we launch sui, it will start to display all consensus::tusk logs even when there is no activity, and it's a lot. This makes it impossible to identify actual activities from the log. Can we not display information on every committed empty block from tusk?
Should be alleviated by https://github.com/MystenLabs/narwhal/pull/181 but the original point stands.
- It's becoming better and better understood experimentally that the consensus signal from NW is valuable (e.g. to understand node health, the recovery process, etc) even if the block is empty,
- our initial configs were misconfigured (max_header_delay = 100ms)
- it's actually costly to introspect into the size of a block and decide if we should display it accordingly (comm across the primary-worker boundary)
=> I am tempted to close as Won't Fix. Any objections?
no objections