Comments - Issue with Sequence Increment in Galera Cluster
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.
0 implies it uses auto_increment_increment which in galera is set to the cluster number of member ref create sequence.
If you INCREMENT BY 1 with NOCACHE that should work (did for the user of MDEV-33766).