Hello team, my clickhouse instance is printing thi...
# support
m
Hello team, my clickhouse instance is printing this almost every seconds, should I be worried? I'm using self hosted instance in k8s
Copy code
{
  "date_time": "1727271657.925631",
  "thread_name": "TCPServerConnection ([#351])",
  "thread_id": "1239",
  "level": "Information",
  "query_id": "849f51b6-6be3-42f2-b44c-6d3f82f51a30",
  "logger_name": "signoz_logs.logs_v2_resource (d8a60a12-2748-490f-aa53-b1d7c294b63f) (Replicated OutputStream)",
  "message": "Block with ID 19700120_7981734761619709357_1159526285902650285 already exists locally as part 19700120_4090_4090_0; ignoring it.",
  "source_file": "src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp; auto DB::ReplicatedMergeTreeSinkImpl<false>::commitPart(const ZooKeeperWithFaultInjectionPtr &, MergeTreeData::MutableDataPartPtr &, const BlockIDsType &, size_t, bool)::(anonymous class)::operator()() const [async_insert = false]",
  "source_line": "665"
}
s
No, this is harmless log. It just means ClickHouse deduplicated some data.
m
It's been running for days now, do you think it will ends at some point? Could it be related to the scaling of the collector I did? I move from 1 to 3 instances?
s
No, it won't stop as we continuously write the data. You can disregard it