【发布时间】:2018-04-01 02:25:50
【问题描述】:
请帮忙解决问题。 有: RabbitMQ - 3.7.2 二郎 - 20.1
- 连接数:527
- 频道:500
- 交换次数:49
- 队列:4437
- 消费者:131
- 发布速率 ~ 200/s
- 确认速率 ~ 200/s
配置:
disk_free_limit.absolute = 5GB
log.default.level = warning
log.file.level = warning
在日志中不断出现这样的消息:
11:42:16.000 [warning] <0.32.0> lager_error_logger_h dropped 105 messages in the last second that exceeded the limit of 100 messages/sec
11:42:17.000 [warning] <0.32.0> lager_error_logger_h dropped 101 messages in the last second that exceeded the limit of 100 messages/sec
11:42:18.000 [warning] <0.32.0> lager_error_logger_h dropped 177 messages in the last second that exceeded the limit of 100 messages/sec
如何正确摆脱它们?如何从日志中删除此消息?
【问题讨论】:
标签: rabbitmq