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
Hmm. I am seeing this behaviour even with the standard app.window. And it doesn't go away when I lower the hard-coded interval to 1s. So there might be something else going on here.
Yes, the reverse dba resolution is currently not used in the rendering
pipeline (I jut opened a bug about this - #1121). Also, the reverse lookups use a
cache so should be pretty stable.
The problem here is one of Paul's pet peeves and is due to how we merge
nodes in the rendering pipe line. There is already a bug about this.
On Saturday, 5 March 2016, Matthias Radestock [email protected]
wrote:
Hmm. I am seeing this behaviour even with the standard app.window. And it
doesn't go away when I lower the hard-coded interval to 1s. So there might
be something else going on here.
—
Reply to this email directly or view it on GitHub #1128 (comment).
I am running with an app.window of 5s and see a lot of instability in the 'BY DNS NAME' view, with nodes frequently disappearing.
I reckon the cause of that is similar to #1122, i.e. a hard-coded polling interval of 10s, this time at
scope/probe/appclient/resolver.go
Line 16 in 592bf3f
The text was updated successfully, but these errors were encountered: