leesf commented on code in PR #377:
URL: https://github.com/apache/incubator-livy/pull/377#discussion_r1051582899


##########
rsc/src/main/java/org/apache/livy/rsc/driver/RSCDriver.java:
##########
@@ -392,6 +393,13 @@ <T> void jobFinished(String jobId, T result, Throwable 
error) {
 
   void jobStarted(String jobId) {
     broadcast(new JobStarted(jobId));
+    broadcast(new ReplState(SessionState.Busy$.MODULE$.state()));
+  }
+
+  public void idleIfActiveJobsEmpty(){

Review Comment:
   `public void idleIfActiveJobsEmpty(){` -> `public void 
idleIfActiveJobsEmpty() {`



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to