ans76 commented on issue #6949:
URL:
https://github.com/apache/incubator-doris/issues/6949#issuecomment-953053251
Thanks for reply. I thought about that, which I couldn't understant is batch
load with same key may produce different "version" data on replicas due to
ingetion order, is it possible save differ `num_rows` on `rs_metas`?
here is another table replicas rs_meta
```
NodeA
{
"rowset_id": 0,
"partition_id": 159947992,
"tablet_id": 159948012,
"txn_id": 17177234,
"tablet_schema_hash": 1444945526,
"rowset_type": "BETA_ROWSET",
"rowset_state": "VISIBLE",
"start_version": 2,
"end_version": 2,
"version_hash": 603317246548993000,
"num_rows": 96763,
"total_disk_size": 8621788,
"data_disk_size": 8621788,
"index_disk_size": 8918,
"empty": false,
"load_id": {
"hi": 3109068338393597400,
"lo": -6884967149687203000
},
"creation_time": 1635301312,
"tablet_uid": {
"hi": 7587702885620778000,
"lo": -5286488843310859000
},
"num_segments": 3,
"rowset_id_v2": "02000000006f1cd5474a1d3bfdf40104a269b9f121f853ac",
"segments_overlap_pb": "OVERLAPPING"
}
```
```
NodeB
{
"rowset_id": 0,
"partition_id": 159947992,
"tablet_id": 159948012,
"txn_id": 17177234,
"tablet_schema_hash": 1444945526,
"rowset_type": "BETA_ROWSET",
"rowset_state": "VISIBLE",
"start_version": 2,
"end_version": 2,
"version_hash": 603317246548993000,
"num_rows": 96762,
"total_disk_size": 8619356,
"data_disk_size": 8619356,
"index_disk_size": 8917,
"empty": false,
"load_id": {
"hi": 3109068338393597400,
"lo": -6884967149687203000
},
"creation_time": 1635301312,
"tablet_uid": {
"hi": -5025857908169029000,
"lo": -2787689558108747300
},
"num_segments": 3,
"rowset_id_v2": "0200000001d02847aa49e55c04ebe8f2221935726efb0999",
"segments_overlap_pb": "OVERLAPPING"
}
```
```
NodeC
{
"rowset_id": 0,
"partition_id": 159947992,
"tablet_id": 159948012,
"txn_id": 17177234,
"tablet_schema_hash": 1444945526,
"rowset_type": "BETA_ROWSET",
"rowset_state": "VISIBLE",
"start_version": 2,
"end_version": 2,
"version_hash": 603317246548993000,
"num_rows": 96760,
"total_disk_size": 8620454,
"data_disk_size": 8620454,
"index_disk_size": 8919,
"empty": false,
"load_id": {
"hi": 3109068338393597400,
"lo": -6884967149687203000
},
"creation_time": 1635301312,
"tablet_uid": {
"hi": -3438960258045933000,
"lo": -2331732003439150000
},
"num_segments": 3,
"rowset_id_v2": "02000000001d0195bf419fc1c42a90cd709ba62cd0671680",
"segments_overlap_pb": "OVERLAPPING"
}
```
--
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]