Bug #96837 | cloning - clarify a few things in the documentation | ||
---|---|---|---|
Submitted: | 11 Sep 2019 11:50 | Modified: | 21 Aug 2020 14:28 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S4 (Feature request) |
Version: | 8.0.17 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | cloning, documentation |
[11 Sep 2019 11:50]
Simon Mudd
[12 Sep 2019 8:23]
MySQL Verification Team
Hello Simon, Thank you for the report. regards, Umesh
[12 Sep 2019 13:53]
Simon Mudd
Some of the docs on the P_S tables are not very explicit about which of the source or destination servers provide values. e.g. https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-monitoring.html#clone-plugin-monitori... For clone_status I would suggest adding the text: "of the target server. The table is empty on the source, or the target if no clone operations have taken place, or if the server has been restarted following the completion of the clone process.”
[21 Aug 2020 14:28]
Daniel Price
Posted by developer: The following documentation changes were implemented: (1) clone_max_concurrency and clone_autotune_concurrency behavior is documented as designed. https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-options-variables.html#sysvar_clone_a... https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-options-variables.html#sysvar_clone_m... (2) Details about the auto-tuning logic associated with clone_autotune_concurrency variable were added. https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-options-variables.html#sysvar_clone_a... (3) Information was added to indicate whether variable settings apply to the donor or the recipient. https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-options-variables.html (4) The clone_buffer_size description was updated. https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-options-variables.html#sysvar_clone_b... "A larger buffer size may permit I/O device drivers to fetch data in parallel, which can improve cloning performance." (5) Using a dedicated donor instance is recommended in the limitations section: https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-limitations.html (6) Details were added regarding the additional layer of security provided by the clone_valid_donor_list variable. https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-options-variables.html#sysvar_clone_v... Please consider opening the following items as feature requests: (1) Set clone_max_concurrency default value to the number of CPUs (2) Provide cloning progress information for both the donor and recipient Changes will appear online soon. Thank you for the bug report.