Bug #102103 Contribution: cloning: Wait for 15m instead of 5m before dropping snapshot
Submitted: 31 Dec 2020 16:30 Modified: 25 Jan 2021 19:07
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Clone Plugin Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[31 Dec 2020 16:30] OCA Admin
Description:
This bug tracks a contribution by Daniël van Eeden (Github user: dveeden) as described in http://github.com/mysql/mysql-server/pull/318

How to repeat:
See description

Suggested fix:
See contribution code attached
[31 Dec 2020 16:30] OCA Admin
Contribution submitted via Github - cloning: Wait for 15m instead of 5m before dropping snapshot 
(*) Contribution by Daniël van Eeden (Github dveeden, mysql-server/pull/318#issuecomment-752984873): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_547304517.txt (text/plain), 1.73 KiB.

[31 Dec 2020 17:35] MySQL Verification Team
Hello Daniël,

Thank you for the report and contribution.

regards,
Umesh
[25 Jan 2021 19:07] Daniel Price
Posted by developer:
 
Fixed as of the upcoming 8.0.24 release, and here's the proposed changelog entry from the documentation team:

The new clone_donor_timeout_after_network_failure Clone plugin variable
defines the amount of time the donor allows for the recipient to reconnect
and restart a cloning operation following a network failure. The timeout
was previously fixed at 5 minutes. The timeout can now be extended up to
30 minutes to provide more time for network issues to be resolved.

Thanks to Daniël van Eeden for the contribution.