You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can happen in case ops(operation per second) against error_logger exceeded error_logger_hwm.
I think many INFO level messages yielded on startup cause ops to exceed the threshold so it may be good to raise the default (current: 500) in leo_storage.conf however it's difficult to choose the optimal number as the higher value error_logger_hwm is set, the higher odds leo_storage can get stuck.
The text was updated successfully, but these errors were encountered:
rabbitmq/rabbitmq-server#1472 this solution (raising the error_logger_hwm only during the boot then setting the original value back once the boot finished) can be applied to this issue.
Log lines like below occasionally get appeared on leo_storage start.
This can happen in case ops(operation per second) against error_logger exceeded error_logger_hwm.
I think many INFO level messages yielded on startup cause ops to exceed the threshold so it may be good to raise the default (current: 500) in leo_storage.conf however it's difficult to choose the optimal number as the higher value error_logger_hwm is set, the higher odds leo_storage can get stuck.
The text was updated successfully, but these errors were encountered: