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

Hi, I am using a Kinesis Consumer, and once the segments reaches number of rows, Pinot is not creating any new segments as well as not being able to upload...

kinesis
troubleshooting

Pinot realtime ingestion from kinesis data stream works as expected for sometime but eventually stops consuming. While checking server logs, `connection refused` error is shown. Is this due to the...

ingestion
kinesis
real-time

I have a streaming table with replication factor 3. I'm trying to fetch the size of information of this table. I have around 8k records , but the segment size...

bug

# Issue Currently if we bound the mapper output size using `segmentMapperFileSizeThresholdInBytes`, we might get into the issue of crossing the threshold overall for the task in case there are...

enhancement
ingestion

* Applies interning for OnHeapByteDictionary. Please refer to https://github.com/apache/pinot/pull/12223 for more details. * Addresses some pending review comments from https://github.com/apache/pinot/pull/12223

documentation
Configuration
performance

This is related to #5069, but a clearly bigger bug. When you filter the multivalue col with an aggregation, you still see all the unique values from the multivalue col....

troubleshooting

At this time, it's a little hard to build a complete picture of the field of "text search" topic in Pinot with - available capabilities, - ongoing efforts, - ideas...

feature

Our FTS capabilities are pretty limited right now -- REGEXP_MATCH does a primitive regex match and TEXT_MATCHES is simply a wrapper around basic Lucene level searching (does not expose fuzzy...

feature

When submitting the following query using JDBC an `ERROR` occurs and is logged but ultimately does not prevent the query from completing. the query... ``` SET useMultistageEngine=true; SELECT stats.* FROM...

bug

Fixes #12693. This PR upgrades commons-lang to commons-lang3 and commons-collections to commons-collections4. A few things to note: 1. I did not upgrade commons-math to commons-math3 because PinotFourthMoment class extends FourthMoment...

cleanup