apache/pinot

Add sanity check into Pinot Components start() method to ensure data dir is accessible

Ouverte

#15 860 ouverte le 21 mai 2025

 (4 commentaires) (0 réaction) (1 personne assignée)Java (1 234 forks)batch import
enhancementgood first issuehelp wantedstale

Métriques du dépôt

Stars
 (4 937 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

During the component start, create and delete a tmp file into the data dir then delete it.

This is to ensure the permission is set correctly and fail earlier with a more explicit error.

Ref: https://apache-pinot.slack.com/archives/C011C9JHN7R/p1747663133588709

Guide contributeur