Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.7, 10.2.40, 10.3.31, 10.4.21, 10.5.11, 10.6.4
-
Component/s: Galera SST
-
Labels:None
Description
Please see my comments here: https://github.com/MariaDB/server/commit/2fb4407827ecd6cbf52e210a8d9370b4560ddd5b#r54688038
The recent commit https://github.com/MariaDB/server/commit/2fb4407827ecd6cbf52e210a8d9370b4560ddd5b switched the logic of a conditional, most likely by mistake.
According to the comment inside the sst script, --whole-file should only be used for LAN transfers, but not in WAN mode. This is not the case anymore. --whole-file is now exclusively used for WAN transfers.