Files
doris/be/test/olap/test_data
Mingyu Chen a6e2c3e3f1 [Bug][Clone] Fix the bug that incremental clone is not triggered (#5230)
In version 0.13, we support a more efficient compaction logic. 
This logic will maintain multiple version paths of the tablet.
This can avoid -230 errors and can also support incremental clone.

But the previous incremental clone uses the incremental rowset meta recorded in `incr_rs_meta`.
At present, the incremental rowset meta recorded in `incr_rs_meta` and the records
in `stale_rs_meta` are duplicated, and the current clone logic does not adapt to the
new multi-version path, resulting in many cases not triggering incremental clone.

This CL mainly modified:

1. Removed `incr_rs_meta` metadata
2. Modified the clone logic. When the clone is incremented, it will try to read the rowset in `stale_rs_meta`.
3. Delete a lot of code that was previously used for version compatibility.
2021-02-06 22:04:48 +08:00
..
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2017-08-11 17:51:21 +08:00
2019-07-26 09:47:11 +08:00
2019-07-15 21:18:22 +08:00