apache/pinot
View on GitHubAdd sanity check into Pinot Components start() method to ensure data dir is accessible
Open
#15,860 opened on May 21, 2025
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- (4,937 stars)
- PR merge metrics
- (Avg merge 7d 17h) (190 merged PRs in 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