gaoyan1998 opened a new issue, #25045: URL: https://github.com/apache/doris/issues/25045
### 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 1.2 ### What's Wrong? use the command `curl --location-trusted -u admin:****** -H "read_json_by_line: true" -H "format: json" -H "two_phase_commit:true" -T test http://*******/_stream_load` retuen: ``` { "TxnId": 51289551, "Label": "45ab3714-04eb-4b63-ab1e-7aeb52c32175", "TwoPhaseCommit": "true", "Status": "Success", "Message": "OK", "NumberTotalRows": 1, "NumberLoadedRows": 1, "NumberFilteredRows": 0, "NumberUnselectedRows": 0, "LoadBytes": 181, "LoadTimeMs": 14, "BeginTxnTimeMs": 0, "StreamLoadPutTimeMs": 1, "ReadDataTimeMs": 0, "WriteDataTimeMs": 10, "CommitAndPublishTimeMs": 0 } ``` the Status is success, but doris table have no data json is a line of data, 20,000 data about only a few hundred successfully inserted, not inserted do not know the reason ### What You Expected? Insert all data or display the reason why the insertion failed ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### 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