pakein opened a new issue, #31631: URL: https://github.com/apache/doris/issues/31631
### 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 2.0.4/2.0.3 ### What's Wrong? when block match more than one partition, data send to replica of tablet is different . /opt/doris/be/log/be.INFO.log.20240229-112531:I0229 12:03:16.790706 1914 engine_publish_version_task.cpp:369] publish version successfully on tablet, table_id=832774, tablet=2559448.1084559023.1149e93461f38d66-a1899ee4179d9382, transaction_id=14195620, version=16, num_rows=0, res=[OK], cost: 519(us) /opt/doris/be/log/be.INFO.log.20240229-023010:I0229 12:03:19.242005 44204 engine_publish_version_task.cpp:369] publish version successfully on tablet, table_id=832774, tablet=2559448.1084559023.314c1728978ba4f3-600bdfe1682d6696, transaction_id=14195620, version=16, num_rows=7737, res=[OK], cost: 6914(us) /opt/doris/be/log/be.INFO.log.20240229-113023:I0229 12:03:16.797210 118416 engine_publish_version_task.cpp:369] publish version successfully on tablet, table_id=832774, tablet=2559448.1084559023.db4085f4ebcd92af-9a2d32c723ff3da8, transaction_id=14195620, version=16, num_rows=497, res=[OK], cost: 4230(us) /opt/doris/be/log/be.INFO.log.20240229-040024:I0229 12:03:16.805692 72918 engine_publish_version_task.cpp:369] publish version successfully on tablet, table_id=832774, tablet=2557046.1084559023.3d4c1f7adc62f906-759c3ee4c663e2b3, transaction_id=14195620, version=3441, num_rows=12077, res=[OK], cost: 5743(us) /opt/doris/be/log/be.INFO.log.20240229-045357:I0229 12:03:18.539837 62960 engine_publish_version_task.cpp:369] publish version successfully on tablet, table_id=832774, tablet=2557046.1084559023.6246fb0c7b689c0d-b31e1b064fe12daf, transaction_id=14195620, version=3441, num_rows=4064, res=[OK], cost: 6989(us) /opt/doris/be/log/be.INFO.log.20240229-113023:I0229 12:03:16.798728 118425 engine_publish_version_task.cpp:369] publish version successfully on tablet, table_id=832774, tablet=2557046.1084559023.184081df26688dd9-946fe35ee0111097, transaction_id=14195620, version=3441, num_rows=4064, res=[OK], cost: 5473(us) ### What You Expected? replica data is consistent ### 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: [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]
