Kevin Vu
04/13/2021, 4:17 PMayush sharma
04/13/2021, 4:25 PMMayank
Kevin Vu
04/13/2021, 4:37 PM{
"tableName": "interactions",
"tableType": "REALTIME",
"segmentsConfig": {
"timeColumnName": "interactionunixtime",
"timeType": "MILLISECONDS",
"segmentPushType": "APPEND",
"segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy",
"schemaName": "interactions",
"replication": "0"
},
"tenants": {},
"tableIndexConfig": {
"loadMode": "MMAP",
"streamConfigs": {
"streamType": "solace",
"stream.solace.consumer.type": "highLevel",
"stream.solace.topic.name": "cw/jms/interactions/v1",
"stream.solace.decoder.class.name": "org.apache.pinot.plugin.stream.solace.server.SolaceJSONMessageDecoder",
"stream.solace.consumer.factory.class.name": "org.apache.pinot.plugin.stream.solace.server.SolaceStreamConsumerFactory",
"stream.solace.jms.Host": "localhost",
"stream.solace.jms.Username": "****",
"stream.solace.jms.Password": "****",
"stream.solace.jms.VPN": "solace-dev",
"stream.solace.destinationType": "queue",
"stream.solace.jms.ClientID": "dev-profile"
}
},
"metadata": {
"customConfigs": {}
}
}
Mayank
Kevin Vu
04/13/2021, 4:45 PMMayank
Kevin Vu
04/13/2021, 4:55 PMMayank
Kevin Vu
04/13/2021, 5:00 PMMayank
"Server_135.113.208.194_7000": "ERROR"
interactions_REALTIME_1618332793297_0__0__1618332793369
in that logKevin Vu
04/13/2021, 5:03 PMMayank
interactions_REALTIME_1618332793297_0__0__1618332793369
there?Kevin Vu
04/13/2021, 5:07 PMMayank
Kevin Vu
04/13/2021, 5:08 PMMayank
Kevin Vu
04/13/2021, 5:10 PMMayank
Kevin Vu
04/13/2021, 5:11 PMMayank
Kevin Vu
04/13/2021, 5:13 PMMayank
if [ -z "$JAVA_OPTS" ] ; then
ALL_JAVA_OPTS="-Xms4G -Dlog4j2.configurationFile=conf/quickstart-log4j2.xml"
else
ALL_JAVA_OPTS=$JAVA_OPTS
fi
Kevin Vu
04/13/2021, 5:22 PMMayank
Kevin Vu
04/13/2021, 5:25 PMMayank
Kevin Vu
04/13/2021, 5:26 PMMayank
Kevin Vu
04/13/2021, 5:26 PMMayank
Kevin Vu
04/13/2021, 5:28 PMMayank
Kevin Vu
04/13/2021, 5:41 PMMayank
Kevin Vu
04/13/2021, 5:52 PMMayank
Kevin Vu
04/13/2021, 5:58 PMMayank
1. We deleted and recreated the table, this time with entire cluster nuked, and did not see the issue.
2. Our current suspicion is that given that quick-start uses only 32M as Xmx, and several tables were created, the server ran out of resources.
3. This is using a custom connector (Solace), so that might have caused the logging issue.