Currently, in the case a user runs out of local disk space, the behavior is undefined. We want to add some error handling where our io_ring calls are, detect if they fail, and handle the failure elegantly as opposed to allowing the OS to handle issues and allow our program behavior to be undefined.
Currently, in the case a user runs out of local disk space, the behavior is undefined. We want to add some error handling where our io_ring calls are, detect if they fail, and handle the failure elegantly as opposed to allowing the OS to handle issues and allow our program behavior to be undefined.