I have segments with segmentGranularity as DAY. As these segments are smaller 
in size, I used compaction task to combine all the segments for a month into a 
single segment. 
But since my load rule is defined for 30 days, this compacted segment got 
dropped which shouldnt have happened. It looks like load/drop rule checks only 
the start date of the segment before making its decision to drop it.
Ideally it should check if the end date of the segment is inside the load rule 
and make a decision based on that. Is this correct @jihoonson ?

[ Full content available at: 
https://github.com/apache/incubator-druid/issues/6387 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to