### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master release-24.1.0 ### What's Wrong? when stream-load failed because the client read timeout and retried, `putBuilder.setLabel(label + "_" + retry);` will double load-data. ### What You Expected? could remove `putBuilder.setLabel(label + "_" + retry);` ### How to Reproduce? mock httpRequest timeout ### 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)