这是indexloc提供的服务,不要输入任何密码
Skip to content

Hystrix.stream #15

@pakizito

Description

@pakizito

Good afternoon,
I came across a strange problem with the dashboard, which is a big problem for me and I've done some investigations and found the probable cause.
When I select an application, the dashboard queries the hystrix.stream on that instance to make enable or disable the button, but this have a huge impact on hystrix stream because the stream actually is never closed and then after some time I get a max reached on the poller of the hystrix metrics.
From my investigation, I see that on the services.js there's a $http.head to the hystrix stream, and if there's a response, then the button is active, but this will make the stream open and never closed, reaching the limit of 5 quite easily.
Do you have the same issue?
Is there a way to cancel or abort that head call?

thank you very much.

With kind regards,
Rodrigo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions