You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/01/07 05:59:51 UTC

[GitHub] chinalinux2012 opened a new issue #6811: java.lang.IllegalArgumentException: Instantiation of [simple type, class org.apache.druid.data.input...

chinalinux2012 opened a new issue #6811: java.lang.IllegalArgumentException: Instantiation of [simple type, class org.apache.druid.data.input...
URL: https://github.com/apache/incubator-druid/issues/6811
 
 
   when I upgrade druid from 0.9.2 to 0.13.0, The task failed with druid 0.13.0, which successed with previous druid version, the task status shows the following information:
   
   {"task":"index_hadoop_dga_day_prod_2019-01-06T20:00:02.188Z","status":{"id":"index_hadoop_dga_day_prod_2019-01-06T20:00:02.188Z","type":"index_hadoop","createdTime":"2019-01-06T20:00:02.189Z","queueInsertionTime":"1970-01-01T00:00:00.000Z","statusCode":"FAILED","status":"FAILED","runnerStatusCode":"WAITING","duration":15217,"location":{"host":null,"port":-1,"tlsPort":-1},"dataSource":"dga_day_prod","errorMsg":"java.lang.IllegalArgumentException: Instantiation of [simple type, class org.apache.druid.data.input..."}}
   
   the queueInsertionTime is 1970-01-01, which was an obvious mistake, in addition to, I strongly assure this bug is caused by the convertion exception of time sequence field, which format is in the form of "yyyy-mm-ddThh:MM:ss.SSSZ" after my deeply researching of it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org