-
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
Missing edges between the ECS-demo containers #446
Comments
In fact, I also expect an edge between all the weavescope containers since every probe is reporting to all the apps. |
@2opremio attaching the contents of /api/report and /api/topology/containers to bugs like this will massively help narrow it down. |
I've figured this out. My bad. |
Great that you figured it out. Out of curiosity, can you elaborate on what's causing it? |
I thought I had it but I didn't. Sorry. Still working on it. |
Any update here? This is the only remaining release-blocker. |
The attached or fixes some issues but doesn't fix it 100%. I've got two test cases: cross host communication over the weave network, I don't know why it doesn't work yet. Feel free to review the pr, I see no reason why it can't go in. On Saturday, September 12, 2015, Peter Bourgon notifications@github.com
|
This is mostly fixes - pseudo nodes are working again, and short lived connections from containers to the internet are working. But the short lived connection code doesn't deal with connections coming from the internet, as they go to the hosts IP, not the containers. We know the port mapping for containers, so we should be able to fix this. See #493 |
Steps to reproduce.
Launch the scope variant of the ECS demo (which uses
scope:latest
)Which should output three urls let's call them
u1
,u2
,u3
.Make sure that the Http Servers are communicating with the Data Producers:
Open Scope in any of the three instances (e.g.
u1:4040
)The HttpServer and DataProducers ( the
ecs-weave-ecs...
containers) should be connected since they are communicating with each other. However they are not.The text was updated successfully, but these errors were encountered: