pinot icon indicating copy to clipboard operation
pinot copied to clipboard

Apache Pinot - A realtime distributed OLAP datastore

Results 570 pinot issues
Sort by recently updated
recently updated
newest added

## **Overview** This PR introduces **federation capabilities** in Apache Pinot’s broker layer, enabling a single broker to connect to and route queries across multiple independent clusters. The change is **additive...

feature

Pinot currently lacks built-in LDAP/Active Directory authentication support for securing Broker and Controller REST APIs. This feature request proposes adding configurable LDAP authentication to enable enterprise integration with existing directory...

PEP-Request
security
feature request

netty 4.2.7 https://netty.io/news/2025/10/15/4-2-7.html

Bumps [com.dynatrace.hash4j:hash4j](https://github.com/dynatrace-oss/hash4j) from 0.26.0 to 0.28.0. Release notes Sourced from com.dynatrace.hash4j:hash4j's releases. v0.28.0 New Features: added ChibiHash v2 hash function (see https://github.com/N-R-K/ChibiHash) Full Changelog: https://github.com/dynatrace-oss/hash4j/compare/v0.27.0...v0.28.0 v0.27.0 New Features: ByteAccess.forByteArray, ByteAccess.forByteBuffer,...

dependencies
java
minor

This PR adds a template for dev documentation. I've recently read the [Velox Developer Guide](https://facebookincubator.github.io/velox/develop.html) and I really think that it would be super useful to have something like that....

documentation

Summary ---------- Enable size-based segment generation for tables with variable-sized data (e.g., Theta sketches) where static row counts produce inconsistent segment sizes. Finally, adds size-based segment grouping for MergeRollupTask. Implemented...

- https://github.com/apache/pinot/pull/15843#discussion_r2105706875 - Essentially, during the time period when instance partitions in ZK and the segment assignment in the ideal state are out of sync for a table during a...

bug

This is a new table config deduplication feature to allow near realtime cleanup of metadata keys. When `realtimeTTLCleanupIntervalSeconds` > 0, we start a background thread per partition to call `removeExpiredPrimaryKeys`...

enhancement
dedup

**Problem**: We have seen issue with a [recently introduced configuration](https://github.com/apache/pinot/pull/16432) of skip segment CRC check when load a segment during server start or pre-downloading. The issues with this flag and...

ingestion
feature request