steveloughran commented on pull request #35569:
URL: https://github.com/apache/spark/pull/35569#issuecomment-1049106381


   * alluxio shouldn't be complaining that the file isn't there. delete(path) 
must return true as the requirement "path is not present when we return" is met.
   * removing checks before delete() saves one round trip when working with 
object stores.
   * valid point about namenode lock overheads, but not something i personally 
worry too much about. a lock of some form may be needed for the exists probe 
too, and you've now got two RPCs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to