steveloughran commented on PR #6686:
URL: https://github.com/apache/hadoop/pull/6686#issuecomment-2288394801

   > fs.capability.virtual.block.locations
   
   it's to say "this fs makes up block locations". it means that cost of 
looking up block locations is a lot less (no remote calls) and you don't really 
need to schedule work elsewhere. 
   
   now that hasPathCapability() is being exported to legacy code, I just felt 
this would be useful. Currently things look for the default (host == localhost) 
and go from there -but they only get to do that *after* the looup


-- 
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