This message was deleted.
# troubleshooting
s
This message was deleted.
j
Hi Sunny, can you post your two ingestion specs for review?
s
Sure! Her is the One with Photo column "{ "type": "kafka", "spec": { "ioConfig": { "type": "kafka", "consumerProperties": { "bootstrap.servers": "192.168.134.30:39092" }, "topic": "d.photo", "inputFormat": { "type": "json" }, "taskDuration": "PT148H", "taskCount": 3, "replicas": 2, "pollTimeout": 600, "useEarliestOffset": true }, "tuningConfig": { "type": "kafka" }, "dataSchema": { "dataSource": "photo_details", "timestampSpec": { "column": "RECORDID", "format": "posix" }, "dimensionsSpec": { "dimensions": [ "CID", "NIN", "PHONE_NUMBER", "PHOTO" ] }, "granularitySpec": { "queryGranularity": "none", "rollup": false, "segmentGranularity": "hour" } } } }"
Here is the spec without photo column "{ "type": "kafka", "spec": { "ioConfig": { "type": "kafka", "consumerProperties": { "bootstrap.servers": "10.233.60.111:9092" }, "topic": "g.d.demo", "inputFormat": { "type": "json" }, "taskDuration": "PT1H", "taskCount": 3, "replicas": 2, "pollTimeout": 600, "useEarliestOffset": true }, "tuningConfig": { "type": "kafka" }, "dataSchema": { "dataSource": "demo_details", "timestampSpec": { "column": "!!!_no_such_column_!!!", "missingValue": "2010-01-01T000000Z" }, "dimensionsSpec": { "dimensions": [ "CID", "NIN", "PHONE_NUMBER", "PHOTO" ] }, "granularitySpec": { "queryGranularity": "none", "rollup": false, "segmentGranularity": "hour" }, "transformSpec": {} } } }"
j
@Sunny Osaje Is the RECORDID column a date string?
s
No the RECORDID is a date string
j
Do you have any errors from the logs around the failures?
s
Yes here is the error of the one that just failed "{ "id": "index_kafka_nidb_photo_02_d616f6b830a2e55_ckoeidki", "groupId": "index_kafka_nidb_photo_02", "type": "index_kafka", "createdTime": "2023-05-18T150737.899Z", "queueInsertionTime": "1970-01-01T000000.000Z", "statusCode": "FAILED", "status": "FAILED", "runnerStatusCode": "WAITING", "duration": 13631352, "location": { "host": "10.233.82.55", "port": 8102, "tlsPort": -1 }, "dataSource": "nidb_photo_02", "errorMsg": "java.util.concurrent.ExecutionException: java.lang.RuntimeException: org.apache.druid.java.util.comm..." }"
j
Hmm.. Can you try adding `"missingValue": "2010-01-01T000000Z"`` to the timestampSpec?
j
If you can provide the task log of the failed task that that might help as well.
g
what is the
PHOTO
exactly? (like what kind of data, what format)