Slackbot
06/20/2023, 3:56 PMSergio Ferragut
06/20/2023, 6:49 PMSuneet Saldanha
06/20/2023, 7:43 PMforceGuaranteedRollup in the tuningConfig and set it to false. That will allow ingestion to run, and then you can use compaction to compact the data to get optimal rollupSuneet Saldanha
06/20/2023, 7:44 PMCaner Kürtür
06/21/2023, 10:58 AMCaner Kürtür
06/21/2023, 10:59 AMCaner Kürtür
06/21/2023, 11:00 AMCaner Kürtür
06/21/2023, 11:02 AMCaner Kürtür
06/21/2023, 11:05 AMSuneet Saldanha
06/21/2023, 6:17 PMwould it be okay if I set "forceGuaranteedRollup": to false and keep the rollup=true in granularitySpec? would it still do the job for me and rollup during ingestion?Yes, it is ok to set forceGuaranteedRollup to false, and rollup to true. What this means is that data is rolled up within an individual segment, but not across segments
Suneet Saldanha
06/21/2023, 6:18 PMSuneet Saldanha
06/21/2023, 6:19 PMwe are feeding our datasource via kafka supervisor and it is set to fully compacted. after I run index_parallel, it would then do the job of ""forceGuaranteedRollup":true" yeah?I don't understand this. Are you using the index_parallel job to compact the data, or do you have auto-compaction scheduled for the datasource and this index_parallel job is just some backfill?