apache/gravitino

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

Open

#9.673 aberto em 12 de jan. de 2026

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

Métricas do repositório

Stars
 (3.058 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador