Slackbot
01/29/2023, 7:44 PMSrikanth Chekuri
01/30/2023, 1:18 AMGeert-Johan Riemer
01/30/2023, 7:41 AMsignoz
instead of platform
. I did open the logs tab in the web UI.Geert-Johan Riemer
01/30/2023, 7:43 AMGeert-Johan Riemer
01/30/2023, 2:38 PMSrikanth Chekuri
01/30/2023, 3:29 PMGeert-Johan Riemer
01/30/2023, 3:42 PMGeert-Johan Riemer
01/30/2023, 3:42 PMGeert-Johan Riemer
01/30/2023, 3:42 PMGeert-Johan Riemer
01/30/2023, 3:43 PMSrikanth Chekuri
01/30/2023, 3:49 PMGeert-Johan Riemer
01/30/2023, 3:50 PMGeert-Johan Riemer
01/30/2023, 5:39 PMGeert-Johan Riemer
01/30/2023, 5:40 PMGeert-Johan Riemer
01/30/2023, 5:40 PMGeert-Johan Riemer
01/30/2023, 5:40 PMk8s_pod_name
fields from SELECTED FIELDS, both k8s_pod_name entries are removed at the same time, and errors start to happen..Geert-Johan Riemer
01/30/2023, 5:44 PMGeert-Johan Riemer
01/30/2023, 5:44 PMGeert-Johan Riemer
01/30/2023, 5:44 PMGeert-Johan Riemer
01/30/2023, 5:57 PMGeert-Johan Riemer
01/30/2023, 6:00 PMos_type
to the SELECTED FIELDS
• All is still fine, until the next step:
• Remove k8s_pod_name from the SELECTED FIELDS. Both entries will disappear at the same time (even though clicking the ❌ once for only one of the entries)
• clickhouse now becomes very busy; consuming 60% of my machines capacity, 4000-5000 mCPU in k8s stats, using 750MiB RAM.
• An error mentioning a field that was NOT removed will spam the logs of clickhouse:
MutatePlainMergeTreeTask: Code: 10. DB:Exception Not found column• I did not removein block.os_type
os_type
, but it was one of the remaining fields in SELECTED FIELDS in the web UI.
• When I actually remove os_type
from the SELECTED FIELDS list, clickhouse immediately calms down. Within seconds it's back to normal CPU usage. Memory stays at 750MiB, I guess it's not freed.. (but thats not really a problem for me)..
• So I guess there is a problem with that k8s_pod_name
appearing twice, and then being removed causes this issue? The API call to api/v1/logs/fields
seems to cause the change in clickhouse behavior..Geert-Johan Riemer
01/30/2023, 6:00 PMGeert-Johan Riemer
01/30/2023, 6:01 PMGeert-Johan Riemer
01/30/2023, 6:01 PMGeert-Johan Riemer
01/30/2023, 6:02 PMSrikanth Chekuri
01/30/2023, 6:31 PM