三节点的MGR集群,主节点正常,从节点无法加入集群
参考文档:MGR安装部署,手动方式构建MGR系统信息:
GreatSQL安装包:GreatSQL-8.4.4-4-Linux-glibc2.28-aarch64.tar.xz
三节点分别是:140.0.0.1(从)、140.0.0.2(从)、140.0.0.3(主)
目前主节点能正常启动:
140.0.0.2和140.0.0.3启动失败:
>START group_replication;
ERROR 3092 (HY000): The server is not configured properly to be an active member of the group. Please see more details on error log.140.0.0.3的error.log信息:
2026-01-27T10:39:51.666367+08:00 0 Plugin group_replication reported: ' Sleeping for 5 seconds before retrying to join the group. There are 1 more attempt(s) before giving up.'
2026-01-27T10:39:56.666454+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T10:39:56.815017+08:00 0 Plugin group_replication reported: ' 1769481596.666990 pid 1194793 xcom_id 286a46f2 state xcom_fsm_start action x_fsm_init'
2026-01-27T10:39:57.557850+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T10:39:57.557897+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T10:39:57.557923+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T10:39:57.557937+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T10:39:57.558079+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T10:39:57.558095+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T10:39:57.558106+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T10:39:57.558143+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T10:39:57.558215+08:00 0 Plugin group_replication reported: ' Connection attempt from IP address ::ffff:140.0.0.1 refused. Address is not in the IP allowlist.'
2026-01-27T10:39:57.558533+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T10:39:57.558552+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T10:39:57.558570+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T10:39:57.558659+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T10:39:57.558746+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T10:39:57.558806+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T10:39:57.558819+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T10:39:57.558832+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T10:39:57.558859+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T10:39:57.558925+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T10:39:57.558980+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T10:39:57.558992+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T10:39:57.559005+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T10:39:57.559037+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T10:39:57.559102+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T10:39:57.559158+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T10:39:57.559171+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T10:39:57.559183+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T10:39:57.559209+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T10:39:57.559274+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T10:39:57.559330+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T10:39:57.559352+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T10:39:57.559364+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T10:39:57.559388+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T10:39:57.559450+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T10:39:57.559511+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T10:39:57.559524+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T10:39:57.559536+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T10:39:57.559573+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T10:39:57.559641+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T10:39:57.559713+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T10:39:57.559729+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T10:39:57.559748+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T10:39:57.559773+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T10:39:57.559840+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T10:39:57.559896+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T10:39:57.559909+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T10:39:57.559921+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T10:39:57.559948+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T10:39:57.560012+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T10:39:57.560066+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T10:39:57.560079+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T10:39:57.560092+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T10:39:57.560116+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T10:39:57.560176+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T10:39:57.560235+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T10:39:57.560248+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T10:39:57.560260+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T10:39:57.560285+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T10:39:57.560349+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T10:39:57.560363+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T10:39:57.568251+08:00 0 Plugin group_replication reported: ' 1769481597.568241 pid 1194793 xcom_id 286a46f2 state xcom_fsm_start action x_fsm_terminate'
2026-01-27T10:39:57.568269+08:00 0 Plugin group_replication reported: ' 1769481597.568265 pid 1194793 xcom_id 286a46f2 state xcom_fsm_start action x_fsm_exit'
2026-01-27T10:39:57.568284+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T10:39:57.568299+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T10:39:57.568313+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T10:39:57.879125+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T10:39:57.879173+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T10:39:57.879188+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T10:39:57.879203+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T10:39:57.879216+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T10:39:57.879232+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T10:39:57.879245+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T10:39:57.879268+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T10:39:57.879283+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T10:39:57.879297+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T10:39:57.879311+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T10:39:57.879326+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T10:39:57.879339+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T10:39:57.879353+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T10:39:57.879367+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T10:39:57.879392+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T10:39:57.879406+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T10:39:57.879421+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T10:39:57.879434+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T10:39:57.879449+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T10:39:57.879462+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T10:40:00.969555+08:00 10 Plugin group_replication reported: 'Wait for view modification, timeout:60 result:110'
2026-01-27T10:40:00.969591+08:00 10 Plugin group_replication reported: 'Timeout on wait for view after joining group'
2026-01-27T10:40:00.969622+08:00 10 Plugin group_replication reported: 'Requesting to leave the group despite of not being a member'
2026-01-27T10:40:00.969647+08:00 10 Plugin group_replication reported: ' The member is leaving a group without being on one.'140.0.0.3的my.cnf:
socket = /data/GreatSQL/mysql.sock
loose-skip-binary-as-hex
prompt = "(\\D)[\\u@GreatSQL][\\d]>"
no-auto-rehash
user = mysql
port = 3307
server_id = 140001
basedir=/usr/local/GreatSQL-8.4.4-4-Linux-glibc2.28-aarch64
datadir=/data/GreatSQL
socket = /data/GreatSQL/mysql.sock
pid-file = mysql.pid
character-set-server = UTF8MB4
skip_name_resolve = ON
default_time_zone = "+8:00"
bind_address = "0.0.0.0"
secure_file_priv = /data/GreatSQL
mysql_native_password=ON
# 使用不同的 X Plugin 端口
mysqlx_port=33066
# 使用不同的 socket 文件
mysqlx_socket=/data/GreatSQL/greatsqlx.sock
# Performance
lock_wait_timeout = 3600
open_files_limit = 65535
back_log = 1024
max_connections = 1024
max_connect_errors = 1000000
table_open_cache = 4096
table_definition_cache = 2048
thread_stack = 512K
sort_buffer_size = 4M
join_buffer_size = 4M
read_buffer_size = 8M
read_rnd_buffer_size = 4M
bulk_insert_buffer_size = 64M
thread_cache_size = 768
interactive_timeout = 600
wait_timeout = 600
tmp_table_size = 96M
max_heap_table_size = 96M
max_allowed_packet = 64M
net_buffer_shrink_interval = 180
sql_generate_invisible_primary_key = ON
loose-lock_ddl_polling_mode = ON
loose-lock_ddl_polling_runtime = 200
# Logs
log_timestamps = SYSTEM
log_error = error.log
log_error_verbosity = 3
slow_query_log = ON
log_slow_extra = ON
slow_query_log_file = slow.log
long_query_time = 0.01
log_queries_not_using_indexes = ON
log_throttle_queries_not_using_indexes = 60
min_examined_row_limit = 100
log_slow_admin_statements = ON
log_slow_replica_statements = ON
log_slow_verbosity = FULL
log_bin = binlog
binlog_format = ROW
sync_binlog = 1
binlog_cache_size = 4M
max_binlog_cache_size = 6G
max_binlog_size = 1G
binlog_space_limit = 500G
binlog_rows_query_log_events = ON
binlog_expire_logs_seconds = 604800
binlog_checksum = CRC32
binlog_order_commits = OFF
gtid_mode = ON
enforce_gtid_consistency = ON
# Replication
relay-log = relaylog
relay_log_recovery = ON
replica_parallel_type = LOGICAL_CLOCK
replica_parallel_workers = 16
replica_preserve_commit_order = ON
replica_checkpoint_period = 2
loose-rpl_read_binlog_speed_limit = 100
# MGR
loose-plugin_load_add = 'mysql_clone.so'
loose-plugin_load_add = 'group_replication.so'
loose-group_replication_group_name = "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaa1"
loose-group_replication_local_address = "140.0.0.1:33061"
loose-group_replication_group_seeds = '140.0.0.3:33061,140.0.0.1:33061,140.0.0.2:33061'
loose-group_replication_communication_stack = "XCOM"
loose-group_replication_recovery_use_ssl = OFF
loose-group_replication_ssl_mode = DISABLED
loose-group_replication_start_on_boot = OFF
loose-group_replication_bootstrap_group = OFF
loose-group_replication_exit_state_action = READ_ONLY
loose-group_replication_flow_control_mode = "DISABLED"
loose-group_replication_single_primary_mode = ON
loose-group_replication_enforce_update_everywhere_checks = OFF
loose-group_replication_majority_after_mode = ON
loose-group_replication_communication_max_message_size = 10M
loose-group_replication_arbitrator = OFF
loose-group_replication_single_primary_fast_mode = 1
loose-group_replication_request_time_threshold = 100
loose-group_replication_primary_election_mode = GTID_FIRST
loose-group_replication_unreachable_majority_timeout = 0
loose-group_replication_member_expel_timeout = 5
loose-group_replication_autorejoin_tries = 288
loose-group_replication_recovery_get_public_key = ON
loose-group_replication_donor_threshold = 100
report_host = "140.0.0.1"
# InnoDB
innodb_buffer_pool_size = 2G #如果是专用的数据库服务器,则可以设置为物理内存的50%-70%,视实际情况而定
innodb_buffer_pool_instances = 8
innodb_data_file_path = ibdata1:12M:autoextend
innodb_flush_log_at_trx_commit = 1
innodb_log_buffer_size = 64M
innodb_redo_log_capacity = 6G
innodb_doublewrite_files=64
innodb_doublewrite_pages = 128
innodb_max_undo_log_size = 4G
innodb_io_capacity = 10000
innodb_io_capacity_max = 20000
innodb_open_files = 65535
innodb_flush_method = O_DIRECT
innodb_use_fdatasync = ON
innodb_lru_scan_depth=9000
innodb_lock_wait_timeout = 10
innodb_rollback_on_timeout = ON
innodb_print_all_deadlocks = ON
innodb_online_alter_log_max_size = 4G
innodb_print_ddl_logs=OFF
innodb_status_file = ON
innodb_status_output = OFF
innodb_status_output_locks = ON
innodb_sort_buffer_size = 64M
innodb_adaptive_hash_index = OFF
innodb_numa_interleave = OFF
innodb_spin_wait_delay = 20
innodb_print_lock_wait_timeout_info=OFF
innodb_change_buffering = none
kill_idle_transaction = 300
innodb_data_file_async_purge = ON
#innodb monitor settings
#innodb_monitor_enable = "module_innodb,module_server,module_dml,module_ddl,module_trx,module_os,module_purge,module_log,module_lock,module_buffer,module_index,module_ibuf_system,module_buffer_page,module_adaptive_hash"
#pfs settings
performance_schema = 1
#performance_schema_instrument = '%memory%=on'
performance_schema_instrument = '%lock%=on'
请问这个问题的原因是什么?怎么解决呢?
日志中有提醒
2026-01-27T10:39:57.558215+08:00 0 Plugin group_replication reported: ' Connection attempt from IP address ::ffff:140.0.0.1 refused. Address is not in the IP allowlist.'
需要将你的IP加到 allowlist 中,默认的 allowlist 列表是下面这些,不包含你上面的内网地址:
IPv4 addresses (for example, 198.51.100.44)
IPv4 addresses with CIDR notation (for example, 192.0.2.21/24)
IPv6 addresses (for example, 2001:db8:85a3:8d3:1319:8a2e:370:7348)
IPv6 addresses with CIDR notation (for example, 2001:db8:85a3:8d3::/64)
Host names (for example, example.org)
Host names with CIDR notation (for example, www.example.com/24) yejr 发表于 2026-1-27 12:34
日志中有提醒
2026-01-27T10:39:57.558215+08:00 0 Plugin group_replicatio ...
在my.cnf中增加了这行:
loose-group_replication_ip_allowlist = "140.0.0.0/24,127.0.0.1,::1,::ffff:140.0.0.0/120"
重启之后 Warning 消失了,但还是无法加入集群:
error.log:
2026-01-27T19:12:48.373880+08:00 0 systemd notify: STATUS=Server startup in progress
2026-01-27T19:12:48.374618+08:00 0 MySQL Server - start.
2026-01-27T19:12:48.575516+08:00 0 'binlog_format' is deprecated and will be removed in a future release.
2026-01-27T19:12:48.575564+08:00 0 The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2026-01-27T19:12:48.576625+08:00 0 Insecure configuration for --secure-file-priv: Data directory is accessible through --secure-file-priv. Consider choosing a different directory.
2026-01-27T19:12:48.576636+08:00 0 Insecure configuration for --secure-file-priv: Location is accessible to all OS users. Consider choosing a different directory.
2026-01-27T19:12:48.576644+08:00 0 Insecure configuration for --secure-log-path: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2026-01-27T19:12:48.576693+08:00 0 BuildID=2a12de0d2d739d733fbe46df5954d78f55de639b
2026-01-27T19:12:48.576699+08:00 0 Basedir set to /usr/local/GreatSQL-8.4.4-4-Linux-glibc2.28-aarch64/.
2026-01-27T19:12:48.576711+08:00 0 /usr/local/GreatSQL-8.4.4-4-Linux-glibc2.28-aarch64/bin/mysqld (mysqld 8.4.4-4) starting as process 1234809
2026-01-27T19:12:48.582318+08:00 0 Using Linux native AIO
2026-01-27T19:12:48.582769+08:00 0 Plugin 'FEDERATED' is disabled.
2026-01-27T19:12:48.582848+08:00 0 Plugin 'ndbcluster' is disabled.
2026-01-27T19:12:48.582872+08:00 0 Plugin 'ndbinfo' is disabled.
2026-01-27T19:12:48.582888+08:00 0 Plugin 'ndb_transid_mysql_connection_map' is disabled.
2026-01-27T19:12:48.584310+08:00 1 systemd notify: STATUS=InnoDB initialization in progress
2026-01-27T19:12:48.584347+08:00 1 InnoDB initialization has started.
2026-01-27T19:12:48.584369+08:00 1 Atomic write enabled
2026-01-27T19:12:48.584400+08:00 1 PUNCH HOLE support available
2026-01-27T19:12:48.584416+08:00 1 Uses event mutexes
2026-01-27T19:12:48.584427+08:00 1 GCC builtin __atomic_thread_fence() is used for memory barrier
2026-01-27T19:12:48.584439+08:00 1 Compressed tables use zlib 1.3.1
2026-01-27T19:12:48.586945+08:00 1 File purge : set file purge path : /data/GreatSQL/#file_purge
2026-01-27T19:12:48.587018+08:00 1 Using hardware accelerated crc32 and polynomial multiplication.
2026-01-27T19:12:48.587322+08:00 1 Directories to scan './'
2026-01-27T19:12:48.587366+08:00 1 Scanning './'
2026-01-27T19:12:48.589967+08:00 1 Completed space ID check of 8 files.
2026-01-27T19:12:48.590490+08:00 1 Initializing buffer pool, total size = 2.000000G, instances = 8, chunk size =128.000000M
2026-01-27T19:12:48.674440+08:00 1 Completed initialization of buffer pool
2026-01-27T19:12:48.682710+08:00 1 Using './#ib_16384_0.dblwr' for doublewrite
2026-01-27T19:12:48.686057+08:00 1 Using './#ib_16384_1.dblwr' for doublewrite
2026-01-27T19:12:48.690655+08:00 1 Using './#ib_16384_2.dblwr' for doublewrite
2026-01-27T19:12:48.693768+08:00 1 Using './#ib_16384_3.dblwr' for doublewrite
2026-01-27T19:12:48.697647+08:00 1 Using './#ib_16384_4.dblwr' for doublewrite
2026-01-27T19:12:48.700558+08:00 1 Using './#ib_16384_5.dblwr' for doublewrite
2026-01-27T19:12:48.704595+08:00 1 Using './#ib_16384_6.dblwr' for doublewrite
2026-01-27T19:12:48.707750+08:00 1 Using './#ib_16384_7.dblwr' for doublewrite
2026-01-27T19:12:48.712035+08:00 1 Using './#ib_16384_8.dblwr' for doublewrite
2026-01-27T19:12:48.714882+08:00 1 Using './#ib_16384_9.dblwr' for doublewrite
2026-01-27T19:12:48.719147+08:00 1 Using './#ib_16384_10.dblwr' for doublewrite
2026-01-27T19:12:48.722014+08:00 1 Using './#ib_16384_11.dblwr' for doublewrite
2026-01-27T19:12:48.725979+08:00 1 Using './#ib_16384_12.dblwr' for doublewrite
2026-01-27T19:12:48.728989+08:00 1 Using './#ib_16384_13.dblwr' for doublewrite
2026-01-27T19:12:48.733005+08:00 1 Using './#ib_16384_14.dblwr' for doublewrite
2026-01-27T19:12:48.736011+08:00 1 Using './#ib_16384_15.dblwr' for doublewrite
2026-01-27T19:12:48.740718+08:00 1 Double write buffer files: 64
2026-01-27T19:12:48.740748+08:00 1 Double write buffer pages per instance: 128
2026-01-27T19:12:48.740775+08:00 1 Using './#ib_16384_0.dblwr' for doublewrite
2026-01-27T19:12:48.740797+08:00 1 Using './#ib_16384_1.dblwr' for doublewrite
2026-01-27T19:12:48.740819+08:00 1 Using './#ib_16384_2.dblwr' for doublewrite
2026-01-27T19:12:48.740839+08:00 1 Using './#ib_16384_3.dblwr' for doublewrite
2026-01-27T19:12:48.740860+08:00 1 Using './#ib_16384_4.dblwr' for doublewrite
2026-01-27T19:12:48.740880+08:00 1 Using './#ib_16384_5.dblwr' for doublewrite
2026-01-27T19:12:48.740900+08:00 1 Using './#ib_16384_6.dblwr' for doublewrite
2026-01-27T19:12:48.740921+08:00 1 Using './#ib_16384_7.dblwr' for doublewrite
2026-01-27T19:12:48.740940+08:00 1 Using './#ib_16384_8.dblwr' for doublewrite
2026-01-27T19:12:48.740960+08:00 1 Using './#ib_16384_9.dblwr' for doublewrite
2026-01-27T19:12:48.740981+08:00 1 Using './#ib_16384_10.dblwr' for doublewrite
2026-01-27T19:12:48.741002+08:00 1 Using './#ib_16384_11.dblwr' for doublewrite
2026-01-27T19:12:48.741022+08:00 1 Using './#ib_16384_12.dblwr' for doublewrite
2026-01-27T19:12:48.741042+08:00 1 Using './#ib_16384_13.dblwr' for doublewrite
2026-01-27T19:12:48.741063+08:00 1 Using './#ib_16384_14.dblwr' for doublewrite
2026-01-27T19:12:48.741084+08:00 1 Using './#ib_16384_15.dblwr' for doublewrite
2026-01-27T19:12:48.802583+08:00 1 The latest found checkpoint is at lsn = 21099371 in redo log file ./#innodb_redo/#ib_redo0.
2026-01-27T19:12:48.802656+08:00 1 Starting to parse redo log at lsn = 21099023, whereas checkpoint_lsn = 21099371 and start_lsn = 21099008
2026-01-27T19:12:48.807520+08:00 1 Log background threads are being started...
2026-01-27T19:12:48.807909+08:00 1 Applying a batch of 0 redo log records ...
2026-01-27T19:12:48.807930+08:00 1 Apply batch completed!
2026-01-27T19:12:48.808395+08:00 1 Using undo tablespace './undo_001'.
2026-01-27T19:12:48.808787+08:00 1 Using undo tablespace './undo_002'.
2026-01-27T19:12:48.809268+08:00 1 Opened 2 existing undo tablespaces.
2026-01-27T19:12:48.809297+08:00 1 GTID recovery trx_no: 6711
2026-01-27T19:12:48.830355+08:00 1 Parallel initialization of rseg complete
2026-01-27T19:12:48.830402+08:00 1 Time taken to initialize rseg using 4 thread: 21 ms.
2026-01-27T19:12:48.830464+08:00 1 Creating shared tablespace for temporary tables
2026-01-27T19:12:48.831475+08:00 1 Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2026-01-27T19:12:48.837698+08:00 1 File './ibtmp1' size is now 12 MB.
2026-01-27T19:12:48.837775+08:00 1 Scanning temp tablespace dir:'./#innodb_temp/'
2026-01-27T19:12:48.859511+08:00 1 Created 128 and tracked 128 new rollback segment(s) in the temporary tablespace. 128 are now active.
2026-01-27T19:12:48.859743+08:00 1 Percona XtraDB (http://www.percona.com) 8.4.4-8.4.4 started; log sequence number 21099381
2026-01-27T19:12:48.860090+08:00 1 InnoDB initialization has ended.
2026-01-27T19:12:48.860115+08:00 1 systemd notify: STATUS=InnoDB initialization successful
2026-01-27T19:12:48.866697+08:00 1 Data dictionary restarting version '80300'.
2026-01-27T19:12:48.943717+08:00 1 systemd notify: STATUS=InnoDB crash recovery in progress
2026-01-27T19:12:48.952484+08:00 1 Reading DD tablespace files
2026-01-27T19:12:48.953301+08:00 1 Scanned 10 tablespaces. Validated 10.
2026-01-27T19:12:48.955566+08:00 1 systemd notify: STATUS=InnoDB crash recovery successful
2026-01-27T19:12:48.968069+08:00 1 Using data dictionary with version '80300'.
2026-01-27T19:12:48.970254+08:00 0 systemd notify: STATUS=Initialization of dynamic plugins in progress
2026-01-27T19:12:48.988979+08:00 0 Plugin mysqlx reported: 'IPv6 is available'
2026-01-27T19:12:48.989921+08:00 0 Plugin mysqlx reported: 'X Plugin ready for connections. bind-address: '::' port: 33066'
2026-01-27T19:12:48.989942+08:00 0 Plugin mysqlx reported: 'X Plugin ready for connections. socket: '/data/GreatSQL/greatsqlx.sock''
2026-01-27T19:12:49.001460+08:00 0 systemd notify: STATUS=Initialization of dynamic plugins successful
2026-01-27T19:12:49.025749+08:00 0 Thread priority attribute setting in Resource Group SQL shall be ignored due to unsupported platform or insufficient privilege.
2026-01-27T19:12:49.032173+08:00 0 Failed to open the crashed binlog file when source server is recovering it.
2026-01-27T19:12:49.038400+08:00 0 Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2026-01-27T19:12:49.038437+08:00 0 Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2026-01-27T19:12:49.042058+08:00 0 DDL log recovery : begin
2026-01-27T19:12:49.042259+08:00 0 DDL log recovery : end
2026-01-27T19:12:49.042368+08:00 0 Loading buffer pool(s) from /data/GreatSQL/ib_buffer_pool
2026-01-27T19:12:49.049585+08:00 0 Waiting for purge to start
2026-01-27T19:12:49.068799+08:00 0 Buffer pool(s) load completed at 260127 19:12:49
2026-01-27T19:12:49.111192+08:00 0 Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2026-01-27T19:12:49.111391+08:00 0 Skipping generation of SSL certificates as certificate files are present in data directory.
2026-01-27T19:12:49.112037+08:00 0 CA certificate ca.pem is self signed.
2026-01-27T19:12:49.112065+08:00 0 Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2026-01-27T19:12:49.112175+08:00 0 Skipping generation of RSA key pair through --sha256_password_auto_generate_rsa_keys as key files are present in data directory.
2026-01-27T19:12:49.112269+08:00 0 Skipping generation of RSA key pair through --caching_sha2_password_auto_generate_rsa_keys as key files are present in data directory.
2026-01-27T19:12:49.112385+08:00 0 Server hostname (bind-address): '0.0.0.0'; port: 3307
2026-01-27T19:12:49.112401+08:00 0 - '0.0.0.0' resolves to '0.0.0.0';
2026-01-27T19:12:49.112420+08:00 0 Server socket created on IP: '0.0.0.0'.
2026-01-27T19:12:49.113369+08:00 0 Insecure configuration for --pid-file: Location '/data' in the path is accessible to all OS users. Consider choosing a different directory.
2026-01-27T19:12:49.114193+08:00 0 systemd notify: STATUS=Components initialization in progress
2026-01-27T19:12:49.114690+08:00 0 systemd notify: STATUS=Components initialization successful
2026-01-27T19:12:49.136975+08:00 0 Relay log recovery on channel with GTID_ONLY=1. The channel will switch to a new relay log and the GTID protocol will be used to replicate unapplied transactions.
2026-01-27T19:12:49.144986+08:00 0 Relay log recovery on channel with GTID_ONLY=1. The channel will switch to a new relay log and the GTID protocol will be used to replicate unapplied transactions.
2026-01-27T19:12:49.146607+08:00 0 Failed to start replica threads for channel ''.
2026-01-27T19:12:49.147895+08:00 7 Event Scheduler: scheduler thread started with id 7
2026-01-27T19:12:49.148014+08:00 0 Plugin mysqlx reported: 'Using SSL configuration from MySQL Server'
2026-01-27T19:12:49.148377+08:00 0 Plugin mysqlx reported: 'Using OpenSSL for TLS connections'
2026-01-27T19:12:49.148461+08:00 0 X Plugin ready for connections. Bind-address: '::' port: 33066, socket: /data/GreatSQL/greatsqlx.sock
2026-01-27T19:12:49.148511+08:00 0 /usr/local/GreatSQL-8.4.4-4-Linux-glibc2.28-aarch64/bin/mysqld: ready for connections. Version: '8.4.4-4'socket: '/data/GreatSQL/mysql.sock'port: 3307GreatSQL, Release 4, Revision d73de75905d.
2026-01-27T19:12:49.149174+08:00 0 systemd notify: READY=1 STATUS=Server is operational MAIN_PID=1234809
2026-01-27T19:14:20.040935+08:00 10 Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
2026-01-27T19:14:46.931594+08:00 10 'CHANGE REPLICATION SOURCE TO FOR CHANNEL 'group_replication_recovery' executed'. Previous state source_host='', source_port= 3306, source_log_file='', source_log_pos= 4, source_bind=''. New state source_host='', source_port= 3306, source_log_file='', source_log_pos= 4, source_bind=''.
2026-01-27T19:15:18.971482+08:00 10 Plugin group_replication reported: 'Plugin 'group_replication' is starting.'
2026-01-27T19:15:18.971533+08:00 10 Plugin group_replication reported: 'Current debug options are: 'GCS_DEBUG_NONE'.'
2026-01-27T19:15:18.971915+08:00 10 Plugin group_replication reported: 'Setting super_read_only=ON.'
2026-01-27T19:15:18.972005+08:00 10 Plugin group_replication reported: 'Group communication SSL configuration: group_replication_ssl_mode: "DISABLED"'
2026-01-27T19:15:18.972823+08:00 10 Plugin group_replication reported: ' Debug messages will be sent to: asynchronous::/data/GreatSQL/GCS_DEBUG_TRACE'
2026-01-27T19:15:18.973181+08:00 10 Plugin group_replication reported: ' Automatically adding IPv4 localhost address to the allowlist. It is mandatory that it is added.'
2026-01-27T19:15:18.973199+08:00 10 Plugin group_replication reported: ' Automatically adding IPv6 localhost address to the allowlist. It is mandatory that it is added.'
2026-01-27T19:15:18.973257+08:00 10 Plugin group_replication reported: ' SSL was not enabled'
2026-01-27T19:15:18.973314+08:00 10 Plugin group_replication reported: 'Initialized group communication with configuration: group_replication_group_name: 'aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaa1'; group_replication_local_address: '140.0.0.1:33061'; group_replication_group_seeds: '140.0.0.3:33061,140.0.0.1:33061,140.0.0.2:33061'; group_replication_bootstrap_group: 'false'; group_replication_poll_spin_loops: 0; group_replication_compression_threshold: 1000000; group_replication_ip_allowlist: '140.0.0.0/24,127.0.0.1,::1,::ffff:140.0.0.0/120'; group_replication_communication_debug_options: 'GCS_DEBUG_NONE'; group_replication_member_expel_timeout: '5'; group_replication_communication_max_message_size: 10485760; group_replication_message_cache_size: '1073741824u; group_replication_communication_stack: '0''
2026-01-27T19:15:18.973343+08:00 10 Plugin group_replication reported: 'Member configuration: member_id: 140001; member_uuid: "5b5a026a-f830-11f0-b096-00073eb348f5"; single-primary mode: "true"; group_replication_auto_increment_increment: 7; group_replication_view_change_uuid: "AUTOMATIC";'
2026-01-27T19:15:18.973391+08:00 10 Plugin group_replication reported: 'Init certifier broadcast thread'
2026-01-27T19:15:18.973810+08:00 12 'CHANGE REPLICATION SOURCE TO FOR CHANNEL 'group_replication_applier' executed'. Previous state source_host='<NULL>', source_port= 0, source_log_file='', source_log_pos= 4, source_bind=''. New state source_host='<NULL>', source_port= 0, source_log_file='', source_log_pos= 4, source_bind=''.
2026-01-27T19:15:19.056879+08:00 10 Plugin group_replication reported: 'Group Replication applier module successfully initialized!'
2026-01-27T19:15:19.056966+08:00 14 Replica SQL thread for channel 'group_replication_applier' initialized, starting replication in log 'INVALID' at position 0, relay log './relaylog-group_replication_applier.000015' position: 4
2026-01-27T19:15:19.057148+08:00 10 Plugin group_replication reported: ' buckets:2000000, dec_threshold_length:1000000'
2026-01-27T19:15:19.057219+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T19:15:19.057341+08:00 0 Plugin group_replication reported: ' 1769512519.057320 pid 1234809 xcom_id 0 state xcom_fsm_init action x_fsm_init'
2026-01-27T19:15:19.057369+08:00 0 Plugin group_replication reported: ' Init xcom thread'
2026-01-27T19:15:19.057394+08:00 0 Plugin group_replication reported: ' Do xcom_thread_init'
2026-01-27T19:15:19.728992+08:00 0 Plugin group_replication reported: ' Finish xcom_thread_init'
2026-01-27T19:15:19.729055+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T19:15:19.729073+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T19:15:19.729098+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T19:15:19.729112+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T19:15:19.729329+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T19:15:19.729350+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T19:15:19.729357+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T19:15:19.729409+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T19:15:19.729801+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:19.729822+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:19.729841+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:19.729924+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:19.730011+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:19.730070+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:19.730085+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:19.730098+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:19.730124+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:19.730188+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:19.730244+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:19.730257+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:19.730270+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:19.730296+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:19.730359+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:19.730414+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:19.730427+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:19.730440+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:19.730465+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:19.730529+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:19.730584+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:19.730598+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:19.730618+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:19.730641+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:19.730709+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:19.730768+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:19.730782+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:19.730796+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:19.730823+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:19.730887+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:19.730947+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:19.730960+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:19.730974+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:19.730999+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:19.731062+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:19.731117+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:19.731131+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:19.731163+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:19.731192+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:19.731255+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:19.731310+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:19.731324+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:19.731337+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:19.731362+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:19.731425+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:19.731481+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:19.731500+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:19.731517+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:19.731543+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:19.731606+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:19.731622+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T19:15:19.739497+08:00 0 Plugin group_replication reported: ' 1769512519.739486 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_terminate'
2026-01-27T19:15:19.739518+08:00 0 Plugin group_replication reported: ' 1769512519.739513 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_exit'
2026-01-27T19:15:19.739534+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T19:15:19.739553+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T19:15:19.739569+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T19:15:19.739592+08:00 0 Plugin group_replication reported: ' set CON_NULL for fd:62 in close_connection'
2026-01-27T19:15:20.050953+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T19:15:20.050997+08:00 0 Plugin group_replication reported: ' Sleeping for 5 seconds before retrying to join the group. There are 9 more attempt(s) before giving up.'
2026-01-27T19:15:25.051081+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T19:15:25.199951+08:00 0 Plugin group_replication reported: ' 1769512525.051619 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_init'
2026-01-27T19:15:25.963078+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T19:15:25.963125+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T19:15:25.963152+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T19:15:25.963165+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T19:15:25.963316+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T19:15:25.963333+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T19:15:25.963344+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T19:15:25.963372+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T19:15:25.963764+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:25.963783+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:25.963802+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:25.963877+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:25.963966+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:25.964028+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:25.964043+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:25.964062+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:25.964091+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:25.964160+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:25.964216+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:25.964229+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:25.964245+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:25.964272+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:25.964336+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:25.964393+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:25.964406+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:25.964420+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:25.964445+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:25.964508+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:25.964563+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:25.964577+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:25.964590+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:25.964615+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:25.964679+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:25.964738+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:25.964753+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:25.964766+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:25.964799+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:25.964864+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:25.964923+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:25.964937+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:25.964953+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:25.964980+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:25.965046+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:25.965106+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:25.965120+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:25.965133+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:25.965159+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:25.965223+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:25.965280+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:25.965294+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:25.965310+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:25.965336+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:25.965412+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:25.965489+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:25.965508+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:25.965532+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:25.965559+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:25.965628+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:25.965644+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T19:15:25.973452+08:00 0 Plugin group_replication reported: ' 1769512525.973442 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_terminate'
2026-01-27T19:15:25.973476+08:00 0 Plugin group_replication reported: ' 1769512525.973472 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_exit'
2026-01-27T19:15:25.973495+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T19:15:25.973512+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T19:15:25.973528+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T19:15:25.973551+08:00 0 Plugin group_replication reported: ' set CON_NULL for fd:62 in close_connection'
2026-01-27T19:15:26.285498+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T19:15:26.285542+08:00 0 Plugin group_replication reported: ' Sleeping for 5 seconds before retrying to join the group. There are 8 more attempt(s) before giving up.'
2026-01-27T19:15:31.285633+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T19:15:31.434731+08:00 0 Plugin group_replication reported: ' 1769512531.286163 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_init'
2026-01-27T19:15:32.196903+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T19:15:32.196948+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T19:15:32.196978+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T19:15:32.196993+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T19:15:32.197139+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T19:15:32.197155+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T19:15:32.197166+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T19:15:32.197181+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T19:15:32.197571+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:32.197592+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:32.197615+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:32.197684+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:32.197779+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:32.197851+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:32.197868+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:32.197884+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:32.197915+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:32.197998+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:32.198067+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:32.198081+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:32.198096+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:32.198128+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:32.198201+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:32.198264+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:32.198279+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:32.198293+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:32.198326+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:32.198403+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:32.198473+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:32.198488+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:32.198503+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:32.198535+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:32.198607+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:32.198676+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:32.198692+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:32.198711+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:32.198736+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:32.198802+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:32.198865+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:32.198880+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:32.198900+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:32.198925+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:32.198997+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:32.199065+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:32.199080+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:32.199100+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:32.199127+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:32.199201+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:32.199264+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:32.199279+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:32.199293+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:32.199323+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:32.199388+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:32.199452+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:32.199467+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:32.199487+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:32.199511+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:32.199577+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:32.199592+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T19:15:32.207270+08:00 0 Plugin group_replication reported: ' 1769512532.207260 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_terminate'
2026-01-27T19:15:32.207290+08:00 0 Plugin group_replication reported: ' 1769512532.207285 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_exit'
2026-01-27T19:15:32.207308+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T19:15:32.207324+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T19:15:32.207336+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T19:15:32.207360+08:00 0 Plugin group_replication reported: ' set CON_NULL for fd:62 in close_connection'
2026-01-27T19:15:32.517659+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T19:15:32.517710+08:00 0 Plugin group_replication reported: ' Sleeping for 5 seconds before retrying to join the group. There are 7 more attempt(s) before giving up.'
2026-01-27T19:15:37.517795+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T19:15:37.666911+08:00 0 Plugin group_replication reported: ' 1769512537.518334 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_init'
2026-01-27T19:15:38.423570+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T19:15:38.423624+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T19:15:38.423653+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T19:15:38.423671+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T19:15:38.423830+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T19:15:38.423848+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T19:15:38.423860+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T19:15:38.423874+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T19:15:38.424295+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:38.424312+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:38.424329+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:38.424399+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:38.424496+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:38.424564+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:38.424581+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:38.424603+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:38.424630+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:38.424705+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:38.424770+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:38.424785+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:38.424805+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:38.424830+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:38.424895+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:38.424970+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:38.424985+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:38.425005+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:38.425031+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:38.425102+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:38.425174+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:38.425193+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:38.425211+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:38.425243+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:38.425311+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:38.425374+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:38.425388+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:38.425402+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:38.425434+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:38.425502+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:38.425570+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:38.425586+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:38.425610+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:38.425636+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:38.425708+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:38.425778+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:38.425793+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:38.425812+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:38.425837+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:38.425914+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:38.425978+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:38.425995+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:38.426017+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:38.426043+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:38.426114+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:38.426182+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:38.426200+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:38.426220+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:38.426246+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:38.426313+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:38.426329+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T19:15:38.433960+08:00 0 Plugin group_replication reported: ' 1769512538.433952 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_terminate'
2026-01-27T19:15:38.433976+08:00 0 Plugin group_replication reported: ' 1769512538.433972 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_exit'
2026-01-27T19:15:38.433990+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T19:15:38.434003+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T19:15:38.434018+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T19:15:38.434041+08:00 0 Plugin group_replication reported: ' set CON_NULL for fd:62 in close_connection'
2026-01-27T19:15:38.745451+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T19:15:38.745504+08:00 0 Plugin group_replication reported: ' Sleeping for 5 seconds before retrying to join the group. There are 6 more attempt(s) before giving up.'
2026-01-27T19:15:43.745591+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T19:15:43.894362+08:00 0 Plugin group_replication reported: ' 1769512543.746129 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_init'
2026-01-27T19:15:44.658365+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T19:15:44.658411+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T19:15:44.658442+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T19:15:44.658458+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T19:15:44.658607+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T19:15:44.658623+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T19:15:44.658634+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T19:15:44.658650+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T19:15:44.659036+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:44.659056+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:44.659074+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:44.659150+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:44.659240+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:44.659302+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:44.659315+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:44.659329+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:44.659357+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:44.659421+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:44.659478+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:44.659492+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:44.659508+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:44.659535+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:44.659606+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:44.659665+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:44.659679+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:44.659695+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:44.659722+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:44.659791+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:44.659848+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:44.659870+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:44.659883+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:44.659909+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:44.659976+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:44.660032+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:44.660046+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:44.660059+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:44.660089+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:44.660156+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:44.660213+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:44.660226+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:44.660240+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:44.660266+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:44.660332+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:44.660389+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:44.660404+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:44.660418+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:44.660443+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:44.660509+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:44.660570+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:44.660584+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:44.660597+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:44.660623+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:44.660689+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:44.660752+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:44.660766+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:44.660780+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:44.660806+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:44.660871+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:44.660886+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T19:15:44.668737+08:00 0 Plugin group_replication reported: ' 1769512544.668727 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_terminate'
2026-01-27T19:15:44.668756+08:00 0 Plugin group_replication reported: ' 1769512544.668752 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_exit'
2026-01-27T19:15:44.668782+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T19:15:44.668795+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T19:15:44.668807+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T19:15:44.668829+08:00 0 Plugin group_replication reported: ' set CON_NULL for fd:62 in close_connection'
2026-01-27T19:15:44.979038+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T19:15:44.979086+08:00 0 Plugin group_replication reported: ' Sleeping for 5 seconds before retrying to join the group. There are 5 more attempt(s) before giving up.'
2026-01-27T19:15:49.979174+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T19:15:50.128252+08:00 0 Plugin group_replication reported: ' 1769512549.979710 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_init'
2026-01-27T19:15:50.882589+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T19:15:50.882638+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T19:15:50.882665+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T19:15:50.882683+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T19:15:50.882827+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T19:15:50.882842+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T19:15:50.882853+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T19:15:50.882872+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T19:15:50.883266+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:50.883286+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:50.883316+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:50.883386+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:50.883486+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:50.883548+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:50.883561+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:50.883575+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:50.883603+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:50.883670+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:50.883734+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:50.883748+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:50.883761+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:50.883787+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:50.883854+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:50.883909+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:50.883924+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:50.883937+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:50.883963+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:50.884030+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:50.884086+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:50.884103+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:50.884118+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:50.884144+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:50.884210+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:50.884267+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:50.884281+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:50.884302+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:50.884329+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:50.884395+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:50.884451+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:50.884465+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:50.884478+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:50.884504+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:50.884572+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:50.884631+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:50.884645+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:50.884659+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:50.884684+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:50.884752+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:50.884809+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:50.884823+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:50.884837+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:50.884862+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:50.884926+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:50.884984+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:50.884997+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:50.885010+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:50.885033+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:50.885100+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:50.885115+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T19:15:50.892960+08:00 0 Plugin group_replication reported: ' 1769512550.892949 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_terminate'
2026-01-27T19:15:50.892983+08:00 0 Plugin group_replication reported: ' 1769512550.892978 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_exit'
2026-01-27T19:15:50.893001+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T19:15:50.893019+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T19:15:50.893035+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T19:15:50.893060+08:00 0 Plugin group_replication reported: ' set CON_NULL for fd:62 in close_connection'
2026-01-27T19:15:51.203900+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T19:15:51.203935+08:00 0 Plugin group_replication reported: ' Sleeping for 5 seconds before retrying to join the group. There are 4 more attempt(s) before giving up.'
2026-01-27T19:15:56.204021+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T19:15:56.352929+08:00 0 Plugin group_replication reported: ' 1769512556.204557 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_init'
2026-01-27T19:15:57.106515+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T19:15:57.106566+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T19:15:57.106597+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T19:15:57.106613+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T19:15:57.106761+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T19:15:57.106779+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T19:15:57.106788+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T19:15:57.106804+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T19:15:57.107220+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:57.107240+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:57.107258+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:57.107340+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:57.107431+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:57.107491+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:57.107508+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:57.107526+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:57.107565+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:57.107631+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:57.107690+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:57.107704+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:57.107717+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:57.107744+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:57.107811+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:57.107870+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:57.107883+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:57.107902+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:57.107929+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:57.107997+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:57.108053+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:57.108067+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:57.108081+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:57.108106+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:57.108172+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:57.108233+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:57.108247+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:57.108260+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:57.108282+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:57.108348+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:57.108406+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:57.108420+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:57.108438+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:57.108464+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:57.108531+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:57.108587+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:57.108601+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:57.108614+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:57.108640+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:57.108706+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:57.108765+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:57.108781+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:57.108799+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:57.108826+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:57.108893+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:57.108950+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:15:57.108965+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:15:57.108978+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:15:57.109003+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:15:57.109073+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:15:57.109088+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T19:15:57.116887+08:00 0 Plugin group_replication reported: ' 1769512557.116877 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_terminate'
2026-01-27T19:15:57.116903+08:00 0 Plugin group_replication reported: ' 1769512557.116899 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_exit'
2026-01-27T19:15:57.116918+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T19:15:57.116934+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T19:15:57.116949+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T19:15:57.116972+08:00 0 Plugin group_replication reported: ' set CON_NULL for fd:62 in close_connection'
2026-01-27T19:15:57.428820+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T19:15:57.428876+08:00 0 Plugin group_replication reported: ' Sleeping for 5 seconds before retrying to join the group. There are 3 more attempt(s) before giving up.'
2026-01-27T19:16:02.428963+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T19:16:02.577815+08:00 0 Plugin group_replication reported: ' 1769512562.429501 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_init'
2026-01-27T19:16:03.338038+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T19:16:03.338090+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T19:16:03.338117+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T19:16:03.338133+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T19:16:03.338282+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T19:16:03.338301+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T19:16:03.338312+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T19:16:03.338326+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T19:16:03.338749+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:03.338769+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:03.338787+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:03.338857+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:03.338943+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:03.339002+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:03.339016+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:03.339030+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:03.339056+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:03.339119+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:03.339176+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:03.339190+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:03.339205+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:03.339230+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:03.339302+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:03.339360+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:03.339373+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:03.339387+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:03.339413+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:03.339475+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:03.339529+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:03.339543+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:03.339557+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:03.339582+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:03.339645+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:03.339703+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:03.339716+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:03.339729+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:03.339756+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:03.339820+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:03.339874+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:03.339889+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:03.339902+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:03.339928+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:03.339993+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:03.340054+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:03.340069+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:03.340085+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:03.340116+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:03.340179+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:03.340233+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:03.340246+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:03.340260+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:03.340283+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:03.340345+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:03.340398+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:03.340412+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:03.340427+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:03.340452+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:03.340517+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:03.340532+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T19:16:03.348421+08:00 0 Plugin group_replication reported: ' 1769512563.348410 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_terminate'
2026-01-27T19:16:03.348442+08:00 0 Plugin group_replication reported: ' 1769512563.348438 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_exit'
2026-01-27T19:16:03.348460+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T19:16:03.348477+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T19:16:03.348493+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T19:16:03.348515+08:00 0 Plugin group_replication reported: ' set CON_NULL for fd:62 in close_connection'
2026-01-27T19:16:03.659937+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T19:16:03.659991+08:00 0 Plugin group_replication reported: ' Sleeping for 5 seconds before retrying to join the group. There are 2 more attempt(s) before giving up.'
2026-01-27T19:16:08.660083+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T19:16:08.808649+08:00 0 Plugin group_replication reported: ' 1769512568.660627 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_init'
2026-01-27T19:16:09.565286+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T19:16:09.565345+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T19:16:09.565376+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T19:16:09.565408+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T19:16:09.565556+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T19:16:09.565574+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T19:16:09.565586+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T19:16:09.565603+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T19:16:09.566011+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:09.566034+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:09.566052+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:09.566118+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:09.566208+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:09.566265+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:09.566288+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:09.566304+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:09.566331+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:09.566395+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:09.566451+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:09.566465+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:09.566480+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:09.566511+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:09.566571+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:09.566629+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:09.566643+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:09.566657+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:09.566684+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:09.566746+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:09.566809+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:09.566824+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:09.566837+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:09.566863+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:09.566927+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:09.566982+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:09.566996+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:09.567010+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:09.567035+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:09.567095+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:09.567152+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:09.567170+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:09.567184+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:09.567210+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:09.567279+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:09.567335+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:09.567350+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:09.567366+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:09.567393+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:09.567456+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:09.567510+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:09.567523+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:09.567536+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:09.567561+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:09.567635+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:09.567694+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:09.567707+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:09.567720+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:09.567744+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:09.567807+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:09.567822+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T19:16:09.575691+08:00 0 Plugin group_replication reported: ' 1769512569.575681 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_terminate'
2026-01-27T19:16:09.575709+08:00 0 Plugin group_replication reported: ' 1769512569.575705 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_exit'
2026-01-27T19:16:09.575724+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T19:16:09.575742+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T19:16:09.575758+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T19:16:09.575785+08:00 0 Plugin group_replication reported: ' set CON_NULL for fd:62 in close_connection'
2026-01-27T19:16:09.886357+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T19:16:09.886402+08:00 0 Plugin group_replication reported: ' Sleeping for 5 seconds before retrying to join the group. There are 1 more attempt(s) before giving up.'
2026-01-27T19:16:14.886450+08:00 0 Plugin group_replication reported: ' retry_do_join is called'
2026-01-27T19:16:15.035669+08:00 0 Plugin group_replication reported: ' 1769512574.886990 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_init'
2026-01-27T19:16:15.795259+08:00 0 Plugin group_replication reported: ' Do start xcom_taskmain2'
2026-01-27T19:16:15.795302+08:00 0 Plugin group_replication reported: ' enter taskmain'
2026-01-27T19:16:15.795332+08:00 0 Plugin group_replication reported: ' start_active_network_provider calls configure'
2026-01-27T19:16:15.795347+08:00 0 Plugin group_replication reported: ' Using XCom as Communication Stack for XCom'
2026-01-27T19:16:15.795496+08:00 0 Plugin group_replication reported: ' XCom initialized and ready to accept incoming connections on port 33061'
2026-01-27T19:16:15.795512+08:00 0 Plugin group_replication reported: ' Creating tcp_server task'
2026-01-27T19:16:15.795524+08:00 0 Plugin group_replication reported: ' Successfully connected to the local XCom via anonymous pipe'
2026-01-27T19:16:15.795540+08:00 0 Plugin group_replication reported: ' enter task loop'
2026-01-27T19:16:15.795935+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:15.795968+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:15.795992+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:15.796043+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:15.796137+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:15.796197+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:15.796211+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:15.796225+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:15.796253+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:15.796322+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:15.796379+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:15.796393+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:15.796406+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:15.796440+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:15.796508+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:15.796566+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:15.796580+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:15.796594+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:15.796618+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:15.796686+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:15.796746+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:15.796765+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:15.796779+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:15.796806+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:15.796874+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:15.796931+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:15.796950+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:15.796965+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:15.796991+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:15.797058+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:15.797116+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:15.797131+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:15.797144+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:15.797170+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:15.797235+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:15.797292+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:15.797307+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:15.797322+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:15.797347+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:15.797415+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:15.797471+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:15.797484+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:15.797498+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:15.797523+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:15.797589+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:15.797647+08:00 0 Plugin group_replication reported: ' TCP_NODELAY already set'
2026-01-27T19:16:15.797661+08:00 0 Plugin group_replication reported: ' Sucessfully connected to peer 140.0.0.3:33061. Sending a request to be added to the group'
2026-01-27T19:16:15.797674+08:00 0 Plugin group_replication reported: ' Sending add_node request to a peer XCom node'
2026-01-27T19:16:15.797700+08:00 0 Plugin group_replication reported: ' Failed to send add_node request to a peer XCom node.'
2026-01-27T19:16:15.797767+08:00 0 Plugin group_replication reported: ' Error on opening a connection to peer node 140.0.0.2:33061 when joining a group. My local port is: 33061.'
2026-01-27T19:16:15.797788+08:00 0 Plugin group_replication reported: ' Error connecting to all peers. Member join failed. Local port: 33061'
2026-01-27T19:16:15.805628+08:00 0 Plugin group_replication reported: ' 1769512575.805618 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_terminate'
2026-01-27T19:16:15.805644+08:00 0 Plugin group_replication reported: ' 1769512575.805640 pid 1234809 xcom_id 9f09c35c state xcom_fsm_start action x_fsm_exit'
2026-01-27T19:16:15.805660+08:00 0 Plugin group_replication reported: ' Exiting xcom thread'
2026-01-27T19:16:15.805676+08:00 0 Plugin group_replication reported: ' terminate_and_exit calls here'
2026-01-27T19:16:15.805692+08:00 0 Plugin group_replication reported: ' cb_xcom_expel is called'
2026-01-27T19:16:15.805715+08:00 0 Plugin group_replication reported: ' set CON_NULL for fd:62 in close_connection'
2026-01-27T19:16:16.117159+08:00 0 Plugin group_replication reported: ' The member was unable to join the group. Local port: 33061'
2026-01-27T19:16:16.117213+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T19:16:16.117229+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T19:16:16.117248+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T19:16:16.117264+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T19:16:16.117280+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T19:16:16.117297+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T19:16:16.117321+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T19:16:16.117338+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T19:16:16.117355+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T19:16:16.117371+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T19:16:16.117389+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T19:16:16.117405+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T19:16:16.117421+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T19:16:16.117436+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T19:16:16.117452+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T19:16:16.117468+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T19:16:16.117485+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T19:16:16.117500+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T19:16:16.117527+08:00 0 Plugin group_replication reported: ' make_gcs_leave_group_on_error calls do_remove_node_from_group'
2026-01-27T19:16:16.117543+08:00 0 Plugin group_replication reported: ' call do_remove_node_from_group started!'
2026-01-27T19:16:19.057260+08:00 10 Plugin group_replication reported: 'Wait for view modification, timeout:60 result:110'
2026-01-27T19:16:19.057300+08:00 10 Plugin group_replication reported: 'Timeout on wait for view after joining group'
2026-01-27T19:16:19.057334+08:00 10 Plugin group_replication reported: 'Requesting to leave the group despite of not being a member'
2026-01-27T19:16:19.057362+08:00 10 Plugin group_replication reported: ' The member is leaving a group without being on one.'
2026-01-27T19:16:19.058236+08:00 14 Error reading relay log event for channel 'group_replication_applier': replica SQL thread was killed
2026-01-27T19:16:19.058775+08:00 14 Replica SQL thread for channel 'group_replication_applier' exiting, replication stopped in log 'INVALID' at position 0
2026-01-27T19:16:19.058863+08:00 12 Plugin group_replication reported: 'The group replication applier thread was killed.'
2026-01-27T19:16:19.058953+08:00 10 Plugin group_replication reported: 'Destroy certifier broadcast thread'
2026-01-27T19:16:19.059053+08:00 10 Plugin group_replication reported: 'Setting super_read_only=OFF.'
GWT 发表于 2026-1-27 19:26
在my.cnf中增加了这行:
loose-group_replication_ip_allowlist = "140.0.0.0/24,127.0.0.1,::1,::ffff:1 ...
请贴出你的【详细】操作过程,以及相应【操作结果输出】,包括【Primary节点】和其中一个【Secondary节点】上的操作记录 yejr 发表于 2026-1-27 21:07
请贴出你的【详细】操作过程,以及相应【操作结果输出】,包括【Primary节点】和其中一个【Secondary节点 ...
问题解决了,感谢yejr老师的回帖:lol
为了展示详细的操作过程,我把主节点(140.0.0.3)、从节点(140.0.0.2)按照文档,卸载greatsql之后,重新安装并部署MGR。
过程中,在主从节点的 my.cnf 中增加了下面这项:
loose-group_replication_ip_allowlist = "140.0.0.0/24,127.0.0.1,::1,::ffff:140.0.0.0/120"
然后在主节点启动后,两个从节点都能顺利加入集群。
回想起前面我按yejr老师的回复,将IP加到allowlist中,仍没有解决此问题,原因可能是我仅在从节点中将IP加到了allowlist,忘了给主节点也加上。
GWT 发表于 2026-1-29 15:39
问题解决了,感谢yejr老师的回帖
为了展示详细的操作过程,我把主节点(140.0.0.3)、从节点(140.0.0. ...
问题解决了就好,看来完整复盘过程很有必要 :)
页:
[1]