Ashish Kumar
11/14/2022, 1:10 PMvishal
11/15/2022, 9:22 AMTim Berglund
Tim Berglund
Ehsan Irshad
11/16/2022, 5:14 AMDiogo Baeder
11/16/2022, 10:57 AMSteven Hall
11/17/2022, 1:25 AMvishal
11/17/2022, 7:19 AMSchema:
"primaryKeyColumns": [
"count"
]
Realtime:
"routing": {
"instanceSelectorType": "strictReplicaGroup"
},
"task": {
"taskTypeConfigsMap": {
"RealtimeToOfflineSegmentsTask": {
"bufferTimePeriod": "3m",
"bucketTimePeriod": "5m",
"schedule": "0 */1 * * * ?",
"mergeType": "dedup",
"maxNumRecordsPerSegment": "10"
}
}
},
but its not working! do i need to add anything else? or am i doing anything wrong?
Thanks,
VishalAbdelhakim Bendjabeur
11/17/2022, 1:31 PMNizar Hejazi
11/17/2022, 3:54 PM"topic.consumption.rate.limit"
refer to? Is it the number of messages consumed by second?javier
11/17/2022, 4:28 PMPrabhav Singh
11/18/2022, 5:53 AMBrokers: 3 Replicas
Controllers: 3 Replicas
Servers: 5 Replicas
Zookeepers: 3 Replicas
However, we are facing an issue with our controller deployment. When we run queries through presto, we are not able to get the result consistently. Many times the query returns the following error:
Unexpected response status: 500 for request to url <http://pinot-controller.dataplatform.svc.cluster.local:9000/tables/><table-name>/instances, with headers {Accept=[application/json]}, full response {"code":500,"error":"Failed to get full list of /pinot/CONFIGS/PARTICIPANT"}
We did an analysis of the error and found out that this is happening because of only specific controllers being able to fetch /pinot/CONFIGS/PARTICIPANT
for a specific table. For example if we fire a CURL request to controller replica 1 for Table A and get a response 200, we get an error for the other two controller. On further analysis, we found that we only get a 200 Response, IF the load balancer directs the query for a table to its leader controller.
We were hoping for help on this issue. Temporary solutions would be to reduce to a single controller which is not recommended for production deployments. Communities help here would be greatly appreciated!Ashish Kumar
11/18/2022, 9:53 AMPeter Pringle
11/21/2022, 2:52 AMPeter Pringle
11/21/2022, 2:53 AMcoco
11/22/2022, 2:00 AM"tableIndexConfig": {
"loadMode": "MMAP",
"nullHandlingEnabled": true,
"streamConfigs": {
"streamType": "kafka",
"stream.kafka.consumer.type": "lowLevel",
"stream.kafka.topic.name": "meetupRSVPEvents",
"stream.kafka.decoder.class.name": "org.apache.pinot.plugin.stream.kafka.KafkaJSONMessageDecoder",
"stream.kafka.consumer.factory.class.name": "org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory",
"stream.kafka.broker.list": "localhost:19092",
"stream.kafka.consumer.prop.auto.offset.reset": "largest",
"realtime.segment.flush.threshold.time": "12h",
"realtime.segment.flush.threshold.size": "10K",
"stream.kafka.metadata.populate": "true"
}
},
Prabhav Singh
11/22/2022, 5:14 AMLoĆÆc Mathieu
11/22/2022, 2:07 PMMarco Ndoping
11/22/2022, 8:44 PMPinotdb
client version 0.4.5
but it doesn't seem to be working when the query has an alias. Here are a few queries (tried other cases as well) I've tried: "SELECT "tbl1"."x" FROM "y" "tbl1"" , "SELECT "tbl1"."x" FROM "y" AS "tbl1"". Has anyone encountered this issue? Is this a known limitation?Alexandre Estevam
11/23/2022, 7:35 AMvishal
11/23/2022, 8:24 AMNot Lead, skip processing CronJob: table - tab6_REALTIME, task - RealtimeToOfflineSegmentsTask
vishal
11/28/2022, 6:55 AM"error": "RealtimeToOfflineTask doesn't support upsert table!"
can't we use upsert with the reltime to offline flow?vishal
11/28/2022, 11:36 AMOscar perez
11/29/2022, 10:52 AMOscar perez
11/29/2022, 10:52 AMvishal
11/29/2022, 11:01 AMRostan TABET
11/29/2022, 11:24 AMUNION
operator? More generally, is there a way to find out which subset of SQL is currently supported?Lewis Yobs
11/29/2022, 1:07 PM<https://github.com/apache/pinot/issues/9223>
mentions UNION is "already supported by Pinot currently but not on the new engine." (new meaning the V2 engine <https://docs.pinot.apache.org/developers/advanced/v2-multi-stage-query-engine>
)Rostan TABET
11/29/2022, 1:21 PM