apache/gravitino

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

Open

#9673 aperta il 12 gen 2026

Vedi su GitHub
 (11 commenti) (0 reazioni) (0 assegnatari)Java (887 fork)auto 404
good first issueimprovement

Metriche repository

Star
 (3058 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor