Skip to content

ilogtail收集pod日志时,部分数据丢失 #1025

Answered by leizhou666
leizhou666 asked this question in Help
Discussion options

You must be logged in to vote

目前看了下代码,应该跟两个参数有关,一个是MaxLogGroupSize,一个是max_send_log_group_size
MaxLogGroupSize默认是 3 * 1024 * 1024 bytes
max_send_log_group_size默认是 5 * 1024 * 1024 bytes

目前将MaxLogGroupSize默认值改为 6 * 1024 * 1024 bytes 能接受到6M以下的数据,满足目前我们的最大日志需求了

Replies: 4 comments 5 replies

Comment options

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

Comment options

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

@leizhou666
Comment options

Comment options

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

@cyshallchan
Comment options

Answer selected by messixukejia
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants