carbon-clickhouse icon indicating copy to clipboard operation
carbon-clickhouse copied to clipboard

Carbon-clickhouse Reload or soft reboot

Open syatihoko opened this issue 10 months ago • 1 comments

Hello. The essence of the need is that I clean up non-daily metrics indexes (table tree or part of new table index). After that, I noticed that some of the new metrics do not appear again today, only next day (probably due to the application cache). Rebooting the service helps. But there is a possibility of losing metrics. If it were possible to reset the cache (if this is the problem) or first turn off the port, add data to clickhouse-server and then turn off the service completely, then this would probably be correct.

syatihoko avatar Apr 12 '24 14:04 syatihoko

If it were possible to reset the cache - reset cache with signal can solve a problem. But first turn off the port, add data to clickhouse-server and then turn off the service completely - why you need to turn off service ? Data can be added in clickhouse database without turn off.

msaf1980 avatar Apr 26 '24 03:04 msaf1980