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
Detected in:
Version 1.5.1 a bit of CPU consumption and MongoDB queries
Version 1.6.0 => notable increase CPU consumption and MongoDB queries
Two cases:
Using Docker => reach at maximum CPU usage by container instance
Using Kubernetes => reach at maximum CPU usage defined at the maximum resource definition
State:
Initial deployment without any data, empty.
Symptoms:
Using Docker: in a machine of 4 CPUs consuming permanently 50% of 400%
Using Kubernetes: Reach at maximum CPU usage defined at the maximum resource definition
Workaroud:
Explicit limit of CPU usage => but it is not acceptable
What happens in MongoDB?:
One query find almost every 1 millisecond over devices collection of own IOTA database:
Partial related to issue: #193
Detected in:
Version 1.5.1 a bit of CPU consumption and MongoDB queries
Version 1.6.0 => notable increase CPU consumption and MongoDB queries
Two cases:
Using Docker => reach at maximum CPU usage by container instance
Using Kubernetes => reach at maximum CPU usage defined at the maximum resource definition
State:
Initial deployment without any data, empty.
Symptoms:
Using Docker: in a machine of 4 CPUs consuming permanently 50% of 400%
Using Kubernetes: Reach at maximum CPU usage defined at the maximum resource definition
Workaroud:
Explicit limit of CPU usage => but it is not acceptable
What happens in MongoDB?:
One query find almost every 1 millisecond over devices collection of own IOTA database:
Additionally in 1.6.0:
In logs multiple circular references possibly related to:
https://jira.mongodb.org/browse/NODE-2536
https://www.mongodb.com/community/forums/t/warning-accessing-non-existent-property-count-of-module-exports-inside-circular-dependency/3183/13
Or others...
You are welcome to contribute any ideas to correct this problem
Regards,
Cesar Jorge
The text was updated successfully, but these errors were encountered: