Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
江南
9
•
asked Dec 2
经常出现查询超时问题 P99 查询延迟特别高
每天会出现几次几分钟不能用的状态,监控中可以看到P99 查询延迟特别特别高 fe的192.168.200.108的warning日志: be的192.168.200.109的warning日志: 对应时间段的监控: ..... 集群配置: 请问是因为tablet数量太多导致的吗?集群数据量大概在50G左右
2.1
0
votes
1
answers
18
views
lee.Wang
9
•
asked Dec 2
2.1.7 be.warning 日志中出现大量 meet error status: [TIMEOUT]Query tiemout
。这种有什么办法能排查 是什么问题吗
2.1
0
votes
1
answers
11
views
wujs
1
•
asked Dec 2
FlightSqlDriver 更新一条数据报错,我用的最高权限的root, 只能查询不能更新,更新报错 AdbcException NAUTHENTICATED
String USER = "root"; String PASS = "123456"; // 1. new driver final BufferAllocator allocator = new RootAllocator(); FlightSqlDriver driver = new FlightSqlDriver(allocator); Map<String, Object> parameters = new HashMa...
3.0
catalog
0
votes
1
answers
8
views
harryruan
3
•
asked Dec 2
doris-manager-24.1.2版本,Swagger API 未授权访问漏洞
目标服务存在未授权访问漏洞,通过访问URL:http://192.168.1.2:8006/swagger-resources,获取内容如下:[{"name":"default","url":"/v3/api-docs","swaggerVersion":"3.0.3","location":"/v3/api-docs"}] 该如何修复呢
manager
0
votes
2
answers
12
views
Veritas
3
•
asked Dec 2
doris3.1.3和doris4出现空指针异常问题
在doris3.1.3和doris4中,读取mysql数据写入到hive(底层使用oss或cos)时,会出现以下空指针异常错误: mysql: [Warning] Using a password on the command line interface can be insecure. Traceback (most recent call last): File "/data/refactor/job/easy-bigdata/bin//doris_exec.p...
3.0
catalog
query
0
votes
1
answers
27
views
proberiq
1
•
asked Dec 2
doris be节点会不定期在凌晨02:00 崩溃
doris 版本为 2.1.8 集群环境:3个fe+7个be节点,虚拟机,单个节点的资源配置为16C 32G 10T磁盘,3个fe节点和be节点为混合部署,其余4个be节点单独部署。 最初是随机有1-2个be节点会在周六或周天晚上的凌晨2点崩溃,程序的采集任务集中配置在凌晨1:30-03:00。查看be.out日志,未找到crash信息,info和waring也没有具体的报错信息。后续通过doris-manager将集群版本升级到2.1.11版本后6个be节点均在凌晨2点出现...
2.1
0
votes
1
answers
38
views
zjg2024
1
•
asked Dec 1
RpcException, msg: io.grpc.StatusRuntimeException: UNAVAILABLE:
只要查询 加order by 就报错
4.0
0
votes
0
answers
13
views
jiang
40
•
asked Dec 1
SelectDB Enterprise Manager邮箱里的地址不能下载
manager
0
votes
1
answers
32
views
SLZ
1
•
asked Dec 1
为何Doris Routine Load仅部分消费Kafka分区并报"Offset out of range"
创建脚本: CREATE ROUTINE LOAD threat_intelligence_log_routine_load ON threat_intelligence_log COLUMNS (log_id, event_time, event_name, event_type, protocol_type, src_ip, src_port, dst_ip, dst_port, severity, attack_results, payload, event_descr...
4.0
0
votes
1
answers
26
views
xtxt
1
•
asked Dec 1
doris 的 create table 报错,PROPERTIES 中带enable_unique_key_partial_update
我的doris版本是3.1.3,现在打算使用streamload进行部分列更新, 根据文档中的示例,建表语句如下: 文档地址:https://doris.incubator.apache.org/zh-CN/docs/3.x/data-operate/update/update-overview 示例2.4: CREATE TABLE user_profiles ( user_id BIGINT, name STRING, age INT, last_login DATETI...
3.0
0
votes
1
answers
18
views
Prev
Prev
1
2
3
(current)
4
5
Next
Next
Hot Questions
【直播预告】11 月 27 日,企业级 AI 应用解读系列直播来袭!首期聚焦 AI 函数应用
doris2.1.7 truncate table xxx 及 create table 报错,faied to find enugh backend
1 answers
routine load导入部分列更新失效
1 answers
设置时区+08:00后,查询 information_schema.`partitions` 报错invalid format: Fixed/UTC+08:00:00
python使用读写doris的主流使用方式是什么样的
1 answers
doris 3.1.1 中 使用LEAST、GREATEST 函数,相同的变量会因为不同精度返回不一样的结果