Mannoj
04/21/2025, 9:12 AMPeter Corless
04/21/2025, 6:33 PMPeter Corless
04/22/2025, 8:13 PMjamangstangs
04/23/2025, 7:54 AMSan Kumar
04/25/2025, 4:57 AMSan Kumar
04/25/2025, 4:58 AMSan Kumar
04/25/2025, 4:59 AMPeter Corless
04/25/2025, 8:27 PMYarden Rokach
San Kumar
04/29/2025, 9:52 AMYarden Rokach
mohan
05/13/2025, 6:50 AM@VisibleForTesting
public PinotDriver(SSLContext sslContext) {
_sslContext = sslContext;
}
we want to know if we can use the above method as it's annotated as visibleForTesting. if not, what is the best way to use pinot java client to avoid the thread issues. Waiting for the responseYarden Rokach
Peter Corless
05/13/2025, 9:20 PMYarden Rokach
Yarden Rokach
Peter Corless
05/15/2025, 9:02 PMChirag Varshney
05/19/2025, 9:57 AMRealtimeToOfflineSegmentsTask
. We’re still seeing the old data in queries.
Steps Taken So Far:
1. Verified that CDC events are correctly propagated to Kafka.
2. Confirmed that real-time tables are receiving new updates.
3. Flushed real-time segments and executed the RealtimeToOfflineSegmentsTask
to merge data.
Questions:
• Are there any known gaps in this workflow that could cause stale data in offline segments?
• Could there be a misconfiguration in the real-time-to-offline task or retention settings?
• Are there additional steps required to ensure updates to historical data are properly reflected?
• How we can eliminate duplicate rows in offline table?
• What are the correct bucket time to use when delaing with years of historical data for dedup task in Offline tables.
We’d appreciate any insights or troubleshooting suggestions to resolve this issue.
Thanks in advance for your help!Suresh PERUML
05/20/2025, 1:40 AMSuresh PERUML
05/20/2025, 12:23 PMZhuangda Z
05/22/2025, 6:42 PMFelipe
05/26/2025, 4:44 PMAngel Ruiz
05/27/2025, 5:24 PM<http://make.com|make.com>
.
Recently, I’ve been diving into cloud technologies and microservices to develop some really exciting projects. I’m currently seeking new opportunities and would love to connect with anyone who has openings that might be a good fit or could use my skills.
Don’t hesitate to reach out if you need an extra pair of hands for your company.
Thank you! #CDRCA57FCEmilio Duran
05/28/2025, 2:24 PMSP
06/02/2025, 5:02 PMAZ_A_OFFLINE
, grouped within the pool AZ_A_OFFLINE
- AZ-B Servers: Tagged as AZ_B_OFFLINE
, grouped within the pool AZ_B_OFFLINE
These pools will be added to the table configuration, ensuring that communication between servers remains within the same AZ.
Broker Query Routing
• Currently, Pinot brokers distribute queries in a round-robin fashion, and there appears to be no built-in way to enforce AZ-local routing. Ideally, a broker located in AZ-A should query servers from the AZ_A_OFFLINE
pool, but we have not found a direct method to control this behavior.
Any suggestions or improvements in this approach is appreciated?Utsav Jain
06/03/2025, 9:39 AMmetadataTTL
expiry on upserts to be 12hrs
We are seeing that due to that we are now getting duplicate entries created in Pinot due to update of the event arriving after 12 hr window
This is causing our reports which utilised count(*) to show wrong results and distinct is not working as the data set has grown too huge
To solve this issue we are planning to leverage the Segment compaction job for this using a minion
Have anyone implemented such segment compaction task in Java which we can take reference of
Then please helpSan Kumar
06/03/2025, 7:05 PMingestionConfig": {
"batchIngestionConfig": {
"segmentIngestionType": "APPEND",
"segmentIngestionFrequency": "DAILY"
}
},
Without this also segment is pusing.What is the use of above property.Mannoj
06/04/2025, 12:58 PMcluster config setting will take priority or client setting will take priority in pinot ?
i.e: am setting pinot.broker.timeoutMs = 60000 in broker and server config file itself, but if some clients want to override this setting, can they set at client level a new setting like pinot.broker.timeoutMs = 1200000 and get the query executed ?Alexander Maniates
06/04/2025, 3:53 PMsegmentPrunerTypes
works when pruning segments for a query: 🧵guru
06/04/2025, 5:32 PM