apache/pinot

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

Open

#15.860 aberto em 21 de mai. de 2025

Ver no GitHub
 (3 comments) (0 reactions) (1 assignee)Java (1.234 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (4.937 stars)
Métricas de merge de PR
 (Mesclagem média 6d 7h) (186 fundiu PRs em 30d)

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

Guia do colaborador