apache/pinot

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

Open

#15.860 aperta il 21 mag 2025

Vedi su GitHub
 (3 commenti) (0 reazioni) (1 assegnatario)Java (1234 fork)batch import
enhancementgood first issuehelp wanted

Metriche repository

Star
 (4937 star)
Metriche merge PR
 (Merge medio 6g 7h) (186 PR mergiate in 30 g)

Descrizione

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

Guida contributor