-
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
Fix regression in missing edges #465
Conversation
1d92b7c
to
fa50852
Compare
@tomwilkie I know this is not done yet, but, continuing our conversation from yesterday, I am missing an edge from It could also be that I don't understand how the |
Thanks alvaro; please send the output of /api/report for this kind of bug. On Wed, Sep 9, 2015 at 11:07 AM, Alfonso Acosta [email protected]
|
There you go. https://gist.github.com/2opremio/322736b35abceadf75a6 Probably unrelated, but I had rebased this PR on master when I saw this. |
26486a5
to
c2c0262
Compare
@2opremio please try again, I believe this to be almost* fixed. *almost in that I'm tracking down a small bug where the links 'flutter' - come and go. |
a2b3391
to
6363612
Compare
Flutter bug is fixed by the Nodes.Merge cset. This has introduce a bug in pseudo node rendering. The whackamole continues. |
Pseudo node rendering & Hosts view rendering both fixed now too. |
func badRequest(r *http.Request, w http.ResponseWriter, err error) { | ||
http.Error(w, err.Error(), http.StatusBadRequest) | ||
log.Printf("Error procressing request for %s: %v", r.URL.Path, err) | ||
} |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Back to you @tomwilkie |
…ed with any existing node that might be there.
… tag any with the hostid.
36dbb55
to
54299dc
Compare
@peterbourgon PTAL |
I confirm that I get the expected edges both for application and system containers in the ECS demo. However, I am missing edges between the Internet node and the |
LGTM |
Fix regression in missing edges
Fix for #446