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

2021-05-08 Thread GitBox


successok edited a comment 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 that druid cannot parse 
'__time' 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:
us...@infra.apache.org



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



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

2021-05-08 Thread GitBox


successok edited a comment 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 that druid cannot parse 
'__time' correctly from old version spec
   
   
![image](https://user-images.githubusercontent.com/50657384/117527908-f06c0900-b001-11eb-93ba-d5608ac0b44a.png)
   
   [error.log](https://github.com/apache/druid/files/6445283/error.log)
   


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



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



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

2021-05-08 Thread GitBox


successok edited a comment on issue #11221:
URL: https://github.com/apache/druid/issues/11221#issuecomment-835126320


   The old spec is normal in druid 0.20.1
   
![image](https://user-images.githubusercontent.com/50657384/117528645-c0bf-b005-11eb-974c-5144dd32ece1.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:
us...@infra.apache.org



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



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

2021-05-08 Thread GitBox


successok edited a comment on issue #11221:
URL: https://github.com/apache/druid/issues/11221#issuecomment-835126320


   the old spec is normal in 0.20.1
   
![image](https://user-images.githubusercontent.com/50657384/117528645-c0bf-b005-11eb-974c-5144dd32ece1.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:
us...@infra.apache.org



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



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

2021-05-07 Thread GitBox


successok edited a comment 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 that druid cannot parse 
timestamp correctly from old version spec
   
   
![image](https://user-images.githubusercontent.com/50657384/117527908-f06c0900-b001-11eb-93ba-d5608ac0b44a.png)
   
   [error.log](https://github.com/apache/druid/files/6445283/error.log)
   


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



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



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

2021-05-07 Thread GitBox


successok edited a comment 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 that 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:
us...@infra.apache.org



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



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

2021-05-07 Thread GitBox


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






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



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