OpenMLDB icon indicating copy to clipboard operation
OpenMLDB copied to clipboard

Add the delete interface with the specified timestamp to the tablet

Open XLC-2 opened this issue 3 years ago • 3 comments

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Bug fix

  • What is the current behavior? (You can also link to an open issue here) In the distributed scenario, write failure will lead to inconsistent data on different tablets

  • What is the new behavior (if this is a feature change)? All tablets can roll back the data that failed to be written to ensure that the data of each tablet is consistent

XLC-2 avatar Aug 08 '22 13:08 XLC-2

Codecov Report

Merging #2320 (caf0ac5) into main (cffd98a) will increase coverage by 19.96%. The diff coverage is n/a.

@@              Coverage Diff              @@
##               main    #2320       +/-   ##
=============================================
+ Coverage     75.61%   95.57%   +19.96%     
=============================================
  Files           612        6      -606     
  Lines        116945      339   -116606     
  Branches       1022        0     -1022     
=============================================
- Hits          88425      324    -88101     
+ Misses        28311       15    -28296     
+ Partials        209        0      -209     
Impacted Files Coverage Δ
src/client/tablet_client.cc
src/storage/disk_table.cc
src/storage/disk_table.h
src/storage/mem_table.cc
src/storage/mem_table.h
src/storage/segment.cc
src/storage/segment.h
src/storage/table.h
src/tablet/tablet_impl.cc
...bridse/examples/toydb/src/tablet/tablet_catalog.cc
... and 608 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 08 '22 13:08 codecov[bot]

SDK Test Report

15 files  15 suites   17s :stopwatch: 53 tests 48 :heavy_check_mark: 0 :zzz:   5 :x: 78 runs  68 :heavy_check_mark: 0 :zzz: 10 :x:

For more details on these failures, see this check.

Results for commit b3c70957.

github-actions[bot] avatar Aug 08 '22 13:08 github-actions[bot]

Linux Test Report

557 tests   535 :heavy_check_mark:  25m 40s :stopwatch:   57 suites      7 :zzz:   51 files      15 :x:

For more details on these failures, see this check.

Results for commit caf0ac5f.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Aug 08 '22 13:08 github-actions[bot]