Elon
06/23/2020, 5:49 PMkubectl exec -it pinot-server bash
works without readiness probe onlyXiang Fu
Xiang Fu
Kishore G
Kishore G
Pradeep
06/24/2020, 9:48 PMNeha Pawar
Kishore G
Pradeep
06/24/2020, 9:50 PMNeha Pawar
Pradeep
06/24/2020, 9:51 PM{
"REALTIME": {
"tableName": "<REMOVED>",
"tableType": "REALTIME",
"segmentsConfig": {
"schemaName": "search",
"timeType": "MILLISECONDS",
"timeColumnName": "timestampMillis",
"replicasPerPartition": "1"
},
"tenants": {
"broker": "DefaultTenant",
"server": "DefaultTenant"
},
"tableIndexConfig": {
"streamConfigs": {
"streamType": "kafka",
"stream.kafka.consumer.type": "LowLevel",
"stream.kafka.topic.name": "<REMOVED>",
"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": "<REMOVED>",
"realtime.segment.flush.threshold.time": "1h",
"realtime.segment.flush.threshold.size": "100M",
"stream.kafka.consumer.prop.auto.offset.reset": "smallest"
},
"createInvertedIndexDuringSegmentGeneration": false,
"enableDefaultStarTree": false,
"aggregateMetrics": false,
"nullHandlingEnabled": false,
"loadMode": "MMAP",
"autoGeneratedInvertedIndex": false
},
"metadata": {
"customConfigs": {}
}
}
}
Neha Pawar
Pradeep
06/24/2020, 9:51 PMNeha Pawar
Pradeep
06/24/2020, 9:56 PMNeha Pawar
Neha Pawar
Pradeep
06/24/2020, 10:04 PMNeha Pawar
Pradeep
06/24/2020, 10:13 PMNeha Pawar
Neha Pawar
Pradeep
06/24/2020, 10:24 PMNeha Pawar
cluster.tenant.isolation.enable=false
Neha Pawar
Pradeep
06/24/2020, 10:28 PMPradeep
06/24/2020, 10:32 PMPradeep
06/24/2020, 10:32 PMcluster.tenant.isolation.enable
variable do?Pradeep
06/24/2020, 10:32 PMNeha Pawar