<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - InnoDB clusters</title>
        <description>Forum for InnoDB clusters.</description>
        <link>https://forums.mysql.com/list.php?177</link>
        <lastBuildDate>Fri, 17 Apr 2026 09:58:22 +0000</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://forums.mysql.com/read.php?177,740614,740614#msg-740614</guid>
            <title>MySQL 8.4.0 InnoDB Cluster - Group Replication Crash (Exception 0xc0000005) (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,740614,740614#msg-740614</link>
            <description><![CDATA[ We are experiencing a critical issue with MySQL 8.4.0 configured as part of an InnoDB Cluster with Group Replication.<br />
<br />
On 2025-04-17 at 18:54:47 UTC, the mysqld process crashed with exception code 0xc0000005 (Access Violation). According to the error log, the issue appears to originate from group_replication.dll. Here&#039;s a snippet from the backtrace:<br />
<br />
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.<br />
Thread pointer: 0x0<br />
Attempting backtrace. You can use the following information to find out<br />
where mysqld died. If you see no messages after this, something went<br />
terribly wrong...<br />
7ffe151f14f3    VCRUNTIME140.dll!memcpy()<br />
7ffde936250f    group_replication.dll!???<br />
7ffde9365824    group_replication.dll!???<br />
7ffde938f009    group_replication.dll!???<br />
7ffde93904c0    group_replication.dll!???<br />
7ffde947dede    group_replication.dll!???<br />
7ffde947d299    group_replication.dll!???<br />
7ffde94449e0    group_replication.dll!???<br />
7ffde946da4a    group_replication.dll!???<br />
7ffde946d2ba    group_replication.dll!???<br />
7ffde946e08d    group_replication.dll!???<br />
7ffde946e1c6    group_replication.dll!???<br />
7ff69997b1f9    mysqld.exe!?init_state_maps@@YA_NPEAVMY_CHARSET_LOADER@@PEAUCHARSET_INFO@@@Z()<br />
7ff6993cc39c    mysqld.exe!?my_thread_self_setname@@YAXPEBD@Z()<br />
7ffe1c32268a    ucrtbase.dll!_o_exp()<br />
7ffe20077ac4    KERNEL32.DLL!BaseThreadInitThunk()<br />
7ffe201aa8c1    ntdll.dll!RtlUserThreadStart()<br />
The manual page at <a href="http://dev.mysql.com/doc/mysql/en/crashing.html"  rel="nofollow">http://dev.mysql.com/doc/mysql/en/crashing.html</a> contains<br />
information that should help you find out what is causing the crash.]]></description>
            <dc:creator>Mahesh Mahawar</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Wed, 23 Apr 2025 10:41:07 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,740511,740511#msg-740511</guid>
            <title>Is there a way to have a node in the InnoDB cluster only as an &quot;arbiter/quorum&quot; without any data? It would only participate in the cluster for voting purposes. (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,740511,740511#msg-740511</link>
            <description><![CDATA[ I need to setup an InnoDB Cluster with 3 nodes, but one node that doesn&#039;t store any actual data but still plays a role in the quorum or voting mechanism.]]></description>
            <dc:creator>Danilo NETO</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Thu, 27 Mar 2025 15:00:19 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,740179,740179#msg-740179</guid>
            <title>InndoDB Cluster Single-Primary with 2 nodes in R/W mode (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,740179,740179#msg-740179</link>
            <description><![CDATA[ Hello everyone,<br />
<br />
I have the following scenario with a &quot;Single-Primary&quot; InnoDB Cluster running with 3 nodes all of them recently upgraded from MySQL 8.0.27 to 8.0.40 <br />
<br />
One of the nodes &quot;hostname1&quot; is a Secondary node but I have the following warning on it: &quot;WARNING: Instance is NOT a PRIMARY but super_read_only option is OFF.&quot;<br />
<br />
Because I had no logs enabled at the time I can&#039;t find out when/how/why the cluster became into this state and I was wondering if this has ever happened to anyone else ? If so, any chance you know what happened and how this can be prevented from happening again?<br />
Also, is it possible that this issue has something to do with the recent upgrade of the mysql versions that allow a Single-Primary cluster to have 2 nodes in R/W mode (when one of them in a Secondary)?<br />
<br />
<br />
<br />
Cluster status:<br />
<br />
{<br />
    &quot;clusterName&quot;: &quot;myCluster&quot;,<br />
    &quot;defaultReplicaSet&quot;: {<br />
        &quot;name&quot;: &quot;default&quot;,<br />
        &quot;primary&quot;: &quot;hostname3:&lt;port&gt;&quot;,<br />
        &quot;ssl&quot;: &quot;REQUIRED&quot;,<br />
        &quot;status&quot;: &quot;OK&quot;,<br />
        &quot;statusText&quot;: &quot;Cluster is ONLINE and can tolerate up to ONE failure.&quot;,<br />
        &quot;topology&quot;: {<br />
            &quot;hostname1:&lt;port&gt;&quot;: {<br />
                &quot;address&quot;: &quot;hostname1:&lt;port&gt;&quot;,<br />
                &quot;instanceErrors&quot;: [<br />
                    &quot;WARNING: Instance is NOT a PRIMARY but super_read_only option is OFF.&quot;<br />
                ],<br />
                &quot;memberRole&quot;: &quot;SECONDARY&quot;,<br />
                &quot;mode&quot;: &quot;R/W&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;applier_queue_applied&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.0.40&quot;<br />
            },<br />
            &quot;hostname2:&lt;port&gt;&quot;: {<br />
                &quot;address&quot;: &quot;hostname2:&lt;port&gt;&quot;,<br />
                &quot;memberRole&quot;: &quot;SECONDARY&quot;,<br />
                &quot;mode&quot;: &quot;R/O&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;applier_queue_applied&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.0.40&quot;<br />
            },<br />
            &quot;hostname3:&lt;port&gt;&quot;: {<br />
                &quot;address&quot;: &quot;hostname3:&lt;port&gt;&quot;,<br />
                &quot;memberRole&quot;: &quot;PRIMARY&quot;,<br />
                &quot;mode&quot;: &quot;R/W&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;applier_queue_applied&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.0.40&quot;<br />
            }<br />
        },<br />
        &quot;topologyMode&quot;: &quot;Single-Primary&quot;<br />
    },<br />
    &quot;groupInformationSourceMember&quot;: &quot;hostname3:&lt;port&gt;&quot;<br />
}]]></description>
            <dc:creator>Adolfo Flores</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Wed, 29 Jan 2025 15:15:53 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,739725,739725#msg-739725</guid>
            <title>How to check istance state from command line (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,739725,739725#msg-739725</link>
            <description><![CDATA[ Hi, i&#039;m trying to run this command from shell but return error and i&#039;m lost<br />
mysqlsh --uri root@inno1 -- cluster check-instance-state<br />
<br />
return this error:<br />
ERROR: Argument instance: Invalid connection options, expected either a URI or a Connection Options Dictionary<br />
<br />
but this command works fine without any additional parameters:<br />
mysqlsh --uri root@inno1 -- cluster status<br />
<br />
What i&#039;m missing? thanks]]></description>
            <dc:creator>Tony Soprano</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Fri, 06 Dec 2024 09:30:02 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,726653,726653#msg-726653</guid>
            <title>MySQL InnoDB Cluster does not start automatically after MySQL DB is restarted (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,726653,726653#msg-726653</link>
            <description><![CDATA[ Hi,<br />
<br />
I have deployed a 3-Node MySQL 8.4.1 InnoDB Cluster on Linux 9.2.<br />
<br />
Everything seems to work fine.<br />
<br />
The issue is MySQL InnoDB cluster does not start automatically after I stop and start the MySQL database in each node.<br />
<br />
Everytime I have to use JS&gt; dba.rebootFromCompleteOutage().<br />
<br />
<br />
Please share how to ensure that the MySQL InnoDB cluster starts automatically when MySQL DB is stopped and started.<br />
<br />
Regards,]]></description>
            <dc:creator>Thiruchendhuran Selladurai</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Wed, 02 Oct 2024 16:19:46 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,725979,725979#msg-725979</guid>
            <title>InnoDb Cluster on docker didn&#039;t start (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,725979,725979#msg-725979</link>
            <description><![CDATA[ Hello,<br />
I try to create a MySql InnoDB Cluster with containers.<br />
I have 2 VM with Ubuntu 22.04, In each I have a container with MySql 8.0.39<br />
I want to create a cluster with the 2 containers. But I failed to create.<br />
<br />
dba.createCluster(clusterName, {localAddress:&#039;mysqlClstr01:3306&#039;})<br />
A new InnoDB Cluster will be created on instance &#039;mysqlClstr01:3306&#039;.<br />
<br />
Disabling super_read_only mode on instance &#039;mysqlClstr01:3306&#039;.<br />
Validating instance configuration at mysqlClstr01:3306...<br />
<br />
This instance reports its own address as mysqlClstr01:3306<br />
<br />
Instance configuration is suitable.<br />
* Checking connectivity and SSL configuration...<br />
<br />
Creating InnoDB Cluster &#039;mysqlCluster&#039; on &#039;mysqlClstr01:3306&#039;...<br />
<br />
Adding Seed Instance...<br />
ERROR: Unable to start Group Replication for instance &#039;mysqlClstr01:3306&#039;.<br />
The MySQL error_log contains the following messages:<br />
2024-08-23 14:40:57.147907 [System] [MY-013587] Plugin group_replication reported: &#039;Plugin &#039;group_replication&#039; is starting.&#039;<br />
2024-08-23 14:40:57.148434 [System] [MY-011565] Plugin group_replication reported: &#039;Setting super_read_only=ON.&#039;<br />
2024-08-23 14:40:57.149175 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] There is no local IP address matching the one configured for the local node (mysqlClstr01:3306).&#039;<br />
2024-08-23 14:40:57.149375 [Error] [MY-011674] Plugin group_replication reported: &#039;Unable to initialize the group communication engine&#039;<br />
2024-08-23 14:40:57.149392 [Error] [MY-011637] Plugin group_replication reported: &#039;Error on group communication engine initialization&#039;<br />
Dba.createCluster: Group Replication failed to start: MySQL Error 3096 (HY000): mysqlClstr01:3306: The START GROUP_REPLICATION command failed as there was an error when initializing the group communication layer. (RuntimeError)<br />
<br />
I tried to pass an argument in my docker-compose to set the local address group-replication-local-address without success.<br />
<br />
My docker compose:<br />
volumes:<br />
mysqlData:<br />
name: mysqlData<br />
external: true<br />
mysqlLog:<br />
name: mysqlLog<br />
external: true<br />
services:<br />
mysql-server-1:<br />
env_file:<br />
- mysql-server.env<br />
image: mysql:8.0<br />
container_name: mysql-server-1<br />
volumes:<br />
- mysqlData:/var/lib/mysql<br />
- mysqlLog:/var/log/mysql<br />
network_mode: host<br />
ports:<br />
- &quot;3301:3306&quot;<br />
- &quot;3306:3306&quot;<br />
- &quot;33060:33060&quot;<br />
- &quot;33061:33061&quot;<br />
- &quot;33062:33062&quot;<br />
command: [&quot;mysqld&quot;,&quot;--server_id=1&quot;,&quot;--binlog_checksum=NONE&quot;,&quot;--gtid_mode=ON&quot;,&quot;--enforce_gtid_consistency=ON&quot;,&quot;--log_bin&quot;,&quot;--log_replica_updates=ON&quot;,&quot;--user=mysql&quot;,&quot;--host_cache_size=0&quot;, &quot;--authentication_policy=mysql_native_password&quot;,&quot;--group-replication-local-address=&#039;mysqlClstr01:33061&#039;&quot;]<br />
restart: always<br />
mysql-shell:<br />
env_file:<br />
- mysql-shell.env<br />
image: mysql-shell<br />
container_name: mysql-shell-1<br />
volumes:<br />
- ./scripts/:/scripts/<br />
network_mode: host<br />
<br />
<br />
Could you please help me?]]></description>
            <dc:creator>Thierry LESIRE</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Fri, 06 Sep 2024 06:41:13 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,725926,725926#msg-725926</guid>
            <title>The maximum throughput supported by Group Replication under specific software and hardware conditions (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,725926,725926#msg-725926</link>
            <description><![CDATA[ RAMP-UP TIME.(0 sec.)<br />
MEASURING START.<br />
10, trx: 179372, 95%: 7.134, 99%: 9.097, max_rt: 16.857, 178944|16.256, 17941|5.395, 17932|25.313, 17943|14.180<br />
20, trx: 181215, 95%: 7.216, 99%: 9.228, max_rt: 20.587, 180703|433.405, 18123|4.086, 18122|29.192, 18124|4.922<br />
30, trx: 180596, 95%: 7.410, 99%: 9.463, max_rt: 16.930, 180110|16.705, 18061|3.146, 18056|25.658, 18060|7.392<br />
40, trx: 179032, 95%: 7.594, 99%: 10.575, max_rt: 18.047, 178513|16.862, 17906|3.861, 17900|27.482, 17904|5.724<br />
50, trx: 173856, 95%: 8.199, 99%: 12.705, max_rt: 31.777, 173412|30.990, 17388|9.501, 17388|37.472, 17385|5.538<br />
60, trx: 171950, 95%: 8.499, 99%: 13.721, max_rt: 31.584, 171546|31.808, 17200|9.185, 17188|35.098, 17202|13.781<br />
STOPPING THREADS........................................................................................................................................................................................................<br />
<br />
[0] sc:481189 lt:584832 rt:0 fl:0 avg_rt: 5.3 (5)<br />
[1] sc:915412 lt:147816 rt:0 fl:0 avg_rt: 4.4 (5)<br />
[2] sc:106614 lt:5 rt:0 fl:0 avg_rt: 0.8 (5)<br />
[3] sc:106586 lt:0 rt:0 fl:0 avg_rt: 11.9 (80)<br />
[4] sc:106619 lt:0 rt:0 fl:0 avg_rt: 2.1 (20)<br />
in 60 sec.<br />
&lt;Raw Results2(sum ver.)&gt;<br />
[0] sc:481239 lt:585014 rt:0 fl:0<br />
[1] sc:918008 lt:148245 rt:0 fl:0<br />
[2] sc:106622 lt:5 rt:0 fl:0<br />
[3] sc:106622 lt:0 rt:0 fl:0<br />
[4] sc:106628 lt:0 rt:0 fl:0<br />
(all must be [OK])<br />
[transaction percentage]<br />
Payment: 43.41% (&gt;=43.0%) [OK]<br />
Order-Status: 4.35% (&gt;= 4.0%) [OK]<br />
Delivery: 4.35% (&gt;= 4.0%) [OK]<br />
Stock-Level: 4.35% (&gt;= 4.0%) [OK]<br />
[response time (at least 90% passed)]<br />
New-Order: 45.14% [NG] *<br />
Payment: 86.10% [NG] *<br />
Order-Status: 100.00% [OK]<br />
Delivery: 100.00% [OK]<br />
Stock-Level: 100.00% [OK]<br />
<br />
1066021.000 TpmC]]></description>
            <dc:creator>Bin Wang</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Tue, 03 Sep 2024 14:03:43 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,725506,725506#msg-725506</guid>
            <title>User acces rights with MySQL router (2 replies)</title>
            <link>https://forums.mysql.com/read.php?177,725506,725506#msg-725506</link>
            <description><![CDATA[ Hello,<br />
<br />
I&#039;m not sure if this is the right forum, could also be an admin issue.<br />
<br />
We would like to realise access to our Innodb cluster with several external routers. This means that no adjustments to the software running on the distributed servers are necessary and the connection to the respective read/write systems can be realised more easily.<br />
<br />
The aim is that the users of the respective software can only access the router from localhost.<br />
<br />
With a ‘normal’ DB server, I would therefore use users of the type ‘user’@‘ip_or_hostname’ to restrict access.<br />
<br />
I can&#039;t realise this with the router(s).<br />
For testing I created 5 users with different rules -&gt; test_nutzer_xxx <br />
<br />
&#039;test_nutzer&#039;@&#039;%&#039;;<br />
&#039;test_nutzer_1&#039;@&#039;localhost&#039;;<br />
&#039;test_nutzer_2&#039;@&#039;router-0%&#039;;<br />
&#039;test_nutzer_3&#039;@&#039;10.234.16.40&#039;;<br />
`test_nutzer_4`@`router-01`;<br />
<br />
My router server has the ip 10.234.16.40 and is know as router-01.<br />
<br />
Test 1 with test_nutzer:<br />
router local:<br />
[xxx@router-01 ~]$mysql -u test_nutzer -p -h 127.0.0.1 -P 6446<br />
Enter password: <br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 2464332<br />
Server version: 8.0.39 MySQL Community Server - GPL<br />
<br />
connect to router remote system:<br />
xxx@fedora:~$  mysql -u test_nutzer -p -h 10.234.16.46 -P 6446<br />
Enter password: <br />
Welcome to the MariaDB monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 2464506<br />
Server version: 8.0.39 MySQL Community Server - GPL<br />
<br />
-&gt; works as expected<br />
<br />
<br />
Test 2 test_nutzer_1:<br />
router local:<br />
[xxx@router-01 ~]$ mysql -u test_nutzer_1 -p -h 127.0.0.1 -P 6446<br />
Enter password: <br />
ERROR 1045 (28000): Access denied for user &#039;test_nutzer_1&#039;@&#039;router-01&#039; (using password: YES)<br />
<br />
connect to router remote system:<br />
xxx@fedora:~$  mysql -u test_nutzer_1 -p -h 10.234.16.46 -P 6446<br />
Enter password: <br />
ERROR 1045 (28000): Access denied for user &#039;test_nutzer_1&#039;@&#039;router-01&#039; (using password: YES)<br />
<br />
-&gt; also as expected because we do not connect from localhost of db server<br />
<br />
Test 3 test_nutzer_2:<br />
router local:<br />
[xxx@router-01 ~]$ mysql -u test_nutzer_2 -p -h 127.0.0.1 -P 6446<br />
Enter password: <br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 2465339<br />
Server version: 8.0.39 MySQL Community Server - GPL<br />
<br />
connect to router remote system:<br />
xxx@fedora:~$  mysql -u test_nutzer_2 -p -h 10.234.16.46 -P 6446<br />
Enter password: <br />
Welcome to the MariaDB monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 2465305<br />
Server version: 8.0.39 MySQL Community Server - GPL<br />
<br />
-&gt; first thing I do not understand:<br />
router local is ok the rule allow connects from user@router-0%<br />
BUT<br />
why can I can connect from a external system?<br />
My thinking is that the reason is the router is rewriting the source address.<br />
<br />
Test 4 test_nutzer_3:<br />
router local:<br />
[xxx@router-01 ~]$ mysql -u test_nutzer_3 -p -h 127.0.0.1 -P 6446<br />
Enter password: <br />
ERROR 1045 (28000): Access denied for user &#039;test_nutzer_3&#039;@&#039;router-01&#039; (using password: YES)<br />
<br />
connect to router remote system:<br />
xxx@fedora:~$  mysql -u test_nutzer_3 -p -h 10.234.16.46 -P 6446<br />
Enter password: <br />
ERROR 1045 (28000): Access denied for user &#039;test_nutzer_3&#039;@&#039;router-01&#039; (using password: YES)<br />
<br />
-&gt; only hostname based auth possible?<br />
<br />
Test 5 test_nutzer_4 -&gt; only to check a single hostname and not % like test 3<br />
router local:<br />
[xxx@router-01 ~]$ mysql -u test_nutzer_4 -p -h 127.0.0.1 -P 6446<br />
Enter password: <br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 2466379<br />
Server version: 8.0.39 MySQL Community Server - GPL<br />
<br />
connect to router remote system:<br />
xxx@fedora:~$  mysql -u test_nutzer_4 -p -h 10.234.16.46 -P 6446<br />
Enter password: <br />
Welcome to the MariaDB monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 2466357<br />
Server version: 8.0.39 MySQL Community Server - GPL<br />
<br />
-&gt; result is the same as test 3 - connect possible but also from a external system.<br />
The user from the external system is detected as:<br />
MySQL [(none)]&gt; SELECT USER(), CURRENT_USER();<br />
+-------------------------+-------------------------+<br />
| USER()                  | CURRENT_USER()          |<br />
+-------------------------+-------------------------+<br />
| test_nutzer_4@router-01 | test_nutzer_4@router-01 |<br />
+-------------------------+-------------------------+<br />
<br />
Questions:<br />
- How to create a user with limited host rights (router localhost)?<br />
- Is the only hostname based auth in combination with a router &quot;normal&quot;?<br />
- Where is the error in my thinking regarding user generation for this use case?<br />
<br />
Thanks for your answers and ideas<br />
<br />
Best<br />
<br />
Silvio]]></description>
            <dc:creator>Silvio Schloeffel</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Wed, 21 Aug 2024 12:20:01 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,724273,724273#msg-724273</guid>
            <title>innodb cluster split (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,724273,724273#msg-724273</link>
            <description><![CDATA[ Hi Guys,<br />
<br />
Got myself into a strange scenario - we have 4 nodes innodb cluster<br />
db1 R/W Primary<br />
db2 R Secondary<br />
db3 R Secondary<br />
db4 R Secondary<br />
<br />
I needed to run an optimize query on a huge 1.2tb (would save 300GB when completed) so i wanted to run it on each node without writing to binary - but i did a mistake in the query and forgot to add the LOCAL switch to skip logging.<br />
so i ran a command on db4 by switching the read_only=0.<br />
only after db4 completed the optimize (about 8 hours) i noticed my mistake - at this point all other servers db1/db2/db3 started to run the query. the problem is that the Primary R/W instance failed to complete the query with this error &quot;...required more than &#039;innodb_online_alter_log_max_size&#039; bytes of modification log. Please try again&quot;, while all other servers completed susscefully.<br />
not sure what will happen now if i switch the master to a different server - might break the cluster - or will it fail db1 saying it&#039;s missing GTID.<br />
the error says to retry again - but how can i do this? not sure... maybe it&#039;s possible to skip it and then i&#039;ll run it locally only on db1 - again not sure how can it be done.<br />
<br />
so currently the status<br />
<br />
db1 R/W Primary OPTIMIZE FAILED<br />
db2 R Secondary OPTIMIZE COMPLETED<br />
db3 R Secondary OPTIMIZE COMPLETED<br />
db4 R Secondary OPTIMIZE COMPLETED<br />
<br />
Replication currently works and shows no errors but i see the optimize query still being shown in the process list (altogth it failed - my guess is after a restart of mysql on db1 i will enounter replication fail/error due to this.<br />
<br />
My best guess would be that once i restart the db1 instance - master will failover to db2 - when db1 comes up again it will retry running the optimize query - can someone confirm this?<br />
<br />
any help would be appreciated.]]></description>
            <dc:creator>pavel rekun</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Mon, 13 May 2024 10:55:57 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,723850,723850#msg-723850</guid>
            <title>Preferred Consistency setting for Single Primary Mode (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,723850,723850#msg-723850</link>
            <description><![CDATA[ Hi<br />
<br />
I would like to understand the tradeoffs for using &#039;BEFORE_ON_PRIMARY_FAILOVER&#039; vs &#039;BEFORE&#039; consistency level in Single primary mode for innodb cluster.<br />
<br />
I want the client applications to always have consistent data.<br />
So if the applications only connect on primary, this is solved by using &#039;BEFORE_ON_PRIMARY_FAILOVER&#039; consistency level<br />
But I have some use cases where applications only need to connect to read-only port. These are heavy read use cases. Before the cluster setup, these applications used to work on a slave. Now, I want to use secondary nodes to serve these use-cases.<br />
<br />
To solve this applications can connect to secondary node through mysql-router. This can lead to connection to any of the secondary nodes. The problem occurs if one application connects to secondary1 at one point and to secondary2 at another point and let&#039;s say that secondary2 is lagging behind. This would result in consistency issue since now my application is seeing older data than when it was connected to secondary1.<br />
<br />
For this we need to put in &#039;BEFORE&#039; consistency level which solves my problem. But it can either be set on the session level or it can be set at the cluster Setting on application level which requires application changes which we want to avoid.<br />
<br />
So my main question is - What are the consequences of setting the consistency level as &#039;BEFORE&#039; for single primary mode.<br />
Does is lead to degraded performance of the cluster compared to using &#039;BEFORE_ON_PRIMARY_FAILOVER&#039;?]]></description>
            <dc:creator>GP Gp</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Tue, 23 Apr 2024 10:47:50 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,723761,723761#msg-723761</guid>
            <title>One node of cluster does not rejoin after reboot (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,723761,723761#msg-723761</link>
            <description><![CDATA[ Hi guys,<br />
<br />
i have built a cluster and added three members (2*Win2019 1*Win10). I set the option &quot;autoRejoinTries&quot; to 12 and the option &quot;exitStateAction&quot; to &quot;ABORT_SERVER&quot;.<br />
<br />
The cluster works fine, i can reboot one of the win2019 machines and they reconnect/rejoin the cluster correctly. But if i reboot the win10 machine, it does not rejoin. It stays in state &quot;offline&quot; with the instance error &quot;group replication is stopped&quot;.<br />
<br />
------------------------<br />
<br />
&quot;topology&quot;: {<br />
            &quot;MEMBER1:3306&quot;: {<br />
                &quot;address&quot;: &quot;MEMBER1:3306&quot;,<br />
                &quot;instanceErrors&quot;: [<br />
                    &quot;NOTE: group_replication is stopped.&quot;<br />
                ],<br />
                &quot;memberRole&quot;: &quot;SECONDARY&quot;,<br />
                &quot;memberState&quot;: &quot;OFFLINE&quot;,<br />
                &quot;mode&quot;: &quot;n/a&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;(MISSING)&quot;,<br />
                &quot;version&quot;: &quot;8.0.36&quot;<br />
            },<br />
            &quot;MEMBER2:3306&quot;: {<br />
                &quot;address&quot;: &quot;MEMBER2:3306&quot;,<br />
                &quot;memberRole&quot;: &quot;PRIMARY&quot;,<br />
                &quot;mode&quot;: &quot;R/W&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;applier_queue_applied&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.0.36&quot;<br />
            },<br />
            &quot;MEMBER3:3306&quot;: {<br />
                &quot;address&quot;: &quot;MEMBER3:3306&quot;,<br />
                &quot;memberRole&quot;: &quot;SECONDARY&quot;,<br />
                &quot;mode&quot;: &quot;R/O&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;applier_queue_applied&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.0.36&quot;<br />
            }<br />
        },<br />
        &quot;topologyMode&quot;: &quot;Single-Primary&quot;<br />
<br />
----------------------<br />
<br />
Does anyone have a clue, what could be the error? I even set the option explicit to the single instances by &quot;setInstanceOption&quot; but it made no difference.<br />
<br />
<br />
Regards, Mirko]]></description>
            <dc:creator>Mirko Lübcke</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Thu, 18 Apr 2024 14:32:34 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,723251,723251#msg-723251</guid>
            <title>Mysql Router Error Too many open files (1 reply)</title>
            <link>https://forums.mysql.com/read.php?177,723251,723251#msg-723251</link>
            <description><![CDATA[ run into issue - Too many open files<br />
centos, docker swarm, innodb cluster 8.0.36 , mysql router 8.0.36 as one service with two task-containers<br />
<br />
default settings of innodb cluster with limits innodb_open_files 4000  and open_files_limit 10000<br />
<br />
os <br />
ulimit -n<br />
1024<br />
<br />
one of container dont have errors in log, the other one have and finish its work after them<br />
<br />
is this issue connected to limit of OS or what ? <br />
<br />
why &#039;/tmp/mysqlrouter/data/state.json&#039; for writing: Too many open files<br />
this is local file of mysql router container isnt it ? - why it has so many queries ? <br />
<br />
or problem with mysql instance <br />
failed to open socket for 0.0.0.0:6446: Too many open files<br />
isn&#039;t this problem already not with container router but with mysql db ?<br />
reached limit 1024 on both servers ? couse this containers run on different nodes of cluster swarm<br />
<br />
swarm stack:<br />
  mysql-router:<br />
    hostname: &quot;mysql-router{{.Task.Slot}}&quot;<br />
    entrypoint:<br />
      - /bin/sh<br />
      - -c<br />
      - |<br />
        exec /run.sh mysqlrouter<br />
    environment:<br />
      MYSQL_HOST: mysql1<br />
      MYSQL_PORT: 3306<br />
      MYSQL_USER: inno<br />
      MYSQL_PASSWORD: ${DB_ROOT_PASSWORD}<br />
      MYSQL_INNODB_CLUSTER_MEMBERS: 2<br />
      # MYSQL_CREATE_ROUTER_USER: 0<br />
      MYSQL_ROUTER_BOOTSTRAP_EXTRA_OPTIONS: --conf-set-option=DEFAULT.max_connections=2048 --conf-set-option=DEFAULT.max_total_connections=2048<br />
    healthcheck:<br />
      &lt;&lt;: *common-healthcheck<br />
      test: mysqladmin ping -h127.0.0.1 -P 6446 -u$$MYSQL_USER -p$$MYSQL_PASSWORD<br />
<br />
log container<br />
loop until stop container<br />
<br />
2024-03-09 03:12:23 metadata_cache INFO [7fc2c0213700] Potential changes detected in cluster after metadata refresh (view_id=0)<br />
2024-03-09 03:12:23 metadata_cache INFO [7fc2c0213700] Metadata for cluster &#039;Cluster&#039; has 3 member(s), single-primary: <br />
2024-03-09 03:12:23 metadata_cache INFO [7fc2c0213700]     mysql1:3306 / 33060 - mode=RW <br />
2024-03-09 03:12:23 metadata_cache INFO [7fc2c0213700]     mysql2:3306 / 33060 - mode=RO <br />
2024-03-09 03:12:23 metadata_cache INFO [7fc2c0213700]     mysql3:3306 / 33060 - mode=RO <br />
2024-03-09 03:12:23 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_x_ro listening on &#039;0.0.0.0:6449&#039;<br />
2024-03-09 03:12:23 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_x_rw listening on &#039;0.0.0.0:6448&#039;<br />
2024-03-09 03:12:23 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_ro listening on &#039;0.0.0.0:6447&#039;<br />
2024-03-09 03:12:23 routing INFO [7fc2c0213700] Disconnecting client 127.0.0.1:59852 from server <br />
2024-03-09 03:12:23 routing INFO [7fc2c0213700] Disconnecting client 10.0.1.155:49014 from server <br />
2024-03-09 03:12:23 routing INFO [7fc2c0213700] Routing routing:bootstrap_rw listening on &#039;0.0.0.0:6446&#039; got request to disconnect 2 invalid connections: metadata change<br />
2024-03-09 03:12:23 routing WARNING [7fc2c0213700] [routing:bootstrap_rw] failed to open socket for 0.0.0.0:6446: Too many open files<br />
2024-03-09 03:12:23 metadata_cache INFO [7fc2c0213700] Failed refreshing metadata: Could not open dynamic state file &#039;/tmp/mysqlrouter/data/state.json&#039; for writing: Too many open files<br />
2024-03-09 03:12:23 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_x_ro listening on 0.0.0.0:6449<br />
2024-03-09 03:12:23 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_x_rw listening on 0.0.0.0:6448<br />
2024-03-09 03:12:23 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_ro listening on 0.0.0.0:6447<br />
2024-03-09 03:12:23 routing ERROR [7fc2c1257700] connecting to backend failed: not set (destinations:1)<br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700] Potential changes detected in cluster after metadata refresh (view_id=0)<br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700] Metadata for cluster &#039;Cluster&#039; has 3 member(s), single-primary: <br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700]     mysql1:3306 / 33060 - mode=RW <br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700]     mysql2:3306 / 33060 - mode=RO <br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700]     mysql3:3306 / 33060 - mode=RO <br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_x_ro listening on &#039;0.0.0.0:6449&#039;<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_x_rw listening on &#039;0.0.0.0:6448&#039;<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_ro listening on &#039;0.0.0.0:6447&#039;<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Disconnecting client 10.0.1.155:49014 from server <br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Routing routing:bootstrap_rw listening on &#039;0.0.0.0:6446&#039; got request to disconnect 1 invalid connections: metadata change<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_rw listening on &#039;0.0.0.0:6446&#039;<br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700] Failed refreshing metadata: Could not open dynamic state file &#039;/tmp/mysqlrouter/data/state.json&#039; for writing: Too many open files<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_x_ro listening on 0.0.0.0:6449<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_x_rw listening on 0.0.0.0:6448<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_ro listening on 0.0.0.0:6447<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_rw listening on 0.0.0.0:6446<br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700] Potential changes detected in cluster after metadata refresh (view_id=0)<br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700] Metadata for cluster &#039;Cluster&#039; has 3 member(s), single-primary: <br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700]     mysql1:3306 / 33060 - mode=RW <br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700]     mysql2:3306 / 33060 - mode=RO <br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700]     mysql3:3306 / 33060 - mode=RO <br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_x_ro listening on &#039;0.0.0.0:6449&#039;<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_x_rw listening on &#039;0.0.0.0:6448&#039;<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_ro listening on &#039;0.0.0.0:6447&#039;<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Disconnecting client 10.0.1.155:49014 from server <br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Routing routing:bootstrap_rw listening on &#039;0.0.0.0:6446&#039; got request to disconnect 1 invalid connections: metadata change<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_rw listening on &#039;0.0.0.0:6446&#039;<br />
2024-03-09 03:12:24 metadata_cache INFO [7fc2c0213700] Failed refreshing metadata: Could not open dynamic state file &#039;/tmp/mysqlrouter/data/state.json&#039; for writing: Too many open files<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_x_ro listening on 0.0.0.0:6449<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_x_rw listening on 0.0.0.0:6448<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_ro listening on 0.0.0.0:6447<br />
2024-03-09 03:12:24 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_rw listening on 0.0.0.0:6446<br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700] Potential changes detected in cluster after metadata refresh (view_id=0)<br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700] Metadata for cluster &#039;Cluster&#039; has 3 member(s), single-primary: <br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700]     mysql1:3306 / 33060 - mode=RW <br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700]     mysql2:3306 / 33060 - mode=RO <br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700]     mysql3:3306 / 33060 - mode=RO <br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_x_ro listening on &#039;0.0.0.0:6449&#039;<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_x_rw listening on &#039;0.0.0.0:6448&#039;<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_ro listening on &#039;0.0.0.0:6447&#039;<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Disconnecting client 10.0.1.155:49014 from server <br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Routing routing:bootstrap_rw listening on &#039;0.0.0.0:6446&#039; got request to disconnect 1 invalid connections: metadata change<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_rw listening on &#039;0.0.0.0:6446&#039;<br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700] Failed refreshing metadata: Could not open dynamic state file &#039;/tmp/mysqlrouter/data/state.json&#039; for writing: Too many open files<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_x_ro listening on 0.0.0.0:6449<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_x_rw listening on 0.0.0.0:6448<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_ro listening on 0.0.0.0:6447<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_rw listening on 0.0.0.0:6446<br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700] Potential changes detected in cluster after metadata refresh (view_id=0)<br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700] Metadata for cluster &#039;Cluster&#039; has 3 member(s), single-primary: <br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700]     mysql1:3306 / 33060 - mode=RW <br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700]     mysql2:3306 / 33060 - mode=RO <br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700]     mysql3:3306 / 33060 - mode=RO <br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_x_ro listening on &#039;0.0.0.0:6449&#039;<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_x_rw listening on &#039;0.0.0.0:6448&#039;<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_ro listening on &#039;0.0.0.0:6447&#039;<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Disconnecting client 10.0.1.155:49014 from server <br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Routing routing:bootstrap_rw listening on &#039;0.0.0.0:6446&#039; got request to disconnect 1 invalid connections: metadata change<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Start accepting connections for routing routing:bootstrap_rw listening on &#039;0.0.0.0:6446&#039;<br />
2024-03-09 03:12:25 metadata_cache INFO [7fc2c0213700] Failed refreshing metadata: Could not open dynamic state file &#039;/tmp/mysqlrouter/data/state.json&#039; for writing: Too many open files<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_x_ro listening on 0.0.0.0:6449<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_x_rw listening on 0.0.0.0:6448<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_ro listening on 0.0.0.0:6447<br />
2024-03-09 03:12:25 routing INFO [7fc2c0213700] Stop accepting connections for routing routing:bootstrap_rw listening on 0.0.0.0:6446<br />
2024-03-09 03:12:25 main SYSTEM [7fc2c2820700] Stopping &#039;MySQL Router&#039;, version: 8.0.36 (MySQL Community - GPL), reason: REQUESTED (Signal Terminated sent by UID: 0 and PID: 0)<br />
2024-03-09 03:12:26 routing INFO [7fc28a7fc700] [routing:bootstrap_x_rw] stopped<br />
2024-03-09 03:12:26 routing INFO [7fc28affd700] [routing:bootstrap_x_ro] stopped<br />
2024-03-09 03:12:26 routing INFO [7fc28bfff700] [routing:bootstrap_ro] stopped<br />
2024-03-09 03:12:26 routing ERROR [7fc2c0a56700] connecting to backend failed: not set (destinations:1)<br />
2024-03-09 03:12:26 routing INFO [7fc28b7fe700] [routing:bootstrap_rw] stopped]]></description>
            <dc:creator>Yevhen Pavliuchek</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Fri, 28 Feb 2025 13:01:38 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,723187,723187#msg-723187</guid>
            <title>MySQL cluster hang: primary has many process &quot;waiting for handler commit&quot; (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,723187,723187#msg-723187</link>
            <description><![CDATA[ Today, we first noticed that the MySQL innodb cluster hangs.<br />
1. Show full processlist, we can see many processes are on &quot;waiting for handler commit&quot; state, following are some of them<br />
   530400	user1	db03:43736	test_db02	Query	5230	waiting for handler commit	DELETE FROM JGROUPSPING WHERE own_addr=&#039;5187608d-3145-5c15-de6f-5c3dfae1b09e&#039; AND cluster_name=&#039;7fffffff-8305-e317-8000-0000175d3b33_aaa&#039;<br />
329681185	user1	db03:35106	test_db02	Query	5175	waiting for handler commit	DELETE FROM JGROUPSPING WHERE own_addr=&#039;4c5392f1-5cfe-fbf3-0d79-ee6c98a44b69&#039; AND cluster_name=&#039;7fffffff-8305-e317-8000-0000175d3b33_aaa&#039;<br />
329709428	user1	db03:58476	test_db02	Query	5176	waiting for handler commit	DELETE FROM JGROUPSPING WHERE own_addr=&#039;edb7cfa3-89e0-96e6-d534-58e7f25db8af&#039; AND cluster_name=&#039;7fffffff-8305-e317-8000-0000175d3b33_aaa&#039;<br />
329867929	user1	db03:51294	test_db02	Query	5221	waiting for handler commit	commit<br />
332720693	user1	db03:33494	test_db03	Query	4391	waiting for handler commit	commit<br />
333021837	user1	db03:36458	test_db02	Query	31	updating	UPDATE ....<br />
333021838	user1	db03:36462	test_db02	Query	5216	waiting for handler commit	commit<br />
<br />
2. On two slaves logs, they are full of message as below. And mysqld.log takes more than 5 Gb within two hours<br />
    2024-03-07T01:03:12.440902Z 23 [Warning] [MY-010590] [Repl] An unexpected event sequence was detected by the IO thread while queuing the event received from master &#039;&#039; binary log file, at position 3811062876200.<br />
2024-03-07T01:03:12.451309Z 23 [Warning] [MY-010590] [Repl] An unexpected event sequence was detected by the IO thread while queuing the event received from master &#039;&#039; binary log file, at position 3811062876200.<br />
2024-03-07T01:03:12.451333Z 23 [Warning] [MY-010590] [Repl] An unexpected event sequence was detected by the IO thread while queuing the event received from master &#039;&#039; binary log file, at position 3811062876200.<br />
2024-03-07T01:03:12.451343Z 23 [Warning] [MY-010590] [Repl] An unexpected event sequence was detected by the IO thread while queuing the event received from master &#039;&#039; binary log file, at position 3811062876200.<br />
2024-03-07T01:03:12.451363Z 23 [Warning] [MY-010590] [Repl] An unexpected event sequence was detected by the IO thread while queuing the event received from master &#039;&#039; binary log file, at position 3811062876200.<br />
2024-03-07T01:03:12.451370Z 23 [Warning] [MY-010590] [Repl] An unexpected event sequence was detected by the IO thread while queuing the event received from master &#039;&#039; binary log file, at position 3811062876200.<br />
2024-03-07T01:03:12.451378Z 23 [Warning] [MY-010590] [Repl] An unexpected event sequence was detected by the IO thread while queuing the event received from master &#039;&#039; binary log file, at position 3811062876200.<br />
2024-03-07T01:03:12.451386Z 23 [Warning] [MY-010590] [Repl] An unexpected event sequence was detected by the IO thread while queuing the event received from master &#039;&#039; binary log file, at position 3811062876200.<br />
2024-03-07T01:03:12.451393Z 23 [Warning] [MY-010590] [Repl] An unexpected event sequence was detected by the IO thread while queuing the event received from master &#039;&#039; binary log file, at position 3811062876200.<br />
<br />
3. We tried to stop mysql server on slaves, stopping hangs. We have to kill them<br />
4. We tried to stop mysql server on primary db, and stopping hangs as well. We have to kill them<br />
5. We tried to start primary db, it succeed.<br />
6. We tried to start slaves, the group_replication fails. <br />
    2024-03-07T03:40:27.230448Z 0 [ERROR] [MY-013467] [Repl] Plugin <br />
   group_replication reported: &#039;No valid or ONLINE members exist to get the <br />
    missing data from the group. For cloning check if donors of the same version <br />
   and with clone plugin installed exist. For incremental recovery check if you <br />
   have donors where the required data was not purged from the binary logs.&#039;<br />
<br />
2024-03-07T03:40:27.230542Z 0 [ERROR] [MY-011712] [Repl] Plugin group_replication reported: &#039;The server was automatically set into read only mode after an error was detected.&#039;<br />
7.  Then, we installed clone plugin on primary db and one of the slave dbs. Slaves can join to the cluster. (NOTE: I don&#039;t know why one slave has clone plugin installed, but another slave and primary db doesn&#039;t)<br />
    INSTALL PLUGIN clone SONAME &#039;mysql_clone.so&#039;;<br />
<br />
In the past 3 years, we used mysql5.7 innodb cluster, and we haven&#039;t encounter such issue before. Last month, we steup this new MySQL8 cluster environment, and  meet this issue for the first time.<br />
<br />
Not sure if it&#039;s one bug. More important, if we meet this issue again, how could we workaround it ASAP.]]></description>
            <dc:creator>Liang Cheng</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Fri, 08 Mar 2024 01:09:32 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,723138,723138#msg-723138</guid>
            <title>Using Clone for Cluster.addInstance uses 100% Memory (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,723138,723138#msg-723138</link>
            <description><![CDATA[ When trying to add a new node to a MySQL Innodb cluster using Cluster.addInstance() and selecting the Clone option, within 2 or 3 minutes the donor nodes memory usages hits 100% on a server with 36Gb of memory.  At 100% memory usage the server becomes unresponsive and the recipient server moves to another server in the cluster, tries to clone, and the memory usage of the 2nd donor hits 100%.  The entire cluster is degraded in under 10 min and unavailable.  <br />
<br />
This is on a Production server so the consequences here are pretty devastating.<br />
<br />
I&#039;m running MySQL 8.0.35-27 on Debian 12 Bookworm.<br />
<br />
I have not encountered this problem setting up a test cluster with a small amount of data, which I have done several times to ensure I&#039;m doing everything correctly.  However on my Production server with about 125Gb of data, this problem occurs consistently.<br />
<br />
Has anyone else experienced this problem or know what the cause might be?<br />
<br />
Thank you.]]></description>
            <dc:creator>Marvin Warble</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Mon, 04 Mar 2024 15:35:05 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,722988,722988#msg-722988</guid>
            <title>mysqlrouters doesn&#039;t listen on port 6446 RW (4 replies)</title>
            <link>https://forums.mysql.com/read.php?177,722988,722988#msg-722988</link>
            <description><![CDATA[ Hi all, i install on 3 vm ubuntu22 innodbcluster and it works fine here the result of  cluster.status()<br />
{<br />
    &quot;clusterName&quot;: &quot;medhitcluster&quot;,<br />
    &quot;defaultReplicaSet&quot;: {<br />
        &quot;name&quot;: &quot;default&quot;,<br />
        &quot;primary&quot;: &quot;inno1:3306&quot;,<br />
        &quot;ssl&quot;: &quot;DISABLED&quot;,<br />
        &quot;status&quot;: &quot;OK&quot;,<br />
        &quot;statusText&quot;: &quot;Cluster is ONLINE and can tolerate up to ONE failure.&quot;,<br />
        &quot;topology&quot;: {<br />
            &quot;inno1:3306&quot;: {<br />
                &quot;address&quot;: &quot;inno1:3306&quot;,<br />
                &quot;memberRole&quot;: &quot;PRIMARY&quot;,<br />
                &quot;mode&quot;: &quot;R/W&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;applier_queue_applied&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.3.0&quot;<br />
            },<br />
            &quot;inno2:3306&quot;: {<br />
                &quot;address&quot;: &quot;inno2:3306&quot;,<br />
                &quot;memberRole&quot;: &quot;SECONDARY&quot;,<br />
                &quot;mode&quot;: &quot;R/O&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;applier_queue_applied&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.3.0&quot;<br />
            },<br />
            &quot;inno3:3306&quot;: {<br />
                &quot;address&quot;: &quot;inno3:3306&quot;,<br />
                &quot;memberRole&quot;: &quot;SECONDARY&quot;,<br />
                &quot;mode&quot;: &quot;R/O&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;applier_queue_applied&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.3.0&quot;<br />
            }<br />
        },<br />
        &quot;topologyMode&quot;: &quot;Single-Primary&quot;<br />
    },<br />
    &quot;groupInformationSourceMember&quot;: &quot;inno1:3306&quot;<br />
###############################################################<br />
<br />
but after i bootstarp router on a different vm using:<br />
mysqlrouter --ssl-mode=disabled --bootstrap root@inno1 --directory /etc/mysqlrouter --user=root --account=router1<br />
<br />
it listen only on RO ports 6447,6449,8443.<br />
<br />
here the log of mysqlrouter please help me:<br />
<br />
root@inno2:~# tail -80 /etc/mysqlrouter/log/mysqlrouter.log<br />
2024-02-23 14:21:32 main SYSTEM [7fd6775b9d80] Starting &#039;MySQL Router&#039;, version: 8.0.36 ((Ubuntu))<br />
2024-02-23 14:21:32 io INFO [7fd6775b9d80] starting 4 io-threads, using backend &#039;linux_epoll&#039;<br />
2024-02-23 14:21:32 http_server INFO [7fd6775b9d80] listening on 0.0.0.0:8443<br />
2024-02-23 14:21:32 metadata_cache_plugin INFO [7fd65dffb640] Starting Metadata Cache<br />
2024-02-23 14:21:32 metadata_cache INFO [7fd65dffb640] Connections using ssl_mode &#039;disabled&#039;<br />
2024-02-23 14:21:32 metadata_cache INFO [7fd674457640] Starting metadata cache refresh thread<br />
2024-02-23 14:21:32 metadata_cache INFO [7fd674457640] Connected with metadata server running on inno1:3306<br />
2024-02-23 14:21:32 routing INFO [7fd64dffb640] [routing:bootstrap_ro] started: routing strategy = round-robin-with-fallback<br />
2024-02-23 14:21:32 routing INFO [7fd64dffb640] Start accepting connections for routing routing:bootstrap_ro listening on &#039;0.0.0.0:6447&#039;<br />
2024-02-23 14:21:32 routing INFO [7fd64d7fa640] [routing:bootstrap_rw] started: routing strategy = first-available<br />
2024-02-23 14:21:32 routing INFO [7fd64d7fa640] Start accepting connections for routing routing:bootstrap_rw listening on &#039;0.0.0.0:6446&#039;<br />
2024-02-23 14:21:32 routing INFO [7fd64cff9640] [routing:bootstrap_x_ro] started: routing strategy = round-robin-with-fallback<br />
2024-02-23 14:21:32 routing INFO [7fd64cff9640] Start accepting connections for routing routing:bootstrap_x_ro listening on &#039;0.0.0.0:6449&#039;<br />
2024-02-23 14:21:32 routing INFO [7fd647fff640] [routing:bootstrap_x_rw] started: routing strategy = first-available<br />
2024-02-23 14:21:32 routing INFO [7fd647fff640] Start accepting connections for routing routing:bootstrap_x_rw listening on &#039;0.0.0.0:6448&#039;<br />
2024-02-23 14:21:32 metadata_cache INFO [7fd674457640] Potential changes detected in cluster after metadata refresh (view_id=0)<br />
2024-02-23 14:21:32 metadata_cache INFO [7fd674457640] Metadata for cluster &#039;medhitcluster&#039; has 3 member(s), single-primary:<br />
2024-02-23 14:21:32 metadata_cache INFO [7fd674457640]     inno1:3306 / 33060 - mode=RO<br />
2024-02-23 14:21:32 metadata_cache INFO [7fd674457640]     inno2:3306 / 33060 - mode=RO<br />
2024-02-23 14:21:32 metadata_cache INFO [7fd674457640]     inno3:3306 / 33060 - mode=RO<br />
2024-02-23 14:21:32 routing INFO [7fd674457640] Stop accepting connections for routing routing:bootstrap_x_rw listening on 0.0.0.0:6448<br />
2024-02-23 14:21:32 routing INFO [7fd674457640] Stop accepting connections for routing routing:bootstrap_rw listening on 0.0.0.0:6446]]></description>
            <dc:creator>Tony Soprano</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Tue, 07 May 2024 07:13:11 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,712031,712031#msg-712031</guid>
            <title>Member fencing in group replication (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,712031,712031#msg-712031</link>
            <description><![CDATA[ I was reading this article <a href="https://dev.mysql.com/blog-archive/automatic-member-fencing-with-offline_mode-in-group-replication/"  rel="nofollow">https://dev.mysql.com/blog-archive/automatic-member-fencing-with-offline_mode-in-group-replication/</a> about member fencing in MySQL, and while I tried this, I bumped into something unexpected from a first glance.<br />
<br />
I have a cluster with 3 instances configured in a group replication InnoDB cluster, with exit action to be ABORT_SERVER. I create a network isolation for one of the nodes. Following I describe what I see in a chronological order:<br />
<br />
1. I make an insert from the primary, which hangs and I cancel after a while.<br />
2. After a while, I see from the logs of the primary that the isolated member has been removed from the group.<br />
3. I insert in the primary a new entry in my table.<br />
4. I read from the secondary the same table, and the read operation is executed but my data are stale!<br />
5. After a while the secondary reports that it cannot leave the group gracefully and a SHUTDOWN signal is send to the server.<br />
<br />
The exit state action is ABORT_SERVER. I understand that this action is supposed to run after some time, in which the replica has established that it is in the minority partition, and needs to exit from the group.<br />
<br />
However if the time it takes for the replica to understand that it should fence is longer that the time for the primary to remove that replica [which is the above case], then this is **not** an actual fencing, and I will have a read-after-right discrepancy in this in-between time.<br />
<br />
Is there a way or a set of settings to ensure actual member fencing in the group replication scenario?<br />
<br />
I am happy to post more details and logs for my scenario if this helps.]]></description>
            <dc:creator>Marjus Cako</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Tue, 12 Dec 2023 11:54:25 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,711948,711948#msg-711948</guid>
            <title>Question about Innodb Cluster Failure condition (1 reply)</title>
            <link>https://forums.mysql.com/read.php?177,711948,711948#msg-711948</link>
            <description><![CDATA[ I am running MySQL innodb cluster with multi master group replication + MySQL router to distribute traffic. I want to know at which condition cluster will stop work and we can face outage. I have 5 nodes cluster in my dev environment and according to documentation if half number of the nodes will be down cluster will not work.<br />
I tried to produce this failed scenario but couldn&#039;t succeed. I used multiple ways to down 3 nodes out of 5 but cluster still works for read and write through mysql router. I stopped group replication, killed mysql service or rebooted 3 servers but cluster still works.<br />
Can you please guide, how can we test this failed scenario of cluster when more than half number of nodes are down.  <br />
<br />
Secondly, for production we have two data centers and we have plan to deploy four nodes in each data center. So if one data center is down, we still have four nodes, but according to documentation if 50% nodes are down, cluster should not work. Please suggest if we should deploy 9th node in AWS to make cluster up if one of the data center is down. <br />
<br />
Looking forward your earliest response as have short time to prepare architecture of our production environment. thank you]]></description>
            <dc:creator>Junaid Zeeshan</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Tue, 05 Dec 2023 06:44:57 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,711383,711383#msg-711383</guid>
            <title>mysql server slowly eats memories when using InnoDB Cluster (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,711383,711383#msg-711383</link>
            <description><![CDATA[ We have set up a group replication with three servers using a single-primary mode. Right after the cluster was established, each MySQL Server was utilizing approximately 500MB of memory. However, upon checking one week later, it was observed that all servers were using around 2.6GB of memory each. No significant data inserts were performed during this one-week period. Currently, it seems that the increase in memory usage by the MySQL Server has come to a halt.<br />
<br />
We would like to understand whether this phenomenon is normal when using InnoDB Cluster. Additionally, if it is normal, we are interested in knowing how the memory is being allocated.<br />
<br />
The performance specifications of the servers in use are as follows:<br />
===========================<br />
OS:Ubuntu 20.04.6 LTS<br />
Memory:4GB<br />
mysql Ver 8.0.35-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))<br />
===========================<br />
<br />
This is the result of executing systemctl status mysql.<br />
===========================<br />
systemctl status mysql<br />
<br />
● mysql.service - MySQL Community Server<br />
     Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)<br />
     Active: active (running) since Mon 2023-11-20 17:07:35 JST; 1 weeks 1 days ago<br />
   Main PID: 220333 (mysqld)<br />
     Status: &quot;Server is operational&quot;<br />
      Tasks: 57 (limit: 4625)<br />
     Memory: 2.6G<br />
     CGroup: /system.slice/mysql.service<br />
             └─220333 /usr/sbin/mysqld<br />
===========================<br />
<br />
Please give us some advice.]]></description>
            <dc:creator>takumi koba</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Tue, 28 Nov 2023 09:41:39 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,710314,710314#msg-710314</guid>
            <title>MySQL: Transparent read/write splitting (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,710314,710314#msg-710314</link>
            <description><![CDATA[ MySQL: Transparent read/write splitting<br />
- <a href="https://blogs.oracle.com/mysql/post/mysql-82-transparent-readwrite-splitting"  rel="nofollow">https://blogs.oracle.com/mysql/post/mysql-82-transparent-readwrite-splitting</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Thu, 26 Oct 2023 17:45:54 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,710036,710036#msg-710036</guid>
            <title>Innodb Cluster 8.1 (GTID) (2 replies)</title>
            <link>https://forums.mysql.com/read.php?177,710036,710036#msg-710036</link>
            <description><![CDATA[ Good morning forum, <br />
<br />
we are just creating a brand new mysql 8.1 Innodb cluster ( We know its the innovarion release) withing a single node.<br />
<br />
As I can see the innodb cluster is created successfully but we see something strange on the GTID.<br />
<br />
Let me share:<br />
<br />
These are the variables regarding UUID<br />
+------------------------------------+--------------------------------------+<br />
| Variable_name                      | Value                                |<br />
+------------------------------------+--------------------------------------+<br />
| group_replication_view_change_uuid | 473db0e1-5c17-11ee-a13e-4e08e54f71b0 |<br />
| server_uuid                        | 40c52865-5c17-11ee-866f-4e08e54f71b0 |<br />
+------------------------------------+--------------------------------------+<br />
<br />
So nothing special, I can see an UUID for the server itself and another UUID for the cluster itself.<br />
<br />
When I check the GTID executed on that node we can see:<br />
<br />
<br />
| gtid_executed                                | 40c52865-5c17-11ee-866f-4e08e54f71b0:1-10,<br />
473dadb5-5c17-11ee-a13e-4e08e54f71b0:1-73,<br />
473db0e1-5c17-11ee-a13e-4e08e54f71b0:1 |<br />
<br />
In somehow this is explained in the next way:<br />
40c52865-5c17-11ee-866f-4e08e54f71b0:1-10, -- Transactions executed before cluster creation. Create user, keyring udf functions, ...<br />
<br />
473dadb5-5c17-11ee-a13e-4e08e54f71b0:1-73, -- Checking the binary logs I can see these transactions are creating the table of innodb cluster like  mysql_innodb_cluster_metadata, DROP VIEW IF EXISTS schema_version... so these transactions are cluster wide<br />
<br />
but, where is this UID coming from:<br />
<br />
473db0e1-5c17-11ee-a13e-4e08e54f71b0:1 <br />
<br />
Binlog info<br />
<br />
/*!*/;<br />
# at 1364<br />
#230926  2:49:14 server id 901  end_log_pos 1450 CRC32 0x1cee0146       GTID    last_committed=4        sequence_number=5       rbr_only=no     original_committed_timestamp=1695696554711185   immediate_commit_timestamp=1695696554711465     transaction_length=377<br />
# original_commit_timestamp=1695696554711185 (2023-09-26 02:49:14.711185 UTC)<br />
# immediate_commit_timestamp=1695696554711465 (2023-09-26 02:49:14.711465 UTC)<br />
/*!80001 SET @@session.original_commit_timestamp=1695696554711185*//*!*/;<br />
/*!80014 SET @@session.original_server_version=80100*//*!*/;<br />
/*!80014 SET @@session.immediate_server_version=80100*//*!*/;<br />
SET @@SESSION.GTID_NEXT= &#039;473db0e1-5c17-11ee-a13e-4e08e54f71b0:1&#039;/*!*/;<br />
# at 1450<br />
#230926  2:49:14 server id 901  end_log_pos 1521 CRC32 0x5e2a370a       Query   thread_id=34    exec_time=0     error_code=0<br />
SET TIMESTAMP=1695696554/*!*/;<br />
SET @@session.auto_increment_increment=1, @@session.auto_increment_offset=2/*!*/;<br />
/*!\C utf8mb4 *//*!*/;<br />
SET @@session.character_set_client=224,@@session.collation_connection=224,@@session.collation_server=224/*!*/;<br />
BEGIN<br />
/*!*/;<br />
# at 1521<br />
#230926  2:49:14 server id 901  end_log_pos 1664 CRC32 0xb2ec9885 View_change_log_event: view_id=16956965547108570:1<br />
# at 1664<br />
#230926  2:49:14 server id 901  end_log_pos 1741 CRC32 0x5a3b0eae       Query   thread_id=34    exec_time=0     error_code=0<br />
SET TIMESTAMP=1695696554/*!*/;<br />
COMMIT<br />
<br />
<br />
<br />
<br />
*UPDATE*<br />
<br />
Sorry for my confusion, looks like this uuid 473db0e1-5c17-11ee-a13e-4e08e54f71b0 its the cluster uuid, then what I dont understand is the transactions from 473dadb5-5c17-11ee-a13e-4e08e54f71b0 because that UID is not the server uuid neither the cluster uuid.]]></description>
            <dc:creator>David Martinez</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Tue, 31 Oct 2023 04:06:19 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,709839,709839#msg-709839</guid>
            <title>MySQL Replication Observability (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,709839,709839#msg-709839</link>
            <description><![CDATA[ MySQL Replication Observability<br />
- <a href="https://blogs.oracle.com/mysql/post/mysql-8-and-replication-observability"  rel="nofollow">https://blogs.oracle.com/mysql/post/mysql-8-and-replication-observability</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Thu, 24 Aug 2023 15:56:13 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,709770,709770#msg-709770</guid>
            <title>MySQL InnoDB Cluster:  Read Replicas (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,709770,709770#msg-709770</link>
            <description><![CDATA[ MySQL InnoDB Cluster: Read Replicas<br />
- <a href="https://blogs.oracle.com/mysql/post/announcing-mysql-innodb-cluster-read-replicas"  rel="nofollow">https://blogs.oracle.com/mysql/post/announcing-mysql-innodb-cluster-read-replicas</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Tue, 15 Aug 2023 03:24:23 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,709737,709737#msg-709737</guid>
            <title>MySQL InnoDB Cluster - Node lagging behind - election process (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,709737,709737#msg-709737</link>
            <description><![CDATA[ Hi All,<br />
<br />
After deploying InnoDB Cluster with MySQL version 8.0.33 via MySQL Operator i was trying to understand if a node that is lagging could be elected as Primary.<br />
<br />
{<br />
    &quot;clusterName&quot;: &quot;mysql&quot;,<br />
    &quot;defaultReplicaSet&quot;: {<br />
        &quot;name&quot;: &quot;default&quot;,<br />
        &quot;primary&quot;: &quot;mysql-2.mysql-instances.mysql.svc.cluster.local:3306&quot;,<br />
        &quot;ssl&quot;: &quot;REQUIRED&quot;,<br />
        &quot;status&quot;: &quot;OK&quot;,<br />
        &quot;statusText&quot;: &quot;Cluster is ONLINE and can tolerate up to ONE failure.&quot;,<br />
        &quot;topology&quot;: {<br />
            &quot;mysql-0.mysql-instances.mysql.svc.cluster.local:3306&quot;: {<br />
                &quot;address&quot;: &quot;mysql-0.mysql-instances.mysql.svc.cluster.local:3306&quot;,<br />
                &quot;memberRole&quot;: &quot;SECONDARY&quot;,<br />
                &quot;mode&quot;: &quot;R/O&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;00:05:34.192010&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.0.33&quot;<br />
            },<br />
            &quot;mysql-1.mysql-instances.mysql.svc.cluster.local:3306&quot;: {<br />
                &quot;address&quot;: &quot;mysql-1.mysql-instances.mysql.svc.cluster.local:3306&quot;,<br />
                &quot;memberRole&quot;: &quot;SECONDARY&quot;,<br />
                &quot;mode&quot;: &quot;R/O&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;applier_queue_applied&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.0.33&quot;<br />
            },<br />
            &quot;mysql-2.mysql-instances.mysql.svc.cluster.local:3306&quot;: {<br />
                &quot;address&quot;: &quot;mysql-2.mysql-instances.mysql.svc.cluster.local:3306&quot;,<br />
                &quot;memberRole&quot;: &quot;PRIMARY&quot;,<br />
                &quot;mode&quot;: &quot;R/W&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;replicationLag&quot;: &quot;applier_queue_applied&quot;,<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;ONLINE&quot;,<br />
                &quot;version&quot;: &quot;8.0.33&quot;<br />
            }<br />
        },<br />
        &quot;topologyMode&quot;: &quot;Single-Primary&quot;<br />
    },<br />
    &quot;groupInformationSourceMember&quot;: &quot;mysql-2.mysql-instances.mysql.svc.cluster.local:3306&quot;<br />
}<br />
<br />
The documentation i found don&#039;t state that lagging behind will prevent a node to be used as primary, something that can be critical in many use cases, can you please confirm if my understanding is correct?<br />
<br />
For me makes since to at least be able to configure the behaviour of a lagging node if should be consider in Primary election or not, basically a threshold after which the node would not be participating in Primary election.<br />
<br />
I was not able to find any reference to such behaviour, can you please clarify if it exists, where can i read about it, or if not consider  this a Feature Request?<br />
<br />
Version:<br />
community-operator:8.0.33-2.0.10<br />
community-server:8.0.33<br />
community-router:8.0.33<br />
<br />
apiVersion: v2<br />
appVersion: 8.0.33<br />
description: MySQL InnoDB Cluster Helm Chart for deploying MySQL InnoDB Cluster in Kubernetes<br />
icon: <a href="https://labs.mysql.com/common/themes/sakila/favicon.ico"  rel="nofollow">https://labs.mysql.com/common/themes/sakila/favicon.ico</a><br />
name: mysql-innodbcluster<br />
type: application<br />
version: 2.0.10<br />
<br />
Thanks,]]></description>
            <dc:creator>Carlos Abrantes</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Wed, 09 Aug 2023 17:04:47 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,709545,709545#msg-709545</guid>
            <title>Innodb Cluster.status showing group replication failed (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,709545,709545#msg-709545</link>
            <description><![CDATA[ Dear Team,<br />
<br />
We have Mysql Innodb cluster with group replication of 3 nodes. After a code deployment in applicaiton reaplication stopped and current cluster status is showing below error.<br />
<br />
Version is 8.0.32.<br />
<br />
 cluster.status();<br />
{<br />
    &quot;clusterName&quot;: &quot;pr_cls&quot;,<br />
    &quot;clusterRole&quot;: &quot;PRIMARY&quot;,<br />
    &quot;defaultReplicaSet&quot;: {<br />
        &quot;name&quot;: &quot;default&quot;,<br />
        &quot;primary&quot;: &quot;node2p:1543&quot;,<br />
        &quot;ssl&quot;: &quot;REQUIRED&quot;,<br />
        &quot;status&quot;: &quot;OK_NO_TOLERANCE_PARTIAL&quot;,<br />
        &quot;statusText&quot;: &quot;Cluster is NOT tolerant to any failures. 2 members are not active.&quot;,<br />
        &quot;topology&quot;: {<br />
            &quot;node1p:1543&quot;: {<br />
                &quot;address&quot;: &quot;node1p:1543&quot;,<br />
                &quot;instanceErrors&quot;: [<br />
                    &quot;ERROR: applier thread of Group Replication Applier channel stopped with an error: Worker 1 failed executing transaction &#039;e3a79e26-f954-11ed-b6c5-0050569602ab:6620&#039;; Error &#039;This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)&#039; on query. Default database: &#039;emsigner_prd&#039;. Query: &#039;CREATE DEFINER=`root`@`localhost` FUNCTION `FGetCustomercompanyCIF`(<br />
P_Workflowid varchar(500)<br />
) RETURNS varchar(750) CHARSET utf8mb4<br />
BEGIN<br />
.<br />
.<br />
.<br />
.<br />
.<br />
RETURN ifnull(V_CompanyCIF,null);<br />
END&#039; (1418) at 2023-07-13 16:25:44.995660&quot;,<br />
                    &quot;ERROR: group_replication has stopped with an error.&quot;<br />
                ],<br />
                &quot;memberRole&quot;: &quot;SECONDARY&quot;,<br />
                &quot;memberState&quot;: &quot;ERROR&quot;,<br />
                &quot;mode&quot;: &quot;n/a&quot;,<br />
                &quot;readReplicas&quot;: {},<br />
                &quot;role&quot;: &quot;HA&quot;,<br />
                &quot;status&quot;: &quot;(MISSING)&quot;,<br />
                &quot;version&quot;: &quot;8.0.32&quot;<br />
            },<br />
<br />
Please let me know how I can fix the replication issue and avoid recurring in future.. if at all, application team wants to run DDL commands.]]></description>
            <dc:creator>Sunil Potluri</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Tue, 18 Jul 2023 10:36:46 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,709384,709384#msg-709384</guid>
            <title>MySQL 8.0:  Integrated Certificate-based &amp; Password-less Authentication in InnoDB ClusterSet (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,709384,709384#msg-709384</link>
            <description><![CDATA[ MySQL 8.0:  Integrated Certificate-based &amp; Password-less Authentication in InnoDB ClusterSet<br />
- <a href="https://blogs.oracle.com/mysql/post/mysql-innodb-clusterset-certificate-based-password-less-authentication"  rel="nofollow">https://blogs.oracle.com/mysql/post/mysql-innodb-clusterset-certificate-based-password-less-authentication</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Fri, 30 Jun 2023 00:56:44 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,708890,708890#msg-708890</guid>
            <title>MySQL Shell 8.0.33:  InnoDB ReplicaSet/Cluster/ClusterSet (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,708890,708890#msg-708890</link>
            <description><![CDATA[ MySQL Shell 8.0.33:  InnoDB ReplicaSet/Cluster/ClusterSet<br />
<br />
<a href="https://blogs.oracle.com/mysql/post/announcing-mysql-shell-8033"  rel="nofollow">https://blogs.oracle.com/mysql/post/announcing-mysql-shell-8033</a>]]></description>
            <dc:creator>Edwin Desouza</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Thu, 27 Apr 2023 02:39:38 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,708783,708783#msg-708783</guid>
            <title>Question about Quorum (1 reply)</title>
            <link>https://forums.mysql.com/read.php?177,708783,708783#msg-708783</link>
            <description><![CDATA[ Hello,<br />
<br />
I am testing some scenarios with our InnoDB Cluster.<br />
Our environment is a 3 node InnoDB Cluster based on version 8.0.32.<br />
<br />
All works well - we implemented MySQL Router on application side, connection works like a charm.<br />
<br />
I now wanted to test some failure scenarios and did not get the result I excpected. I turned off two out of three machines hosting the InnoDB instances.<br />
<br />
As excpected MySQL Router &amp; the Error Log of MySQL reported two failed nodes.<br />
cluster.status() reported status &quot;MISSING&quot;.<br />
<br />
If 2 out of 3 members are offline/missing I assumed a complete cluster outage due to quorum loss. But... the cluster remains online with a single r/w instance and I am able to place transactions inside of this single instance.<br />
<br />
Why the InnoDB cluster is not going down due to quorum loss?<br />
<br />
Many regards<br />
Kai]]></description>
            <dc:creator>Kai Koppelmann</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Wed, 19 Apr 2023 05:18:18 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,707343,707343#msg-707343</guid>
            <title>Is there an example of Connection Sharing released in MySQL Router 8.0.32? (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,707343,707343#msg-707343</link>
            <description><![CDATA[ The Connection Sharing document states that SQL statements that rely on the previous session state will not work when Connection Sharing is enabled unless it is inside the transaction.<br />
<br />
<br />
<br />
It also does not support user variables, temporary tables, or prepared statements, and even transactions and LOCK TABLES do not support Connection Sharing until they are closed or unlocked.<br />
<br />
<br />
<br />
So, what do they share? I would appreciate it if you could let me know if there is a suitable example.<br />
<br />
<br />
<br />
Thank you]]></description>
            <dc:creator>place rock</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Fri, 27 Jan 2023 08:28:28 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,707104,707104#msg-707104</guid>
            <title>Failed when adding instance to innodb cluster (2 replies)</title>
            <link>https://forums.mysql.com/read.php?177,707104,707104#msg-707104</link>
            <description><![CDATA[ I am facing fail when adding instance to innodb cluster. <br />
I can&#039;t find a way to solve this problem. <br />
<br />
Problem explain:<br />
1. I prepared four VM(virutal machine) : <br />
    1 for MySQL Router : server name &#039;ic_r1&#039;<br />
    3 for MySQL InnoDB Cluster : server anem &#039;ic_s1, s2, s3&#039;<br />
<br />
2. Install program ( program version : MySQL Community 8.0.31 )<br />
    ic_r1 : installed &#039;MySQL Shell&#039;<br />
    ic_s1, s2, s3 : installed &#039;MySQL&#039; and &#039;MySQL Shell&#039;<br />
<br />
3. make db user for InnoDB Cluster<br />
    create user &#039;cadmin&#039; on ic_s1, s2, s3 <br />
<br />
4. Set configuration for ic_s1, s2, s3 <br />
    dba.configureInstance(...)<br />
<br />
5. create InnoDB Cluster on ic_s1 <br />
    dba.createCluster(...)<br />
<br />
6. add instance on created InnoDB Cluster : failed<br />
   . failed log<br />
--------------------------------------------------------  <br />
MySQL  khpesdb01mca01:33060+ ssl  JS &gt; cls.addInstance(&#039;cadmin@khpesdb03mca01&#039;)<br />
 <br />
NOTE: The target instance &#039;khpesdb03mca01:3306&#039; has not been pre-provisioned (GTID set is empty). The Shell is unable to decide whether incremental state recovery can correctly provision it.<br />
The safest and most convenient way to provision a new instance is through automatic clone provisioning, which will completely overwrite the state of &#039;khpesdb03mca01:3306&#039; with a physical snapshot from an existing cluster member. To use this method by default, set the &#039;recoveryMethod&#039; option to &#039;clone&#039;.<br />
 <br />
The incremental state recovery may be safely used if you are sure all updates ever executed in the cluster were done with GTIDs enabled, there are no purged transactions and the new instance contains the same GTID set as the cluster or a subset of it. To use this method by default, set the &#039;recoveryMethod&#039; option to &#039;incremental&#039;.<br />
 <br />
 <br />
Please select a recovery method [C]lone/<i>ncremental recovery/[A]bort (default Clone): i<br />
Validating instance configuration at khpesdb03mca01:3306...<br />
 <br />
This instance reports its own address as khpesdb03mca01:3306<br />
 <br />
Instance configuration is suitable.<br />
NOTE: Group Replication will communicate with other members using &#039;khpesdb03mca01:3306&#039;. Use the localAddress option to override.<br />
 <br />
A new instance will be added to the InnoDB cluster. Depending on the amount of<br />
data on the cluster this might take from a few seconds to several hours.<br />
 <br />
Adding instance to the cluster...<br />
 <br />
ERROR: Unable to start Group Replication for instance &#039;khpesdb03mca01:3306&#039;.<br />
The MySQL error_log contains the following messages:<br />
  2022-12-27 08:24:09.369424 [System] [MY-013587] Plugin group_replication reported: &#039;Plugin &#039;group_replication&#039; is starting.&#039;<br />
  2022-12-27 08:24:09.380888 [System] [MY-010597] &#039;CHANGE MASTER TO FOR CHANNEL &#039;group_replication_applier&#039; executed&#039;. Previous state master_host=&#039;&#039;, master_port= 3306, master_log_file=&#039;&#039;, master_log_pos= 4, master_bind=&#039;&#039;. New state master_host=&#039;&lt;NULL&gt;&#039;, master_port= 0, master_log_file=&#039;&#039;, master_log_pos= 4, master_bind=&#039;&#039;.<br />
  2022-12-27 08:24:39.531922 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] Timeout while waiting for the group communication engine to be ready!&#039;<br />
  2022-12-27 08:24:39.531981 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] The group communication engine is not ready for the member to join. Local port: 3306&#039;<br />
  2022-12-27 08:24:39.577422 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] The member was unable to join the group. Local port: 3306&#039;<br />
  2022-12-27 08:24:45.616098 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] Error connecting to all peers. Member join failed. Local port: 3306&#039;<br />
  2022-12-27 08:24:45.661331 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] The member was unable to join the group. Local port: 3306&#039;<br />
  2022-12-27 08:24:51.695701 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] Error connecting to all peers. Member join failed. Local port: 3306&#039;<br />
  2022-12-27 08:24:51.738338 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] The member was unable to join the group. Local port: 3306&#039;<br />
  2022-12-27 08:24:57.774530 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] Error connecting to all peers. Member join failed. Local port: 3306&#039;<br />
  2022-12-27 08:24:57.821827 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] The member was unable to join the group. Local port: 3306&#039;<br />
  2022-12-27 08:25:03.852152 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] Error connecting to all peers. Member join failed. Local port: 3306&#039;<br />
  2022-12-27 08:25:03.899604 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] The member was unable to join the group. Local port: 3306&#039;<br />
  2022-12-27 08:25:09.399855 [Error] [MY-011640] Plugin group_replication reported: &#039;Timeout on wait for view after joining group&#039;<br />
  2022-12-27 08:25:09.399916 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] The member is already leaving or joining a group.&#039;<br />
  2022-12-27 08:25:09.931778 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] Error connecting to all peers. Member join failed. Local port: 3306&#039;<br />
  2022-12-27 08:25:09.976294 [Error] [MY-011735] Plugin group_replication reported: &#039;[GCS] The member was unable to join the group. Local port: 3306&#039;<br />
<br />
---------------------------------<br />
<br />
please give a hit to me. <br />
<br />
<br />
thanks. jinwoo jun</i>]]></description>
            <dc:creator>Jinwoo Jun</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Thu, 29 Dec 2022 02:20:20 +0000</pubDate>
        </item>
        <item>
            <guid>https://forums.mysql.com/read.php?177,706926,706926#msg-706926</guid>
            <title>upgrade mysql5.7 to mysql8 (no replies)</title>
            <link>https://forums.mysql.com/read.php?177,706926,706926#msg-706926</link>
            <description><![CDATA[ Hi,<br />
  We have one mysql5.7 innodb cluster (single-primary) environment on EKS. Today, we   pick up the mysql8 image, and let mysql upgrade automatically. <br />
  The enviornment has one primary and two slaves. The result is that primary and one slave can be upgraded to mysql8 successfully. HOwever, one slave is failed with following error. What does this mean and could be the cause<br />
  2022-12-07T11:03:57.231962Z 4 [ERROR] [MY-012119] [InnoDB] Cannot rename &#039;./mysql/#sql-ib3584-1767583560.ibd&#039; to &#039;./mysql/slave_relay_log_info.ibd&#039; for space ID 2584 because the target file exists. Remove the target file and try again.<br />
2022-12-07T11:03:57.231993Z 4 [ERROR] [MY-013183] [InnoDB] Assertion failure: handler0alter.cc:7009:error == DB_SUCCESS thread 140216232716032<br />
InnoDB: We intentionally generate a memory trap.<br />
InnoDB: Submit a detailed bug report to <a href="http://bugs.mysql.com"  rel="nofollow">http://bugs.mysql.com</a>.<br />
InnoDB: If you get repeated assertion failures or crashes, even<br />
InnoDB: immediately after the mysqld startup, there may be<br />
InnoDB: corruption in the InnoDB tablespace. Please refer to<br />
InnoDB: <a href="http://dev.mysql.com/doc/refman/8.0/en/forcing-innodb-recovery.html"  rel="nofollow">http://dev.mysql.com/doc/refman/8.0/en/forcing-innodb-recovery.html</a><br />
InnoDB: about forcing recovery.<br />
2022-12-07T11:03:57Z UTC - mysqld got signal 6 ;<br />
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.<br />
BuildID[sha1]=cc730f8d2780f63e4aa3ca1a37aff8fd980c5bed<br />
Thread pointer: 0x560abedc63e0<br />
Attempting backtrace. You can use the following information to find out<br />
where mysqld died. If you see no messages after this, something went<br />
terribly wrong...<br />
stack_bottom = 7f86a2be1bd0 thread_stack 0x100000<br />
/usr/sbin/mysqld(my_print_stacktrace(unsigned char const*, unsigned long)+0x3d) [0x560ab93dc2fd]<br />
/usr/sbin/mysqld(print_fatal_signal(int)+0x393) [0x560ab82be4a3]<br />
/usr/sbin/mysqld(my_server_abort()+0x7e) [0x560ab82be5ee]<br />
/usr/sbin/mysqld(my_abort()+0xa) [0x560ab93d64fa]<br />
/usr/sbin/mysqld(ut_dbg_assertion_failed(char const*, char const*, unsigned long)+0x336) [0x560ab96c1746]<br />
/usr/sbin/mysqld(bool ha_innobase::commit_inplace_alter_table_impl&lt;dd::Table&gt;(TABLE*, Alter_inplace_info*, bool, dd::Table*)+0x23d4) [0x560ab950dc94]<br />
/usr/sbin/mysqld(ha_innobase::commit_inplace_alter_table(TABLE*, Alter_inplace_info*, bool, dd::Table const*, dd::Table*)+0x9e) [0x560ab950ea6e]<br />
/usr/sbin/mysqld(+0x105f80d) [0x560ab81f580d]<br />
/usr/sbin/mysqld(mysql_alter_table(THD*, char const*, char const*, HA_CREATE_INFO*, TABLE_LIST*, Alter_info*)+0x57b5) [0x560ab820c845]<br />
/usr/sbin/mysqld(Sql_cmd_alter_table::execute(THD*)+0x4db) [0x560ab861eb6b]<br />
/usr/sbin/mysqld(mysql_execute_command(THD*, bool)+0xafe) [0x560ab81583ae]<br />
/usr/sbin/mysqld(+0xfed587) [0x560ab8183587]<br />
/usr/sbin/mysqld(Prepared_statement::execute_server_runnable(THD*, Server_runnable*)+0x212) [0x560ab8184f22]<br />
/usr/sbin/mysqld(Ed_connection::execute_direct(Server_runnable*)+0xa3) [0x560ab8186623]<br />
/usr/sbin/mysqld(Ed_connection::execute_direct(MYSQL_LEX_STRING)+0x3b) [0x560ab81867fb]<br />
/usr/sbin/mysqld(+0x21f2aaf) [0x560ab9388aaf]<br />
/usr/sbin/mysqld(dd::upgrade::upgrade_system_schemas(THD*)+0xde8) [0x560ab938d6d8]<br />
/usr/sbin/mysqld(+0x11e8736) [0x560ab837e736]<br />
/usr/sbin/mysqld(+0x29d29b5) [0x560ab9b689b5]<br />
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7ea7) [0x7f86afa36ea7]<br />
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f) [0x7f86af625a2f]<br />
<br />
Trying to get some variables.<br />
Some pointers may be invalid and cause the dump to abort.<br />
Query (7f86002cb228): # Columns added to keep information about REQUIRE_TABLE_PRIMARY_KEY_CHECK replication field ALTER TABLE slave_relay_log_info ADD Require_table_primary_key_check ENUM(&#039;STREAM&#039;,&#039;ON&#039;,&#039;OFF&#039;) NOT NULL DEFAULT &#039;STREAM&#039; COMMENT &#039;Indicates what is the channel policy regarding tables having primary keys on create and alter table queries&#039; AFTER Require_row_format<br />
Connection ID (thread ID): 4]]></description>
            <dc:creator>Liang Cheng</dc:creator>
            <category>InnoDB clusters</category>
            <pubDate>Wed, 07 Dec 2022 13:46:34 +0000</pubDate>
        </item>
    </channel>
</rss>
