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

**Problem** When shards are merged or reduced in Kinesis, Servers send segment consumed message to Controller with reason: endOfPartition reached. Controller during commit process can incorrectly determine partition has not...

bug
ingestion
kinesis
real-time

🐛 Problem Currently, when configuring a Pinot table to ingest from a Pulsar stream using OAuth2, it is not possible to specify the scope parameter. The PulsarPartitionLevelConnectionHandler class initializes the...

Configuration
ingestion
plugins
feature request

https://github.com/apache/pinot/pull/16783 removed this feature thinking it is not used, but it was a functional feature which we use in stripe https://github.com/apache/pinot/pull/16783#issuecomment-3498367846

bug
ingestion
observability
real-time

### Current Behavior When attempting to start the Pinot Server (_version 1.4.0_) in an environment with no outbound internet access (e.g., a firewalled Docker Swarm overlay network), the server fails...

bug

### __What Happens__: - Error occurs on __Spark Executor nodes__ during segment push phase - The `SegmentGenerationJobSpec` object is __null__ when executors try to push segments - Fails at `SegmentPushUtils.pushSegments()`...

troubleshooting

## Summary 1. Add support for **custom class implementation** using reflections to avoid creating a custom implementation of the entire starter class. This follows the convention we generally use for...

enhancement
bugfix

## Problem Statement ### Current Limitation The existing segment reload status API (`GET /segments/segmentReloadStatus/{jobId}`) uses timestamp-based heuristics to determine reload success by comparing `segmentLoadTimeMs >= jobSubmissionTime`. This approach has several...

feature request

Add JDK 25 to GitHub Actions PR test matrix for unit, integration, and quickstart jobs.

testing
github_actions

**Why** - Keep servers stable under load (reduce OOM and spike-driven failures) - Improve user experience by preventing single-query hogging and lowering error rates **What** - Global concurrency gate for...

feature

## Summary - introduce timeoutOverflowMode plumbing in server/broker metadata - make LeafOperator break early only if mode=BREAK and expose a TIMEOUT_OVERFLOW_REACHED stat so intermediates keep running - add SlowMockInstanceDataManagerFactory plus...