-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Empty access log #38293
Comments
I guess the rotate time should not be 7 seconds but 7days. |
/assign @aoiasd /unassign |
Rotate time units was second, not hours. So we rotate files every 24 seconds in this case. |
Maybe we should skip rotate when file was empty,i will do this. |
Find other bugs, access log remove old files when files number large than maxBackups, but file list was unordered, case may remove the new file, not the old filed. Will fix together. |
…38309) relate: #38293 Signed-off-by: aoiasd <[email protected]>
…ilvus-io#38309) relate: milvus-io#38293 Signed-off-by: aoiasd <[email protected]>
…ilvus-io#38309) relate: milvus-io#38293 Signed-off-by: aoiasd <[email protected]>
…rotate empty log (#38661) pr: #38309 relate: #38293 Signed-off-by: aoiasd <[email protected]>
We have the same problem on 2.4.6 cluster depl |
Is there an existing issue for this?
Environment
Current Behavior
After configuring the access log according to the documentation, there are logs within the container, but it is empty.
Add log config like this
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: