apache/gravitino

[Improvement] Reuse the FileSystem cache in the fileset server and client modules

Open

#9,673 opened on Jan 12, 2026

View on GitHub
 (11 comments) (0 reactions) (0 assignees)Java (887 forks)auto 404
good first issueimprovement

Repository metrics

Stars
 (3,058 stars)
PR merge metrics
 (PR metrics pending)

Description

What would you like to be improved?

Currently, FilesetCatalogOperations and BaseGVFSOperations each have their own FileSystemCache. We need to move the FileSystemCache to Hadoop common and reuse it.

How should we improve?

Move the FileSystemCache to Hadoop common and reuse it.

Contributor guide