Z08JBECH commented on issue #11745: URL: https://github.com/apache/druid/issues/11745#issuecomment-932732175
> It sounds similar to what we saw here with data duplication after task failures. Were there task failures? #11719 No, task are ok but some data are duplicated. I found the problem but i think it is a Druid bug To solve the problem I have to set the s3 prefix path in order Like that : cds/f_stock_mouvement_api/year=2021/month=9/day=25 cds/f_stock_mouvement_api/year=2021/month=9/day=26 cds/f_stock_mouvement_api/year=2021/month=9/day=27 cds/f_stock_mouvement_api/year=2021/month=9/day=28 etc if the path are like that some data are loaded 2 times. cds/f_stock_mouvement_api/year=2021/month=9/day=26 cds/f_stock_mouvement_api/year=2021/month=9/day=10 cds/f_stock_mouvement_api/year=2021/month=9/day=13 cds/f_stock_mouvement_api/year=2021/month=9/day=11 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
