apache/gravitino

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

Open

#9,673 opened on Jan 12, 2026

 (12 comments) (0 reactions) (0 assignees)Java (887 forks)auto 404
good first issueimprovement

Repository metrics

Stars
 (3,058 stars)
PR merge metrics
 (Avg merge 6d 6h) (148 merged PRs in 30d)

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