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

Pinot is not able to stream data from brokers to servers. This means that queries that return a large amount of data need keep at least copy in the broker...

multi-stage

The current graceful shutdown steps are listed below in order (along with the issues): 1. `PinotFSFactory` is shutdown first. **Issue**: This will fail segment upload for the segments that are...

currently we have a very basic implementation of the SortOperator and a very basic rule for cross-server sorting plan generator. It generates an sort exchange which connects a local sorting...

multi-stage
feature request

This PR aims to partially solve the issue mentioned [here](https://github.com/apache/pinot/issues/12888) With publishNotReadyAddresses set to true in service resource, kubernetes will publish the DNS address irrespective of whether the pod is...

kubernetes
helm

I am writing plugin to decode the kafka message, but the decoder class doesn't have access to the StreamMessage metadata information. Is there possibility to decode the message using metadata...

ingestion
real-time

**Problem**: Currently [RealtimeToOfflineSegmentsTask that is used to move real time segments to offline segments](https://docs.pinot.apache.org/operators/operating-pinot/pinot-managed-offline-flows), does not have the ability to tune **maxNumRowsPerTask**. This is the parameter that determines the input...

enhancement

… separator. The current separator selection of : should be deprecated because it often collides with : in json text and thus cause parsing errors.

enhancement
ingestion

During our attempted upgrade to 1.1.0 we noticed that some calls from the controller to the servers were failing due to TLS issues. We have 2-way TLS configured for our...

bug

just to have a good overview on all Pulsar related open topics, and only filtering for "pulsar" does not give the right picture, because many issues just mention Pulsar in...

ingestion
real-time
parent-issue

Recently, we added the concept of a Pinot database which is an enumeration over Pinot tables. Currently, this is not well supported in pinot-admin (i.e. we're not able to create...

feature request