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

Implement boomerang backups #222

Merged
merged 3 commits into from
Oct 15, 2020
Merged

Conversation

mdumandag
Copy link
Contributor

@mdumandag mdumandag commented Sep 28, 2020

Boomerang backups implementation, documentation, tests, required configuration options, namely,
backup_ack_to_client_enabled, operation_backup_timeout and
fail_on_indeterminate_operation_state are added.

Also, another test dependency is added to make mocking the failure scenarios easier.
Added dependency, mock, comes with the standard library on Python3.3+, but due to
support for Python2.7, it is added.

depends on #221

Boomerang backups implementation, documentation, tests and required configuration options, namely,
`backup_ack_to_client_enabled`, `clean_resources_period`, `operation_backup_timeout`,
`fail_on_indeterminate_operation_state` are added.

Also, another test dependency is added to make mocking the failure scenarios easier.
Added dependency, `mock`, comes with the standard library on Python3.3+, but due to
support for Python2.7, it is added.
@mdumandag mdumandag merged commit e58979f into hazelcast:master Oct 15, 2020
@mdumandag mdumandag deleted the boomerang-backups branch October 15, 2020 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants