Yonatan Graber
Yonatan Graber
Very similar phenomena happens when viewing a very large list of namespaces in a cluster (+18k namespaces). UI become unresponsive, to a point it is unusable.
Seems like a compatibility issue. Use the following snippet with Firefox 7.0.1 to reproduce it (with Chrome 15 it works fine). ``` $(function(){ $("#txt").css({padding:"20px"}).autoResize(); }); ```
@nayanika-u, thanks for the comment. Is that true for the metric collectors as well? Would pushing event emitting loop (lines 183-185) above ```java initialLoad.complete(getCurrentVersionId()); ``` but below ```java metrics.updateTypeStateMetrics(getStateEngine(), requestedVersion);...
@Sunjeet AFAIK metric collector can be specified during creation only. Since I'm thinking about kind of a middleware, I'd like to instrument existing consumers that were created externally (think about...