qyb225 commented on issue #9894: URL: https://github.com/apache/druid/issues/9894#issuecomment-640990223
@FrankChen021 Hello Frank, I set the segment granulairty `type` to `period`, evertything works fine. Thank you! And let me add the reason why I care about timezone or origin. We had a huge amount of data(0.5 billion/min), and thounds of datasources. At first, we set segmentGranularity with `DAY`, we find every day at 00:00, there will be a switch of data segments, it caused data delay and some indexing tasks failed. But in our case, data at 00:00 is import, so we want to change this time to 03:00. May be it's not a good way to solve this problem. So I wonder if anyone has good suggestions about this. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
