Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
wslhhh
5
•
asked Feb 20
异步物化视图初始化内存超限问题
本机内存32g,已用17g,剩余安全可用13g左右。创建了一个异步物化视图,查看任务,一直失败,报ERROR 1105 (HY000): errCode = 2, detailMessage = (10.16.10.8)[MEM_LIMIT_EXCEEDED]PreCatch error code:11, [E11] Allocator mem tracker check failed, [MEM_LIMIT_EXCEEDED]failed alloc size 1.03 M...
mtmv
0
votes
1
answers
59
views
Fennng
25
•
asked Feb 20
Doris的正则匹配规范问题
在测试Doris的正则匹配时,发现两个问题。 问题1 Doris的语法规范,需要加转义。'\d+'不行,要'\\d+'才行。是所有的特殊符号都需要加转义吗? 问题2 中文匹配的问题。 官方提供了一个中文匹配的正则表达式 '\p{Han}'是符合要求的,但这是Doris自定义的正则表达式吗? 用常用的中文匹配正则 '[\u4e00-\u9fa5]' 时,发现全中文的命中不了,前后有非中文字符时才能命中。 而且,为什...
2.1
0
votes
1
answers
96
views
Miranquil
1
•
asked Feb 20
Doris 2.1.6 使用 Arrow 查询,返回行数不对,并且 COUNT 会报错
FE 与 BE 端口已配置 9095/9096,使用 golang driver 连接 {code...} 报错内容为 Invalid Argument: [FlightSQL] [RUNTIME_ERROR]ArrowFlightBatchLocalReader fetch arrow data failedTStatus: (InvalidArgument; DoGet: endpoint 0: [uri:"grpc+tcp://192.168.0.101:909...
2.1
0
votes
2
answers
75
views
fsadhjfklds
3
•
asked Feb 20
insert overwrite table table_name partition(*) 第二次覆盖插入0条数据到当前有数据的分区,当前分区不会被清空
3.0
ingestion
0
votes
1
answers
63
views
WGYLP
5
•
asked Feb 20
doris fe 修改默认端口导致监控异常
由于doris和yarn 部署在同一台主机,默认的8030端口冲突,修改为 8035后,监控一直提示fe实例异常,实际fe已经正常启动,请问这个监控条件如何自定义呢?
manager
0
votes
1
answers
44
views
张涛
37
•
asked Feb 20
doris日志异常,集群查询慢
集群日志报错: failed to get info request to TNetworkAddress(hostname:1*...*.52, port:8060) err Waited 60 seconds (plus 64253 nanoseconds delay) for io.grpc.stub.ClientCalls$GrpcFuture@1a3d56be[status=PENDING, info=[GrpcFuture{clientCall=ClientCal...
2.1
0
votes
1
answers
43
views
Neal_Zzzz
17
•
asked Feb 20
2.1.8,resource group存在bug
resource group给每个节点设置新的tag后,原先__internal_schema的表都是用的default,导致tablet不健康
resource-admin
2.1
0
votes
2
answers
51
views
thunder
5
•
asked Feb 20
1.1.5,fe升级报错
Doris版本1.1.5 fe节点数有3个(角色都是follower) 问题描述: Doris版本从1.0.0升级到1.1.5时,fe升级报错,导致该节点fe(非master)读取另外两个fe节点状态报错。 尝试使用故障恢复进行元数据恢复:具体操作, 1.停用该节点的fe; 2.fe.conf添加metadata_failure_recovery=true; 3.清除文件夹doris_meta下的文件; 4.使用./bin/start_fe.sh --metadata_fai...
cluster
upgrade
0
votes
2
answers
36
views
icflew
21
•
asked Feb 19
版本3.0.2 __internal_schema root 系统任务执行的sql是什么作用
场景是BE FE有混搭的节点,发现有查询被mem_limit阻止。根据query_id在审计日志里面查询到是root用户在__internal_schema的sql peak_memory_bytes很高。sql查询执行结构似乎是为了获取一个最小值和最大值,目标表数据量比较大 TB级别,想问下这种系统sql是什么作用?哪里有可以限制的参数?
3.0
1
votes
1
answers
42
views
luoluoluo
1
•
asked Feb 19
查询数据缺失问题
在使用doris2.1.6版本的unique模型创建单表,当程序或者手工单条插入数据时,可查出数据,偶尔会出现过一天或者几天后查不到对应数据的情况 表的DDL如下: CREATE TABLE load_table ( table_id int NULL COMMENT '', sign_in varchar(255) NULL COMMENT '', sign_in_time datetime NULL DEFAULT CURRENT_TIME...
2.1
0
votes
1
answers
36
views
Prev
Prev
84
85
86
(current)
87
88
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
Doris 整库同步PostgreSQL 遇到table 中有regclass类型,如何解决或跳过改字段
spark 访问 doris on k8s 总是报错
首次安装doris be无法启动
doris manager发送邮件失败
1 answers
批量删除分区(删除一个范围内的分区)
1 answers