Skip to content
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

Infinite loop on the Dependencies view #10

Closed
yurishkuro opened this issue May 1, 2017 · 3 comments
Closed

Infinite loop on the Dependencies view #10

yurishkuro opened this issue May 1, 2017 · 3 comments
Labels

Comments

@yurishkuro
Copy link
Member

When running a clean hotrod Docker image and having no data returned from dependencies endpoint the UI goes into infinite loop on the Dependencies tab

docker run -d -p5775:5775/udp -p16686:16686 jaegertracing/all-in-one:latest
@c0b
Copy link

c0b commented May 21, 2017

I got a reproduce of the infinite loop, getting this from JS Console:

span.js:33 Uncaught (in promise) RangeError: Maximum call stack size exceeded
    at span.js:33
    at index.js:74
    at Array.map (<anonymous>)
    at f (index.js:73)
    at index.js:74
    at Array.map (<anonymous>)
    at f (index.js:73)
    at span.js:38
    at index.js:74
    at Array.map (<anonymous>)

@xuzhenglun
Copy link

I got the issue too, any update?

@saminzadeh
Copy link
Member

saminzadeh commented May 23, 2017

I will tackle this today

vvvprabhakar referenced this issue in vvvprabhakar/jaeger-ui Jul 5, 2021
* Fixes #10: Infinite loop when no services are found

* Add no service deps message

Signed-off-by: vvvprabhakar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants