TLDR Pruthvi faced an error with ClickHouse client. After resizing the disk, deleting a file, and restarting Otel collectors, the issue was resolved.
Where are you seeing this error?
How did you arrive at this state? While you may have seen this error in collector — the real issue is with ClickHouse.
I was seeing this in otel collector.
And I connected to clickhouse pods, then saw a log that no space found. Then I resized the disk, deleted the above file and restarted Otel collectors, then it worked
Pruthvi
Sun, 07 May 2023 17:10:23 UTCgetting this error ```2023/05/07 17:05:14 Error creating clickhouse client: code: 76, message: There was an error on [chi-signozagent-clickhouse-cluster-0-0:9000]: Code: 76. DB::ErrnoException: Cannot open file /var/lib/clickhouse/store/731/73168718-bae3-4487-9240-41b08dbd7c02/samples_v2.sql.tmp, errno: 17, strerror: File exists. (CANNOT_OPEN_FILE) (version 22.8.8.3 (official build))```