Arnav
12/01/2025, 5:59 AMArnav
12/01/2025, 9:19 AMSenthil Kumar
12/01/2025, 12:45 PMRANJITH KUMAR
12/02/2025, 6:41 PMrobert zych
12/03/2025, 11:23 PMExpression cycle problem when using an ingest transform function where the source field name matches the pinot column name? In my case I have geojson that has a geometry field containing coordinates ({"geometry": {"coordinates": [-82.41959120338983, 35.61020539194915]}} ). I'm looking for a way to convert those coordinates using toSphericalGeography(stPoint(lon, lat)) into a column also named geometry.Alexander Maniates
12/04/2025, 8:39 PM{
"routing": {
"instanceSelectorType": "strictReplicaGroup"
}
}
and also numInstancesPerPartition=1
With this is mind, is it still possible to scale up the number of servers horizontally once the table is set up? And what is the process then to do so?Shrusti Patel
12/08/2025, 7:55 AMRANJITH KUMAR
12/08/2025, 8:37 AMRishabh Sharma
12/09/2025, 6:09 AMAlexander Maniates
12/09/2025, 8:55 PMmetadataTTL is set, do primary keys then expire and free up memroy at the end of the data TTL (set by the segmentsConfig retention settings)? Or do primary keys live forever in this case?
2. Should metadataTTL always be set to longer than the segment config retention setting? I imagine if you went to update a record that fell out of the metadataTTL, but the old segment data was still around, you could have duplicate data at that point?Padmini
12/10/2025, 12:28 PMShubham Kumar
12/15/2025, 6:45 PMRealtimeSegmentValidationManager task, after that also triggered this api tables/{{table_name}}/resumeConsumption?consumeFrom=largest still consuming segments are not spawning. Please help to resolve thisSubham Soni
12/16/2025, 5:56 AMWe create files of length 0.5g (or the requested buffer length, whichever is higher), and map areas of the file for each allocation request within a segmentCan someone confirm if at least 512MB is allocated per Kafka partition consumer, and is there a way to configure this size to reduce RES memory usage incase of high partition count ?
San Kumar
12/17/2025, 12:25 PMSan Kumar
12/17/2025, 12:46 PMSubham Soni
12/30/2025, 12:41 PMUtsav Jain
02/23/2026, 10:00 AMApache Pinot 1.2.0 and we are facing a scaling issue with realtime upserts enabled for our use case, due to the nature of the primary key the updates can fall in after the expiration window of the metadataTTL defined (~8hrs) in our table config, since we cannot keep infinite retention so we are not able to show accurate information on our views due to duplicate entries being recorded
We are thinking to write a custom minion job, which should do stuffs like
1. Fetch all such duplicate entries within a time window
2. Only keep the latest one and mark others as invalid so that they can be taken up for deletion in future
We wanted to get community help as we didn't find any resources which provides such functionality open source , can anyone help with any references or starting point so that it can help us to use pinot efficiently
cc: @Abhigyan Bharati @Xiang FuValentina
02/25/2026, 7:58 AMBoris Tashkulov
02/27/2026, 8:27 AMMark
03/02/2026, 8:14 AMRaghvendra Yadav
03/05/2026, 10:57 PMYash Mayya
03/17/2026, 4:37 AMSrinivasan Duraiswamy
04/01/2026, 2:28 PMSrinivasan Duraiswamy
04/02/2026, 2:19 AMRaghavendra M
04/02/2026, 9:29 AMZEBIN KANG
04/07/2026, 7:37 PMjvm_memory_bytes_used{instance=~'.*staging.*',area="heap"} / on(instance) group_left jvm_memory_bytes_max{instance=~"pinot-.*",instance=~".*staging-.*",instance=~".*realtime-.*",area="heap"} * 100
cc: @Neeraja Sridharan @Sai Tarun TadakamallaShubham Kumar
04/11/2026, 9:36 PMBrokerResourceMissingError (410) on a REALTIME table after adding this to broker config:
pinot.broker.adaptive.server.selector.enable.stats.collection=true
pinot.broker.adaptive.server.selector.type=HYBRID
After updating the config, I am encountering the following error while running the query:
Error Code: 410 (BrokerResourceMissingError)
BrokerResourceMissingError
What am I missing here?
Observations:
• All 3 brokers: idealState: ONLINE but externalView: ERROR for this table only
• Other tables querying fine
• rebuildBrokerResourceFromHelixTags returns "ideal state is the same"Raghavendra M
04/14/2026, 6:51 AMSan Kumar
04/15/2026, 11:54 AMYash Mayya
04/15/2026, 8:34 PM