We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae148f3 commit a4808feCopy full SHA for a4808fe
pixels-daemon/src/main/java/io/pixelsdb/pixels/daemon/heartbeat/HeartbeatWorker.java
@@ -174,7 +174,6 @@ private static class WorkerRegister implements Runnable
174
public void run()
175
{
176
leaseClient.keepAliveOnce(leaseId);
177
- logger.info("heartbeat worker keep alive");
178
EtcdUtil.Instance().putKeyValueWithLeaseId(workerKey,
179
String.valueOf(currentStatus.get()), leaseId);
180
}
0 commit comments