lljqy opened a new issue, #18036: URL: https://github.com/apache/doris/issues/18036
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris版本1.1.5 ### What's Wrong? 操作系统: 欧拉2.0 单机配置:cpu 96核心,内存1T 例如有一张表:t_product(明细模型) 其中有5个字段,id, addr, name, price, number 当我执行:SELECT * FROM t_product WHERE id = 1 OR id = 2 OR id = 3 ...... OR id = 220时,BE全部宕机 ### What You Expected? 正常情况应该是返回 id 在 1 ~ 220 之间的记录 ### How to Reproduce? SELECT * FROM t_product WHERE id = 1 OR id = 2 OR id = 3 ...... OR id = 220(其中OR条件有220个) ### Anything Else? 暂无 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org