druid
druid copied to clipboard
Apache Druid: a high performance real-time analytics database.
Bumps [terser](https://github.com/terser/terser) from 5.6.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
### Affected Version 0.22.1.61 ### Description Hi Everyone, We have observed a scenario where the Ingestion Task Shows SUCCESS status but the logs showed that it pushed 0 segments. **Background**...
Hello! Introduced with next pages of documentation: [https://druid.apache.org/docs/latest/operations/metrics.html#sql-metrics](https://druid.apache.org/docs/latest/operations/metrics.html#sql-metrics) [https://druid.apache.org/docs/latest/configuration/index.html#logging-emitter-module](https://druid.apache.org/docs/latest/configuration/index.html#logging-emitter-module) And I do not understand how to setup sending metrics for **Grafana**. Of course, I set parameters into /apache-druid-0.22.1/conf/druid/single-server/micro-quickstart/_common/common.runtime.properties file. And...
The unit test `EmitterTest.testTimeBasedEmission` failed in [this build](https://app.travis-ci.com/github/apache/druid/jobs/573410046), but works on the same code when run locally on a Mac. Failure: ```text [ERROR] org.apache.druid.java.util.emitter.core.EmitterTest.testTimeBasedEmission Time elapsed: 10.313 s
I deployed druid using helm from repository using commands from `https://github.com/apache/druid/tree/master/helm/druid` and got it deployed successfully but when I created a task with following spec ``` { "type": "index_parallel", "id":...
### Affected Version 0.23.0 ### Description Kinesis supervisors with the setting `skipIgnorableShards` set to `true` are unable to start a supervisor task, going to UNHEALTHY_SUPERVISOR status. To get a root...
Fixes https://github.com/apache/druid/issues/9970. Description This PR fixes the issue reported onhttps://github.com/apache/druid/issues/9970. This PR has: [ x ] been self-reviewed.
Druid does not intermittently drop segments past retention time. This led to org.apache.druid.segment.SegmentMissingException on our systems ### Affected Version 0.22.1 ### Description **What happened** We have a datasource where we...
### Description The way `index_parallel` downloads `*.parquet` files is a bit too low level. It has no idea about Iceberg's versioning scheme. So if you just point `index_parallel` to Iceberg's...
Deployed Druid using the Kubernetes druid operator. We are using a small cluster with a single instance of broker, coordinators, historicals and routers. Using the druid UI we created a...