-
Notifications
You must be signed in to change notification settings - Fork 176
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
Configurable TimeMonitor interval #925
Comments
Another default that is currently hardcoded is the default "time" dimension ( Allowing this default to be changed cluster-wide would enable automatic introspection of datasources not using
|
I think cluster level property in config for |
That's deliberate. To my understanding |
I'm for something like
Yep, my bad - we use alternative fields for additional partitioning and applicative uses, but for Turnilo's use case of running a TimeBoundary query it should be enough. |
At the moment, the TimeMonitor interval is hardcoded to 1 minute. In druid clusters with many datasources, running a full cycle of time checks can take longer than a minute, and lead to continuous polling of the cluster, which isn't optimal.
Moving this to a cluster level configurable parameter would definitely solve the problem.
The relevant line seems to be:
turnilo/src/common/utils/time-monitor/time-monitor.ts
Line 36 in f8c7af2
Thanks!
The text was updated successfully, but these errors were encountered: