Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
jack
1
•
asked Sep 26
doris 高并发接口超时问题
我们doris(doris3.0.3)集群三台fe三台be,配置都是8c32g,目前fe master节点的JVM Threads 是590-605左右,两台fllower的JVM Threads 110左右,我们做压测时,300并发300s,在阿里云做了clb,配置doris用户的连接数是300,三台fe的比例是1:1:1,开始压测三台JVM Threads 都会突然上升,然后接口出现3s超时情况,降为200并发时,也是这个现象,100并发就没有报错和超时;我们尝试把fe ...
3.0
0
votes
1
answers
56
views
Pumbaa
9
•
asked Sep 25
Mac 编译Doris BE后启动报错
Doris版本:2.1.11 通过Mac编译Doris BE后,启动报错 {code...} 请问大佬们应该如何解决这个问题
2.1
0
votes
3
answers
55
views
搬砖工人
17
•
asked Sep 25
StreamLoad 导入报错 No available backends
版本:2.1.9 在使用http streamload 导入数据时,经常性出现 报错:[ANALYSIS_ERROR]TStatus: errCode = 2, detailMessage = No available backends 具体的streamload 返回的信息如下: {"Label":"330f1eb7-8575-4598-9b14-3538b72ada6d","LoadBytes":"0",&#...
2.1
0
votes
2
answers
50
views
abjfh
17
•
asked Sep 25
使用聚合模型聚合小时数据,出现前后结果不一致该如何排查
表结构如下 {code...}
2.0
0
votes
1
answers
28
views
lixiangdong
1
•
asked Sep 25
Doris实现动态行转列
例如以下,如果1000个科目呢?或者动态科目呢? 有没有实现类型SqlServer的PIVOT 方法?
2.0
0
votes
1
answers
43
views
东方红
17
•
asked Sep 24
修改列的默认值报错 Can not change default value,是不支持嘛?
修改列 默认值报错: ALTER TABLE ods.swap_info MODIFY COLUMN dur int DEFAULT '30' SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = Can not change default value 试过DUPLICATE KEY模型、UNIQUE KEY模型,都报错。
2.1
0
votes
1
answers
18
views
XQG
15
•
asked Sep 24
fail to offer request to the work pool
Doris 版本 2.1.8 fe.log 中报错日志(是BE节点: fail to offer request to the work pool) {code...}
2.1
0
votes
1
answers
16
views
____
5
•
asked Sep 24
doris sql查询慢,倒排索引查询NULL值问题
1、sql查查询时间在30s+ SELECT count(1) as 'doc_count', MILLISECOND_TIMESTAMP(@timestamp) DIV 1800000 * 1800000 as 'key' FROM table WHERE ((((error_message is not null AND error_message MATCH_PHRASE 'checkTokenFromOldCache')...
2.1
query
0
votes
1
answers
58
views
技术小白
27
•
asked Sep 24
truncate语句无法执行
大家好,这个问题困扰我好久了,我的Doris是3.0版本,1BE+1FE的,功能都正常,但是有个问题,每隔一段时间,大约20天左右,就会出现truncate 语句执行不过去的情况。 我通过以下途径,结果还是不行 1、通过processlist 可以看到进程一直是Query状态。 2、kill CONNECTION proID,手动将命令杀掉 3、再重新执行truncate。 看日志,一直都在报超时,我找不到有用的信息 感觉就像是Oracle上,表被锁了差不多的情况,但是Dor...
3.0
0
votes
1
answers
60
views
LingFeng
3
•
asked Sep 23
漏洞扫描 Google protobuf 安全漏洞(CVE-2021-22570)+Oracle MySQL Server 安全漏洞(CVE-2017-3599)
请问这2个漏洞有没有修复呢 ? 着急! 现在是2.1.9版本
2.1
0
votes
1
answers
33
views
Prev
Prev
13
14
15
(current)
16
17
Next
Next
Hot Questions
[2.1.10] be运行一段时间后重启
1 answers
doris 2.1.7 是否可以在申威的sw_64架构上安装运行?
doris-manager 25.11 版本在单节点部署多be时会造成arrow_flight_sql_port端口冲突
2 answers
[Doris2.1.7]开启SSL后,powerbi直连报错:SSL connection error: protocol version mismatch
variant
Doris ROUTINE LOAD 模式 tcp连接数应该如何计算和控制