Keep an eye on the storage usage metrics to avoid such incidents proactively in production: https://www.gridgain.com/docs/tutorials/management-monitoring/ignite-storage-monitoring#track-disk-storage-size
- Denis On Wed, Nov 18, 2020 at 7:41 AM Ilya Kasnacheev <[email protected]> wrote: > Hello! > > When you run out of disk space, the Ignite node will stop functioning > normally, and your underlying PDS storage may become corrupted as well. > > Thus it is recommended to avoid running out of disk space. This is not in > any means a normal mode of operation of Apache Ignite. > > Regards, > -- > Ilya Kasnacheev > > > ср, 18 нояб. 2020 г. в 18:29, facundo.maldonado < > [email protected]>: > >> What is the expected behavior of native persistence when there is no more >> space on disk? >> >> I'm getting this error when I reach the max size of the mounted volume >> (storage, not wal): >> *class org.apache.ignite.IgniteCheckedException: No space left on device* >> >> I assumed, that when there is no more space for allocating pages, it >> removes >> the older ones. I may be wrong, confusing this with expiry. >> >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> >
