Comments - Does MariaDB Galera Cluster 10.0.21 version support gmcast.segment?

8 years, 4 months ago Nirbhay Choubey

gmcast.segment is not a dynamic galera parameter, so it has to be set via the config file.

Changing it using SET command would lead to the following error in the error log:

151217 12:02:10 [Warning] WSREP: error setting param gmcast.segment to value 1: can't change value for 'gmcast.segment' during runtime: 1 (Operation not permitted)
	 at gcomm/src/gmcast.cpp:set_param():1739
151217 12:02:10 [Warning] WSREP: Setting parameter 'gmcast.segment' to '1' failed: Setting 'gmcast.segment' to '1' failed: 1 (Operation not permitted)
	 at galera/src/galera_gcs.hpp:param_set():222
151217 12:02:10 [ERROR] WSREP: Set options returned 7
151217 12:02:10 [Note] WSREP: refresh_provider_options: gmcast.segment=1

https://mariadb.com/kb/en/mariadb/wsrep_provider_options/#gmcastsegment

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.