traces.byId
1. 로그 분석
docker compose logs langfuse-web | grep "traces.byId"
- 발견된 에러
middleware intercepted error with code INTERNAL_SERVER_ERROR
Attempt to read after eof: (while reading column metadata):
(while reading from part /var/lib/clickhouse/
in table default.traces)
located on disk default of type local, from mark 0 with max_rows_to_read = 1, offset = 172
2. 근본 원인
ATTEMPT_TO_READ_AFTER_EOFdocker compose exec clickhouse clickhouse-client --query \
"ALTER TABLE default.traces DETACH PART '202601_..."