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/12/05 17:14:43 UTC

[GitHub] [incubator-druid] AvinoamBN opened a new issue #8995: Tasks fail on upgraded middlemanager 0.12.3 ==> 0.16.0 with error "Granularity is not supported"

AvinoamBN opened a new issue #8995: Tasks fail on upgraded middlemanager 0.12.3 ==> 0.16.0 with error "Granularity is not supported"
URL: https://github.com/apache/incubator-druid/issues/8995
 
 
   After upgrading the middleManagers from 0.12.3 the compact tasks that have been sent to the overlord have been failing. 
   
   The Druid version is 0.16.0
   
   tasks that have been sent before the upgrade show the following INFO in the logs:
   {
     "type" : "compact",
     "id" : "compact_s_b_2019-12-05T07:45:02.184Z",
     "resource" : {
       "availabilityGroup" : "compact_s_b_2019-12-05T07:45:02.184Z",
       "requiredCapacity" : 1
     },
     "dataSource" : "s_b",
     "interval" : "2019-10-31T00:00:00.000Z/2019-10-31T23:59:59.000Z",
     "segments" : null,
     "tuningConfig" : null,
     "context" : { },
     "groupId" : "compact_s_b_2019-12-05T07:45:02.184Z",
     "dimensionsSpec" : null
   }
   
   tasks that have been sent after the upgrade show the following INFO in the logs:
   {
     "type" : "compact",
     "id" : "compact_s_b_2019-12-05T13:45:02.394Z",
     "resource" : {
       "availabilityGroup" : "compact_s_b_2019-12-05T13:45:02.394Z",
       "requiredCapacity" : 1
     },
     "dataSource" : "s_b",
     "interval" : "2019-10-16T00:00:00.000Z/2019-10-16T23:59:59.000Z",
     "segments" : null,
     "dimensionsSpec" : null,
     **"metricsSpec" : null,
     "segmentGranularity" : null,
     "targetCompactionSizeBytes" : null,**
     "tuningConfig" : null,
     "context" : { },
     "groupId" : "compact_s_b_2019-12-05T13:45:02.394Z"
   }
   
   im not sure what is the source of the problem, and im not sure if i need to change my ingestions or something in the middleManagers.
   
   any help would be appreciated,
   thank you

----------------------------------------------------------------
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


With regards,
Apache Git Services

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