apache/pinot
在 GitHub 查看Controller's `/segments/<tableName>/metadata` does not return metadata from all segments of the table
Open
#7,151 创建于 2021年7月11日
good first issue
仓库指标
- Star
- (4,937 star)
- PR 合并指标
- (平均合并 6天 7小时) (30 天内合并 186 个 PR)
描述
Following Slack discussion: https://apache-pinot.slack.com/archives/C011C9JHN7R/p1625240658371100
This endpoint is supposed (see Swagger screenshot) to return the metadata of all segments. However, it appears to only return a single segment's metadata (from a "random one").
The table really has many segments, and multiple calls to this endpoint return metadata from different segments every time.
Expected
