Description
To avoid filling up disks, we should check remaining disk usage (similar to HDFS) and stop writing to a disk when it's near full. There are probably various incremental milestones on this task – blocks, WALs, etc.
To avoid filling up disks, we should check remaining disk usage (similar to HDFS) and stop writing to a disk when it's near full. There are probably various incremental milestones on this task – blocks, WALs, etc.