apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.97k stars 314 forks source link

feat(backup): 1. remove pervious implementation base on master #1944

Closed ninsmiracle closed 6 months ago

ninsmiracle commented 6 months ago

What problem does this PR solve?

1944

This pr removes some previous backup implementation, because the enhancement code is strongly different with the current one. Besides, this pr also disable related unit tests and function tests

What is changed and how does it work?

Tests
acelyc111 commented 6 months ago

@ninsmiracle Is the once-backup and retore functions still work after this patch?

ninsmiracle commented 6 months ago

@ninsmiracle Is the once-backup and retore functions still work after this patch?

It can't work until #1150 been merge , in other words, there are still eight PRs still need to be merged. Maybe , should I pull this request to a copy of master?