Skip to content

[QUESTION]:采集过程中插件报错error:loggroup queue is full #775

Answered by shalousun
xjdszp asked this question in Help
Discussion options

You must be logged in to vote

loggroup queue is full有三个可能的原因:

  • ilogtail采集了日志,日志聚合后flusher往下游写入数据时候性能根不上,logprocess queue是一个有容量的队列,类似生产者消费模型,flusher处理不过来,队列出现阻塞。
  • 日志聚合后flusher往下游写入时候网络不通,或者是网络不佳,然后导致数据堆积后logprocess queue队列无法再放入数据。
  • 网络畅通,ilogtail的flusher和下游数据写入服务器(如:kafka、pulsar)之间存在sdk版本或者配置的不兼容,ilogtail flusher直接报错后无法处理采集的数据导致堆积。

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@xjdszp
Comment options

@messixukejia
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@messixukejia
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by linrunqi08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
question Further information is requested
5 participants
Converted from issue

This discussion was converted from issue #773 on April 08, 2023 02:10.