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 2021/05/08 05:33:34 UTC

[GitHub] [druid] successok commented on issue #11221: The task actually failed but the status shows success

successok commented on issue #11221:
URL: https://github.com/apache/druid/issues/11221#issuecomment-835113902


   here is the spec information: 
   `{
     "type": "kafka",
     "context": {
       "priority": 90,
       "forceTimeChunkLock": true
     },
     "spec": {
       "ioConfig": {
         "type": "kafka",
         "consumerProperties": {
           "bootstrap.servers": "...."
         },
         "topic": "....",
         "inputFormat": {
           "type": "json"
         },
         "useEarliestOffset": true,
         "appendToExisting": true,
         "taskCount": 1,
         "skipOffsetGaps": true,
         "taskDuration": "PT1H",
         "completionTimeout": "PT1H"
       },
       "tuningConfig": {
         "type": "kafka",
         "logParseExceptions": false
       },
       "dataSchema": {
         "dataSource": "bi_data1",
         "granularitySpec": {
           "type": "uniform",
           "queryGranularity": "HOUR",
           "segmentGranularity": "HOUR",
           "rollup": false
         },
         "timestampSpec": {
           "column": "log_time_BI",
           "format": "iso"
         },
         "dimensionsSpec": {
           "dimensions": [
             {
               "type": "long",
               "name": "days_diff"
             },
             {
               "type": "string",
               "name": "action_type"
             },
             {
               "type": "string",
               "name": "adgroup_name"
             },
             {
               "type": "string",
               "name": "adjustADID"
             },
             {
               "type": "string",
               "name": "adjustIDFA"
             },
             {
               "type": "string",
               "name": "adjustLabel"
             },
             {
               "type": "string",
               "name": "adjustTrackerToken"
             },
             {
               "type": "string",
               "name": "agent"
             },
             {
               "type": "string",
               "name": "androidId"
             },
             {
               "type": "string",
               "name": "app"
             }
           ]
         }
       }
     }
   }`
   
    while reproducing the problem ,i find it seems druid cannot parse timestamp correctly from old version spec
   
   ![image](https://user-images.githubusercontent.com/50657384/117527908-f06c0900-b001-11eb-93ba-d5608ac0b44a.png)
   


-- 
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:
users@infra.apache.org



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