DataDog / datadog-process-agent

Datadog Process Agent
https://datadoghq.com
20 stars 9 forks source link

Add retries when creating conntrack #313

Closed leeavital closed 5 years ago

leeavital commented 5 years ago

I'm investigating a race condition where initializing conntrack deadlocks. This is a hacky workaround that will get things working until I find the root cause.

Also includes some logging adjustments that I made while debugging.