Error writing snapshot: compaction in progress: open /var/lib/influxdb/data/_internal/monitor/2/000000181-000000001.tsm.tmp: no such file or directory engine=tsm1

error writing snapshot: compaction in progress: open /var/lib/influxdb/data/_internal/monitor/2/000000181-000000001.tsm.tmp: no such file or directory engine=tsm1

Directory 2 is indeed not there, is there something that can be concluded from this?

what version of InfluxDB is this? When compactions run, tsm.tmp files are compacted into larger .tsm files. This kind of error may indicate a race condition between some activities the database is running. The database itself is logging the error, but should recover from this. I’m curious to know which version you are running as there were some improvements made in the 1.4 release to address an issue like this. It is possible we didn’t catch all of the possible situations where this might occur – so, a little more information would be useful. Thanks!

Now I am running influxdb-1.4.2-1.x86_64 on CentOS7. I am not sure if this is still occuring since I sort of disabled logging by influxdb because of this issue