Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-5355: Remove BackupUtil and BackupDataStoreHelper #2095

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

kirklund
Copy link
Contributor

@kirklund kirklund commented Jul 2, 2018

  • Rename *Operation classes to *Step in backup package
  • Introduce new BackupOperation as internal API for launching backup
  • Convert static code in backup package to instance code
  • Move locking for backup to BackupLockService

* Rename *Operation classes to *Step
* Introduce new BackupOperation as internal API for launching backup
@@ -32,7 +32,7 @@
* of the backup, the members will suspend bucket destroys to make sure buckets aren't missed during
* the backup.
*/
public class FlushToDiskOperation {
public class FlushToDiskStep {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why doesn't this extend BackupStep?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure but it never extended BackupStep.

@kirklund kirklund merged commit bb85e7c into apache:develop Jul 5, 2018
@kirklund kirklund deleted the GEODE-5355-backup-API branch July 5, 2018 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants