Repository: zeppelin
Updated Branches:
refs/heads/branch-0.7 53ea135ce -> d1ca84b4d
[ZEPPELIN-2724] Move NotebookSocket.send() out of synchronized block
This PR tries to address https://issues.apache.org/jira/browse/ZEPPELIN-2724.
Bug Fix
* [x] - Move NotebookSocket.send() out of synchronize
Repository: zeppelin
Updated Branches:
refs/heads/master 9367f87b3 -> 2e5900808
[ZEPPELIN-2724] Move NotebookSocket.send() out of synchronized block
### What is this PR for?
This PR tries to address https://issues.apache.org/jira/browse/ZEPPELIN-2724.
### What type of PR is it?
Bug Fix
### T
Repository: zeppelin
Updated Branches:
refs/heads/master 90b3be5b6 -> 9367f87b3
ZEPPELIN-2811. Specify precise explicitly for travis build
### What is this PR for?
Travis is upgrading ubuntu from precise to trusty, so sometimes your travis
will fails if it is routed to trusty.
I confirmed tha