FrankChen021 commented on issue #11295:
URL: https://github.com/apache/druid/issues/11295#issuecomment-852669035
@Murthy7587 From the log, I notice that the old parser spec is used.
```
"parser" : {
"type" : "string",
"parseSpec" : {
"format" : "json",
"timestampSpec" : {
"column" : "CreationTime",
"format" : "ddMMyyyyHHmmss"
},
"dimensionsSpec" : {
"dimensions" : [ "COUNTER_GROUP_ID", "EPC_P_1", "EPC_P_2",
"EPC_P_3", "EPC_P_4", "EPC_P_5", "EPC_P_6", "EPC_P_7" ],
"dimensionExclusions" : [ "CreationTime" ]
}
}
}
```
The exception handling for this old parser spec may not be handled well, and
since this kind of parser has been deprecated since 0.17.0 , I'm suggesting
you that you make some change to your supervisor spec to utilize the newer JSON
`inputFormat` spec which I think addresses your problem here.
See the
[doc](https://druid.apache.org/docs/latest/ingestion/data-formats.html#parser)
here.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]