Bruce Ritchie
08/01/2021, 4:53 PMBruce Ritchie
08/01/2021, 4:54 PM"streamConfigs": {
"streamType": "kafka",
"stream.kafka.topic.name": "test_pinot",
"stream.kafka.broker.list": "10.150.1.248:9092",
"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": "100000",
"realtime.segment.flush.threshold.time": "24h",
"realtime.segment.flush.segment.size": "100M"
},
Mayank
Bruce Ritchie
08/01/2021, 5:01 PM"tenants": {
"broker": "DefaultTenant",
"server": "DefaultTenant",
"tagOverrideConfig": {}
},
UI lists one server out of the 5 for that tenantBruce Ritchie
08/01/2021, 5:02 PMMayank
Bruce Ritchie
08/01/2021, 5:11 PM{
"id": "transaction_REALTIME",
"simpleFields": {
"BATCH_MESSAGE_MODE": "false",
"BUCKET_SIZE": "0",
"HELIX_ENABLED": "true",
"IDEAL_STATE_MODE": "CUSTOMIZED",
"INSTANCE_GROUP_TAG": "transaction_REALTIME",
"MAX_PARTITIONS_PER_INSTANCE": "1",
"NUM_PARTITIONS": "0",
"REBALANCE_MODE": "CUSTOMIZED",
"REPLICAS": "1",
"STATE_MODEL_DEF_REF": "SegmentOnlineOfflineStateModel",
"STATE_MODEL_FACTORY_NAME": "DEFAULT"
},
"mapFields": {
"transaction__0__0__20210801T1539Z": {
"Server_ip-10-150-4-116.ec2.internal_8098": "CONSUMING"
}
},
"listFields": {}
}
ideal state
{
"id": "transaction_REALTIME",
"simpleFields": {
"BATCH_MESSAGE_MODE": "false",
"HELIX_ENABLED": "true",
"IDEAL_STATE_MODE": "CUSTOMIZED",
"INSTANCE_GROUP_TAG": "transaction_REALTIME",
"MAX_PARTITIONS_PER_INSTANCE": "1",
"NUM_PARTITIONS": "0",
"REBALANCE_MODE": "CUSTOMIZED",
"REPLICAS": "1",
"STATE_MODEL_DEF_REF": "SegmentOnlineOfflineStateModel",
"STATE_MODEL_FACTORY_NAME": "DEFAULT"
},
"mapFields": {
"transaction__0__0__20210801T1539Z": {
"Server_ip-10-150-4-116.ec2.internal_8098": "CONSUMING"
}
},
"listFields": {}
}
That server is not the same server as the one for the tenant. It's logs have a few messages related to the table but nothing else.Bruce Ritchie
08/01/2021, 5:11 PMBruce Ritchie
08/01/2021, 5:13 PMMayank