Skip to content

Avoid extra listStatus calls at worker level #452

@shubhamtagra

Description

@shubhamtagra

We do an extra listStatus call for every FS.open() call, in CachingInputStream creation, to get the fileSize and lastModifiedDate. This increase the api calls to clouds and can mean additional costs. We can avoid this by serializing this information into filePath when creating the FileStatus at coordinator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions