apache / paimon-webui

Web ui for Apache Paimon.
https://paimon.apache.org/
Apache License 2.0
121 stars 58 forks source link

[Improvement] Remove unnecessary logging of cluster interface #491

Closed s7monk closed 1 month ago

s7monk commented 1 month ago

close: https://github.com/apache/paimon-webui/issues/490

Purpose

The checkClusterHeartbeatStatus method in the cluster interface prints info logs every 1 minute. This PR removes unnecessary log printing in the cluster interface.