-
Notifications
You must be signed in to change notification settings - Fork 70
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] ][LOGMONITOR] ERROR: Failed to query next event. Error: 21. #163
Comments
Hey @israelvaldez, which version of Log Monitor are you running? |
Thanks, and which base image are you using? |
mcr.microsoft.com/dotnet/framework/wcf:4.8-windowsservercore-ltsc2019 |
We'll try to repro this, we had a similar issue on the 2019 dotnet images: #150. It was fixed in version 2.0.2. This seems to be impacting file monitor as well which is strange. |
Hiya @israelvaldez can you confirm if these errors appear on the latest version of Log Monitor that Ian pointed out. v2.0.2. I tried repro it on my end and I did not see any regression. ===these are the logs I could observe
I retained the JsonConfig file entries you shared and this is the context of my docker file to keep things simple
|
Hi @israelvaldez, would you be able to send the memory dumps collected to [email protected]? |
Sent. |
Seems [email protected] is not setup correctly as I recieved a message from [email protected] saying that address isn't setup to recieve messages from my email address.
|
Would you be able to try again? There was a policy preventing external emails but that's fixed now. |
Hello @israelvaldez, we are working on how to handle catastrophic failures in Log Monitor. We've not been able to repro the issue on our end. Could you please share your Docker file? Thanks! |
@bobsira I can share the content of the powershell scripts via email so to not share in here and try to keep the NDA my company has with Microsoft, can you please let me know an email where I can send the files? Today we also got a similar error that ultimately caused that one of our pods to be killed after hours of the following messages in the logs, are these raised on this issue?
|
@israelvaldez please send the files to [email protected] |
Describe the bug
Suddenly some of my containers present the following error, which leaves them hanging on forever in kubernetes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Logmonitor.exe should exit with code 1 if there's a catastrophic error or it should report something that we can act on to correct the issue.
Configuration
Specified in steps to reproduce
Additional context
I collected memory dumps of the process as it was hanging, if you need me to send them I can send it to you independently via email.
The text was updated successfully, but these errors were encountered: