DENNIS
DENNIS
请按照一下格式提交issue,谢谢! 1. 你当前使用的是哪个版本的 MinDoc(`godoc_linux_amd64 version`)? 2021年4月9日master分支下面拉的源代码,自己编译的版本 2. 你当前使用的是什么操作系统? windows服务器 3. 你是如何操作的? 编辑的时候输入:git config --global --list 预览和看文章的时候变成:git config –global –list 4. 你期望得到什么结果? 输入和显示的一至 5. 当前遇到的是什么结果? 输入和显示不一致
### Motivation When I used the Druid histogram extension to calculate the quantile value, I found that the performance was too poor compared with the exact quantile value of Clickhouse....
Fixes [#12958](https://github.com/apache/druid/issues/12958). ### Description 1. Add normal column sorting 2. Add Inline DataSource Sorting 3. Fix [#13152](https://github.com/apache/druid/issues/13152) inline empty data sorting 4. Sorter interface extraction for future improvement 5. By...
Recently, when deploying the cold/hot layered Druid cluster, it was found that a hot node loaded data beyond the time range, resulting in the hot node's storage being full soon....
Fixes #14535. ### Description 1. Druid provides a friendly and unified query gateway for users across multiple data centers and clusters through cluster federation queries. 2. As the number of...
### Description In many real-world scenarios, we store data with the same schema in a single table. Over time, as data volume grows and storage costs increase, it's common to...
## Druid Version 24.0.1 ## Supervisor Type KafkaIndexSupervisor ## Problem Description We observed that when a Kafka ingestion task's duration exceeds the configured `segmentGranularity`, the Supervisor enters the `UNHEALTHY_SUPERVISOR` state....
### What type of bug is this? Data corruption, Unexpected error ### What subsystems are affected? Standalone mode ### Minimal reproduce step When writing traces from otel collector to GreptimeDB,...