Skip to content

Commit a4808fe

Browse files
authoredJun 22, 2024
[Issue #658] remove redundant log (#676)
1 parent ae148f3 commit a4808fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎pixels-daemon/src/main/java/io/pixelsdb/pixels/daemon/heartbeat/HeartbeatWorker.java

-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ private static class WorkerRegister implements Runnable
174174
public void run()
175175
{
176176
leaseClient.keepAliveOnce(leaseId);
177-
logger.info("heartbeat worker keep alive");
178177
EtcdUtil.Instance().putKeyValueWithLeaseId(workerKey,
179178
String.valueOf(currentStatus.get()), leaseId);
180179
}

0 commit comments

Comments
 (0)
Please sign in to comment.