Github user Leemoonsoo commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/319#issuecomment-143965595
  
    For example, let's say zeppelin want to send two messages using broadcast() 
from single thread. The first message is 1) create notebook and second one is 
2) list available notebooks.
    If broadcast() called in a short time for these two messages, can not 
guarantee the order of delivery, 
    so both 1 -> 2 and 2 -> 1 delivery orders are possible, that results 
inconsistent result in the front-end.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to