-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Druid moving average query results in circular reference error #7999
Comments
Thank you, I was able to reproduce it, I will investigate. BTW, I didn't have to build the package, downloading it was sufficient:
|
I have tested loading |
Alright! Thanks @yurmix. I quickly glanced at the code and would take me quite some time to figure out the problem. I can also take a look at the |
@jihoonson looks like MovingAverageQueryToolChest is being injected before its dependencies (ClientQuerySegmentWalker, CachingClusteredClient), do you know if there is perhaps a way to control the injection order here through an annotation? |
Moving average query extension results in circular references.
Affected Version
0.15.0-incubating
Description
Steps to reproduce
When running the broker with the contrib extension
moving-average-query
following error occurs:Any debugging that you have already done
As commented here: Contributing Moving-Average Query to open source. #6430 (comment)
version
mvn --version
@yurmix or @jihoonson any of you know what happens here or what I need to do?
The text was updated successfully, but these errors were encountered: