Why do I need to wait half an hour for INFO: found new file? #14592
Unanswered
summerance
asked this question in
Q&A
Replies: 1 comment 10 replies
-
Please share your configuration as part of the question. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
you can see I started at 2022-09-27T06:58:56,the first INFO about "Found new file to watch" is at 2022-09-27T07:21:23.
when include = [ "/onlinelogs/.../2022/09/25/00/request*.gz” ] ,it can INFO:found new file immediately.There are 24 matched gzip files at /onlinelogs/.../2022/09/25/00/.
when include = [ "/onlinelogs/.../2022/09/25/**/request*.gz” ] ,I need to wait about half an hour for INFO: found new file.There are 24*24 matched gzip files at /onlinelogs/.../2022/09/25/**/.
when include = [ "/onlinelogs/.../2022/09/**/request*.gz” ],there is no INFO:found new file though I have waited for 1 hour.There are 24*24*30 matched gzip files at /onlinelogs/.../2022/09/**/.
each matched gzip file is 3GB.
Beta Was this translation helpful? Give feedback.
All reactions