shgxwxl opened a new issue #5081: URL: https://github.com/apache/incubator-doris/issues/5081
**Describe the bug** new partitions’s load will lost version 2's data(OLAP_ERR_PUSH_VERSION_ALREADY_EXIST) Doris version 0.12.21-release **To Reproduce** dayly create partitons load 100 times per day concurrency 5(running 5 load tasks one time) first publish(version 2) will report sucess.but data will lost **Expected behavior** version 2's data don't lost **ERROR LOG FOR PUBLISH VERSION** I1214 12:26:25.869890 37900 txn_manager.cpp:308] publish txn successfully. partition_id: 42657836, txn_id: 25219798, tablet: 42657949.781131303.4e4b5443f83f5ea5-004fdb15c66588ae, rowsetid: 02000000008d044e814e6d5bd9d2445013b528fd4599648f I1214 12:26:25.869912 37900 engine_publish_version_task.cpp:114] publish version successfully on tablet. tablet=42657949.781131303.4e4b5443f83f5ea5-004fdb15c66588ae, transaction_id=25219798, version=2, res=-908 **AN OTHER LOG FOR TOTAL LOAD** be.INFO.log.20201214-110133:I1214 11:17:12.283778 37902 engine_publish_version_task.cpp:114] publish version successfully on tablet. tablet=42823201.1969414353.e745be8e6f502539-63a88daf8fb231b5, transaction_id=25217109, version=2, res=-908 be.INFO.log.20201214-110133:I1214 11:17:12.400250 37901 engine_publish_version_task.cpp:114] publish version successfully on tablet. tablet=42823201.1969414353.e745be8e6f502539-63a88daf8fb231b5, transaction_id=25217112, version=3, res=0 ..... be.INFO.log.20201214-110133:I1214 11:20:29.858763 37905 engine_publish_version_task.cpp:114] publish version successfully on tablet. tablet=42823201.1969414353.e745be8e6f502539-63a88daf8fb231b5, transaction_id=25217208, version=101, res=0 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
