Ankit Sultana
Ankit Sultana
Test Plan: I have added some unit-tests. We have been running this internally at Uber for a while and recently presented this in Prestocon. Fill in the release notes towards...
At present BaseBrokerStarter determines the Broker Instance ID using a very generic "instanceId" property which is also shared with Pinot minion. In the case of a Quickstart Cluster, if we...
Will use this PR to discuss some questions offline and update details here afterwards.
At present, if I modify a thrift file (say query.thrift) and re-generate the corresponding files the Thrift compiler doesn't add licenses and the subsequent build fails. Only after manually copy-pasting...
cc: @walterddr
Repro: ``` select count(*) from baseballStats where IN_SUBQUERY(playerID, 'SELECT ID_SET(playerID) FROM baseballStats WHERE teamID != ''''') limit 10 ``` Is this a known issue? I tried find a ticket here...
We use the following MBean to track Helix Pending messages in Pinot Servers: ``` CLMParticipantReport:MonitorType=ParticipantMessageMonitor,ParticipantName=some_instance_id: ``` We have often seen that this MBean reports that there are Helix pending messages,...
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...
### Issue Description (I haven't spent time reproducing this. The following is based on my understanding.) Partial Upsert tables merge the incoming event with the existing latest version of the...
Tracker for the proposal in #13760. ### Milestones - [x] Add SPI code to main - [x] Add E2E single server support to main - [ ] Robust Phase-1 implementation,...