when logs are big, do not following all new logs #4173
Unanswered
wangchaoforever
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Without some degree of reproducibility, it is hard to investigate and judge if this is a bug of Fluentd. So I moved this issue to discussions (the contributing guidelines). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does it reproduce every time when there is some large file? I am concerned about the next message.
Has the machine been running abnormally slow? Weren't resources such as CPU and memory exhausted? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
One of my apps writes more logs every morning. Each log size is 512 MB. Two log files from each app are kept in the log directory and the rest are migrated to nas. I found that some log files are not collected. fluentd's logs are as follows:
From above logs,
2023-05-11.1.app-9.log
had no following log and there are two warn logs:the start time of
2023-05-11.1.app-9.log
is2023-05-11 01:27:21.277
and the end time is2023-05-11 01:52:04.232
. So I think from2023-05-11 01:27:21.277
to2023-05-11 03:36:13
(Be moved to nas) ,the log2023-05-11.1.app-9.log
was not being following. But the posititon file has this log entry:Because the logs are collected in clickhouse, the log content of this log file is not found in clickhouse either.
To Reproduce
Collect larger log files to clickhouse
Expected behavior
Don't lose logs
Your Environment
Your Configuration
Your Error Log
Beta Was this translation helpful? Give feedback.
All reactions