orioledb / orioledb

OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems)  🇺🇦

Home Page:https://orioledb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoke ERROR when no space left on a filesystem instead of LOG.

pashkinelfe opened this issue · comments

At insert test when the filesystem is full there is a crash with coredump (it's not written because no space)

In the log just before:
2024-02-09 11:43:14.195 UTC [2958] LOG:  could not write file "orioledb_data/5/68631-0": No space left on device
2024-02-09 11:43:14.195 UTC [2958] LOG:  could not write file "orioledb_data/5/64995-0": No space left on device
2024-02-09 11:43:14.195 UTC [2958] LOG:  could not write file "orioledb_data/5/28817-2": No space left on device
2024-02-09 11:43:14.195 UTC [2958] DEBUG:  initial_parts_counting_callback(5 41255 7 0 0) - 2185
2024-02-09 11:43:14.195 UTC [2958] DEBUG:  initial_parts_counting_callback(5 73329 3 0 0) - 2186
2024-02-09 11:43:14.195 UTC [2958] LOG:  could not write file "orioledb_data/5/62103-0": No space left on device
2024-02-09 11:43:14.195 UTC [2958] DEBUG:  initial_parts_counting_callback(5 48513 7 0 0) - 2187
2024-02-09 11:43:14.195 UTC [2958] LOG:  could not write file "orioledb_data/5/19559-4": No space left on device

c34d00d2615d8ee14