alluxio icon indicating copy to clipboard operation
alluxio copied to clipboard

Support getMountTable without invoke ufs

Open maobaolong opened this issue 2 years ago • 1 comments

What changes are proposed in this pull request?

For some of operation come from client, it doesn't use the space related info about the mount point, meanwhile, invoke ufs to generate the space usage info is expensive for now,.

Why are the changes needed?

User can pass an argument invokeUfs to specific whether invoke ufs.

Does this PR introduce any user facing changes?

  • Add an overload api for getMountTable with invokeUfs parameter.

maobaolong avatar Aug 03 '22 15:08 maobaolong

@dbw9580 Thanks for your review and suggestion, push a new commit, PTAL

maobaolong avatar Aug 05 '22 03:08 maobaolong

alluxio-bot, merge this please

jiacheliu3 avatar Aug 31 '22 02:08 jiacheliu3

@tcrain @elega @beinan note this new API added, i'm actually thinking if this can be used in some existing client operations

jiacheliu3 avatar Nov 08 '22 08:11 jiacheliu3