Event Type: WarningEvent Source: Enterprise VaultEvent Category: Storage File WatchEvent ID: 6945Description: There is not enough disk space to complete compaction of Collection files.Partition root path: E:\EVStorage\Partition2Required disk space: 100 KBAvailable disk space for compaction: 0 KBTotal free disk space: 1234567890 KBAs in this example, there is plenty of total free space, but the actual issue is that each collector is attempting to issue a lock to the same disk at the same time. One partition will obtain the lock and begin to process collections, whereas other partitions will be unable to receive a lock on the disk, and therefore, has 0kb available at that moment to process collections.
By changing the default schedule for each partition so that the collectors begin at different times, this issue can be alleviated entirely.