Improving web performance by reducing number of broadcasts

2016-06-20 Thread Johnny W.
Hi zeppelin-users, This is my first email to the top-level mailing list. Congratulations for graduation! We are hitting some performance issues when multiple users are connected to the Zeppelin server. From the stack trace, many of the connections are blocked on a HashMap, which is locked by org.

Re: Improving web performance by reducing number of broadcasts

2016-06-28 Thread Johnny W.
asn't caused any problems. However, this is not a long-term > solution and we need to find a better one. > > Jira issue: Reduce websocket communication by unicasting instead of > broadcasting note list (https://issues.apache.org/jira/browse/ZEPPELIN-820 > ) > > Prasad > >