mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update ping routine
This commit is contained in:
parent
ede1f185c9
commit
bde5db4f76
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ public class ZeppelinHeartbeat implements Runnable {
|
|||
|
||||
@Override
|
||||
public void run() {
|
||||
LOG.debug("Sending PING to all connected Zeppelin notes");
|
||||
client.pingAllNotes();
|
||||
LOG.debug("Sending PING to Zeppelin Websocket Server");
|
||||
client.ping();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue