Reamer commented on a change in pull request #4080:
URL: https://github.com/apache/zeppelin/pull/4080#discussion_r629394156



##########
File path: 
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/ExecRemoteInterpreterProcess.java
##########
@@ -248,6 +252,11 @@ public void onProcessFailed(ExecuteException e) {
       synchronized (this) {
         notifyAll();

Review comment:
       This `notifyAll()` should wake up the `wait(timetoTimeout);`.
   Any idea why it doesn't work? Maybe you can explain your change a little 
more.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to