suddendust commented on issue #7476: URL: https://github.com/apache/pinot/issues/7476#issuecomment-927600086
Hi @richardstartin here's the request information: 1. Table Configuration [redacted] ``` { "REALTIME": { "tableName": "", "tableType": "REALTIME", "segmentsConfig": { "timeType": "MILLISECONDS", "schemaName": "", "retentionTimeUnit": "DAYS", "retentionTimeValue": "7", "timeColumnName": "start_time_millis", "segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy", "replicasPerPartition": "1" }, "tenants": { "broker": "DefaultTenant", "server": "", "tagOverrideConfig": { "realtimeConsuming": "", "realtimeCompleted": "" } }, "tableIndexConfig": { "loadMode": "MMAP", "invertedIndexColumns": [ "someCol" ], "rangeIndexColumns": [ "someCol" ], "autoGeneratedInvertedIndex": false, "createInvertedIndexDuringSegmentGeneration": false, "streamConfigs": { "streamType": "kafka", "stream.kafka.consumer.type": "LowLevel", "stream.kafka.topic.name": "", "stream.kafka.decoder.class.name": "org.apache.pinot.plugin.inputformat.avro.confluent.KafkaConfluentSchemaRegistryAvroMessageDecoder", "stream.kafka.consumer.factory.class.name": "org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory", "stream.kafka.broker.list": "", "security.protocol": "", "ssl.truststore.location": "", "ssl.keystore.location": "", "ssl.truststore.password": "", "ssl.keystore.password": "", "ssl.endpoint.identification.algorithm": "", "stream.kafka.decoder.prop.schema.registry.url": "", "stream.kafka.decoder.prop.schema.registry.rest.url": "", "realtime.segment.flush.threshold.rows": "6000000", "realtime.segment.flush.threshold.size": "6000000", "realtime.segment.flush.threshold.time": "1d", "realtime.segment.flush.threshold.segment.size": "1G", "stream.kafka.consumer.prop.auto.offset.reset": "smallest" }, "enableDefaultStarTree": false, "enableDynamicStarTreeCreation": false, "aggregateMetrics": false, "nullHandlingEnabled": false }, "metadata": {}, "isDimTable": false } } ``` 2. -`Xmx`: 4G 3. We haven't configured `XX:MaxDirectMemorySize` explicitly, so I guess the default would be same as 4G? All other tables have similar config (we have seven tables). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org