Recommended settings for writing to object stores says:
For object stores whose consistency model means that rename-based commits are safe use the
FileOutputCommitterv2 algorithm for performance; v1 for safety.
Is it safe to use the v2 algorithm to write out to Google Cloud Storage?
What, exactly, does it mean for the algorithm to be "not safe"? What are the concrete set of criteria to use to decide if I am in a situation where v2 is not safe?
