Slackbot
05/23/2023, 1:50 PMSuneet Saldanha
05/23/2023, 2:40 PMmt_l_uppts_inferece_avg
. In one segment it is calculated as a LongSum and in another it is calculated as a DoubleSumSuneet Saldanha
05/23/2023, 2:41 PMSuneet Saldanha
05/23/2023, 2:43 PMCompaction tasks fetch all relevant segments prior to launching any subtasks, unless the following items are all set. It is strongly recommended to set all of these items to maximize performance and minimize disk usage of the compact tasks launched by auto-compaction:
^ Relevant part from the docsOlivier JOUSSET
05/23/2023, 3:05 PMOlivier JOUSSET
05/23/2023, 3:10 PMtype
update are for any schema update (add/remove metrics/dimension) ?Suneet Saldanha
05/23/2023, 3:11 PMIs there any conf to indicate to use the latest segment schema as reference for instance ?I'm not aware of one, but that would be nice!
Suneet Saldanha
05/23/2023, 3:14 PMOk so we have to specify manually the metricSpec when configuring the AutoCompaction ?To resolve this issue via auto-compaction, yes. But you can also issue a manual compact task / a Druid re-index task to fix the time interval that auto-compaction is complaining about, and leave the auto-compaction config unchanged.
Suneet Saldanha
05/23/2023, 3:21 PMn do you know if this conflict is only for a metricAdding or removing metrics should work seamlessly. This exception is only thrown when 2 aggregator types are conflicting for the same column, so Druid is unsure how to resolve the difference. In this instance I think there is the chance. https://github.com/apache/druid/blob/338bdb35ea19b495bc6eb587ab99978edb16ce46/proc[…]/java/org/apache/druid/query/aggregation/AggregatorFactory.javaupdate are for any schema update (add/remove metrics/dimension) ?type
Suneet Saldanha
05/23/2023, 3:23 PMSuneet Saldanha
05/23/2023, 3:23 PMOlivier JOUSSET
05/23/2023, 3:50 PMDidip Kerabat
05/23/2023, 8:50 PMOlivier JOUSSET
05/24/2023, 8:59 AMDidip Kerabat
05/24/2023, 9:52 PM