Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
____
3
•
asked Jul 1, 2024
【已解决】2.1.4版本查询带__DORIS_DELETE_SIGN__ 直接报空指针
select DORIS_DELETE_SIGN,id,age from tbl_name 报错: NullPointerException, msg: null
2.1
0
votes
2
answers
108
views
某某某某
54
•
asked Jul 1, 2024
【已解决】2.0.10升级到2.1.4,简单查询超时
执行 select * limit 10, 其他版本能迅速出结果, 这个版本却会超时:
2.1
upgrade
0
votes
3
answers
215
views
Alstore
29
•
asked Jul 1, 2024
selectdb-doris 2.1.4 写入报错
内表 insert into写入报错: sync filter size meet error, filter: RuntimeFilter: (id = 0, type = bloomfilter, need_local_merge: true, is_broadcast: false, build_bf_cardinality: true; 默认配置;
2.1
ingestion
0
votes
3
answers
183
views
piaolingzxh
3
•
asked Jul 1, 2024
【已解决】doris 2.1.0,跨年周 %X-%V语法BUG
问题描述:dorisdb 跨年周 %X-%V(周日为一周的第一天语法)查询结果和mysql同样语法查询结果,以及期望结果不一致。 环境:dorisdb 2.1.0 ,mysql 任意版本 说明:采用mysql 查询结果、doris查询结果、期望结果对比 使用sql如下:(doris请将dual改成任意数据库下的任意表) select -- 以下周一为一周的第一天 date_format('2021-12-25','%X-%V') order_w...
2.1
0
votes
2
answers
77
views
Sean
5
•
asked Jun 30, 2024
logstash output doris plugin的使用问题
希望通过Kafka把数据发到Logstash,再通过Logstash output doris plugin把kafka数据写到Doris的表内,由于采集的数据是多种日志数据,都是Jason格式,但无法预知具体每一种日志有多少列以及相应的列名,现在希望把Kafka发过来的Jason字符串,写入到Doris表内一个统一variant列,logstash output doris plugin参数应该如何写,目前没有找到可以引用整个jason字符串的方法。 请帮助指教如何写plu...
2.1
0
votes
1
answers
101
views
Sean
5
•
asked Jun 30, 2024
Doris 2.1.3 BE启动后每24小时会自己停止
Doris 2.1.3版本,3个FE, 3个BE,FE可以连续稳定运行,但三个BE节点每运行24小时就会出现宕机,开始认为是系统连接限制,后来改为system service,但还是24小时出现宕机的问题。下面是2次出现问题后的be.out文件的输出: start time: Tue Jun 25 23:04:38 CST 2024 INFO: java_cmd /data1/jdk1.8.0_202//bin/java INFO: jdk_version 8 SLF4J: ...
2.1
0
votes
2
answers
182
views
Blue.Zhao
3
•
asked Jun 30, 2024
FE无法启动且后台报错,想知道是什么原因导致的,以及如何解决?
FE后台报错 2024-06-30 13:24:37,908 WARN (UNKNOWN fe_493e2dd7_a214_4923_827e_2c834c7e53d0(-1)|1) [Env.notifyNewFETypeTransfer():2393] notify new FE type transfer: UNKNOWN 2024-06-30 13:24:37,927 WARN (RepNode fe_493e2dd7_a214_4923_827e_2c834c7e5...
2.0
0
votes
1
answers
108
views
徐振超@SelectDB
7121
•
asked Jun 30, 2024
【解决方案】如何通过Profile快速定位Doris查询瓶颈
1 如何获取profile 参考文档: [https://doris.apache.org/zh-CN/docs/query/query-analysis/get-profile] 我们时常遇到对应 SQL 执行时间不及预期的情况,为了优化 SQL 达到预期查询时延,通过 Profile 我们能够看出可以做哪些优化。现在说明在不同环境下应该如何拿到对应 Query 的 Profile。 使用请求方式 HTTP://FE_IP:HTTP_PORT GET /API/Profil...
content
faq
practices
3
votes
1
answers
963
views
郭明昊
11
•
asked Jun 29, 2024
2.1.4版本 python使用arrow flight sql ,连接不会断开 ,连接数占满,达到100
conn = flight_sql.connect(uri="grpc://192.168.6.11:9040", db_kwargs={ adbc_driver_manager.DatabaseOptions.USERNAME.value: "root", adbc_driver_manager.DatabaseOptions.PASSWORD.value: "yutu@611Security" }) 创建游标 cur = c...
2.1
0
votes
3
answers
470
views
heye
3
•
asked Jun 29, 2024
2.1.3 升级2.1.4 版本后,doris-spark-connector 写入数据异常 (doris sync_request_ids)
版本环境: selectdb-doris 2.1.4 错误提示内容: [CANCELLED][THRIFT_RPC_ERROR]auto inc sync result length > front buffer. 1 vs 0 doris::vectorized::AutoIncIDBuffer::sync_request_ids 具体错误 org.apache.doris.spark.exception.StreamLoadException: stream loa...
2.1
upgrade
0
votes
2
answers
105
views
Prev
Prev
245
246
247
(current)
248
249
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
2.1.8 基于docker的doirs部署出现 FE 心跳异常 TTransportException: MaxMessageSize reached
doris 2.1.10 查询异常 There is no scanNode Backend available
创建一个表之后,可以获取到对应的tableid吗
1 answers
dorisManager获取本地ip错误
Cluster Manager 监控图表显示 no data 的解决办法