-
Notifications
You must be signed in to change notification settings - Fork 149
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
Pxc 4469 sst clone #1961
base: 8.0
Are you sure you want to change the base?
Pxc 4469 sst clone #1961
Conversation
This version has a patch to go straight to ist so is not fully functional unless removing that bypass
SSL is NOT supported
bug. Wrong comma
fixing config missed wsrep allowed methods
fixing config missed wsrep allowed methods
fixing config missed wsrep allowed methods
…tcat is not running
I have a question... |
Need to ad extension or make script will not identify them correctly
…the user Some edit/cleanup as suggested by Kamil
As we spoke today, we need to test it with encrypted tables and keyring component/plugin enabled |
- removed the need to perform the restart to clean up the final instance. - use wsrep-sst-receive-address to get IP and port definition - use one port for Netcat and MySQL - some code cleanup - Add message suppression when reporting clone Status %. It will be reported only if different from previous value.
If you outline what kind of operation are you expecting to test when talking about data encryption I can see how clone deal with it. Also if think this can be step 2 |
Few minor refactoring to accomodate comments on PR
- add check on Donor message to ensure message is complete before continue
* Add code in wsrep_sst.cc to handle the remote usr/pw pair and pass it to STDIN - modify bash script accordingly
mysql-test/suite/galera/include/galera_st_kill_slave_ddl_clone.inc
Outdated
Show resolved
Hide resolved
scripts/mysql_system_users.sql
Outdated
-- | ||
-- This program is free software; you can redistribute it and/or modify | ||
-- it under the terms of the GNU General Public License, version 2.0, | ||
-- as published by the Free Software Foundation. | ||
-- | ||
-- This program is designed to work with certain software (including | ||
-- This program is also distributed with certain software (including |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment was not addressed
scripts/mysql_system_users.sql
Outdated
-- but not limited to OpenSSL) that is licensed under separate terms, | ||
-- as designated in a particular file or component or in included license | ||
-- documentation. The authors of MySQL hereby grant you an additional | ||
-- permission to link the program and your derivative works with the | ||
-- separately licensed software that they have either included with | ||
-- the program or referenced in the documentation. | ||
-- separately licensed software that they have included with MySQL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment was not addressed
…e it. Some minor cleanup
…e it. Some minor cleanup
… node Add removing sst user at the end of the process commenting the CALL to bypass the warning on role tables.
Adding preview POC for the Clone method for SST.
The script is based on the one from codership but then need to refactor almost in full to have it working with PXC.
birdeye flow