pdeva opened a new issue #6170: 12 hour segment granularity task producing 6 
hour segments
URL: https://github.com/apache/incubator-druid/issues/6170
 
 
   Title says it all.
   screenshot of coordinator console:
   https://www.screencast.com/t/kB6EPZJCK
   
   As you can see segments are created every 6 hours instead of 12 for some 
reason.
   (the hourly segments shown in the screenshot can be ignored, since they are 
from before we increased the segment granularity to 12H).
   
   Note that the `maxRowsPerSegment` is definitely not being hit, as can be 
verified by the tiny size of the segments.
   
   config:
   ```
   "granularitySpec": {
         "type": "uniform",
         "segmentGranularity": {"type": "period", "period": "PT12H"},
         "queryGranularity": "MINUTE"
       }
     },
     "tuningConfig": {
       "type": "kafka",
       "maxRowsPerSegment": 5000000
     },
     "ioConfig": {
       "topic": "infraintegrations",
       "consumerProperties": {
         "bootstrap.servers": "xxx"
       },
       "taskCount": 1,
       "replicas": 2,
       "taskDuration": "PT12H"
     }
   ```
   
   
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to