Here is the yaml for the cluster:
https://github.com/datainfrahq/druid-operator/blob/master/examples/tiny-cluster.yaml
For some reason, I can only run one kafka supervisor task at a time. The second task is always stuck as "pending".
Any idea why?
Here are some logs that may be relevant:
{
"id": "index_kafka_crypto_bulk_15m_6fa92e3a918604c_iielogil",
"groupId": "index_kafka_crypto_bulk_15m",
"type": "index_kafka",
"createdTime": "2023-09-15T03:43:55.380Z",
"queueInsertionTime": "1970-01-01T00:00:00.000Z",
"statusCode": "RUNNING",
"status": "RUNNING",
"runnerStatusCode": "PENDING",
"duration": -1,
"location": {
"host": null,
"port": -1,
"tlsPort": -1
},
"dataSource": "crypto_bulk_15m",
"errorMsg": null
}
Thanks