18 Apr 2019 12:09 PM - last edited on 06 Jul 2023 02:50 PM by andre_vdveen
Hello
I have a microservice (Kubernetes)
Process technology - .NET (.NET Core 2.2.2), ASP.NET Core (2.2.0.18316), ASP.NET Core SignalR (1.1.0.18316), and CLR (CoreCLR 4.0.30319.0)
The developers said they noticed a strange job in the service.
it reboots by itself
In PurePath I see - Purepath capture error
Some data could not be collected or transmitted. This is most likely due to a resource congestion on network, host or process level (S11)
That does this mean?
Exception within PP
The Socket transport's send loop completed gracefully.
After this, the service restarts itself.
Is it possible that due to the work of agents, the service can be restarted independently?
Solved! Go to Solution.
18 Apr 2019 02:19 PM
Hello, Mikhail,
Corrupted Purepaths can have different reasons, like:
The Purepaths will show everything Oneagent grabbed so you look into what failed.
In your case the exception shows that the connection was closed/killed, so that probably is the reason, the Purepath shows as corrupted.
If it was a call out to some public resource that took too long or a call out to a host/process that was particularly burdened at the time.
If you know what process is behind the purepath at the point of corruption, then you might be able to see explanations in the logs about why the subpath was dropped or lead to corruption of the larger path.
Regards