FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
16 stars 5 forks source link

StackOverflowError from druid plugin #642

Closed FrankChen021 closed 1 year ago

FrankChen021 commented 1 year ago

Not cause any other problems but verbose logging

Unable to serialize query object: Infinite recursion (StackOverflowError) (through reference chain: org.apache.druid.query.aggregation.LongSumAggregatorFactory["combiningFactory"]->org.apache.druid.query.aggregation.LongSumAggregatorFactory["combiningFactory"]->org.apache.druid.query.aggregation.LongSumAggregatorFactory["combiningFactory"]->org.apache.druid.query.aggregation.LongSumAggregatorFactory["combiningFactory"]->org.apache.druid.query.aggregation.LongSumAggregatorFactory["combiningFactory"]->org.apache.druid.query.aggregation.LongSumAggregatorFactory["combiningFactory"]->org.apache.druid.query.aggregation.LongSumAggregatorFactory["combiningFactory"]->org.apache.druid.query.aggregation.LongSumAggregatorFactory["combiningFactory"]-
FrankChen021 commented 1 year ago

Fixed in #645