You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using dd-java-agent 1.48.1, we observe a continuous increase in the number of open file descriptors over time, even with profiling disabled. This eventually leads to resource exhaustion. Rolling back to version 1.47.3 eliminates the issue.
Expected Behavior
Open file descriptors should remain stable in production unless the application logic explicitly opens resources.