apache/pinot

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

开放

#15,860 创建于 2025年5月21日

 (4 条评论) (0 个反应) (1 位负责人)Java (1,234 个派生)batch import
enhancementgood first issuehelp wantedstale

仓库指标

星标
 (4,937 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南