Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zhangxiaolong861
9
•
asked Sep 26, 2024
Doris的3个FE,qps能达到200多,有时select 1 探测出现很多慢查询,耗时3,4秒
在业务异常的2分钟内,发下了84个超过1秒的SQL,其中66个SQL是探测SQL是SELECT 1。有很多耗时是3,4秒的。有18个是业务SQL,其中16个业务SQL从日志上看是用了FE的缓存结果。只有2个业务SQL是有到BE上执行。正常的话select 1和从fe缓存中拿数据是很快的。不可能会有3,4秒的情况。这种现象是FE达到了瓶颈吗,队列满了吗,处理不过来?。能看什么指标判断FE达到处理瓶颈,怎么优化。doris的版本是Doris version doris-2.1.4...
2.1
0
votes
2
answers
65
views
anan0120
15
•
asked Sep 26, 2024
使用 Flink Doris Connector设置checkpoint,程序重启不生效
doris版本:2.1.5 Flink Doris Connector版本:1.8-24.0.0 使用 Flink Doris Connector 测试 Flink CDC 接入多表或整库功能过程中, 在程序中设置 checkpint的设置,程序每次重启都会先快照全部的表,然后再增量,checkpoint为啥没生效,辛苦大佬帮忙看看,是哪里不对吗? {code...}
2.1
0
votes
1
answers
61
views
lm.jiao
13
•
asked Sep 26, 2024
flink sql写入doris,报no available backend
异常 org.apache.doris.flink.exception.DorisRuntimeException: no available backend. at org.apache.doris.flink.sink.BackendUtil.getAvailableBackend(BackendUtil.java:96) at org.apache.doris.flink.sink.writer.DorisWriter.lambda$getStreamLoader$1(...
1.2
0
votes
1
answers
149
views
polarbearmx
6
•
asked Sep 26, 2024
为什么Profile中的RowsKeyRangeFiltered远大于表的实际行数。
2.1.5 表行数:1620000,没有做过更新和删除。 通过SortKey做点查,但是,Profile中出现【- RowsKeyRangeFiltered: 17.814555M (17814555)】,17814555远大于1620000。 详细的Profile如下: Summary: - Profile ID: f83b42d9f05142f4-96ed95ee4959670c - Task Type: QUERY - Start Time: 2024-09-26 15...
2.1
0
votes
2
answers
42
views
tumg
5
•
asked Sep 26, 2024
2.1.4 版本,insert into tvf时候出现 warning
1、版本:doris-2.1.4-rc03-e93678fd1e 2、表:聚合表 3、指标字段:DECIMAL(20, 5) 4、tvf来源:s3 parquet文件 现象(插入报warning): INSERT INTO xx WITH LABEL xx (xxx,xxx) SELECT * FROM s3("uri"="s3://xx/*.parquet","s3.endpoint"="s3.us-east-1.am...
2.1
0
votes
1
answers
24
views
星火-邓进
5
•
asked Sep 26, 2024
doris2.1.2升级到2.1.6后,通过catlog查询oracle变慢很多
看下图,平时执行耗时6m左右的任务,26号耗时1h12m ![] 截图了任务的某个流程的sql,获取profile(profile见后面),这个sql耗时14m,平时应该也就几十秒 ( [https://ask.selectdb.com/uploads/post/5gBHt9Tt6mu.jpg] ) 以下是sql的profile,由于超长,分几段发: Summary: - Profile ID: ba6b36e6f8ec4712-86dddd01f3934aeb - Task...
2.1
0
votes
1
answers
115
views
lm.jiao
13
•
asked Sep 26, 2024
flink(1.17) + docker部署的doris(1.2.4),填的8030端口却报8040 Connection refused
source端 阿里云(hologres) sink端 doris(1.2.4)单机版 FE/BE在1台机器上 CREATE TEMPORARY TABLE dwd_cmxs_analyse_ri ( id varchar(200) , date_time TIMESTAMP , app varchar(100) , cname varchar(100) , sname varchar(100) , user_name varchar(100) , error_code va...
1.2
0
votes
1
answers
33
views
liuzhe
5
•
asked Sep 26, 2024
logstash doris output 按日志内容输出到不同的表
发现在 doris output 配置中使用日志内容渲染不出来,如下图配置,文件输出可以正确渲染到指定问题,但是输出到doris会提示无法写入 "%{@table}", 看现象是没有渲染。 麻烦大佬们看看是我使用不对还是目前不支持,有无其他实现的办法 报错日志: 标准输出日志: 日志内容: {"hostname":"-vm-33441","path":"/tmp/cmdb.log","re...
2.1
0
votes
1
answers
46
views
Alstore
29
•
asked Sep 26, 2024
2.1.6 新建catalog 查表出现 No remote table found for table: xxxxx. Please refresh this catalog.
selectdb-doris-2.1.6 2.1.5升级2.1.6 后catalog 使用正常且配置 metadata_refresh_interval_sec 在2.1.6 新建catalog 后频繁出现 找不到表或者库 No remote table found for table: xxxxx. Please refresh this catalog. 或者修改正在使用的catalog后也会出现此现象 CATALOG 创建语句 {code...}
2.1
catalog
0
votes
2
answers
144
views
doris小白
11
•
asked Sep 26, 2024
2.1.4版本插入数据报错Failed to connect to backend,Connection timed out
Caused by: java.sql.SQLException: errCode = 2, detailMessage = (10.128.24.16)[CANCELLED]Failed to connect to backend 11389: [E110]Fail to connect Socket{id=506806161407 addr=x.x.x.x:8060:45272} (0x0x7f6f52c21800): Connection timed out [Edit...
2.1
0
votes
3
answers
157
views
Prev
Prev
168
169
170
(current)
171
172
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
stream load 的返回值字段解释,Doris2.1.8版本,receiveDataTimeMs是什么意思
2 answers
insert into 后,查询有时候查不到数据
表副本问题,突然有一个表访问报错
1 answers
查询一张Aggregate模型的表,每次执行的结果都不一致
1 answers
unique key hash分桶数据倾斜
1 answers