lni/dragonboat

what does this mean? dragonboat: [00000:00003] had 6 LocalTick msgs in one batch

kolinfluence opened this issue · 4 comments

dragonboat: [00000:00003] had 6 LocalTick msgs in one batch

it just shows itself up in message log. how to disable this message?

It's a warning so you could lower the log level.

import (
	"github.com/lni/dragonboat/v4/logger"
)

logger.GetLogger("dragonboat").SetLevel(logger.ERROR)

@kevburnsjr possible to help answer the rest of the issues i've asked?

been coding heavily internal to expand the examples. i will contribute back improved examples i've done.

I answered several. Feel free to close the issues if you find the answers satisfactory.

lni commented

@kolinfluence in general, such warning means your node is overloaded.