ranxuxin001 opened a new issue, #57396: URL: https://github.com/apache/doris/issues/57396
### 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 2.1.8 ### What's Wrong? Doris leads to 100% CPU sys while input a huge amount of data(8T) using load stream. Perf indicates the __pv_queued_spin_lock_slowpath uses 99% CPU. After restart this node's doris process, it works well again and joined to the doris cluster. However, I would like to know if doris has this problem when use it normally. <img width="817" height="768" alt="Image" src="https://github.com/user-attachments/assets/bbcc1e07-e475-4025-afe9-a700d457de9b" /> <img width="842" height="768" alt="Image" src="https://github.com/user-attachments/assets/03fc6980-627e-4c23-a387-f9a63166c703" /> ### What You Expected? doris works well when use it normally. ### How to Reproduce? curl --location-trusted -u -H Expect: -H column_separator:,,, -H columns: time, content, raw_log, tags, log_date -T /data/m.csv -XPUT http://192.168.1.1:8040/api/log_message/logs_229/_stream_load using it to input data to doris for several days. ### Anything Else? _No response_ ### Are you willing to submit PR? - [x] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
