Sandeep R
01/18/2022, 2:24 AMconsole-consumer-32555
console-consumer-37046
console-consumer-3568
console-consumer-11198
table config:
{
"REALTIME": {
"tableName": "uapi-testing_REALTIME",
"tableType": "REALTIME",
"segmentsConfig": {
"schemaName": "uapi-testing",
"timeColumnName": "timestamp",
"replication": "2",
"replicasPerPartition": "2"
},
"tenants": {
"broker": "DefaultTenant",
"server": "DefaultTenant",
"tagOverrideConfig": {}
},
"tableIndexConfig": {
"streamConfigs": {
"streamType": "kafka",
"stream.kafka.topic.name": "uapitranlog2",
"stream.kafka.broker.list": "localhost:6667",
"stream.kafka.consumer.type": "lowlevel",
"stream.kafka.consumer.prop.auto.offset.reset": "smallest",
"stream.kafka.consumer.factory.class.name": "org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory",
"stream.kafka.decoder.class.name": "org.apache.pinot.plugin.stream.kafka.KafkaJSONMessageDecoder",
"realtime.segment.flush.threshold.rows": "0",
"realtime.segment.flush.threshold.time": "240h",
"realtime.segment.flush.segment.size": "100M"
},
"createInvertedIndexDuringSegmentGeneration": false,
"invertedIndexColumns": [],
"rangeIndexColumns": [],
"autoGeneratedInvertedIndex": false,
"sortedColumn": [],
"bloomFilterColumns": [],
"loadMode": "MMAP",
"noDictionaryColumns": [],
"onHeapDictionaryColumns": [],
"varLengthDictionaryColumns": [],
"enableDefaultStarTree": false,
"enableDynamicStarTreeCreation": false,
"aggregateMetrics": false,
"nullHandlingEnabled": false
},
"metadata": {},
"quota": {},
"routing": {},
"query": {},
"ingestionConfig": {},
"isDimTable": false
}
}
Mayank
Sandeep R
01/18/2022, 3:20 AMCurl
curl -X GET "<http://vhldvatlb211:9000/tables/uapi-testing_REALTIME/status?type=realtime>" -H "accept: application/json"
Request URL
<http://vhldvatlb211:9000/tables/uapi-testing_REALTIME/status?type=realtime>
Server response
Code Details
200
Response body
Download
{
"ingestionStatus": {
"ingestionState": "UNHEALTHY",
"errorMessage": "Not all servers responded for segment: uapi-testing__11__74__20220117T2335Z Missing servers : [Server_10.12.76.14_8098]"
}
}
Response headers
access-control-allow-origin: *
content-length: 210
content-type: application/json
pinot-controller-host: <http://vhldvatlb211.tvlport.net|vhldvatlb211.tvlport.net>
pinot-controller-version: Unknown
Responses
Code Description
200
successful operation
Example Value
Model
string
Priyank Bagrecha
01/19/2022, 5:19 PM