[MDEV-30147] Remove the deprecated variables from the wsrep_provider_options list Created: 2022-12-02  Updated: 2023-03-16  Resolved: 2023-03-16

Status: Closed
Project: MariaDB Server
Component/s: Galera
Affects Version/s: 10.11
Fix Version/s: 11.1.0

Type: Bug Priority: Major
Reporter: Ramesh Sivaraman Assignee: Daniele Sciascia
Resolution: Won't Fix Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-22570 Split wsrep_provider_options in sever... Closed

 Description   

Remove the following deprecated variables from the wsrep_provider_options list.

wsrep_provider_protonet_backend
wsrep_provider_pc_npvo
wsrep_provider_socket_ssl_compression

node1:root@localhost> show variables like '%npv%';
+------------------------+-------+
| Variable_name          | Value |
+------------------------+-------+
| wsrep_provider_pc_npvo | ON    |
+------------------------+-------+
1 row in set (0.001 sec)
 
node1:root@localhost> 
node1:root@localhost> show variables like '%backend%';
+---------------------------------+-------+
| Variable_name                   | Value |
+---------------------------------+-------+
| wsrep_provider_protonet_backend | asio  |
+---------------------------------+-------+
1 row in set (0.001 sec)
 
node1:root@localhost>
node1:root@localhost> show variables like '%wsrep_provider_socket_ssl_compression%';
+---------------------------------------+-------+
| Variable_name                         | Value |
+---------------------------------------+-------+
| wsrep_provider_socket_ssl_compression | OFF   |
+---------------------------------------+-------+
1 row in set (0.001 sec)
 
node1:root@localhost>



 Comments   
Comment by Daniele Sciascia [ 2023-03-16 ]

These options were marked as deprecated in Galera library and will disappear from provider options when removed from Galera.

Generated at Thu Feb 08 10:14:00 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.