-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodes appear and disappear intermittently #897
Comments
Possibly the probes on different hosts are being slow and missing their deadlines. |
Paul can't reproduce. |
@2opremio please try and reproduce. |
I can reproduce.
I think @paulbellamy is right. Looking at the logs I find a lot of:
Full logs: logs.txt.gz It seems that the AWS micro instances used for the demo are not powerful enough for Scope. They used to work fine, so there must have been a performance degradation. |
Yep, the CPU consumption of the probe/app is pretty high considering the small amount of containers and that there are only 3 hosts: Probe profile: pprof.localhost:4041.samples.cpu.002.pb.gz App profile: pprof.localhost:4040.samples.cpu.001.pb.gz The garbage collector is dominating the CPU consumption. Related: #1010 |
So, the solution here is to:
|
I think #1418 should help a lot towards CPU usage of the app. We could probably close this one. |
#1418 is in, so I think we can close this. |
Reopening since it still happens with the 0.15 candidate: All the probes are dropping reports:
The apps are consuming ~40% CPU in two of the nodes just like it did at the beginning of this issue. Which means that #1418 doesn't seem to be helping. App profile: pprof.localhost:4040.samples.cpu.001.pb.gz |
Related #1457 |
This may already be fixed after the recent CPU-consumption improvements. Worth reviewing again. |
Let's close this; I don't see anything in this issue that points to causes other than cpu usage, which is already covered by numerous issues. |
While testing #889 (b103f93) with the ECS demo, after letting it run for a few hours I see containers appearing a disappearing intermittently.
There are 3 httpserver containers and 3 dataproducer containers which should appear at the same time in the UI but they come and go erratically:
Here's the report, although I am not sure it will help here: https://gist.github.com/2opremio/b3b4f435b568fb836306
I don't see a particularly high CPU or memory consumption but the UI is sloppy and loading the topologies takes a considerable time when loading the UI.
The ECS demo uses very small AWS instances (t2.micro) but Scope works just fine after it's freshly spawned.
The text was updated successfully, but these errors were encountered: