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
Describe what happened:
We recently upgraded from 3.58.1 to 3.59.x and noticed that after some hours multiple services are stuck in a crash-loop with the following error message:
Error: Cannot find module '/datadog-lib/node_modules/dd-trace/init'
Require stack:
- internal/preload
at Module._resolveFilename (node:internal/modules/cjs/loader:1142:15)
at Module._load (node:internal/modules/cjs/loader:983:27)
at internalRequire (node:internal/modules/cjs/loader:174:19)
at Module._preloadModules (node:internal/modules/cjs/loader:1573:5)
at loadPreloadModules (node:internal/process/pre_execution:737:5)
at setupUserModules (node:internal/process/pre_execution:204:5)
at prepareExecution (node:internal/process/pre_execution:160:5)
at prepareMainThreadExecution (node:internal/process/pre_execution:54:10)
at node:internal/main/run_main_module:11:19 {
code: 'MODULE_NOT_FOUND',
requireStack: [ 'internal/preload' ]
Describe what you expected:
No errors
Steps to reproduce the issue:
Upgrade from 3.58.1 to 3.59.x (including latest)
I opened a support ticket with our account manager and got the reply that version 5.12.0 of the dd-trace library should fix this. I tested with 5.17.0 and so far it looks good
Describe what happened:
We recently upgraded from 3.58.1 to 3.59.x and noticed that after some hours multiple services are stuck in a crash-loop with the following error message:
Describe what you expected:
No errors
Steps to reproduce the issue:
Upgrade from 3.58.1 to 3.59.x (including latest)
Additional environment details (Operating System, Cloud provider, etc):
EKS 1.27
The text was updated successfully, but these errors were encountered: