himanshug edited a comment on issue #8249: ability to let user configure segment version in indexing task URL: https://github.com/apache/incubator-druid/issues/8249#issuecomment-519248107 @jihoonson thanks ... yeah , basically it is very much possible for following pathological case to happen for our env... dataset#1 data interval: hour1 - hour3 dataset#2 data interval: hour2 - hour4 dataset#3 data interval: hour3 - hour5 .... which requires indexing of these datasets be done sequentially unless we can control the segment version irrespective of who submits the indexing tasks. so, I am assuming that you agree there is not a ideal/simple alternative and we can support something in the task to let user override segment version. we can leave it an undocumented option or documented with warning phrases describing the pitfalls.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
