ERR: %!s(<nil>)

Hi All,

I have this error often.

Please shed some light how to fix.
Thanks a lot in advance

I run into this error once. it’s because my influxd got killed by OS because of out of memory. I was doing a drop measurement operation which could cause very high memory usage.

thanks a lot. my case was because i kept data over two weeks. once i drop old data and recreate database, CPU load back to 0.01

the same error executing

influx -database ‘telegraf_infra’ -execute ‘DROP SERIES FROM /docker./ WHERE host=~/gitlab-runner./’

return

ERR: %!s(<nil>)

:pensive: