You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/05/10 14:12:13 UTC

[GitHub] [zeppelin] Reamer commented on a change in pull request #4080: [ZEPPELIN-5300] Paragraph pending until timeout when process launcher has already failed

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:
users@infra.apache.org