polardb-x的readonly节点在整个服务重启后一直无法启动。

image.png

image.png

polardbx-std-readonly报错内容:
tools/xstore/current/venv/lib64/python3.6/site-packages/pymysql/_auth.py:8: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6.
from cryptography.hazmat.backends import default_backend
2025-11-12 15:27:29,704 - GalaxyEngine - INFO - begin wait for enable
2025-11-12 15:27:34,709 - GalaxyEngine - INFO - finish wait for enable
2025-11-12 15:27:34,745 - AuditController - INFO - Start Audit Controller Process: ['/tools/xstore/current/venv/bin/python3', '/tools/xstore/d2d42dd9-1732001974.698909/audit_controller.py']
INFO:root:Bootstrapping engine galaxy ...
2025-11-12 15:27:34,768 - GalaxyEngine - INFO - log_data_separtion False, source_path /data/mysql/log, destination_path /data/mysql/log
2025-11-12 15:27:34,768 - GalaxyEngine - INFO - log_data_separtion False, source_path /data/mysql/log, destination_path /data/mysql/log
2025-11-12 15:27:34,768 - GalaxyEngine - INFO - It not necessary to mv data because the source_path equals the destination_path
2025-11-12 15:27:34,768 - GalaxyEngine - INFO - It not necessary to mv data because the source_path equals the destination_path
2025-11-12 15:27:34,770 - GalaxyEngine - INFO - starting process...
2025-11-12 15:27:34,770 - GalaxyEngine - INFO - starting process...
2025-11-12 15:27:34,771 - GalaxyEngine - INFO - () start command: /opt/galaxy_engine/bin/mysqld_safe --defaults-file=/data/mysql/conf/my.cnf --loose-pod-name=polardbx-std-readonly-kvsr-readonly-0 --loose-cluster-learner-node=ON
2025-11-12 15:27:34,771 - GalaxyEngine - INFO - () start command: /opt/galaxy_engine/bin/mysqld_safe --defaults-file=/data/mysql/conf/my.cnf --loose-pod-name=polardbx-std-readonly-kvsr-readonly-0 --loose-cluster-learner-node=ON
/tools/xstore/current/venv/lib64/python3.6/site-packages/pymysql/_auth.py:8: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6.
from cryptography.hazmat.backends import default_backend
2025-11-12 15:27:35,678 - AuditController - INFO - Creating mysql connection pool...
2025-11-12 15:27:35,756 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12 15:27:40,764 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12T07:27:42.077759Z mysqld_safe Logging to '/data/mysql/log/alert.log'.
2025-11-12T07:27:42.255237Z mysqld_safe Starting mysqld daemon with databases from /data/mysql/data
2025-11-12 15:27:45,773 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12 15:27:50,780 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12 15:27:55,786 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12 15:28:00,793 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12 15:28:05,800 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12 15:28:10,807 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12 15:28:15,814 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12 15:28:20,821 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12 15:28:25,827 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)
2025-11-12 15:28:30,833 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)

xstore对应的yaml文件:
apiVersion: polardbx.aliyun.com/v1
kind: XStore
metadata:
name: polardbx-std
spec:
config:
controller:
RPCProtocolVersion: 2
logPurgeInterval: 604800s
topology:
nodeSets:

  - name: cand
    replicas: 2
    role: Candidate
    template:
      spec:
        image: polardbx/polardbx-engine:v2.4.2_8.4.19
        resources:
          limits:
            cpu: "1"
            memory: 1Gi
  - name: log
    replicas: 1
    role: Voter
    template:
      spec:
        image: polardbx/polardbx-engine:v2.4.2_8.4.19
        resources:
          limits:
            cpu: "1"
            memory: 1Gi

apiVersion: polardbx.aliyun.com/v1
kind: XStore
metadata:
name: polardbx-std-readonly
spec:
config:
controller:
RPCProtocolVersion: 2
logPurgeInterval: 604800s
primaryXStore: polardbx-std
readonly: true
topology:
nodeSets:

  - name: readonly
    replicas: 1
    role: Learner
    template:
      spec:
        image: polardbx/polardbx-engine:v2.4.2_8.4.19
        resources:
          limits:
            cpu: "1"
            memory: 1G

polardbx-std-readonly的audit.log日志文件:
2025-11-12T11:24:15.544295+08:00 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:2358
2025-11-12T11:24:15.544624+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T11:24:15.544650+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_timestamps, value:SYSTEM
2025-11-12T11:24:15.544708+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connections, value:8532
2025-11-12T11:24:15.544720+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T11:24:15.544740+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:performance_schema, value:0
2025-11-12T11:24:15.544769+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_definition_cache, value:32768
2025-11-12T11:24:15.544781+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache, value:32768
2025-11-12T11:24:15.544789+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache_instances, value:16
2025-11-12T11:24:15.544805+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T11:24:15.544811+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T11:24:15.672091+08:00 0 [Warning] [MY-013245] [Server] The SSL library function CRYPTO_set_mem_functions failed. This is typically caused by the SSL library already being used. As a result the SSL memory allocation will not be instrumented.
2025-11-12T11:24:15.677790+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:back_log, value:1024
2025-11-12T11:24:15.677810+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T11:24:15.677827+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_cache_size, value:32K
2025-11-12T11:24:15.677861+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_checksum, value:CRC32
2025-11-12T11:24:15.677879+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:ROW
2025-11-12T11:24:15.677890+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2025-11-12T11:24:15.677908+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_rows_query_log_events, value:ON
2025-11-12T11:24:15.677920+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_stmt_cache_size, value:32768
2025-11-12T11:24:15.677933+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_transaction_dependency_tracking, value:WRITESET
2025-11-12T11:24:15.677950+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:character-set-server, value:utf8
2025-11-12T11:24:15.677973+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:concurrent_insert, value:2
2025-11-12T11:24:15.677989+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:connect_timeout, value:8
2025-11-12T11:24:15.678064+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T11:24:15.678366+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2025-11-12T11:24:15.678447+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-storage-engine, value:INNODB
2025-11-12T11:24:15.678464+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-time-zone, value:+08:00
2025-11-12T11:24:15.678536+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:delayed_insert_timeout, value:300
2025-11-12T11:24:15.678619+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:eq_range_index_dive_limit, value:200
2025-11-12T11:24:15.678819+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:expire_logs_days, value:0
2025-11-12T11:24:15.678977+08:00 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2025-11-12T11:24:15.679371+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:explicit_defaults_for_timestamp, value:OFF
2025-11-12T11:24:15.679465+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log, value:0
2025-11-12T11:24:15.679541+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log_file, value:/data/mysql/log/general.log
2025-11-12T11:24:15.679694+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:join_buffer_size, value:128K
2025-11-12T11:24:15.679768+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:local_infile, value:1
2025-11-12T11:24:15.679838+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:/data/mysql/log/mysql_bin
2025-11-12T11:24:15.679928+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_bin_use_v1_row_events, value:on
2025-11-12T11:24:15.679992+08:00 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release.
2025-11-12T11:24:15.680070+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_output, value:TABLE
2025-11-12T11:24:15.680145+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_queries_not_using_indexes, value:0
2025-11-12T11:24:15.680375+08:00 0 [Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
2025-11-12T11:24:15.680397+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slave_updates, value:0
2025-11-12T11:24:15.680467+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slow_admin_statements, value:1
2025-11-12T11:24:15.680539+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:long_query_time, value:1
2025-11-12T11:24:15.680697+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_order_commits, value:OFF
2025-11-12T11:24:15.680725+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-log-type-node, value:OFF
2025-11-12T11:24:15.680800+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-mts-recover-use-index, value:ON
2025-11-12T11:24:15.680936+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_leader_transfer, value:ON
2025-11-12T11:24:15.681017+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_reset_match_index, value:ON
2025-11-12T11:24:15.681041+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_election_timeout, value:10000
2025-11-12T11:24:15.681112+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_io_thread_cnt, value:8
2025-11-12T11:24:15.681397+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_large_trx, value:ON
2025-11-12T11:24:15.681491+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_log_cache_size, value:536870912
2025-11-12T11:24:15.681518+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_delay_index, value:10000
2025-11-12T11:24:15.681605+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_log_size, value:20M
2025-11-12T11:24:15.681683+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_packet_size, value:131072
2025-11-12T11:24:15.681763+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_cache_size, value:268435456
2025-11-12T11:24:15.681790+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_window_size, value:100
2025-11-12T11:24:15.681913+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_worker_thread_cnt, value:8
2025-11-12T11:24:15.681993+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensuslog_revise, value:ON
2025-11-12T11:24:15.682080+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:1
2025-11-12T11:24:15.682129+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2025-11-12T11:24:15.682415+08:00 0 [Warning] [MY-011068] [Server] The syntax 'new_rpc' is deprecated and will be removed in a future release. Please use enable_polarx_rpc instead.
2025-11-12T11:24:15.682494+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:new_rpc, value:on
2025-11-12T11:24:15.682710+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:replicate-same-server-id, value:1
2025-11-12T11:24:15.682808+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpc_port, value:31306
2025-11-12T11:24:15.682904+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:lower_case_table_names, value:1
2025-11-12T11:24:15.683157+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master-info-file, value:/data/mysql/data/master.info
2025-11-12T11:24:15.683225+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release.
2025-11-12T11:24:15.683244+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2025-11-12T11:24:15.683315+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2025-11-12T11:24:15.683393+08:00 0 [Warning] [MY-011068] [Server] The syntax 'master_verify_checksum' is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2025-11-12T11:24:15.683461+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_verify_checksum, value:OFF
2025-11-12T11:24:15.683482+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_allowed_packet, value:1073741824
2025-11-12T11:24:15.683570+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_cache_size, value:2147483648
2025-11-12T11:24:15.683646+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_size, value:500M
2025-11-12T11:24:15.683720+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connect_errors, value:65536
2025-11-12T11:24:15.683740+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_relay_log_size, value:500M
2025-11-12T11:24:15.683806+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_user_connections, value:8000
2025-11-12T11:24:15.683877+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_buffer_length, value:16384
2025-11-12T11:24:15.683953+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_read_timeout, value:30
2025-11-12T11:24:15.683973+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_write_timeout, value:60
2025-11-12T11:24:15.684059+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T11:24:15.684135+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_buffer_size, value:128K
2025-11-12T11:24:15.684559+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_rnd_buffer_size, value:128K
2025-11-12T11:24:15.684600+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log, value:/data/mysql/log/relay.log
2025-11-12T11:24:15.684681+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay-log-index, value:/data/mysql/log/mysqld_relay_bin.index
2025-11-12T11:24:15.684895+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_file, value:/data/mysql/log/relay_log.info
2025-11-12T11:24:15.684961+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release.
2025-11-12T11:24:15.684984+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2025-11-12T11:24:15.685045+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2025-11-12T11:24:15.685119+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_purge, value:OFF
2025-11-12T11:24:15.685198+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_recovery, value:0
2025-11-12T11:24:15.685272+08:00 0 [Warning] [MY-011068] [Server] The syntax 'rpl_stop_slave_timeout' is deprecated and will be removed in a future release. Please use rpl_stop_replica_timeout instead.
2025-11-12T11:24:15.685370+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpl_stop_slave_timeout, value:300
2025-11-12T11:24:15.685455+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:safe-user-create, value:1
2025-11-12T11:24:15.685530+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:1327111982
2025-11-12T11:24:15.685564+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:external-locking, value:0
2025-11-12T11:24:15.685639+08:00 0 [Warning] [MY-011068] [Server] The syntax 'skip_slave_start' is deprecated and will be removed in a future release. Please use skip_replica_start instead.
2025-11-12T11:24:15.685758+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:skip_slave_start, value:OFF
2025-11-12T11:24:15.685832+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_group' is deprecated and will be removed in a future release. Please use replica_checkpoint_group instead.
2025-11-12T11:24:15.685851+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_group, value:1024
2025-11-12T11:24:15.685923+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_period' is deprecated and will be removed in a future release. Please use replica_checkpoint_period instead.
2025-11-12T11:24:15.686051+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_period, value:300
2025-11-12T11:24:15.686126+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_exec_mode' is deprecated and will be removed in a future release. Please use replica_exec_mode instead.
2025-11-12T11:24:15.686142+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_exec_mode, value:STRICT
2025-11-12T11:24:15.686207+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2025-11-12T11:24:15.686224+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_load_tmpdir, value:/data/mysql/tmp
2025-11-12T11:24:15.686237+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_net_timeout' is deprecated and will be removed in a future release. Please use replica_net_timeout instead.
2025-11-12T11:24:15.686246+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_net_timeout, value:4
2025-11-12T11:24:15.686297+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_type' is deprecated and will be removed in a future release. Please use replica_parallel_type instead.
2025-11-12T11:24:15.686310+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_type, value:LOGICAL_CLOCK
2025-11-12T11:24:15.686321+08:00 0 [Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2025-11-12T11:24:15.686342+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_workers' is deprecated and will be removed in a future release. Please use replica_parallel_workers instead.
2025-11-12T11:24:15.686358+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_workers, value:32
2025-11-12T11:24:15.686372+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_pending_jobs_size_max' is deprecated and will be removed in a future release. Please use replica_pending_jobs_size_max instead.
2025-11-12T11:24:15.686378+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_pending_jobs_size_max, value:1073741824
2025-11-12T11:24:15.686563+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_rows_search_algorithms, value:TABLE_SCAN,INDEX_SCAN
2025-11-12T11:24:15.686572+08:00 0 [Warning] [MY-011069] [Server] The syntax '--slave-rows-search-algorithms' is deprecated and will be removed in a future release.
2025-11-12T11:24:15.686585+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_sql_verify_checksum' is deprecated and will be removed in a future release. Please use replica_sql_verify_checksum instead.
2025-11-12T11:24:15.686596+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_sql_verify_checksum, value:OFF
2025-11-12T11:24:15.686613+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_type_conversions' is deprecated and will be removed in a future release. Please use replica_type_conversions instead.
2025-11-12T11:24:15.686619+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_type_conversions, value:ALL_NON_LOSSY
2025-11-12T11:24:15.686630+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log, value:0
2025-11-12T11:24:15.686644+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log_file, value:/data/mysql/log/slow.log
2025-11-12T11:24:15.686653+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T11:24:15.686666+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sort_buffer_size, value:256K
2025-11-12T11:24:15.686676+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sql_mode, value:NO_ENGINE_SUBSTITUTION
2025-11-12T11:24:15.686692+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_binlog, value:1
2025-11-12T11:24:15.686705+08:00 0 [Warning] [MY-011068] [Server] The syntax 'sync_master_info' is deprecated and will be removed in a future release. Please use sync_source_info instead.
2025-11-12T11:24:15.686711+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_master_info, value:10000
2025-11-12T11:24:15.686721+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log, value:1
2025-11-12T11:24:15.686731+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log_info, value:1
2025-11-12T11:24:15.686744+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_cache_size, value:256
2025-11-12T11:24:15.686762+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_stack, value:1024k
2025-11-12T11:24:15.686778+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/data/mysql/tmp
2025-11-12T11:24:15.686788+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:transaction_write_set_extraction, value:XXHASH64
2025-11-12T11:24:15.686795+08:00 0 [Warning] [MY-011069] [Server] The syntax '--transaction-write-set-extraction' is deprecated and will be removed in a future release.
2025-11-12T11:24:15.686802+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T11:24:15.686810+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T11:24:15.686819+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T11:24:15.686829+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:plugin_dir, value:/opt/galaxy_engine/lib/plugin
2025-11-12T11:24:15.686838+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T11:24:15.686871+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T11:24:15.687028+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:pid_file, value:/data/mysql/run/mysql.pid
2025-11-12T11:24:15.687045+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T11:24:15.687056+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T11:24:15.687095+08:00 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-replica-statements have no effect if --slow-query-log is not set
2025-11-12T11:24:15.687100+08:00 0 [Warning] [MY-010086] [Server] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2025-11-12T11:24:15.687360+08:00 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-11-12T11:24:15.687402+08:00 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) starting as process 2358
2025-11-12T11:24:15.700346+08:00 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-11-12T11:24:15.795477+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server-uuid, value:58403492-beab-11f0-8abf-eaa6c42b544e
2025-11-12T11:24:15.835428+08:00 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=838860800. Please use innodb_redo_log_capacity instead.
2025-11-12T11:24:16.411286+08:00 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-11-12T11:27:35.756913+08:00 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:40
2025-11-12T11:27:35.757052+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T11:27:35.757090+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_timestamps, value:SYSTEM
2025-11-12T11:27:35.757144+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connections, value:8532
2025-11-12T11:27:35.757155+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T11:27:35.757170+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:performance_schema, value:0
2025-11-12T11:27:35.757194+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_definition_cache, value:32768
2025-11-12T11:27:35.757208+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache, value:32768
2025-11-12T11:27:35.757214+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache_instances, value:16
2025-11-12T11:27:35.879842+08:00 0 [Warning] [MY-013245] [Server] The SSL library function CRYPTO_set_mem_functions failed. This is typically caused by the SSL library already being used. As a result the SSL memory allocation will not be instrumented.
2025-11-12T11:27:35.882093+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:back_log, value:1024
2025-11-12T11:27:35.882101+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T11:27:35.882109+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_cache_size, value:32K
2025-11-12T11:27:35.882122+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_checksum, value:CRC32
2025-11-12T11:27:35.882128+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:ROW
2025-11-12T11:27:35.882138+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2025-11-12T11:27:35.882152+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_rows_query_log_events, value:ON
2025-11-12T11:27:35.882158+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_stmt_cache_size, value:32768
2025-11-12T11:27:35.882166+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_transaction_dependency_tracking, value:WRITESET
2025-11-12T11:27:35.882173+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:character-set-server, value:utf8
2025-11-12T11:27:35.882185+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:concurrent_insert, value:2
2025-11-12T11:27:35.882192+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:connect_timeout, value:8
2025-11-12T11:27:35.882198+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T11:27:35.882205+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2025-11-12T11:27:35.882217+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-storage-engine, value:INNODB
2025-11-12T11:27:35.882232+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-time-zone, value:+08:00
2025-11-12T11:27:35.882243+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:delayed_insert_timeout, value:300
2025-11-12T11:27:35.882250+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:eq_range_index_dive_limit, value:200
2025-11-12T11:27:35.882260+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:expire_logs_days, value:0
2025-11-12T11:27:35.882451+08:00 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2025-11-12T11:27:35.882474+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:explicit_defaults_for_timestamp, value:OFF
2025-11-12T11:27:35.882491+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log, value:0
2025-11-12T11:27:35.882505+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log_file, value:/data/mysql/log/general.log
2025-11-12T11:27:35.882617+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:join_buffer_size, value:128K
2025-11-12T11:27:35.882627+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:local_infile, value:1
2025-11-12T11:27:35.882635+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:/data/mysql/log/mysql_bin
2025-11-12T11:27:35.882649+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_bin_use_v1_row_events, value:on
2025-11-12T11:27:35.882657+08:00 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release.
2025-11-12T11:27:35.882668+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_output, value:TABLE
2025-11-12T11:27:35.882678+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_queries_not_using_indexes, value:0
2025-11-12T11:27:35.882691+08:00 0 [Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
2025-11-12T11:27:35.882698+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slave_updates, value:0
2025-11-12T11:27:35.882713+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slow_admin_statements, value:1
2025-11-12T11:27:35.882721+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:long_query_time, value:1
2025-11-12T11:27:35.882739+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_order_commits, value:OFF
2025-11-12T11:27:35.882761+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-log-type-node, value:OFF
2025-11-12T11:27:35.882775+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-mts-recover-use-index, value:ON
2025-11-12T11:27:35.882793+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_leader_transfer, value:ON
2025-11-12T11:27:35.882810+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_reset_match_index, value:ON
2025-11-12T11:27:35.882826+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_election_timeout, value:10000
2025-11-12T11:27:35.882840+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_io_thread_cnt, value:8
2025-11-12T11:27:35.882849+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_large_trx, value:ON
2025-11-12T11:27:35.882862+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_log_cache_size, value:536870912
2025-11-12T11:27:35.882879+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_delay_index, value:10000
2025-11-12T11:27:35.882893+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_log_size, value:20M
2025-11-12T11:27:35.882904+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_packet_size, value:131072
2025-11-12T11:27:35.882923+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_cache_size, value:268435456
2025-11-12T11:27:35.882939+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_window_size, value:100
2025-11-12T11:27:35.882952+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_worker_thread_cnt, value:8
2025-11-12T11:27:35.882962+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensuslog_revise, value:ON
2025-11-12T11:27:35.882991+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:1
2025-11-12T11:27:35.883027+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2025-11-12T11:27:35.883081+08:00 0 [Warning] [MY-011068] [Server] The syntax 'new_rpc' is deprecated and will be removed in a future release. Please use enable_polarx_rpc instead.
2025-11-12T11:27:35.883085+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:new_rpc, value:on
2025-11-12T11:27:35.883118+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:replicate-same-server-id, value:1
2025-11-12T11:27:35.883136+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpc_port, value:31306
2025-11-12T11:27:35.883161+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:lower_case_table_names, value:1
2025-11-12T11:27:35.883175+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master-info-file, value:/data/mysql/data/master.info
2025-11-12T11:27:35.883559+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release.
2025-11-12T11:27:35.883626+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2025-11-12T11:27:35.883647+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2025-11-12T11:27:35.883667+08:00 0 [Warning] [MY-011068] [Server] The syntax 'master_verify_checksum' is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2025-11-12T11:27:35.883687+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_verify_checksum, value:OFF
2025-11-12T11:27:35.883715+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_allowed_packet, value:1073741824
2025-11-12T11:27:35.883728+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_cache_size, value:2147483648
2025-11-12T11:27:35.883737+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_size, value:500M
2025-11-12T11:27:35.883752+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connect_errors, value:65536
2025-11-12T11:27:35.883769+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_relay_log_size, value:500M
2025-11-12T11:27:35.883780+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_user_connections, value:8000
2025-11-12T11:27:35.883788+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_buffer_length, value:16384
2025-11-12T11:27:35.883801+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_read_timeout, value:30
2025-11-12T11:27:35.883818+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_write_timeout, value:60
2025-11-12T11:27:35.883840+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T11:27:35.883858+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_buffer_size, value:128K
2025-11-12T11:27:35.883879+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_rnd_buffer_size, value:128K
2025-11-12T11:27:35.883900+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log, value:/data/mysql/log/relay.log
2025-11-12T11:27:35.883915+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay-log-index, value:/data/mysql/log/mysqld_relay_bin.index
2025-11-12T11:27:35.883921+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_file, value:/data/mysql/log/relay_log.info
2025-11-12T11:27:35.883929+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release.
2025-11-12T11:27:35.883939+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2025-11-12T11:27:35.883946+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2025-11-12T11:27:35.883952+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_purge, value:OFF
2025-11-12T11:27:35.883962+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_recovery, value:0
2025-11-12T11:27:35.883977+08:00 0 [Warning] [MY-011068] [Server] The syntax 'rpl_stop_slave_timeout' is deprecated and will be removed in a future release. Please use rpl_stop_replica_timeout instead.
2025-11-12T11:27:35.883986+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpl_stop_slave_timeout, value:300
2025-11-12T11:27:35.883992+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:safe-user-create, value:1
2025-11-12T11:27:35.884008+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:2297160731
2025-11-12T11:27:35.884024+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:external-locking, value:0
2025-11-12T11:27:35.884036+08:00 0 [Warning] [MY-011068] [Server] The syntax 'skip_slave_start' is deprecated and will be removed in a future release. Please use skip_replica_start instead.
2025-11-12T11:27:35.884039+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:skip_slave_start, value:OFF
2025-11-12T11:27:35.884050+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_group' is deprecated and will be removed in a future release. Please use replica_checkpoint_group instead.
2025-11-12T11:27:35.884059+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_group, value:1024
2025-11-12T11:27:35.884069+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_period' is deprecated and will be removed in a future release. Please use replica_checkpoint_period instead.
2025-11-12T11:27:35.884072+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_period, value:300
2025-11-12T11:27:35.884082+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_exec_mode' is deprecated and will be removed in a future release. Please use replica_exec_mode instead.
2025-11-12T11:27:35.884092+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_exec_mode, value:STRICT
2025-11-12T11:27:35.884105+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2025-11-12T11:27:35.884111+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_load_tmpdir, value:/data/mysql/tmp
2025-11-12T11:27:35.884120+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_net_timeout' is deprecated and will be removed in a future release. Please use replica_net_timeout instead.
2025-11-12T11:27:35.884126+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_net_timeout, value:4
2025-11-12T11:27:35.884138+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_type' is deprecated and will be removed in a future release. Please use replica_parallel_type instead.
2025-11-12T11:27:35.884142+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_type, value:LOGICAL_CLOCK
2025-11-12T11:27:35.884148+08:00 0 [Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2025-11-12T11:27:35.884159+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_workers' is deprecated and will be removed in a future release. Please use replica_parallel_workers instead.
2025-11-12T11:27:35.884164+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_workers, value:32
2025-11-12T11:27:35.884174+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_pending_jobs_size_max' is deprecated and will be removed in a future release. Please use replica_pending_jobs_size_max instead.
2025-11-12T11:27:35.884182+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_pending_jobs_size_max, value:1073741824
2025-11-12T11:27:35.884194+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_rows_search_algorithms, value:TABLE_SCAN,INDEX_SCAN
2025-11-12T11:27:35.884199+08:00 0 [Warning] [MY-011069] [Server] The syntax '--slave-rows-search-algorithms' is deprecated and will be removed in a future release.
2025-11-12T11:27:35.884207+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_sql_verify_checksum' is deprecated and will be removed in a future release. Please use replica_sql_verify_checksum instead.
2025-11-12T11:27:35.884212+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_sql_verify_checksum, value:OFF
2025-11-12T11:27:35.884380+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_type_conversions' is deprecated and will be removed in a future release. Please use replica_type_conversions instead.
2025-11-12T11:27:35.884388+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_type_conversions, value:ALL_NON_LOSSY
2025-11-12T11:27:35.884398+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log, value:0
2025-11-12T11:27:35.884406+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log_file, value:/data/mysql/log/slow.log
2025-11-12T11:27:35.884416+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T11:27:35.884425+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sort_buffer_size, value:256K
2025-11-12T11:27:35.884433+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sql_mode, value:NO_ENGINE_SUBSTITUTION
2025-11-12T11:27:35.884441+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_binlog, value:1
2025-11-12T11:27:35.884448+08:00 0 [Warning] [MY-011068] [Server] The syntax 'sync_master_info' is deprecated and will be removed in a future release. Please use sync_source_info instead.
2025-11-12T11:27:35.884452+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_master_info, value:10000
2025-11-12T11:27:35.884458+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log, value:1
2025-11-12T11:27:35.884465+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log_info, value:1
2025-11-12T11:27:35.884474+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_cache_size, value:256
2025-11-12T11:27:35.884480+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_stack, value:1024k
2025-11-12T11:27:35.884488+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/data/mysql/tmp
2025-11-12T11:27:35.884497+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:transaction_write_set_extraction, value:XXHASH64
2025-11-12T11:27:35.884502+08:00 0 [Warning] [MY-011069] [Server] The syntax '--transaction-write-set-extraction' is deprecated and will be removed in a future release.
2025-11-12T11:27:35.884506+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T11:27:35.884520+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-force-change-meta, value:ON
2025-11-12T11:27:35.884527+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-info, value:10.42.0.246:11306
2025-11-12T11:27:35.884532+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T11:27:35.884538+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T11:27:35.884544+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T11:27:35.884562+08:00 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-replica-statements have no effect if --slow-query-log is not set
2025-11-12T11:27:35.884567+08:00 0 [Warning] [MY-010086] [Server] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2025-11-12T11:27:35.884747+08:00 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-11-12T11:27:35.884779+08:00 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) starting as process 40
2025-11-12T11:27:35.887693+08:00 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-11-12T11:27:35.958006+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server-uuid, value:58403492-beab-11f0-8abf-eaa6c42b544e
2025-11-12T11:27:35.968558+08:00 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=838860800. Please use innodb_redo_log_capacity instead.
2025-11-12T11:27:36.834390+08:00 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-11-12T11:27:43.822096+08:00 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-11-12T11:27:44.793869+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc start up.'
2025-11-12T11:27:44.993062+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with detected 8 CPUs.'
2025-11-12T11:27:45.132165+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with 32 groups with each group 4 threads.'
2025-11-12T11:27:45.141918+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 31306.'
2025-11-12T11:27:46.284889+08:00 0 [System] [MY-025032] [XPaxos] [Recovery] Consensus_binlog_recovery::recover end , file_size 6781813, curr_position 6781813, m_current_index 14630, m_start_pos 6781225, m_end_pos 6781813, m_valid_pos 6781813, m_valid_index 14630, m_is_malformed 0, m_in_transaction 0, m_failure_message , get_error_type 1, get_error_number 0, get_error_message
2025-11-12T11:27:46.284969+08:00 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-11-12T11:27:46.496700+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T11:27:46.496767+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T11:27:46.496776+08:00 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-11-12T11:27:46.569486+08:00 0 [System] [MY-025031] [XPaxos] Dump meta file(consensus.meta) success - Consensus_apply_index: 14630 Consensus_cluster_info: 10.42.0.219:11306#5N Consensus_learner_info: 10.42.0.227:11306$00 Cluster_id: 0 Current_term: 5 Recover_status: 0 Last_leader_term: 0 Start_apply_index: 0 Binlog_sync_index: 14630 Pid: 40
2025-11-12T11:27:46.571818+08:00 0 [System] [MY-025031] [XPaxos] Force change meta to system table successfully.
2025-11-12T11:27:46.572064+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc get shutdown notify.'
2025-11-12T11:27:46.572104+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T11:27:46.574818+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc watch dog exit.'
2025-11-12T11:27:47.572584+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T11:27:48.572888+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T11:27:49.573240+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T11:27:50.573594+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T11:27:51.574248+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T11:27:52.574712+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T11:27:53.575390+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T11:27:54.576649+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T11:27:55.005461+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:93) 0:0(1,1) shutdown exit.'
2025-11-12T11:27:55.046027+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:96) 0:3(1,1) shutdown exit.'
2025-11-12T11:27:55.049353+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:98) 1:1(1,1) shutdown exit.'
2025-11-12T11:27:55.052163+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:99) 1:2(1,1) shutdown exit.'
2025-11-12T11:27:55.055606+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:104) 2:3(1,1) shutdown exit.'
2025-11-12T11:27:55.058295+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:100) 1:3(1,1) shutdown exit.'
2025-11-12T11:27:55.059426+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:102) 2:1(1,1) shutdown exit.'
2025-11-12T11:27:55.061133+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:134) 10:1(1,1) shutdown exit.'
2025-11-12T11:27:55.062976+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:147) 13:2(1,1) shutdown exit.'
2025-11-12T11:27:55.064716+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:94) 0:1(1,1) shutdown exit.'
2025-11-12T11:27:55.065420+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:97) 1:0(1,1) shutdown exit.'
2025-11-12T11:27:55.066098+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:101) 2:0(1,1) shutdown exit.'
2025-11-12T11:27:55.066508+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:105) 3:0(1,1) shutdown exit.'
2025-11-12T11:27:55.067175+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:106) 3:1(1,1) shutdown exit.'
2025-11-12T11:27:55.067702+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:107) 3:2(1,1) shutdown exit.'
2025-11-12T11:27:55.068218+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:108) 3:3(1,1) shutdown exit.'
2025-11-12T11:27:55.068956+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:149) 14:0(1,1) shutdown exit.'
2025-11-12T11:27:55.069579+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:109) 4:0(1,1) shutdown exit.'
2025-11-12T11:27:55.114121+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:126) 8:1(1,1) shutdown exit.'
2025-11-12T11:27:55.114655+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:112) 4:3(1,1) shutdown exit.'
2025-11-12T11:27:55.115191+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:110) 4:1(1,1) shutdown exit.'
2025-11-12T11:27:55.115699+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:113) 5:0(1,1) shutdown exit.'
2025-11-12T11:27:55.116159+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:114) 5:1(1,1) shutdown exit.'
2025-11-12T11:27:55.116517+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:111) 4:2(1,1) shutdown exit.'
2025-11-12T11:27:55.116886+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:116) 5:3(1,1) shutdown exit.'
2025-11-12T11:27:55.117387+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:118) 6:1(1,1) shutdown exit.'
2025-11-12T11:27:55.117689+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:119) 6:2(1,1) shutdown exit.'
2025-11-12T11:27:55.118073+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:121) 7:0(1,1) shutdown exit.'
2025-11-12T11:27:55.118710+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:117) 6:0(1,1) shutdown exit.'
2025-11-12T11:27:55.119135+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:148) 13:3(1,1) shutdown exit.'
2025-11-12T11:27:55.119475+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:131) 9:2(1,1) shutdown exit.'
2025-11-12T11:27:55.120065+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:115) 5:2(1,1) shutdown exit.'
2025-11-12T11:27:55.120528+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:124) 7:3(1,1) shutdown exit.'
2025-11-12T11:27:55.120838+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:123) 7:2(1,1) shutdown exit.'
2025-11-12T11:27:55.121316+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:95) 0:2(1,1) shutdown exit.'
2025-11-12T11:27:55.121720+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:128) 8:3(1,1) shutdown exit.'
2025-11-12T11:27:55.122071+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:140) 11:3(1,1) shutdown exit.'
2025-11-12T11:27:55.122575+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:153) 15:0(1,1) shutdown exit.'
2025-11-12T11:27:55.123120+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:130) 9:1(1,1) shutdown exit.'
2025-11-12T11:27:55.123718+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:132) 9:3(1,1) shutdown exit.'
2025-11-12T11:27:55.124299+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:122) 7:1(1,1) shutdown exit.'
2025-11-12T11:27:55.124615+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:166) 18:1(1,1) shutdown exit.'
2025-11-12T11:27:55.124938+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:135) 10:2(1,1) shutdown exit.'
2025-11-12T11:27:55.125497+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:167) 18:2(1,1) shutdown exit.'
2025-11-12T11:27:55.125872+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:138) 11:1(1,1) shutdown exit.'
2025-11-12T11:27:55.126351+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:137) 11:0(1,1) shutdown exit.'
2025-11-12T11:27:55.126757+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:178) 21:1(1,1) shutdown exit.'
2025-11-12T11:27:55.127523+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:125) 8:0(1,1) shutdown exit.'
2025-11-12T11:27:55.127746+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:141) 12:0(1,1) shutdown exit.'
2025-11-12T11:27:55.128213+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:127) 8:2(1,1) shutdown exit.'
2025-11-12T11:27:55.128819+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:143) 12:2(1,1) shutdown exit.'
2025-11-12T11:27:55.129488+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:142) 12:1(1,1) shutdown exit.'
2025-11-12T11:27:55.130237+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:144) 12:3(1,1) shutdown exit.'
2025-11-12T11:27:55.130753+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:145) 13:0(1,1) shutdown exit.'
2025-11-12T11:27:55.131284+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:146) 13:1(1,1) shutdown exit.'
2025-11-12T11:27:55.131848+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:103) 2:2(1,1) shutdown exit.'
2025-11-12T11:27:55.132593+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:150) 14:1(1,1) shutdown exit.'
2025-11-12T11:27:55.133322+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:129) 9:0(1,1) shutdown exit.'
2025-11-12T11:27:55.133604+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:187) 23:2(1,1) shutdown exit.'
2025-11-12T11:27:55.133807+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:154) 15:1(1,1) shutdown exit.'
2025-11-12T11:27:55.134290+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:120) 6:3(1,1) shutdown exit.'
2025-11-12T11:27:55.134670+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:152) 14:3(1,1) shutdown exit.'
2025-11-12T11:27:55.134897+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:156) 15:3(1,1) shutdown exit.'
2025-11-12T11:27:55.135559+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:190) 24:1(1,1) shutdown exit.'
2025-11-12T11:27:55.136046+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:157) 16:0(1,1) shutdown exit.'
2025-11-12T11:27:55.136472+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:158) 16:1(1,1) shutdown exit.'
2025-11-12T11:27:55.137038+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:159) 16:2(1,1) shutdown exit.'
2025-11-12T11:27:55.137363+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:160) 16:3(1,1) shutdown exit.'
2025-11-12T11:27:55.138160+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:161) 17:0(1,1) shutdown exit.'
2025-11-12T11:27:55.138567+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:193) 25:0(1,1) shutdown exit.'
2025-11-12T11:27:55.138994+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:163) 17:2(1,1) shutdown exit.'
2025-11-12T11:27:55.139329+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:196) 25:3(1,1) shutdown exit.'
2025-11-12T11:27:55.139709+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:198) 26:1(1,1) shutdown exit.'
2025-11-12T11:27:55.140378+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:200) 26:3(1,1) shutdown exit.'
2025-11-12T11:27:55.140614+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:205) 28:0(1,1) shutdown exit.'
2025-11-12T11:27:55.140997+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:171) 19:2(1,1) shutdown exit.'
2025-11-12T11:27:55.141674+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:172) 19:3(1,1) shutdown exit.'
2025-11-12T11:27:55.142213+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:173) 20:0(1,1) shutdown exit.'
2025-11-12T11:27:55.142737+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:175) 20:2(1,1) shutdown exit.'
2025-11-12T11:27:55.143182+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:174) 20:1(1,1) shutdown exit.'
2025-11-12T11:27:55.143673+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:177) 21:0(1,1) shutdown exit.'
2025-11-12T11:27:55.143902+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:170) 19:1(1,1) shutdown exit.'
2025-11-12T11:27:55.144413+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:217) 31:0(1,1) shutdown exit.'
2025-11-12T11:27:55.144854+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:136) 10:3(1,1) shutdown exit.'
2025-11-12T11:27:55.145219+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:176) 20:3(1,1) shutdown exit.'
2025-11-12T11:27:55.146163+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:179) 21:2(1,1) shutdown exit.'
2025-11-12T11:27:55.146647+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:139) 11:2(1,1) shutdown exit.'
2025-11-12T11:27:55.147237+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:181) 22:0(1,1) shutdown exit.'
2025-11-12T11:27:55.147575+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:182) 22:1(1,1) shutdown exit.'
2025-11-12T11:27:55.148347+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:183) 22:2(1,1) shutdown exit.'
2025-11-12T11:27:55.148778+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:180) 21:3(1,1) shutdown exit.'
2025-11-12T11:27:55.149576+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:184) 22:3(1,1) shutdown exit.'
2025-11-12T11:27:55.150032+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:186) 23:1(1,1) shutdown exit.'
2025-11-12T11:27:55.150523+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:188) 23:3(1,1) shutdown exit.'
2025-11-12T11:27:55.150887+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:151) 14:2(1,1) shutdown exit.'
2025-11-12T11:27:55.151420+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:185) 23:0(1,1) shutdown exit.'
2025-11-12T11:27:55.151876+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:155) 15:2(1,1) shutdown exit.'
2025-11-12T11:27:55.152185+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:189) 24:0(1,1) shutdown exit.'
2025-11-12T11:27:55.152674+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:191) 24:2(1,1) shutdown exit.'
2025-11-12T11:27:55.153295+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:192) 24:3(1,1) shutdown exit.'
2025-11-12T11:27:55.153828+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:194) 25:1(1,1) shutdown exit.'
2025-11-12T11:27:55.154675+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:195) 25:2(1,1) shutdown exit.'
2025-11-12T11:27:55.155366+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:164) 17:3(1,1) shutdown exit.'
2025-11-12T11:27:55.156206+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:201) 27:0(1,1) shutdown exit.'
2025-11-12T11:27:55.156770+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:197) 26:0(1,1) shutdown exit.'
2025-11-12T11:27:55.157329+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:162) 17:1(1,1) shutdown exit.'
2025-11-12T11:27:55.157765+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:165) 18:0(1,1) shutdown exit.'
2025-11-12T11:27:55.158331+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:199) 26:2(1,1) shutdown exit.'
2025-11-12T11:27:55.158818+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:133) 10:0(1,1) shutdown exit.'
2025-11-12T11:27:55.159194+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:203) 27:2(1,1) shutdown exit.'
2025-11-12T11:27:55.159444+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:202) 27:1(1,1) shutdown exit.'
2025-11-12T11:27:55.159813+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:204) 27:3(1,1) shutdown exit.'
2025-11-12T11:27:55.160412+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:169) 19:0(1,1) shutdown exit.'
2025-11-12T11:27:55.160975+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:206) 28:1(1,1) shutdown exit.'
2025-11-12T11:27:55.161443+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:207) 28:2(1,1) shutdown exit.'
2025-11-12T11:27:55.162058+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:209) 29:0(1,1) shutdown exit.'
2025-11-12T11:27:55.162836+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:208) 28:3(1,1) shutdown exit.'
2025-11-12T11:27:55.163207+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:211) 29:2(1,1) shutdown exit.'
2025-11-12T11:27:55.163588+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:210) 29:1(1,1) shutdown exit.'
2025-11-12T11:27:55.164118+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:212) 29:3(1,1) shutdown exit.'
2025-11-12T11:27:55.164721+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:213) 30:0(1,1) shutdown exit.'
2025-11-12T11:27:55.165297+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:214) 30:1(1,1) shutdown exit.'
2025-11-12T11:27:55.165709+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:215) 30:2(1,1) shutdown exit.'
2025-11-12T11:27:55.166304+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:216) 30:3(1,1) shutdown exit.'
2025-11-12T11:27:55.166604+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:168) 18:3(1,1) shutdown exit.'
2025-11-12T11:27:55.166887+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:218) 31:1(1,1) shutdown exit.'
2025-11-12T11:27:55.167336+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:220) 31:3(1,1) shutdown exit.'
2025-11-12T11:27:55.168079+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:219) 31:2(1,1) shutdown exit.'
2025-11-12T11:27:56.509345+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exit.'
2025-11-12T11:27:57.515787+08:00 0 [System] [MY-010910] [Server] /opt/galaxy_engine/bin/mysqld: Shutdown complete (mysqld 8.0.32-X-Cluster-8.4.19-20250825) Source distribution.
2025-11-12T11:28:05.207952+08:00 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:2538
2025-11-12T11:28:05.208073+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T11:28:05.208094+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_timestamps, value:SYSTEM
2025-11-12T11:28:05.208299+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connections, value:8532
2025-11-12T11:28:05.208310+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T11:28:05.208326+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:performance_schema, value:0
2025-11-12T11:28:05.208353+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_definition_cache, value:32768
2025-11-12T11:28:05.208364+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache, value:32768
2025-11-12T11:28:05.208370+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache_instances, value:16
2025-11-12T11:28:05.208383+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T11:28:05.208389+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T11:28:05.327516+08:00 0 [Warning] [MY-013245] [Server] The SSL library function CRYPTO_set_mem_functions failed. This is typically caused by the SSL library already being used. As a result the SSL memory allocation will not be instrumented.
2025-11-12T11:28:05.331576+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:back_log, value:1024
2025-11-12T11:28:05.331588+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T11:28:05.331599+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_cache_size, value:32K
2025-11-12T11:28:05.331624+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_checksum, value:CRC32
2025-11-12T11:28:05.331639+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:ROW
2025-11-12T11:28:05.331647+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2025-11-12T11:28:05.331657+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_rows_query_log_events, value:ON
2025-11-12T11:28:05.331665+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_stmt_cache_size, value:32768
2025-11-12T11:28:05.331672+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_transaction_dependency_tracking, value:WRITESET
2025-11-12T11:28:05.331681+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:character-set-server, value:utf8
2025-11-12T11:28:05.331704+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:concurrent_insert, value:2
2025-11-12T11:28:05.331713+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:connect_timeout, value:8
2025-11-12T11:28:05.331738+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T11:28:05.331752+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2025-11-12T11:28:05.331771+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-storage-engine, value:INNODB
2025-11-12T11:28:05.331779+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-time-zone, value:+08:00
2025-11-12T11:28:05.331794+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:delayed_insert_timeout, value:300
2025-11-12T11:28:05.331809+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:eq_range_index_dive_limit, value:200
2025-11-12T11:28:05.331826+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:expire_logs_days, value:0
2025-11-12T11:28:05.331854+08:00 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2025-11-12T11:28:05.331876+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:explicit_defaults_for_timestamp, value:OFF
2025-11-12T11:28:05.331888+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log, value:0
2025-11-12T11:28:05.331899+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log_file, value:/data/mysql/log/general.log
2025-11-12T11:28:05.332009+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:join_buffer_size, value:128K
2025-11-12T11:28:05.332181+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:local_infile, value:1
2025-11-12T11:28:05.332211+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:/data/mysql/log/mysql_bin
2025-11-12T11:28:05.332237+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_bin_use_v1_row_events, value:on
2025-11-12T11:28:05.332249+08:00 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release.
2025-11-12T11:28:05.332276+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_output, value:TABLE
2025-11-12T11:28:05.332304+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_queries_not_using_indexes, value:0
2025-11-12T11:28:05.332330+08:00 0 [Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
2025-11-12T11:28:05.332339+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slave_updates, value:0
2025-11-12T11:28:05.332353+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slow_admin_statements, value:1
2025-11-12T11:28:05.332376+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:long_query_time, value:1
2025-11-12T11:28:05.332413+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_order_commits, value:OFF
2025-11-12T11:28:05.332436+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-log-type-node, value:OFF
2025-11-12T11:28:05.332459+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-mts-recover-use-index, value:ON
2025-11-12T11:28:05.332483+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_leader_transfer, value:ON
2025-11-12T11:28:05.332496+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_reset_match_index, value:ON
2025-11-12T11:28:05.332599+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_election_timeout, value:10000
2025-11-12T11:28:05.332642+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_io_thread_cnt, value:8
2025-11-12T11:28:05.332665+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_large_trx, value:ON
2025-11-12T11:28:05.332682+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_log_cache_size, value:536870912
2025-11-12T11:28:05.332698+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_delay_index, value:10000
2025-11-12T11:28:05.332722+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_log_size, value:20M
2025-11-12T11:28:05.332739+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_packet_size, value:131072
2025-11-12T11:28:05.332759+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_cache_size, value:268435456
2025-11-12T11:28:05.332772+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_window_size, value:100
2025-11-12T11:28:05.332791+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_worker_thread_cnt, value:8
2025-11-12T11:28:05.332806+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensuslog_revise, value:ON
2025-11-12T11:28:05.332830+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:1
2025-11-12T11:28:05.332864+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2025-11-12T11:28:05.332939+08:00 0 [Warning] [MY-011068] [Server] The syntax 'new_rpc' is deprecated and will be removed in a future release. Please use enable_polarx_rpc instead.
2025-11-12T11:28:05.332949+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:new_rpc, value:on
2025-11-12T11:28:05.332989+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:replicate-same-server-id, value:1
2025-11-12T11:28:05.333010+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpc_port, value:31306
2025-11-12T11:28:05.333040+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:lower_case_table_names, value:1
2025-11-12T11:28:05.333059+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master-info-file, value:/data/mysql/data/master.info
2025-11-12T11:28:05.333068+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release.
2025-11-12T11:28:05.333078+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2025-11-12T11:28:05.333100+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2025-11-12T11:28:05.333121+08:00 0 [Warning] [MY-011068] [Server] The syntax 'master_verify_checksum' is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2025-11-12T11:28:05.333134+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_verify_checksum, value:OFF
2025-11-12T11:28:05.333145+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_allowed_packet, value:1073741824
2025-11-12T11:28:05.333164+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_cache_size, value:2147483648
2025-11-12T11:28:05.333178+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_size, value:500M
2025-11-12T11:28:05.333190+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connect_errors, value:65536
2025-11-12T11:28:05.333199+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_relay_log_size, value:500M
2025-11-12T11:28:05.333211+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_user_connections, value:8000
2025-11-12T11:28:05.333224+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_buffer_length, value:16384
2025-11-12T11:28:05.333236+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_read_timeout, value:30
2025-11-12T11:28:05.333245+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_write_timeout, value:60
2025-11-12T11:28:05.333259+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T11:28:05.333271+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_buffer_size, value:128K
2025-11-12T11:28:05.333467+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_rnd_buffer_size, value:128K
2025-11-12T11:28:05.333494+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log, value:/data/mysql/log/relay.log
2025-11-12T11:28:05.333513+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay-log-index, value:/data/mysql/log/mysqld_relay_bin.index
2025-11-12T11:28:05.333540+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_file, value:/data/mysql/log/relay_log.info
2025-11-12T11:28:05.333559+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release.
2025-11-12T11:28:05.333580+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2025-11-12T11:28:05.333594+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2025-11-12T11:28:05.333610+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_purge, value:OFF
2025-11-12T11:28:05.333628+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_recovery, value:0
2025-11-12T11:28:05.333647+08:00 0 [Warning] [MY-011068] [Server] The syntax 'rpl_stop_slave_timeout' is deprecated and will be removed in a future release. Please use rpl_stop_replica_timeout instead.
2025-11-12T11:28:05.333661+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpl_stop_slave_timeout, value:300
2025-11-12T11:28:05.333672+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:safe-user-create, value:1
2025-11-12T11:28:05.333687+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:2297160731
2025-11-12T11:28:05.333706+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:external-locking, value:0
2025-11-12T11:28:05.333722+08:00 0 [Warning] [MY-011068] [Server] The syntax 'skip_slave_start' is deprecated and will be removed in a future release. Please use skip_replica_start instead.
2025-11-12T11:28:05.333734+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:skip_slave_start, value:OFF
2025-11-12T11:28:05.333749+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_group' is deprecated and will be removed in a future release. Please use replica_checkpoint_group instead.
2025-11-12T11:28:05.333757+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_group, value:1024
2025-11-12T11:28:05.333792+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_period' is deprecated and will be removed in a future release. Please use replica_checkpoint_period instead.
2025-11-12T11:28:05.333806+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_period, value:300
2025-11-12T11:28:05.333828+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_exec_mode' is deprecated and will be removed in a future release. Please use replica_exec_mode instead.
2025-11-12T11:28:05.333838+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_exec_mode, value:STRICT
2025-11-12T11:28:05.333863+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2025-11-12T11:28:05.333875+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_load_tmpdir, value:/data/mysql/tmp
2025-11-12T11:28:05.333893+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_net_timeout' is deprecated and will be removed in a future release. Please use replica_net_timeout instead.
2025-11-12T11:28:05.333905+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_net_timeout, value:4
2025-11-12T11:28:05.333925+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_type' is deprecated and will be removed in a future release. Please use replica_parallel_type instead.
2025-11-12T11:28:05.333934+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_type, value:LOGICAL_CLOCK
2025-11-12T11:28:05.333946+08:00 0 [Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2025-11-12T11:28:05.333962+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_workers' is deprecated and will be removed in a future release. Please use replica_parallel_workers instead.
2025-11-12T11:28:05.333972+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_workers, value:32
2025-11-12T11:28:05.333986+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_pending_jobs_size_max' is deprecated and will be removed in a future release. Please use replica_pending_jobs_size_max instead.
2025-11-12T11:28:05.334162+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_pending_jobs_size_max, value:1073741824
2025-11-12T11:28:05.334183+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_rows_search_algorithms, value:TABLE_SCAN,INDEX_SCAN
2025-11-12T11:28:05.334192+08:00 0 [Warning] [MY-011069] [Server] The syntax '--slave-rows-search-algorithms' is deprecated and will be removed in a future release.
2025-11-12T11:28:05.334206+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_sql_verify_checksum' is deprecated and will be removed in a future release. Please use replica_sql_verify_checksum instead.
2025-11-12T11:28:05.334213+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_sql_verify_checksum, value:OFF
2025-11-12T11:28:05.334238+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_type_conversions' is deprecated and will be removed in a future release. Please use replica_type_conversions instead.
2025-11-12T11:28:05.334247+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_type_conversions, value:ALL_NON_LOSSY
2025-11-12T11:28:05.334299+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log, value:0
2025-11-12T11:28:05.334319+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log_file, value:/data/mysql/log/slow.log
2025-11-12T11:28:05.334330+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T11:28:05.334342+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sort_buffer_size, value:256K
2025-11-12T11:28:05.334354+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sql_mode, value:NO_ENGINE_SUBSTITUTION
2025-11-12T11:28:05.334363+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_binlog, value:1
2025-11-12T11:28:05.334377+08:00 0 [Warning] [MY-011068] [Server] The syntax 'sync_master_info' is deprecated and will be removed in a future release. Please use sync_source_info instead.
2025-11-12T11:28:05.334382+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_master_info, value:10000
2025-11-12T11:28:05.334391+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log, value:1
2025-11-12T11:28:05.334402+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log_info, value:1
2025-11-12T11:28:05.334415+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_cache_size, value:256
2025-11-12T11:28:05.334430+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_stack, value:1024k
2025-11-12T11:28:05.334439+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/data/mysql/tmp
2025-11-12T11:28:05.334451+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:transaction_write_set_extraction, value:XXHASH64
2025-11-12T11:28:05.334458+08:00 0 [Warning] [MY-011069] [Server] The syntax '--transaction-write-set-extraction' is deprecated and will be removed in a future release.
2025-11-12T11:28:05.334465+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T11:28:05.334476+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T11:28:05.334487+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T11:28:05.334500+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:plugin_dir, value:/opt/galaxy_engine/lib/plugin
2025-11-12T11:28:05.334510+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T11:28:05.334536+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T11:28:05.334546+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:pid_file, value:/data/mysql/run/mysql.pid
2025-11-12T11:28:05.334555+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T11:28:05.334564+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T11:28:05.334599+08:00 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-replica-statements have no effect if --slow-query-log is not set
2025-11-12T11:28:05.334604+08:00 0 [Warning] [MY-010086] [Server] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2025-11-12T11:28:05.334823+08:00 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-11-12T11:28:05.334855+08:00 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) starting as process 2538
2025-11-12T11:28:05.344573+08:00 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-11-12T11:28:05.378687+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server-uuid, value:58403492-beab-11f0-8abf-eaa6c42b544e
2025-11-12T11:28:05.381712+08:00 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=838860800. Please use innodb_redo_log_capacity instead.
2025-11-12T11:28:05.416543+08:00 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-11-12T11:28:06.730102+08:00 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-11-12T11:28:07.280109+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc start up.'
2025-11-12T11:28:07.287387+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with detected 8 CPUs.'
2025-11-12T11:28:07.327110+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with 32 groups with each group 4 threads.'
2025-11-12T11:28:07.328583+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 31306.'
2025-11-12T11:28:07.934069+08:00 0 [System] [MY-025032] [XPaxos] [Recovery] Consensus_binlog_recovery::recover end , file_size 6781813, curr_position 6781813, m_current_index 14630, m_start_pos 6781225, m_end_pos 6781813, m_valid_pos 6781813, m_valid_index 14630, m_is_malformed 0, m_in_transaction 0, m_failure_message , get_error_type 1, get_error_number 0, get_error_message
2025-11-12T11:28:07.934245+08:00 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-11-12T11:28:07.965383+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T11:28:07.965462+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T11:28:07.965473+08:00 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-11-12T11:28:08.087660+08:00 0 [System] [MY-025031] [XPaxos] Dump meta file(consensus.meta) success - Consensus_apply_index: 14630 Consensus_cluster_info: Consensus_learner_info: 10.42.0.246:11306 Cluster_id: 0 Current_term: 5 Recover_status: 0 Last_leader_term: 0 Start_apply_index: 0 Binlog_sync_index: 14630 Pid: 2538
2025-11-12T11:28:08.087782+08:00 0 [Warning] [MY-025037] [XPaxos] [Proto] Start init node as a learner.
2025-11-12T12:27:42.642676+08:00 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:5085
2025-11-12T12:27:42.643235+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T12:27:42.643273+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_timestamps, value:SYSTEM
2025-11-12T12:27:42.643323+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connections, value:8532
2025-11-12T12:27:42.643463+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T12:27:42.643480+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:performance_schema, value:0
2025-11-12T12:27:42.643502+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_definition_cache, value:32768
2025-11-12T12:27:42.643520+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache, value:32768
2025-11-12T12:27:42.643526+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache_instances, value:16
2025-11-12T12:27:42.643539+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T12:27:42.643550+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T12:27:42.783823+08:00 0 [Warning] [MY-013245] [Server] The SSL library function CRYPTO_set_mem_functions failed. This is typically caused by the SSL library already being used. As a result the SSL memory allocation will not be instrumented.
2025-11-12T12:27:42.806429+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:back_log, value:1024
2025-11-12T12:27:42.806434+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T12:27:42.806441+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_cache_size, value:32K
2025-11-12T12:27:42.806452+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_checksum, value:CRC32
2025-11-12T12:27:42.806459+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:ROW
2025-11-12T12:27:42.806463+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2025-11-12T12:27:42.806468+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_rows_query_log_events, value:ON
2025-11-12T12:27:42.806472+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_stmt_cache_size, value:32768
2025-11-12T12:27:42.806478+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_transaction_dependency_tracking, value:WRITESET
2025-11-12T12:27:42.806484+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:character-set-server, value:utf8
2025-11-12T12:27:42.806495+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:concurrent_insert, value:2
2025-11-12T12:27:42.806501+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:connect_timeout, value:8
2025-11-12T12:27:42.806513+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T12:27:42.806530+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2025-11-12T12:27:42.806587+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-storage-engine, value:INNODB
2025-11-12T12:27:42.806599+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-time-zone, value:+08:00
2025-11-12T12:27:42.806607+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:delayed_insert_timeout, value:300
2025-11-12T12:27:42.806618+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:eq_range_index_dive_limit, value:200
2025-11-12T12:27:42.806627+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:expire_logs_days, value:0
2025-11-12T12:27:42.806993+08:00 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2025-11-12T12:27:42.807023+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:explicit_defaults_for_timestamp, value:OFF
2025-11-12T12:27:42.807033+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log, value:0
2025-11-12T12:27:42.807045+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log_file, value:/data/mysql/log/general.log
2025-11-12T12:27:42.807242+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:join_buffer_size, value:128K
2025-11-12T12:27:42.807264+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:local_infile, value:1
2025-11-12T12:27:42.807274+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:/data/mysql/log/mysql_bin
2025-11-12T12:27:42.807284+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_bin_use_v1_row_events, value:on
2025-11-12T12:27:42.807292+08:00 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release.
2025-11-12T12:27:42.807303+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_output, value:TABLE
2025-11-12T12:27:42.807310+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_queries_not_using_indexes, value:0
2025-11-12T12:27:42.807319+08:00 0 [Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
2025-11-12T12:27:42.807323+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slave_updates, value:0
2025-11-12T12:27:42.807330+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slow_admin_statements, value:1
2025-11-12T12:27:42.807337+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:long_query_time, value:1
2025-11-12T12:27:42.807352+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_order_commits, value:OFF
2025-11-12T12:27:42.807360+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-log-type-node, value:OFF
2025-11-12T12:27:42.807369+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-mts-recover-use-index, value:ON
2025-11-12T12:27:42.807381+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_leader_transfer, value:ON
2025-11-12T12:27:42.807390+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_reset_match_index, value:ON
2025-11-12T12:27:42.807397+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_election_timeout, value:10000
2025-11-12T12:27:42.807408+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_io_thread_cnt, value:8
2025-11-12T12:27:42.807419+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_large_trx, value:ON
2025-11-12T12:27:42.807427+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_log_cache_size, value:536870912
2025-11-12T12:27:42.807434+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_delay_index, value:10000
2025-11-12T12:27:42.807445+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_log_size, value:20M
2025-11-12T12:27:42.807453+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_packet_size, value:131072
2025-11-12T12:27:42.807461+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_cache_size, value:268435456
2025-11-12T12:27:42.807468+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_window_size, value:100
2025-11-12T12:27:42.807477+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_worker_thread_cnt, value:8
2025-11-12T12:27:42.807485+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensuslog_revise, value:ON
2025-11-12T12:27:42.807498+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:1
2025-11-12T12:27:42.807515+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2025-11-12T12:27:42.807547+08:00 0 [Warning] [MY-011068] [Server] The syntax 'new_rpc' is deprecated and will be removed in a future release. Please use enable_polarx_rpc instead.
2025-11-12T12:27:42.807551+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:new_rpc, value:on
2025-11-12T12:27:42.807570+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:replicate-same-server-id, value:1
2025-11-12T12:27:42.807591+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpc_port, value:31306
2025-11-12T12:27:42.807617+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:lower_case_table_names, value:1
2025-11-12T12:27:42.807626+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master-info-file, value:/data/mysql/data/master.info
2025-11-12T12:27:42.807631+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release.
2025-11-12T12:27:42.807636+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2025-11-12T12:27:42.807643+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2025-11-12T12:27:42.807650+08:00 0 [Warning] [MY-011068] [Server] The syntax 'master_verify_checksum' is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2025-11-12T12:27:42.807655+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_verify_checksum, value:OFF
2025-11-12T12:27:42.807660+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_allowed_packet, value:1073741824
2025-11-12T12:27:42.807672+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_cache_size, value:2147483648
2025-11-12T12:27:42.807688+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_size, value:500M
2025-11-12T12:27:42.807699+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connect_errors, value:65536
2025-11-12T12:27:42.807707+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_relay_log_size, value:500M
2025-11-12T12:27:42.807720+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_user_connections, value:8000
2025-11-12T12:27:42.807735+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_buffer_length, value:16384
2025-11-12T12:27:42.807745+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_read_timeout, value:30
2025-11-12T12:27:42.807757+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_write_timeout, value:60
2025-11-12T12:27:42.807769+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T12:27:42.807778+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_buffer_size, value:128K
2025-11-12T12:27:42.807790+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_rnd_buffer_size, value:128K
2025-11-12T12:27:42.807803+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log, value:/data/mysql/log/relay.log
2025-11-12T12:27:42.807819+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay-log-index, value:/data/mysql/log/mysqld_relay_bin.index
2025-11-12T12:27:42.807839+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_file, value:/data/mysql/log/relay_log.info
2025-11-12T12:27:42.807849+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release.
2025-11-12T12:27:42.807862+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2025-11-12T12:27:42.807871+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2025-11-12T12:27:42.807888+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_purge, value:OFF
2025-11-12T12:27:42.807902+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_recovery, value:0
2025-11-12T12:27:42.807911+08:00 0 [Warning] [MY-011068] [Server] The syntax 'rpl_stop_slave_timeout' is deprecated and will be removed in a future release. Please use rpl_stop_replica_timeout instead.
2025-11-12T12:27:42.807918+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpl_stop_slave_timeout, value:300
2025-11-12T12:27:42.807924+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:safe-user-create, value:1
2025-11-12T12:27:42.807932+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:2297160731
2025-11-12T12:27:42.807938+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:external-locking, value:0
2025-11-12T12:27:42.807946+08:00 0 [Warning] [MY-011068] [Server] The syntax 'skip_slave_start' is deprecated and will be removed in a future release. Please use skip_replica_start instead.
2025-11-12T12:27:42.807952+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:skip_slave_start, value:OFF
2025-11-12T12:27:42.807960+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_group' is deprecated and will be removed in a future release. Please use replica_checkpoint_group instead.
2025-11-12T12:27:42.807963+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_group, value:1024
2025-11-12T12:27:42.807972+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_period' is deprecated and will be removed in a future release. Please use replica_checkpoint_period instead.
2025-11-12T12:27:42.807980+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_period, value:300
2025-11-12T12:27:42.807988+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_exec_mode' is deprecated and will be removed in a future release. Please use replica_exec_mode instead.
2025-11-12T12:27:42.807991+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_exec_mode, value:STRICT
2025-11-12T12:27:42.807998+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2025-11-12T12:27:42.808002+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_load_tmpdir, value:/data/mysql/tmp
2025-11-12T12:27:42.808006+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_net_timeout' is deprecated and will be removed in a future release. Please use replica_net_timeout instead.
2025-11-12T12:27:42.808010+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_net_timeout, value:4
2025-11-12T12:27:42.808016+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_type' is deprecated and will be removed in a future release. Please use replica_parallel_type instead.
2025-11-12T12:27:42.808018+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_type, value:LOGICAL_CLOCK
2025-11-12T12:27:42.808022+08:00 0 [Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2025-11-12T12:27:42.808027+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_workers' is deprecated and will be removed in a future release. Please use replica_parallel_workers instead.
2025-11-12T12:27:42.808031+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_workers, value:32
2025-11-12T12:27:42.808036+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_pending_jobs_size_max' is deprecated and will be removed in a future release. Please use replica_pending_jobs_size_max instead.
2025-11-12T12:27:42.808038+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_pending_jobs_size_max, value:1073741824
2025-11-12T12:27:42.808043+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_rows_search_algorithms, value:TABLE_SCAN,INDEX_SCAN
2025-11-12T12:27:42.808046+08:00 0 [Warning] [MY-011069] [Server] The syntax '--slave-rows-search-algorithms' is deprecated and will be removed in a future release.
2025-11-12T12:27:42.808050+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_sql_verify_checksum' is deprecated and will be removed in a future release. Please use replica_sql_verify_checksum instead.
2025-11-12T12:27:42.808053+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_sql_verify_checksum, value:OFF
2025-11-12T12:27:42.808058+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_type_conversions' is deprecated and will be removed in a future release. Please use replica_type_conversions instead.
2025-11-12T12:27:42.808061+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_type_conversions, value:ALL_NON_LOSSY
2025-11-12T12:27:42.808065+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log, value:0
2025-11-12T12:27:42.808071+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log_file, value:/data/mysql/log/slow.log
2025-11-12T12:27:42.808075+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T12:27:42.808080+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sort_buffer_size, value:256K
2025-11-12T12:27:42.808085+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sql_mode, value:NO_ENGINE_SUBSTITUTION
2025-11-12T12:27:42.808089+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_binlog, value:1
2025-11-12T12:27:42.808095+08:00 0 [Warning] [MY-011068] [Server] The syntax 'sync_master_info' is deprecated and will be removed in a future release. Please use sync_source_info instead.
2025-11-12T12:27:42.808097+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_master_info, value:10000
2025-11-12T12:27:42.808102+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log, value:1
2025-11-12T12:27:42.808106+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log_info, value:1
2025-11-12T12:27:42.808114+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_cache_size, value:256
2025-11-12T12:27:42.808126+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_stack, value:1024k
2025-11-12T12:27:42.808263+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/data/mysql/tmp
2025-11-12T12:27:42.808277+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:transaction_write_set_extraction, value:XXHASH64
2025-11-12T12:27:42.808283+08:00 0 [Warning] [MY-011069] [Server] The syntax '--transaction-write-set-extraction' is deprecated and will be removed in a future release.
2025-11-12T12:27:42.808287+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T12:27:42.808293+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T12:27:42.808298+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T12:27:42.808305+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:plugin_dir, value:/opt/galaxy_engine/lib/plugin
2025-11-12T12:27:42.808318+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T12:27:42.808339+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T12:27:42.808348+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:pid_file, value:/data/mysql/run/mysql.pid
2025-11-12T12:27:42.808355+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T12:27:42.808359+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T12:27:42.808899+08:00 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-replica-statements have no effect if --slow-query-log is not set
2025-11-12T12:27:42.808906+08:00 0 [Warning] [MY-010086] [Server] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2025-11-12T12:27:42.810200+08:00 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-11-12T12:27:42.810239+08:00 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) starting as process 5085
2025-11-12T12:27:42.829576+08:00 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-11-12T12:27:42.867442+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server-uuid, value:58403492-beab-11f0-8abf-eaa6c42b544e
2025-11-12T12:27:42.877037+08:00 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=838860800. Please use innodb_redo_log_capacity instead.
2025-11-12T12:27:42.973409+08:00 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-11-12T12:27:45.269348+08:00 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-11-12T12:27:45.994419+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc start up.'
2025-11-12T12:27:46.059349+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with detected 8 CPUs.'
2025-11-12T12:27:46.141676+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with 32 groups with each group 4 threads.'
2025-11-12T12:27:46.145096+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 31306.'
2025-11-12T12:27:46.795608+08:00 0 [System] [MY-025032] [XPaxos] [Recovery] Consensus_binlog_recovery::recover end , file_size 6781813, curr_position 6781813, m_current_index 14630, m_start_pos 6781225, m_end_pos 6781813, m_valid_pos 6781813, m_valid_index 14630, m_is_malformed 0, m_in_transaction 0, m_failure_message , get_error_type 1, get_error_number 0, get_error_message
2025-11-12T12:27:46.795694+08:00 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-11-12T12:27:46.805521+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T12:27:46.805593+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T12:27:46.805610+08:00 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-11-12T12:27:46.880064+08:00 0 [System] [MY-025031] [XPaxos] Dump meta file(consensus.meta) success - Consensus_apply_index: 14630 Consensus_cluster_info: 10.42.0.246:11306#5N Consensus_learner_info: Cluster_id: 0 Current_term: 5 Recover_status: 0 Last_leader_term: 0 Start_apply_index: 0 Binlog_sync_index: 14630 Pid: 5085
2025-11-12T12:27:46.882495+08:00 0 [Warning] [MY-025037] [XPaxos] [Proto] Start init node as a learner.
2025-11-12T13:27:42.434534+08:00 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:7628
2025-11-12T13:27:42.434818+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T13:27:42.434837+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_timestamps, value:SYSTEM
2025-11-12T13:27:42.434880+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connections, value:8532
2025-11-12T13:27:42.434918+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T13:27:42.434939+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:performance_schema, value:0
2025-11-12T13:27:42.434961+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_definition_cache, value:32768
2025-11-12T13:27:42.434971+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache, value:32768
2025-11-12T13:27:42.434976+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache_instances, value:16
2025-11-12T13:27:42.434988+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T13:27:42.435000+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T13:27:42.557896+08:00 0 [Warning] [MY-013245] [Server] The SSL library function CRYPTO_set_mem_functions failed. This is typically caused by the SSL library already being used. As a result the SSL memory allocation will not be instrumented.
2025-11-12T13:27:42.560936+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:back_log, value:1024
2025-11-12T13:27:42.560940+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T13:27:42.560946+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_cache_size, value:32K
2025-11-12T13:27:42.560958+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_checksum, value:CRC32
2025-11-12T13:27:42.560964+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:ROW
2025-11-12T13:27:42.560969+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2025-11-12T13:27:42.560975+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_rows_query_log_events, value:ON
2025-11-12T13:27:42.560979+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_stmt_cache_size, value:32768
2025-11-12T13:27:42.560984+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_transaction_dependency_tracking, value:WRITESET
2025-11-12T13:27:42.560988+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:character-set-server, value:utf8
2025-11-12T13:27:42.560996+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:concurrent_insert, value:2
2025-11-12T13:27:42.561000+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:connect_timeout, value:8
2025-11-12T13:27:42.561007+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T13:27:42.561014+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2025-11-12T13:27:42.561022+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-storage-engine, value:INNODB
2025-11-12T13:27:42.561026+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-time-zone, value:+08:00
2025-11-12T13:27:42.561032+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:delayed_insert_timeout, value:300
2025-11-12T13:27:42.561039+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:eq_range_index_dive_limit, value:200
2025-11-12T13:27:42.561046+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:expire_logs_days, value:0
2025-11-12T13:27:42.561059+08:00 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2025-11-12T13:27:42.561069+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:explicit_defaults_for_timestamp, value:OFF
2025-11-12T13:27:42.561077+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log, value:0
2025-11-12T13:27:42.561086+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log_file, value:/data/mysql/log/general.log
2025-11-12T13:27:42.561167+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:join_buffer_size, value:128K
2025-11-12T13:27:42.561181+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:local_infile, value:1
2025-11-12T13:27:42.561332+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:/data/mysql/log/mysql_bin
2025-11-12T13:27:42.561356+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_bin_use_v1_row_events, value:on
2025-11-12T13:27:42.561363+08:00 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release.
2025-11-12T13:27:42.561374+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_output, value:TABLE
2025-11-12T13:27:42.561381+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_queries_not_using_indexes, value:0
2025-11-12T13:27:42.561390+08:00 0 [Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
2025-11-12T13:27:42.561394+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slave_updates, value:0
2025-11-12T13:27:42.561400+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slow_admin_statements, value:1
2025-11-12T13:27:42.561408+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:long_query_time, value:1
2025-11-12T13:27:42.561426+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_order_commits, value:OFF
2025-11-12T13:27:42.561434+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-log-type-node, value:OFF
2025-11-12T13:27:42.561443+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-mts-recover-use-index, value:ON
2025-11-12T13:27:42.561456+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_leader_transfer, value:ON
2025-11-12T13:27:42.561465+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_reset_match_index, value:ON
2025-11-12T13:27:42.561472+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_election_timeout, value:10000
2025-11-12T13:27:42.561484+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_io_thread_cnt, value:8
2025-11-12T13:27:42.561495+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_large_trx, value:ON
2025-11-12T13:27:42.561504+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_log_cache_size, value:536870912
2025-11-12T13:27:42.561511+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_delay_index, value:10000
2025-11-12T13:27:42.561522+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_log_size, value:20M
2025-11-12T13:27:42.561531+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_packet_size, value:131072
2025-11-12T13:27:42.561540+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_cache_size, value:268435456
2025-11-12T13:27:42.561550+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_window_size, value:100
2025-11-12T13:27:42.561564+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_worker_thread_cnt, value:8
2025-11-12T13:27:42.561572+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensuslog_revise, value:ON
2025-11-12T13:27:42.561585+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:1
2025-11-12T13:27:42.561600+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2025-11-12T13:27:42.561635+08:00 0 [Warning] [MY-011068] [Server] The syntax 'new_rpc' is deprecated and will be removed in a future release. Please use enable_polarx_rpc instead.
2025-11-12T13:27:42.561643+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:new_rpc, value:on
2025-11-12T13:27:42.561675+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:replicate-same-server-id, value:1
2025-11-12T13:27:42.561691+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpc_port, value:31306
2025-11-12T13:27:42.561711+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:lower_case_table_names, value:1
2025-11-12T13:27:42.561724+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master-info-file, value:/data/mysql/data/master.info
2025-11-12T13:27:42.561731+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release.
2025-11-12T13:27:42.561736+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2025-11-12T13:27:42.561743+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2025-11-12T13:27:42.561750+08:00 0 [Warning] [MY-011068] [Server] The syntax 'master_verify_checksum' is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2025-11-12T13:27:42.561755+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_verify_checksum, value:OFF
2025-11-12T13:27:42.561761+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_allowed_packet, value:1073741824
2025-11-12T13:27:42.561769+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_cache_size, value:2147483648
2025-11-12T13:27:42.561775+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_size, value:500M
2025-11-12T13:27:42.561782+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connect_errors, value:65536
2025-11-12T13:27:42.561786+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_relay_log_size, value:500M
2025-11-12T13:27:42.561793+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_user_connections, value:8000
2025-11-12T13:27:42.561800+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_buffer_length, value:16384
2025-11-12T13:27:42.561807+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_read_timeout, value:30
2025-11-12T13:27:42.561811+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_write_timeout, value:60
2025-11-12T13:27:42.561818+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T13:27:42.561825+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_buffer_size, value:128K
2025-11-12T13:27:42.561833+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_rnd_buffer_size, value:128K
2025-11-12T13:27:42.561838+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log, value:/data/mysql/log/relay.log
2025-11-12T13:27:42.561846+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay-log-index, value:/data/mysql/log/mysqld_relay_bin.index
2025-11-12T13:27:42.561854+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_file, value:/data/mysql/log/relay_log.info
2025-11-12T13:27:42.561859+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release.
2025-11-12T13:27:42.561864+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2025-11-12T13:27:42.561868+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2025-11-12T13:27:42.561875+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_purge, value:OFF
2025-11-12T13:27:42.561884+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_recovery, value:0
2025-11-12T13:27:42.561891+08:00 0 [Warning] [MY-011068] [Server] The syntax 'rpl_stop_slave_timeout' is deprecated and will be removed in a future release. Please use rpl_stop_replica_timeout instead.
2025-11-12T13:27:42.561898+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpl_stop_slave_timeout, value:300
2025-11-12T13:27:42.561904+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:safe-user-create, value:1
2025-11-12T13:27:42.561911+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:2297160731
2025-11-12T13:27:42.561918+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:external-locking, value:0
2025-11-12T13:27:42.561926+08:00 0 [Warning] [MY-011068] [Server] The syntax 'skip_slave_start' is deprecated and will be removed in a future release. Please use skip_replica_start instead.
2025-11-12T13:27:42.561933+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:skip_slave_start, value:OFF
2025-11-12T13:27:42.561941+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_group' is deprecated and will be removed in a future release. Please use replica_checkpoint_group instead.
2025-11-12T13:27:42.561945+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_group, value:1024
2025-11-12T13:27:42.561954+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_period' is deprecated and will be removed in a future release. Please use replica_checkpoint_period instead.
2025-11-12T13:27:42.561963+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_period, value:300
2025-11-12T13:27:42.561973+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_exec_mode' is deprecated and will be removed in a future release. Please use replica_exec_mode instead.
2025-11-12T13:27:42.561977+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_exec_mode, value:STRICT
2025-11-12T13:27:42.561985+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2025-11-12T13:27:42.561988+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_load_tmpdir, value:/data/mysql/tmp
2025-11-12T13:27:42.561993+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_net_timeout' is deprecated and will be removed in a future release. Please use replica_net_timeout instead.
2025-11-12T13:27:42.561997+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_net_timeout, value:4
2025-11-12T13:27:42.562004+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_type' is deprecated and will be removed in a future release. Please use replica_parallel_type instead.
2025-11-12T13:27:42.562006+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_type, value:LOGICAL_CLOCK
2025-11-12T13:27:42.562010+08:00 0 [Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2025-11-12T13:27:42.562016+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_workers' is deprecated and will be removed in a future release. Please use replica_parallel_workers instead.
2025-11-12T13:27:42.562021+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_workers, value:32
2025-11-12T13:27:42.562026+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_pending_jobs_size_max' is deprecated and will be removed in a future release. Please use replica_pending_jobs_size_max instead.
2025-11-12T13:27:42.562029+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_pending_jobs_size_max, value:1073741824
2025-11-12T13:27:42.562036+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_rows_search_algorithms, value:TABLE_SCAN,INDEX_SCAN
2025-11-12T13:27:42.562040+08:00 0 [Warning] [MY-011069] [Server] The syntax '--slave-rows-search-algorithms' is deprecated and will be removed in a future release.
2025-11-12T13:27:42.562044+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_sql_verify_checksum' is deprecated and will be removed in a future release. Please use replica_sql_verify_checksum instead.
2025-11-12T13:27:42.562046+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_sql_verify_checksum, value:OFF
2025-11-12T13:27:42.562052+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_type_conversions' is deprecated and will be removed in a future release. Please use replica_type_conversions instead.
2025-11-12T13:27:42.562055+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_type_conversions, value:ALL_NON_LOSSY
2025-11-12T13:27:42.562060+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log, value:0
2025-11-12T13:27:42.562065+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log_file, value:/data/mysql/log/slow.log
2025-11-12T13:27:42.562070+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T13:27:42.562076+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sort_buffer_size, value:256K
2025-11-12T13:27:42.562081+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sql_mode, value:NO_ENGINE_SUBSTITUTION
2025-11-12T13:27:42.562086+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_binlog, value:1
2025-11-12T13:27:42.562091+08:00 0 [Warning] [MY-011068] [Server] The syntax 'sync_master_info' is deprecated and will be removed in a future release. Please use sync_source_info instead.
2025-11-12T13:27:42.562094+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_master_info, value:10000
2025-11-12T13:27:42.562098+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log, value:1
2025-11-12T13:27:42.562103+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log_info, value:1
2025-11-12T13:27:42.562109+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_cache_size, value:256
2025-11-12T13:27:42.562115+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_stack, value:1024k
2025-11-12T13:27:42.562119+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/data/mysql/tmp
2025-11-12T13:27:42.562124+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:transaction_write_set_extraction, value:XXHASH64
2025-11-12T13:27:42.562127+08:00 0 [Warning] [MY-011069] [Server] The syntax '--transaction-write-set-extraction' is deprecated and will be removed in a future release.
2025-11-12T13:27:42.562131+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T13:27:42.562135+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T13:27:42.562141+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T13:27:42.562147+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:plugin_dir, value:/opt/galaxy_engine/lib/plugin
2025-11-12T13:27:42.562152+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T13:27:42.562164+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T13:27:42.562171+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:pid_file, value:/data/mysql/run/mysql.pid
2025-11-12T13:27:42.562177+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T13:27:42.562182+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T13:27:42.562201+08:00 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-replica-statements have no effect if --slow-query-log is not set
2025-11-12T13:27:42.562206+08:00 0 [Warning] [MY-010086] [Server] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2025-11-12T13:27:42.562533+08:00 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-11-12T13:27:42.562555+08:00 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) starting as process 7628
2025-11-12T13:27:42.570657+08:00 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-11-12T13:27:42.589475+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server-uuid, value:58403492-beab-11f0-8abf-eaa6c42b544e
2025-11-12T13:27:42.592407+08:00 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=838860800. Please use innodb_redo_log_capacity instead.
2025-11-12T13:27:42.620990+08:00 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-11-12T13:27:44.428875+08:00 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-11-12T13:27:45.040018+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc start up.'
2025-11-12T13:27:45.045798+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with detected 8 CPUs.'
2025-11-12T13:27:45.099353+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with 32 groups with each group 4 threads.'
2025-11-12T13:27:45.100807+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 31306.'
2025-11-12T13:27:45.418927+08:00 0 [System] [MY-025032] [XPaxos] [Recovery] Consensus_binlog_recovery::recover end , file_size 6781813, curr_position 6781813, m_current_index 14630, m_start_pos 6781225, m_end_pos 6781813, m_valid_pos 6781813, m_valid_index 14630, m_is_malformed 0, m_in_transaction 0, m_failure_message , get_error_type 1, get_error_number 0, get_error_message
2025-11-12T13:27:45.419016+08:00 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-11-12T13:27:45.455330+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T13:27:45.455398+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T13:27:45.455470+08:00 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-11-12T13:27:45.590288+08:00 0 [System] [MY-025031] [XPaxos] Dump meta file(consensus.meta) success - Consensus_apply_index: 14630 Consensus_cluster_info: 10.42.0.246:11306#5N Consensus_learner_info: Cluster_id: 0 Current_term: 5 Recover_status: 0 Last_leader_term: 0 Start_apply_index: 0 Binlog_sync_index: 14630 Pid: 7628
2025-11-12T13:27:45.590429+08:00 0 [Warning] [MY-025037] [XPaxos] [Proto] Start init node as a learner.
2025-11-12T14:27:43.132020+08:00 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:10213
2025-11-12T14:27:43.132349+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T14:27:43.132376+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_timestamps, value:SYSTEM
2025-11-12T14:27:43.132413+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connections, value:8532
2025-11-12T14:27:43.132420+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T14:27:43.132432+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:performance_schema, value:0
2025-11-12T14:27:43.132447+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_definition_cache, value:32768
2025-11-12T14:27:43.132457+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache, value:32768
2025-11-12T14:27:43.132462+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache_instances, value:16
2025-11-12T14:27:43.132471+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T14:27:43.132475+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T14:27:43.250367+08:00 0 [Warning] [MY-013245] [Server] The SSL library function CRYPTO_set_mem_functions failed. This is typically caused by the SSL library already being used. As a result the SSL memory allocation will not be instrumented.
2025-11-12T14:27:43.256879+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:back_log, value:1024
2025-11-12T14:27:43.256887+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T14:27:43.257085+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_cache_size, value:32K
2025-11-12T14:27:43.257112+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_checksum, value:CRC32
2025-11-12T14:27:43.257125+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:ROW
2025-11-12T14:27:43.257133+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2025-11-12T14:27:43.257141+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_rows_query_log_events, value:ON
2025-11-12T14:27:43.257148+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_stmt_cache_size, value:32768
2025-11-12T14:27:43.257157+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_transaction_dependency_tracking, value:WRITESET
2025-11-12T14:27:43.257225+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:character-set-server, value:utf8
2025-11-12T14:27:43.257284+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:concurrent_insert, value:2
2025-11-12T14:27:43.257298+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:connect_timeout, value:8
2025-11-12T14:27:43.257333+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T14:27:43.257348+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2025-11-12T14:27:43.257369+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-storage-engine, value:INNODB
2025-11-12T14:27:43.257379+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-time-zone, value:+08:00
2025-11-12T14:27:43.257391+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:delayed_insert_timeout, value:300
2025-11-12T14:27:43.257406+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:eq_range_index_dive_limit, value:200
2025-11-12T14:27:43.257417+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:expire_logs_days, value:0
2025-11-12T14:27:43.257519+08:00 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2025-11-12T14:27:43.257548+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:explicit_defaults_for_timestamp, value:OFF
2025-11-12T14:27:43.257564+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log, value:0
2025-11-12T14:27:43.257582+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log_file, value:/data/mysql/log/general.log
2025-11-12T14:27:43.257707+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:join_buffer_size, value:128K
2025-11-12T14:27:43.257724+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:local_infile, value:1
2025-11-12T14:27:43.257736+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:/data/mysql/log/mysql_bin
2025-11-12T14:27:43.257747+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_bin_use_v1_row_events, value:on
2025-11-12T14:27:43.257757+08:00 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release.
2025-11-12T14:27:43.257770+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_output, value:TABLE
2025-11-12T14:27:43.257782+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_queries_not_using_indexes, value:0
2025-11-12T14:27:43.257797+08:00 0 [Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
2025-11-12T14:27:43.257804+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slave_updates, value:0
2025-11-12T14:27:43.257815+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slow_admin_statements, value:1
2025-11-12T14:27:43.257827+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:long_query_time, value:1
2025-11-12T14:27:43.257857+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_order_commits, value:OFF
2025-11-12T14:27:43.257873+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-log-type-node, value:OFF
2025-11-12T14:27:43.257887+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-mts-recover-use-index, value:ON
2025-11-12T14:27:43.258146+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_leader_transfer, value:ON
2025-11-12T14:27:43.258171+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_reset_match_index, value:ON
2025-11-12T14:27:43.258184+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_election_timeout, value:10000
2025-11-12T14:27:43.258201+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_io_thread_cnt, value:8
2025-11-12T14:27:43.258213+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_large_trx, value:ON
2025-11-12T14:27:43.258227+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_log_cache_size, value:536870912
2025-11-12T14:27:43.258240+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_delay_index, value:10000
2025-11-12T14:27:43.258262+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_log_size, value:20M
2025-11-12T14:27:43.258278+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_packet_size, value:131072
2025-11-12T14:27:43.258290+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_cache_size, value:268435456
2025-11-12T14:27:43.258298+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_window_size, value:100
2025-11-12T14:27:43.258310+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_worker_thread_cnt, value:8
2025-11-12T14:27:43.258319+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensuslog_revise, value:ON
2025-11-12T14:27:43.258335+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:1
2025-11-12T14:27:43.258362+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2025-11-12T14:27:43.258423+08:00 0 [Warning] [MY-011068] [Server] The syntax 'new_rpc' is deprecated and will be removed in a future release. Please use enable_polarx_rpc instead.
2025-11-12T14:27:43.258432+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:new_rpc, value:on
2025-11-12T14:27:43.258472+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:replicate-same-server-id, value:1
2025-11-12T14:27:43.258485+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpc_port, value:31306
2025-11-12T14:27:43.258511+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:lower_case_table_names, value:1
2025-11-12T14:27:43.258526+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master-info-file, value:/data/mysql/data/master.info
2025-11-12T14:27:43.258537+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release.
2025-11-12T14:27:43.258545+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2025-11-12T14:27:43.258555+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2025-11-12T14:27:43.258567+08:00 0 [Warning] [MY-011068] [Server] The syntax 'master_verify_checksum' is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2025-11-12T14:27:43.258577+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_verify_checksum, value:OFF
2025-11-12T14:27:43.258586+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_allowed_packet, value:1073741824
2025-11-12T14:27:43.258598+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_cache_size, value:2147483648
2025-11-12T14:27:43.258605+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_size, value:500M
2025-11-12T14:27:43.258613+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connect_errors, value:65536
2025-11-12T14:27:43.258618+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_relay_log_size, value:500M
2025-11-12T14:27:43.258626+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_user_connections, value:8000
2025-11-12T14:27:43.258648+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_buffer_length, value:16384
2025-11-12T14:27:43.258655+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_read_timeout, value:30
2025-11-12T14:27:43.258661+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_write_timeout, value:60
2025-11-12T14:27:43.258669+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T14:27:43.258677+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_buffer_size, value:128K
2025-11-12T14:27:43.258686+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_rnd_buffer_size, value:128K
2025-11-12T14:27:43.258692+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log, value:/data/mysql/log/relay.log
2025-11-12T14:27:43.258702+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay-log-index, value:/data/mysql/log/mysqld_relay_bin.index
2025-11-12T14:27:43.258711+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_file, value:/data/mysql/log/relay_log.info
2025-11-12T14:27:43.258717+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release.
2025-11-12T14:27:43.258722+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2025-11-12T14:27:43.258727+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2025-11-12T14:27:43.258735+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_purge, value:OFF
2025-11-12T14:27:43.258745+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_recovery, value:0
2025-11-12T14:27:43.258753+08:00 0 [Warning] [MY-011068] [Server] The syntax 'rpl_stop_slave_timeout' is deprecated and will be removed in a future release. Please use rpl_stop_replica_timeout instead.
2025-11-12T14:27:43.258760+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpl_stop_slave_timeout, value:300
2025-11-12T14:27:43.258768+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:safe-user-create, value:1
2025-11-12T14:27:43.258776+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:2297160731
2025-11-12T14:27:43.258784+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:external-locking, value:0
2025-11-12T14:27:43.258793+08:00 0 [Warning] [MY-011068] [Server] The syntax 'skip_slave_start' is deprecated and will be removed in a future release. Please use skip_replica_start instead.
2025-11-12T14:27:43.258801+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:skip_slave_start, value:OFF
2025-11-12T14:27:43.258810+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_group' is deprecated and will be removed in a future release. Please use replica_checkpoint_group instead.
2025-11-12T14:27:43.258814+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_group, value:1024
2025-11-12T14:27:43.258824+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_period' is deprecated and will be removed in a future release. Please use replica_checkpoint_period instead.
2025-11-12T14:27:43.258833+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_period, value:300
2025-11-12T14:27:43.258843+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_exec_mode' is deprecated and will be removed in a future release. Please use replica_exec_mode instead.
2025-11-12T14:27:43.258847+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_exec_mode, value:STRICT
2025-11-12T14:27:43.258855+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2025-11-12T14:27:43.258859+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_load_tmpdir, value:/data/mysql/tmp
2025-11-12T14:27:43.258865+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_net_timeout' is deprecated and will be removed in a future release. Please use replica_net_timeout instead.
2025-11-12T14:27:43.258870+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_net_timeout, value:4
2025-11-12T14:27:43.258878+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_type' is deprecated and will be removed in a future release. Please use replica_parallel_type instead.
2025-11-12T14:27:43.258881+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_type, value:LOGICAL_CLOCK
2025-11-12T14:27:43.258888+08:00 0 [Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2025-11-12T14:27:43.258900+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_workers' is deprecated and will be removed in a future release. Please use replica_parallel_workers instead.
2025-11-12T14:27:43.258907+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_workers, value:32
2025-11-12T14:27:43.258916+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_pending_jobs_size_max' is deprecated and will be removed in a future release. Please use replica_pending_jobs_size_max instead.
2025-11-12T14:27:43.258919+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_pending_jobs_size_max, value:1073741824
2025-11-12T14:27:43.259102+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_rows_search_algorithms, value:TABLE_SCAN,INDEX_SCAN
2025-11-12T14:27:43.259109+08:00 0 [Warning] [MY-011069] [Server] The syntax '--slave-rows-search-algorithms' is deprecated and will be removed in a future release.
2025-11-12T14:27:43.259118+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_sql_verify_checksum' is deprecated and will be removed in a future release. Please use replica_sql_verify_checksum instead.
2025-11-12T14:27:43.259122+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_sql_verify_checksum, value:OFF
2025-11-12T14:27:43.259134+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_type_conversions' is deprecated and will be removed in a future release. Please use replica_type_conversions instead.
2025-11-12T14:27:43.259138+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_type_conversions, value:ALL_NON_LOSSY
2025-11-12T14:27:43.259146+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log, value:0
2025-11-12T14:27:43.259157+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log_file, value:/data/mysql/log/slow.log
2025-11-12T14:27:43.259164+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T14:27:43.259174+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sort_buffer_size, value:256K
2025-11-12T14:27:43.259184+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sql_mode, value:NO_ENGINE_SUBSTITUTION
2025-11-12T14:27:43.259192+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_binlog, value:1
2025-11-12T14:27:43.259201+08:00 0 [Warning] [MY-011068] [Server] The syntax 'sync_master_info' is deprecated and will be removed in a future release. Please use sync_source_info instead.
2025-11-12T14:27:43.259205+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_master_info, value:10000
2025-11-12T14:27:43.259211+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log, value:1
2025-11-12T14:27:43.259217+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log_info, value:1
2025-11-12T14:27:43.259225+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_cache_size, value:256
2025-11-12T14:27:43.259233+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_stack, value:1024k
2025-11-12T14:27:43.259239+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/data/mysql/tmp
2025-11-12T14:27:43.259246+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:transaction_write_set_extraction, value:XXHASH64
2025-11-12T14:27:43.259251+08:00 0 [Warning] [MY-011069] [Server] The syntax '--transaction-write-set-extraction' is deprecated and will be removed in a future release.
2025-11-12T14:27:43.259255+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T14:27:43.259260+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T14:27:43.259265+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T14:27:43.259271+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:plugin_dir, value:/opt/galaxy_engine/lib/plugin
2025-11-12T14:27:43.259277+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T14:27:43.259289+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T14:27:43.259295+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:pid_file, value:/data/mysql/run/mysql.pid
2025-11-12T14:27:43.259300+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T14:27:43.259305+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T14:27:43.259390+08:00 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-replica-statements have no effect if --slow-query-log is not set
2025-11-12T14:27:43.259394+08:00 0 [Warning] [MY-010086] [Server] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2025-11-12T14:27:43.259671+08:00 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-11-12T14:27:43.259699+08:00 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) starting as process 10213
2025-11-12T14:27:43.268508+08:00 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-11-12T14:27:43.285611+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server-uuid, value:58403492-beab-11f0-8abf-eaa6c42b544e
2025-11-12T14:27:43.288864+08:00 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=838860800. Please use innodb_redo_log_capacity instead.
2025-11-12T14:27:43.330227+08:00 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-11-12T14:27:45.646699+08:00 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-11-12T14:27:46.343080+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc start up.'
2025-11-12T14:27:46.347880+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with detected 8 CPUs.'
2025-11-12T14:27:46.519752+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with 32 groups with each group 4 threads.'
2025-11-12T14:27:46.522494+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 31306.'
2025-11-12T14:27:46.928565+08:00 0 [System] [MY-025032] [XPaxos] [Recovery] Consensus_binlog_recovery::recover end , file_size 6781813, curr_position 6781813, m_current_index 14630, m_start_pos 6781225, m_end_pos 6781813, m_valid_pos 6781813, m_valid_index 14630, m_is_malformed 0, m_in_transaction 0, m_failure_message , get_error_type 1, get_error_number 0, get_error_message
2025-11-12T14:27:46.928689+08:00 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-11-12T14:27:46.946410+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T14:27:46.946488+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T14:27:46.946501+08:00 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-11-12T14:27:47.020065+08:00 0 [System] [MY-025031] [XPaxos] Dump meta file(consensus.meta) success - Consensus_apply_index: 14630 Consensus_cluster_info: 10.42.0.246:11306#5N Consensus_learner_info: Cluster_id: 0 Current_term: 5 Recover_status: 0 Last_leader_term: 0 Start_apply_index: 0 Binlog_sync_index: 14630 Pid: 10213
2025-11-12T14:27:47.020313+08:00 0 [Warning] [MY-025037] [XPaxos] [Proto] Start init node as a learner.
2025-11-12T15:27:42.292555+08:00 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:12782
2025-11-12T15:27:42.292702+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T15:27:42.292717+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_timestamps, value:SYSTEM
2025-11-12T15:27:42.292771+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connections, value:8532
2025-11-12T15:27:42.292787+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T15:27:42.292810+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:performance_schema, value:0
2025-11-12T15:27:42.292845+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_definition_cache, value:32768
2025-11-12T15:27:42.292858+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache, value:32768
2025-11-12T15:27:42.292867+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache_instances, value:16
2025-11-12T15:27:42.292887+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T15:27:42.292894+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T15:27:42.416841+08:00 0 [Warning] [MY-013245] [Server] The SSL library function CRYPTO_set_mem_functions failed. This is typically caused by the SSL library already being used. As a result the SSL memory allocation will not be instrumented.
2025-11-12T15:27:42.419551+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:back_log, value:1024
2025-11-12T15:27:42.419561+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T15:27:42.419571+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_cache_size, value:32K
2025-11-12T15:27:42.419601+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_checksum, value:CRC32
2025-11-12T15:27:42.419616+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:ROW
2025-11-12T15:27:42.419626+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2025-11-12T15:27:42.419640+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_rows_query_log_events, value:ON
2025-11-12T15:27:42.419648+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_stmt_cache_size, value:32768
2025-11-12T15:27:42.419656+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_transaction_dependency_tracking, value:WRITESET
2025-11-12T15:27:42.419662+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:character-set-server, value:utf8
2025-11-12T15:27:42.419677+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:concurrent_insert, value:2
2025-11-12T15:27:42.419684+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:connect_timeout, value:8
2025-11-12T15:27:42.419700+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T15:27:42.419710+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2025-11-12T15:27:42.419722+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-storage-engine, value:INNODB
2025-11-12T15:27:42.419727+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-time-zone, value:+08:00
2025-11-12T15:27:42.419736+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:delayed_insert_timeout, value:300
2025-11-12T15:27:42.419746+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:eq_range_index_dive_limit, value:200
2025-11-12T15:27:42.419755+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:expire_logs_days, value:0
2025-11-12T15:27:42.419777+08:00 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2025-11-12T15:27:42.419792+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:explicit_defaults_for_timestamp, value:OFF
2025-11-12T15:27:42.419803+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log, value:0
2025-11-12T15:27:42.419817+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log_file, value:/data/mysql/log/general.log
2025-11-12T15:27:42.419916+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:join_buffer_size, value:128K
2025-11-12T15:27:42.419930+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:local_infile, value:1
2025-11-12T15:27:42.419939+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:/data/mysql/log/mysql_bin
2025-11-12T15:27:42.419949+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_bin_use_v1_row_events, value:on
2025-11-12T15:27:42.419957+08:00 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release.
2025-11-12T15:27:42.419968+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_output, value:TABLE
2025-11-12T15:27:42.419978+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_queries_not_using_indexes, value:0
2025-11-12T15:27:42.419988+08:00 0 [Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
2025-11-12T15:27:42.419995+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slave_updates, value:0
2025-11-12T15:27:42.420004+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slow_admin_statements, value:1
2025-11-12T15:27:42.420014+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:long_query_time, value:1
2025-11-12T15:27:42.420036+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_order_commits, value:OFF
2025-11-12T15:27:42.420049+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-log-type-node, value:OFF
2025-11-12T15:27:42.420062+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-mts-recover-use-index, value:ON
2025-11-12T15:27:42.420083+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_leader_transfer, value:ON
2025-11-12T15:27:42.420096+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_reset_match_index, value:ON
2025-11-12T15:27:42.420106+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_election_timeout, value:10000
2025-11-12T15:27:42.420125+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_io_thread_cnt, value:8
2025-11-12T15:27:42.420142+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_large_trx, value:ON
2025-11-12T15:27:42.420155+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_log_cache_size, value:536870912
2025-11-12T15:27:42.420167+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_delay_index, value:10000
2025-11-12T15:27:42.420185+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_log_size, value:20M
2025-11-12T15:27:42.420198+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_packet_size, value:131072
2025-11-12T15:27:42.420211+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_cache_size, value:268435456
2025-11-12T15:27:42.420221+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_window_size, value:100
2025-11-12T15:27:42.420237+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_worker_thread_cnt, value:8
2025-11-12T15:27:42.420249+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensuslog_revise, value:ON
2025-11-12T15:27:42.420270+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:1
2025-11-12T15:27:42.420299+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2025-11-12T15:27:42.420609+08:00 0 [Warning] [MY-011068] [Server] The syntax 'new_rpc' is deprecated and will be removed in a future release. Please use enable_polarx_rpc instead.
2025-11-12T15:27:42.420626+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:new_rpc, value:on
2025-11-12T15:27:42.420667+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:replicate-same-server-id, value:1
2025-11-12T15:27:42.420685+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpc_port, value:31306
2025-11-12T15:27:42.420716+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:lower_case_table_names, value:1
2025-11-12T15:27:42.420728+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master-info-file, value:/data/mysql/data/master.info
2025-11-12T15:27:42.420736+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release.
2025-11-12T15:27:42.420743+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2025-11-12T15:27:42.420752+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2025-11-12T15:27:42.420763+08:00 0 [Warning] [MY-011068] [Server] The syntax 'master_verify_checksum' is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2025-11-12T15:27:42.420771+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_verify_checksum, value:OFF
2025-11-12T15:27:42.420780+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_allowed_packet, value:1073741824
2025-11-12T15:27:42.420793+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_cache_size, value:2147483648
2025-11-12T15:27:42.420803+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_size, value:500M
2025-11-12T15:27:42.420813+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connect_errors, value:65536
2025-11-12T15:27:42.420820+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_relay_log_size, value:500M
2025-11-12T15:27:42.420831+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_user_connections, value:8000
2025-11-12T15:27:42.420842+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_buffer_length, value:16384
2025-11-12T15:27:42.420851+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_read_timeout, value:30
2025-11-12T15:27:42.420859+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_write_timeout, value:60
2025-11-12T15:27:42.420869+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T15:27:42.420880+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_buffer_size, value:128K
2025-11-12T15:27:42.420893+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_rnd_buffer_size, value:128K
2025-11-12T15:27:42.420901+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log, value:/data/mysql/log/relay.log
2025-11-12T15:27:42.420913+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay-log-index, value:/data/mysql/log/mysqld_relay_bin.index
2025-11-12T15:27:42.420926+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_file, value:/data/mysql/log/relay_log.info
2025-11-12T15:27:42.420933+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release.
2025-11-12T15:27:42.420941+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2025-11-12T15:27:42.420946+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2025-11-12T15:27:42.420957+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_purge, value:OFF
2025-11-12T15:27:42.420970+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_recovery, value:0
2025-11-12T15:27:42.420984+08:00 0 [Warning] [MY-011068] [Server] The syntax 'rpl_stop_slave_timeout' is deprecated and will be removed in a future release. Please use rpl_stop_replica_timeout instead.
2025-11-12T15:27:42.420994+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpl_stop_slave_timeout, value:300
2025-11-12T15:27:42.421002+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:safe-user-create, value:1
2025-11-12T15:27:42.421014+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:2297160731
2025-11-12T15:27:42.421025+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:external-locking, value:0
2025-11-12T15:27:42.421038+08:00 0 [Warning] [MY-011068] [Server] The syntax 'skip_slave_start' is deprecated and will be removed in a future release. Please use skip_replica_start instead.
2025-11-12T15:27:42.421049+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:skip_slave_start, value:OFF
2025-11-12T15:27:42.421061+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_group' is deprecated and will be removed in a future release. Please use replica_checkpoint_group instead.
2025-11-12T15:27:42.421067+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_group, value:1024
2025-11-12T15:27:42.421081+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_period' is deprecated and will be removed in a future release. Please use replica_checkpoint_period instead.
2025-11-12T15:27:42.421092+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_period, value:300
2025-11-12T15:27:42.421107+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_exec_mode' is deprecated and will be removed in a future release. Please use replica_exec_mode instead.
2025-11-12T15:27:42.421112+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_exec_mode, value:STRICT
2025-11-12T15:27:42.421123+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2025-11-12T15:27:42.421129+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_load_tmpdir, value:/data/mysql/tmp
2025-11-12T15:27:42.421137+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_net_timeout' is deprecated and will be removed in a future release. Please use replica_net_timeout instead.
2025-11-12T15:27:42.421143+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_net_timeout, value:4
2025-11-12T15:27:42.421152+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_type' is deprecated and will be removed in a future release. Please use replica_parallel_type instead.
2025-11-12T15:27:42.421157+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_type, value:LOGICAL_CLOCK
2025-11-12T15:27:42.421163+08:00 0 [Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2025-11-12T15:27:42.421174+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_workers' is deprecated and will be removed in a future release. Please use replica_parallel_workers instead.
2025-11-12T15:27:42.421181+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_workers, value:32
2025-11-12T15:27:42.421192+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_pending_jobs_size_max' is deprecated and will be removed in a future release. Please use replica_pending_jobs_size_max instead.
2025-11-12T15:27:42.421380+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_pending_jobs_size_max, value:1073741824
2025-11-12T15:27:42.421403+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_rows_search_algorithms, value:TABLE_SCAN,INDEX_SCAN
2025-11-12T15:27:42.421411+08:00 0 [Warning] [MY-011069] [Server] The syntax '--slave-rows-search-algorithms' is deprecated and will be removed in a future release.
2025-11-12T15:27:42.421420+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_sql_verify_checksum' is deprecated and will be removed in a future release. Please use replica_sql_verify_checksum instead.
2025-11-12T15:27:42.421424+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_sql_verify_checksum, value:OFF
2025-11-12T15:27:42.421435+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_type_conversions' is deprecated and will be removed in a future release. Please use replica_type_conversions instead.
2025-11-12T15:27:42.421439+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_type_conversions, value:ALL_NON_LOSSY
2025-11-12T15:27:42.421448+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log, value:0
2025-11-12T15:27:42.421459+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log_file, value:/data/mysql/log/slow.log
2025-11-12T15:27:42.421467+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T15:27:42.421476+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sort_buffer_size, value:256K
2025-11-12T15:27:42.421485+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sql_mode, value:NO_ENGINE_SUBSTITUTION
2025-11-12T15:27:42.421493+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_binlog, value:1
2025-11-12T15:27:42.421502+08:00 0 [Warning] [MY-011068] [Server] The syntax 'sync_master_info' is deprecated and will be removed in a future release. Please use sync_source_info instead.
2025-11-12T15:27:42.421506+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_master_info, value:10000
2025-11-12T15:27:42.421514+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log, value:1
2025-11-12T15:27:42.421522+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log_info, value:1
2025-11-12T15:27:42.421533+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_cache_size, value:256
2025-11-12T15:27:42.421546+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_stack, value:1024k
2025-11-12T15:27:42.421553+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/data/mysql/tmp
2025-11-12T15:27:42.421562+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:transaction_write_set_extraction, value:XXHASH64
2025-11-12T15:27:42.421568+08:00 0 [Warning] [MY-011069] [Server] The syntax '--transaction-write-set-extraction' is deprecated and will be removed in a future release.
2025-11-12T15:27:42.421573+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T15:27:42.421583+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T15:27:42.421596+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T15:27:42.421606+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:plugin_dir, value:/opt/galaxy_engine/lib/plugin
2025-11-12T15:27:42.421615+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T15:27:42.421637+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T15:27:42.421645+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:pid_file, value:/data/mysql/run/mysql.pid
2025-11-12T15:27:42.421650+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T15:27:42.421655+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T15:27:42.421677+08:00 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-replica-statements have no effect if --slow-query-log is not set
2025-11-12T15:27:42.421680+08:00 0 [Warning] [MY-010086] [Server] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2025-11-12T15:27:42.421808+08:00 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-11-12T15:27:42.421827+08:00 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) starting as process 12782
2025-11-12T15:27:42.427126+08:00 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-11-12T15:27:42.445727+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server-uuid, value:58403492-beab-11f0-8abf-eaa6c42b544e
2025-11-12T15:27:42.448098+08:00 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=838860800. Please use innodb_redo_log_capacity instead.
2025-11-12T15:27:42.479848+08:00 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-11-12T15:27:44.394756+08:00 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-11-12T15:27:45.095809+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc start up.'
2025-11-12T15:27:45.104904+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with detected 8 CPUs.'
2025-11-12T15:27:45.297531+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with 32 groups with each group 4 threads.'
2025-11-12T15:27:45.301046+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 31306.'
2025-11-12T15:27:45.706570+08:00 0 [System] [MY-025032] [XPaxos] [Recovery] Consensus_binlog_recovery::recover end , file_size 6781813, curr_position 6781813, m_current_index 14630, m_start_pos 6781225, m_end_pos 6781813, m_valid_pos 6781813, m_valid_index 14630, m_is_malformed 0, m_in_transaction 0, m_failure_message , get_error_type 1, get_error_number 0, get_error_message
2025-11-12T15:27:45.706664+08:00 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-11-12T15:27:45.727851+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T15:27:45.727927+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T15:27:45.727936+08:00 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-11-12T15:27:45.813033+08:00 0 [System] [MY-025031] [XPaxos] Dump meta file(consensus.meta) success - Consensus_apply_index: 14630 Consensus_cluster_info: 10.42.0.246:11306#5N Consensus_learner_info: Cluster_id: 0 Current_term: 5 Recover_status: 0 Last_leader_term: 0 Start_apply_index: 0 Binlog_sync_index: 14630 Pid: 12782
2025-11-12T15:27:45.813260+08:00 0 [Warning] [MY-025037] [XPaxos] [Proto] Start init node as a learner.
2025-11-12T16:27:41.805658+08:00 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:15324
2025-11-12T16:27:41.805811+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T16:27:41.805834+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_timestamps, value:SYSTEM
2025-11-12T16:27:41.806059+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connections, value:8532
2025-11-12T16:27:41.806079+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T16:27:41.806103+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:performance_schema, value:0
2025-11-12T16:27:41.806130+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_definition_cache, value:32768
2025-11-12T16:27:41.806144+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache, value:32768
2025-11-12T16:27:41.806151+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache_instances, value:16
2025-11-12T16:27:41.806165+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T16:27:41.806172+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T16:27:41.926968+08:00 0 [Warning] [MY-013245] [Server] The SSL library function CRYPTO_set_mem_functions failed. This is typically caused by the SSL library already being used. As a result the SSL memory allocation will not be instrumented.
2025-11-12T16:27:41.930263+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:back_log, value:1024
2025-11-12T16:27:41.930277+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T16:27:41.930290+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_cache_size, value:32K
2025-11-12T16:27:41.930313+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_checksum, value:CRC32
2025-11-12T16:27:41.930323+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:ROW
2025-11-12T16:27:41.930330+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2025-11-12T16:27:41.930471+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_rows_query_log_events, value:ON
2025-11-12T16:27:41.930483+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_stmt_cache_size, value:32768
2025-11-12T16:27:41.930494+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_transaction_dependency_tracking, value:WRITESET
2025-11-12T16:27:41.930500+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:character-set-server, value:utf8
2025-11-12T16:27:41.930511+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:concurrent_insert, value:2
2025-11-12T16:27:41.930517+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:connect_timeout, value:8
2025-11-12T16:27:41.930538+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T16:27:41.930550+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2025-11-12T16:27:41.930565+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-storage-engine, value:INNODB
2025-11-12T16:27:41.930570+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-time-zone, value:+08:00
2025-11-12T16:27:41.930578+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:delayed_insert_timeout, value:300
2025-11-12T16:27:41.930589+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:eq_range_index_dive_limit, value:200
2025-11-12T16:27:41.930599+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:expire_logs_days, value:0
2025-11-12T16:27:41.930625+08:00 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2025-11-12T16:27:41.930653+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:explicit_defaults_for_timestamp, value:OFF
2025-11-12T16:27:41.930667+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log, value:0
2025-11-12T16:27:41.930685+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log_file, value:/data/mysql/log/general.log
2025-11-12T16:27:41.930778+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:join_buffer_size, value:128K
2025-11-12T16:27:41.930799+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:local_infile, value:1
2025-11-12T16:27:41.930808+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:/data/mysql/log/mysql_bin
2025-11-12T16:27:41.930819+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_bin_use_v1_row_events, value:on
2025-11-12T16:27:41.930827+08:00 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release.
2025-11-12T16:27:41.931071+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_output, value:TABLE
2025-11-12T16:27:41.931104+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_queries_not_using_indexes, value:0
2025-11-12T16:27:41.931125+08:00 0 [Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
2025-11-12T16:27:41.931133+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slave_updates, value:0
2025-11-12T16:27:41.931152+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slow_admin_statements, value:1
2025-11-12T16:27:41.931251+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:long_query_time, value:1
2025-11-12T16:27:41.931298+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_order_commits, value:OFF
2025-11-12T16:27:41.931311+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-log-type-node, value:OFF
2025-11-12T16:27:41.931321+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-mts-recover-use-index, value:ON
2025-11-12T16:27:41.931336+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_leader_transfer, value:ON
2025-11-12T16:27:41.931346+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_reset_match_index, value:ON
2025-11-12T16:27:41.931355+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_election_timeout, value:10000
2025-11-12T16:27:41.931366+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_io_thread_cnt, value:8
2025-11-12T16:27:41.931390+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_large_trx, value:ON
2025-11-12T16:27:41.931405+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_log_cache_size, value:536870912
2025-11-12T16:27:41.931419+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_delay_index, value:10000
2025-11-12T16:27:41.931438+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_log_size, value:20M
2025-11-12T16:27:41.931451+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_packet_size, value:131072
2025-11-12T16:27:41.931461+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_cache_size, value:268435456
2025-11-12T16:27:41.931468+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_window_size, value:100
2025-11-12T16:27:41.931480+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_worker_thread_cnt, value:8
2025-11-12T16:27:41.931493+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensuslog_revise, value:ON
2025-11-12T16:27:41.931511+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:1
2025-11-12T16:27:41.931534+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2025-11-12T16:27:41.931574+08:00 0 [Warning] [MY-011068] [Server] The syntax 'new_rpc' is deprecated and will be removed in a future release. Please use enable_polarx_rpc instead.
2025-11-12T16:27:41.931580+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:new_rpc, value:on
2025-11-12T16:27:41.931609+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:replicate-same-server-id, value:1
2025-11-12T16:27:41.931625+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpc_port, value:31306
2025-11-12T16:27:41.931651+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:lower_case_table_names, value:1
2025-11-12T16:27:41.931668+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master-info-file, value:/data/mysql/data/master.info
2025-11-12T16:27:41.931676+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release.
2025-11-12T16:27:41.931684+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2025-11-12T16:27:41.931693+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2025-11-12T16:27:41.931701+08:00 0 [Warning] [MY-011068] [Server] The syntax 'master_verify_checksum' is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2025-11-12T16:27:41.931707+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_verify_checksum, value:OFF
2025-11-12T16:27:41.931712+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_allowed_packet, value:1073741824
2025-11-12T16:27:41.931722+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_cache_size, value:2147483648
2025-11-12T16:27:41.931729+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_size, value:500M
2025-11-12T16:27:41.931736+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connect_errors, value:65536
2025-11-12T16:27:41.931742+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_relay_log_size, value:500M
2025-11-12T16:27:41.931749+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_user_connections, value:8000
2025-11-12T16:27:41.931757+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_buffer_length, value:16384
2025-11-12T16:27:41.931764+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_read_timeout, value:30
2025-11-12T16:27:41.931769+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_write_timeout, value:60
2025-11-12T16:27:41.931780+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T16:27:41.931791+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_buffer_size, value:128K
2025-11-12T16:27:41.931804+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_rnd_buffer_size, value:128K
2025-11-12T16:27:41.931811+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log, value:/data/mysql/log/relay.log
2025-11-12T16:27:41.931818+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay-log-index, value:/data/mysql/log/mysqld_relay_bin.index
2025-11-12T16:27:41.931829+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_file, value:/data/mysql/log/relay_log.info
2025-11-12T16:27:41.931835+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release.
2025-11-12T16:27:41.931840+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2025-11-12T16:27:41.931845+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2025-11-12T16:27:41.931853+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_purge, value:OFF
2025-11-12T16:27:41.931866+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_recovery, value:0
2025-11-12T16:27:41.931878+08:00 0 [Warning] [MY-011068] [Server] The syntax 'rpl_stop_slave_timeout' is deprecated and will be removed in a future release. Please use rpl_stop_replica_timeout instead.
2025-11-12T16:27:41.931889+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpl_stop_slave_timeout, value:300
2025-11-12T16:27:41.931898+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:safe-user-create, value:1
2025-11-12T16:27:41.931910+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:2297160731
2025-11-12T16:27:41.931930+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:external-locking, value:0
2025-11-12T16:27:41.931948+08:00 0 [Warning] [MY-011068] [Server] The syntax 'skip_slave_start' is deprecated and will be removed in a future release. Please use skip_replica_start instead.
2025-11-12T16:27:41.931957+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:skip_slave_start, value:OFF
2025-11-12T16:27:41.932134+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_group' is deprecated and will be removed in a future release. Please use replica_checkpoint_group instead.
2025-11-12T16:27:41.932157+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_group, value:1024
2025-11-12T16:27:41.932188+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_period' is deprecated and will be removed in a future release. Please use replica_checkpoint_period instead.
2025-11-12T16:27:41.932197+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_period, value:300
2025-11-12T16:27:41.932219+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_exec_mode' is deprecated and will be removed in a future release. Please use replica_exec_mode instead.
2025-11-12T16:27:41.932225+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_exec_mode, value:STRICT
2025-11-12T16:27:41.932239+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2025-11-12T16:27:41.932244+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_load_tmpdir, value:/data/mysql/tmp
2025-11-12T16:27:41.932252+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_net_timeout' is deprecated and will be removed in a future release. Please use replica_net_timeout instead.
2025-11-12T16:27:41.932257+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_net_timeout, value:4
2025-11-12T16:27:41.932266+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_type' is deprecated and will be removed in a future release. Please use replica_parallel_type instead.
2025-11-12T16:27:41.932270+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_type, value:LOGICAL_CLOCK
2025-11-12T16:27:41.932276+08:00 0 [Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2025-11-12T16:27:41.932285+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_workers' is deprecated and will be removed in a future release. Please use replica_parallel_workers instead.
2025-11-12T16:27:41.932292+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_workers, value:32
2025-11-12T16:27:41.932301+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_pending_jobs_size_max' is deprecated and will be removed in a future release. Please use replica_pending_jobs_size_max instead.
2025-11-12T16:27:41.932309+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_pending_jobs_size_max, value:1073741824
2025-11-12T16:27:41.932321+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_rows_search_algorithms, value:TABLE_SCAN,INDEX_SCAN
2025-11-12T16:27:41.932326+08:00 0 [Warning] [MY-011069] [Server] The syntax '--slave-rows-search-algorithms' is deprecated and will be removed in a future release.
2025-11-12T16:27:41.932335+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_sql_verify_checksum' is deprecated and will be removed in a future release. Please use replica_sql_verify_checksum instead.
2025-11-12T16:27:41.932339+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_sql_verify_checksum, value:OFF
2025-11-12T16:27:41.932348+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_type_conversions' is deprecated and will be removed in a future release. Please use replica_type_conversions instead.
2025-11-12T16:27:41.932352+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_type_conversions, value:ALL_NON_LOSSY
2025-11-12T16:27:41.932359+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log, value:0
2025-11-12T16:27:41.932368+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log_file, value:/data/mysql/log/slow.log
2025-11-12T16:27:41.932375+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T16:27:41.932384+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sort_buffer_size, value:256K
2025-11-12T16:27:41.932391+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sql_mode, value:NO_ENGINE_SUBSTITUTION
2025-11-12T16:27:41.932398+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_binlog, value:1
2025-11-12T16:27:41.932405+08:00 0 [Warning] [MY-011068] [Server] The syntax 'sync_master_info' is deprecated and will be removed in a future release. Please use sync_source_info instead.
2025-11-12T16:27:41.932409+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_master_info, value:10000
2025-11-12T16:27:41.932415+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log, value:1
2025-11-12T16:27:41.932421+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log_info, value:1
2025-11-12T16:27:41.932430+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_cache_size, value:256
2025-11-12T16:27:41.932439+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_stack, value:1024k
2025-11-12T16:27:41.932446+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/data/mysql/tmp
2025-11-12T16:27:41.932453+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:transaction_write_set_extraction, value:XXHASH64
2025-11-12T16:27:41.932458+08:00 0 [Warning] [MY-011069] [Server] The syntax '--transaction-write-set-extraction' is deprecated and will be removed in a future release.
2025-11-12T16:27:41.932463+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T16:27:41.932470+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T16:27:41.932477+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T16:27:41.932485+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:plugin_dir, value:/opt/galaxy_engine/lib/plugin
2025-11-12T16:27:41.932491+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T16:27:41.932510+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T16:27:41.932518+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:pid_file, value:/data/mysql/run/mysql.pid
2025-11-12T16:27:41.932525+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T16:27:41.932530+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T16:27:41.932683+08:00 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-replica-statements have no effect if --slow-query-log is not set
2025-11-12T16:27:41.932688+08:00 0 [Warning] [MY-010086] [Server] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2025-11-12T16:27:41.932914+08:00 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-11-12T16:27:41.932941+08:00 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) starting as process 15324
2025-11-12T16:27:41.939774+08:00 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-11-12T16:27:41.953257+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server-uuid, value:58403492-beab-11f0-8abf-eaa6c42b544e
2025-11-12T16:27:41.956116+08:00 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=838860800. Please use innodb_redo_log_capacity instead.
2025-11-12T16:27:42.023840+08:00 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-11-12T16:27:44.067098+08:00 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-11-12T16:27:44.710598+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc start up.'
2025-11-12T16:27:44.717097+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with detected 8 CPUs.'
2025-11-12T16:27:44.839117+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with 32 groups with each group 4 threads.'
2025-11-12T16:27:44.841629+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 31306.'
2025-11-12T16:27:45.164313+08:00 0 [System] [MY-025032] [XPaxos] [Recovery] Consensus_binlog_recovery::recover end , file_size 6781813, curr_position 6781813, m_current_index 14630, m_start_pos 6781225, m_end_pos 6781813, m_valid_pos 6781813, m_valid_index 14630, m_is_malformed 0, m_in_transaction 0, m_failure_message , get_error_type 1, get_error_number 0, get_error_message
2025-11-12T16:27:45.164700+08:00 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-11-12T16:27:45.200826+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T16:27:45.200897+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T16:27:45.200909+08:00 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-11-12T16:27:45.283182+08:00 0 [System] [MY-025031] [XPaxos] Dump meta file(consensus.meta) success - Consensus_apply_index: 14630 Consensus_cluster_info: 10.42.0.246:11306#5N Consensus_learner_info: Cluster_id: 0 Current_term: 5 Recover_status: 0 Last_leader_term: 0 Start_apply_index: 0 Binlog_sync_index: 14630 Pid: 15324
2025-11-12T16:27:45.283308+08:00 0 [Warning] [MY-025037] [XPaxos] [Proto] Start init node as a learner.
2025-11-12T16:56:03.445265+08:00 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:39
2025-11-12T16:56:03.445436+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T16:56:03.445458+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_timestamps, value:SYSTEM
2025-11-12T16:56:03.445504+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connections, value:8532
2025-11-12T16:56:03.445514+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T16:56:03.445532+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:performance_schema, value:0
2025-11-12T16:56:03.445564+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_definition_cache, value:32768
2025-11-12T16:56:03.445579+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache, value:32768
2025-11-12T16:56:03.445592+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache_instances, value:16
2025-11-12T16:56:03.566675+08:00 0 [Warning] [MY-013245] [Server] The SSL library function CRYPTO_set_mem_functions failed. This is typically caused by the SSL library already being used. As a result the SSL memory allocation will not be instrumented.
2025-11-12T16:56:03.569524+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:back_log, value:1024
2025-11-12T16:56:03.569530+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T16:56:03.569537+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_cache_size, value:32K
2025-11-12T16:56:03.569546+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_checksum, value:CRC32
2025-11-12T16:56:03.569551+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:ROW
2025-11-12T16:56:03.569559+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2025-11-12T16:56:03.569571+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_rows_query_log_events, value:ON
2025-11-12T16:56:03.569576+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_stmt_cache_size, value:32768
2025-11-12T16:56:03.569582+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_transaction_dependency_tracking, value:WRITESET
2025-11-12T16:56:03.569587+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:character-set-server, value:utf8
2025-11-12T16:56:03.569597+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:concurrent_insert, value:2
2025-11-12T16:56:03.569602+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:connect_timeout, value:8
2025-11-12T16:56:03.569606+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T16:56:03.569612+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2025-11-12T16:56:03.569623+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-storage-engine, value:INNODB
2025-11-12T16:56:03.569631+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-time-zone, value:+08:00
2025-11-12T16:56:03.569640+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:delayed_insert_timeout, value:300
2025-11-12T16:56:03.569645+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:eq_range_index_dive_limit, value:200
2025-11-12T16:56:03.569652+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:expire_logs_days, value:0
2025-11-12T16:56:03.569672+08:00 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2025-11-12T16:56:03.569679+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:explicit_defaults_for_timestamp, value:OFF
2025-11-12T16:56:03.569739+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log, value:0
2025-11-12T16:56:03.569756+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log_file, value:/data/mysql/log/general.log
2025-11-12T16:56:03.570041+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:join_buffer_size, value:128K
2025-11-12T16:56:03.570060+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:local_infile, value:1
2025-11-12T16:56:03.570067+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:/data/mysql/log/mysql_bin
2025-11-12T16:56:03.570079+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_bin_use_v1_row_events, value:on
2025-11-12T16:56:03.570087+08:00 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release.
2025-11-12T16:56:03.570096+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_output, value:TABLE
2025-11-12T16:56:03.570105+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_queries_not_using_indexes, value:0
2025-11-12T16:56:03.570119+08:00 0 [Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
2025-11-12T16:56:03.570125+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slave_updates, value:0
2025-11-12T16:56:03.570132+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slow_admin_statements, value:1
2025-11-12T16:56:03.570138+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:long_query_time, value:1
2025-11-12T16:56:03.570153+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_order_commits, value:OFF
2025-11-12T16:56:03.570170+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-log-type-node, value:OFF
2025-11-12T16:56:03.570181+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-mts-recover-use-index, value:ON
2025-11-12T16:56:03.570192+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_leader_transfer, value:ON
2025-11-12T16:56:03.570204+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_reset_match_index, value:ON
2025-11-12T16:56:03.570215+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_election_timeout, value:10000
2025-11-12T16:56:03.570226+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_io_thread_cnt, value:8
2025-11-12T16:56:03.570233+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_large_trx, value:ON
2025-11-12T16:56:03.570244+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_log_cache_size, value:536870912
2025-11-12T16:56:03.570257+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_delay_index, value:10000
2025-11-12T16:56:03.570266+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_log_size, value:20M
2025-11-12T16:56:03.570274+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_packet_size, value:131072
2025-11-12T16:56:03.570287+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_cache_size, value:268435456
2025-11-12T16:56:03.570312+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_window_size, value:100
2025-11-12T16:56:03.570327+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_worker_thread_cnt, value:8
2025-11-12T16:56:03.570339+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensuslog_revise, value:ON
2025-11-12T16:56:03.570365+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:1
2025-11-12T16:56:03.570400+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2025-11-12T16:56:03.570476+08:00 0 [Warning] [MY-011068] [Server] The syntax 'new_rpc' is deprecated and will be removed in a future release. Please use enable_polarx_rpc instead.
2025-11-12T16:56:03.570485+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:new_rpc, value:on
2025-11-12T16:56:03.570520+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:replicate-same-server-id, value:1
2025-11-12T16:56:03.570547+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpc_port, value:31306
2025-11-12T16:56:03.570579+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:lower_case_table_names, value:1
2025-11-12T16:56:03.570589+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master-info-file, value:/data/mysql/data/master.info
2025-11-12T16:56:03.570595+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release.
2025-11-12T16:56:03.570604+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2025-11-12T16:56:03.570613+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2025-11-12T16:56:03.570619+08:00 0 [Warning] [MY-011068] [Server] The syntax 'master_verify_checksum' is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2025-11-12T16:56:03.570626+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_verify_checksum, value:OFF
2025-11-12T16:56:03.570635+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_allowed_packet, value:1073741824
2025-11-12T16:56:03.570645+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_cache_size, value:2147483648
2025-11-12T16:56:03.570650+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_size, value:500M
2025-11-12T16:56:03.570659+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connect_errors, value:65536
2025-11-12T16:56:03.570669+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_relay_log_size, value:500M
2025-11-12T16:56:03.570676+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_user_connections, value:8000
2025-11-12T16:56:03.570681+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_buffer_length, value:16384
2025-11-12T16:56:03.570689+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_read_timeout, value:30
2025-11-12T16:56:03.570697+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_write_timeout, value:60
2025-11-12T16:56:03.570706+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T16:56:03.570711+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_buffer_size, value:128K
2025-11-12T16:56:03.570718+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_rnd_buffer_size, value:128K
2025-11-12T16:56:03.570729+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log, value:/data/mysql/log/relay.log
2025-11-12T16:56:03.570738+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay-log-index, value:/data/mysql/log/mysqld_relay_bin.index
2025-11-12T16:56:03.570744+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_file, value:/data/mysql/log/relay_log.info
2025-11-12T16:56:03.570750+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release.
2025-11-12T16:56:03.570758+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2025-11-12T16:56:03.570764+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2025-11-12T16:56:03.570769+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_purge, value:OFF
2025-11-12T16:56:03.570778+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_recovery, value:0
2025-11-12T16:56:03.570787+08:00 0 [Warning] [MY-011068] [Server] The syntax 'rpl_stop_slave_timeout' is deprecated and will be removed in a future release. Please use rpl_stop_replica_timeout instead.
2025-11-12T16:56:03.570799+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpl_stop_slave_timeout, value:300
2025-11-12T16:56:03.571220+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:safe-user-create, value:1
2025-11-12T16:56:03.571264+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:3141377522
2025-11-12T16:56:03.571291+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:external-locking, value:0
2025-11-12T16:56:03.571312+08:00 0 [Warning] [MY-011068] [Server] The syntax 'skip_slave_start' is deprecated and will be removed in a future release. Please use skip_replica_start instead.
2025-11-12T16:56:03.571317+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:skip_slave_start, value:OFF
2025-11-12T16:56:03.571334+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_group' is deprecated and will be removed in a future release. Please use replica_checkpoint_group instead.
2025-11-12T16:56:03.571348+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_group, value:1024
2025-11-12T16:56:03.571363+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_period' is deprecated and will be removed in a future release. Please use replica_checkpoint_period instead.
2025-11-12T16:56:03.571368+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_period, value:300
2025-11-12T16:56:03.571382+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_exec_mode' is deprecated and will be removed in a future release. Please use replica_exec_mode instead.
2025-11-12T16:56:03.571396+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_exec_mode, value:STRICT
2025-11-12T16:56:03.571411+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2025-11-12T16:56:03.571419+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_load_tmpdir, value:/data/mysql/tmp
2025-11-12T16:56:03.571428+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_net_timeout' is deprecated and will be removed in a future release. Please use replica_net_timeout instead.
2025-11-12T16:56:03.571434+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_net_timeout, value:4
2025-11-12T16:56:03.571446+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_type' is deprecated and will be removed in a future release. Please use replica_parallel_type instead.
2025-11-12T16:56:03.571451+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_type, value:LOGICAL_CLOCK
2025-11-12T16:56:03.571456+08:00 0 [Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2025-11-12T16:56:03.571468+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_workers' is deprecated and will be removed in a future release. Please use replica_parallel_workers instead.
2025-11-12T16:56:03.571473+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_workers, value:32
2025-11-12T16:56:03.571483+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_pending_jobs_size_max' is deprecated and will be removed in a future release. Please use replica_pending_jobs_size_max instead.
2025-11-12T16:56:03.571491+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_pending_jobs_size_max, value:1073741824
2025-11-12T16:56:03.571502+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_rows_search_algorithms, value:TABLE_SCAN,INDEX_SCAN
2025-11-12T16:56:03.571507+08:00 0 [Warning] [MY-011069] [Server] The syntax '--slave-rows-search-algorithms' is deprecated and will be removed in a future release.
2025-11-12T16:56:03.571515+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_sql_verify_checksum' is deprecated and will be removed in a future release. Please use replica_sql_verify_checksum instead.
2025-11-12T16:56:03.571520+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_sql_verify_checksum, value:OFF
2025-11-12T16:56:03.571529+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_type_conversions' is deprecated and will be removed in a future release. Please use replica_type_conversions instead.
2025-11-12T16:56:03.571533+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_type_conversions, value:ALL_NON_LOSSY
2025-11-12T16:56:03.571541+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log, value:0
2025-11-12T16:56:03.571550+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log_file, value:/data/mysql/log/slow.log
2025-11-12T16:56:03.571562+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T16:56:03.571573+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sort_buffer_size, value:256K
2025-11-12T16:56:03.571582+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sql_mode, value:NO_ENGINE_SUBSTITUTION
2025-11-12T16:56:03.571591+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_binlog, value:1
2025-11-12T16:56:03.571601+08:00 0 [Warning] [MY-011068] [Server] The syntax 'sync_master_info' is deprecated and will be removed in a future release. Please use sync_source_info instead.
2025-11-12T16:56:03.571606+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_master_info, value:10000
2025-11-12T16:56:03.571615+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log, value:1
2025-11-12T16:56:03.571623+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log_info, value:1
2025-11-12T16:56:03.571633+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_cache_size, value:256
2025-11-12T16:56:03.571641+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_stack, value:1024k
2025-11-12T16:56:03.571649+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/data/mysql/tmp
2025-11-12T16:56:03.571661+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:transaction_write_set_extraction, value:XXHASH64
2025-11-12T16:56:03.571667+08:00 0 [Warning] [MY-011069] [Server] The syntax '--transaction-write-set-extraction' is deprecated and will be removed in a future release.
2025-11-12T16:56:03.571675+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T16:56:03.571695+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-force-change-meta, value:ON
2025-11-12T16:56:03.571705+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-info, value:10.42.0.247:11306
2025-11-12T16:56:03.571711+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T16:56:03.571718+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T16:56:03.571727+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T16:56:03.571748+08:00 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-replica-statements have no effect if --slow-query-log is not set
2025-11-12T16:56:03.571755+08:00 0 [Warning] [MY-010086] [Server] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2025-11-12T16:56:03.572178+08:00 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-11-12T16:56:03.572218+08:00 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) starting as process 39
2025-11-12T16:56:03.575255+08:00 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-11-12T16:56:03.632464+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server-uuid, value:58403492-beab-11f0-8abf-eaa6c42b544e
2025-11-12T16:56:03.634787+08:00 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=838860800. Please use innodb_redo_log_capacity instead.
2025-11-12T16:56:03.666149+08:00 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-11-12T16:56:06.455596+08:00 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-11-12T16:56:07.155713+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc start up.'
2025-11-12T16:56:07.167399+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with detected 8 CPUs.'
2025-11-12T16:56:07.310606+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with 32 groups with each group 4 threads.'
2025-11-12T16:56:07.311747+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 31306.'
2025-11-12T16:56:07.585413+08:00 0 [System] [MY-025032] [XPaxos] [Recovery] Consensus_binlog_recovery::recover end , file_size 6781813, curr_position 6781813, m_current_index 14630, m_start_pos 6781225, m_end_pos 6781813, m_valid_pos 6781813, m_valid_index 14630, m_is_malformed 0, m_in_transaction 0, m_failure_message , get_error_type 1, get_error_number 0, get_error_message
2025-11-12T16:56:07.585480+08:00 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-11-12T16:56:07.594255+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T16:56:07.594362+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T16:56:07.594384+08:00 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-11-12T16:56:07.685151+08:00 0 [System] [MY-025031] [XPaxos] Dump meta file(consensus.meta) success - Consensus_apply_index: 14630 Consensus_cluster_info: 10.42.0.246:11306#5N Consensus_learner_info: Cluster_id: 0 Current_term: 5 Recover_status: 0 Last_leader_term: 0 Start_apply_index: 0 Binlog_sync_index: 14630 Pid: 39
2025-11-12T16:56:07.691388+08:00 0 [System] [MY-025031] [XPaxos] Force change meta to system table successfully.
2025-11-12T16:56:07.691511+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc get shutdown notify.'
2025-11-12T16:56:07.691525+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T16:56:07.699771+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc watch dog exit.'
2025-11-12T16:56:08.692171+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T16:56:09.692939+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T16:56:10.693362+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T16:56:11.693667+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T16:56:12.694361+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T16:56:13.694986+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T16:56:14.695471+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T16:56:15.696355+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T16:56:16.697657+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exiting still 128 threads running.'
2025-11-12T16:56:17.178119+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:93) 0:1(1,1) shutdown exit.'
2025-11-12T16:56:17.178347+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:92) 0:0(1,1) shutdown exit.'
2025-11-12T16:56:17.181757+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:94) 0:2(1,1) shutdown exit.'
2025-11-12T16:56:17.184170+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:95) 0:3(1,1) shutdown exit.'
2025-11-12T16:56:17.186283+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:96) 1:0(1,1) shutdown exit.'
2025-11-12T16:56:17.189312+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:97) 1:1(1,1) shutdown exit.'
2025-11-12T16:56:17.192291+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:102) 2:2(1,1) shutdown exit.'
2025-11-12T16:56:17.195215+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:99) 1:3(1,1) shutdown exit.'
2025-11-12T16:56:17.197517+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:100) 2:0(1,1) shutdown exit.'
2025-11-12T16:56:17.200478+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:101) 2:1(1,1) shutdown exit.'
2025-11-12T16:56:17.202133+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:98) 1:2(1,1) shutdown exit.'
2025-11-12T16:56:17.205038+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:103) 2:3(1,1) shutdown exit.'
2025-11-12T16:56:17.206936+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:104) 3:0(1,1) shutdown exit.'
2025-11-12T16:56:17.209947+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:105) 3:1(1,1) shutdown exit.'
2025-11-12T16:56:17.210253+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:113) 5:1(1,1) shutdown exit.'
2025-11-12T16:56:17.242539+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:107) 3:3(1,1) shutdown exit.'
2025-11-12T16:56:17.245210+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:109) 4:1(1,1) shutdown exit.'
2025-11-12T16:56:17.247063+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:118) 6:2(1,1) shutdown exit.'
2025-11-12T16:56:17.247382+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:111) 4:3(1,1) shutdown exit.'
2025-11-12T16:56:17.249100+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:108) 4:0(1,1) shutdown exit.'
2025-11-12T16:56:17.256959+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:123) 7:3(1,1) shutdown exit.'
2025-11-12T16:56:17.260304+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:106) 3:2(1,1) shutdown exit.'
2025-11-12T16:56:17.266153+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:114) 5:2(1,1) shutdown exit.'
2025-11-12T16:56:17.283437+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:138) 11:2(1,1) shutdown exit.'
2025-11-12T16:56:17.286619+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:116) 6:0(1,1) shutdown exit.'
2025-11-12T16:56:17.289000+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:117) 6:1(1,1) shutdown exit.'
2025-11-12T16:56:17.289730+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:147) 13:3(1,1) shutdown exit.'
2025-11-12T16:56:17.290281+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:112) 5:0(1,1) shutdown exit.'
2025-11-12T16:56:17.290647+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:120) 7:0(1,1) shutdown exit.'
2025-11-12T16:56:17.291190+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:124) 8:0(1,1) shutdown exit.'
2025-11-12T16:56:17.291575+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:144) 13:0(1,1) shutdown exit.'
2025-11-12T16:56:17.291884+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:122) 7:2(1,1) shutdown exit.'
2025-11-12T16:56:17.292502+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:119) 6:3(1,1) shutdown exit.'
2025-11-12T16:56:17.293014+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:125) 8:1(1,1) shutdown exit.'
2025-11-12T16:56:17.293425+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:126) 8:2(1,1) shutdown exit.'
2025-11-12T16:56:17.294331+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:161) 17:1(1,1) shutdown exit.'
2025-11-12T16:56:17.294818+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:154) 15:2(1,1) shutdown exit.'
2025-11-12T16:56:17.295417+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:158) 16:2(1,1) shutdown exit.'
2025-11-12T16:56:17.295992+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:130) 9:2(1,1) shutdown exit.'
2025-11-12T16:56:17.296436+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:145) 13:1(1,1) shutdown exit.'
2025-11-12T16:56:17.296790+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:172) 20:0(1,1) shutdown exit.'
2025-11-12T16:56:17.297442+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:110) 4:2(1,1) shutdown exit.'
2025-11-12T16:56:17.297741+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:121) 7:1(1,1) shutdown exit.'
2025-11-12T16:56:17.297981+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:152) 15:0(1,1) shutdown exit.'
2025-11-12T16:56:17.298610+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:164) 18:0(1,1) shutdown exit.'
2025-11-12T16:56:17.299029+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:148) 14:0(1,1) shutdown exit.'
2025-11-12T16:56:17.299756+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:149) 14:1(1,1) shutdown exit.'
2025-11-12T16:56:17.300109+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:173) 20:1(1,1) shutdown exit.'
2025-11-12T16:56:17.300205+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:143) 12:3(1,1) shutdown exit.'
2025-11-12T16:56:17.300456+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:174) 20:2(1,1) shutdown exit.'
2025-11-12T16:56:17.300516+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:171) 19:3(1,1) shutdown exit.'
2025-11-12T16:56:17.300730+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:137) 11:1(1,1) shutdown exit.'
2025-11-12T16:56:17.301243+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:139) 11:3(1,1) shutdown exit.'
2025-11-12T16:56:17.301473+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:175) 20:3(1,1) shutdown exit.'
2025-11-12T16:56:17.301771+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:115) 5:3(1,1) shutdown exit.'
2025-11-12T16:56:17.302237+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:170) 19:2(1,1) shutdown exit.'
2025-11-12T16:56:17.303200+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:132) 10:0(1,1) shutdown exit.'
2025-11-12T16:56:17.303710+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:146) 13:2(1,1) shutdown exit.'
2025-11-12T16:56:17.304532+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:129) 9:1(1,1) shutdown exit.'
2025-11-12T16:56:17.305146+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:127) 8:3(1,1) shutdown exit.'
2025-11-12T16:56:17.305590+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:155) 15:3(1,1) shutdown exit.'
2025-11-12T16:56:17.306059+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:156) 16:0(1,1) shutdown exit.'
2025-11-12T16:56:17.306502+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:135) 10:3(1,1) shutdown exit.'
2025-11-12T16:56:17.307257+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:128) 9:0(1,1) shutdown exit.'
2025-11-12T16:56:17.307362+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:131) 9:3(1,1) shutdown exit.'
2025-11-12T16:56:17.307680+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:159) 16:3(1,1) shutdown exit.'
2025-11-12T16:56:17.308139+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:133) 10:1(1,1) shutdown exit.'
2025-11-12T16:56:17.308393+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:160) 17:0(1,1) shutdown exit.'
2025-11-12T16:56:17.308741+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:153) 15:1(1,1) shutdown exit.'
2025-11-12T16:56:17.309117+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:157) 16:1(1,1) shutdown exit.'
2025-11-12T16:56:17.310112+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:162) 17:2(1,1) shutdown exit.'
2025-11-12T16:56:17.310839+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:163) 17:3(1,1) shutdown exit.'
2025-11-12T16:56:17.311238+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:134) 10:2(1,1) shutdown exit.'
2025-11-12T16:56:17.311567+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:167) 18:3(1,1) shutdown exit.'
2025-11-12T16:56:17.311856+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:168) 19:0(1,1) shutdown exit.'
2025-11-12T16:56:17.312060+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:136) 11:0(1,1) shutdown exit.'
2025-11-12T16:56:17.312343+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:177) 21:1(1,1) shutdown exit.'
2025-11-12T16:56:17.312483+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:141) 12:1(1,1) shutdown exit.'
2025-11-12T16:56:17.312869+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:169) 19:1(1,1) shutdown exit.'
2025-11-12T16:56:17.312960+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:176) 21:0(1,1) shutdown exit.'
2025-11-12T16:56:17.313380+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:140) 12:0(1,1) shutdown exit.'
2025-11-12T16:56:17.313790+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:183) 22:3(1,1) shutdown exit.'
2025-11-12T16:56:17.314149+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:184) 23:0(1,1) shutdown exit.'
2025-11-12T16:56:17.314280+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:178) 21:2(1,1) shutdown exit.'
2025-11-12T16:56:17.314694+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:151) 14:3(1,1) shutdown exit.'
2025-11-12T16:56:17.314884+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:165) 18:1(1,1) shutdown exit.'
2025-11-12T16:56:17.314980+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:181) 22:1(1,1) shutdown exit.'
2025-11-12T16:56:17.315312+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:142) 12:2(1,1) shutdown exit.'
2025-11-12T16:56:17.315521+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:188) 24:0(1,1) shutdown exit.'
2025-11-12T16:56:17.315637+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:185) 23:1(1,1) shutdown exit.'
2025-11-12T16:56:17.315955+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:150) 14:2(1,1) shutdown exit.'
2025-11-12T16:56:17.316216+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:193) 25:1(1,1) shutdown exit.'
2025-11-12T16:56:17.317170+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:166) 18:2(1,1) shutdown exit.'
2025-11-12T16:56:17.317486+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:189) 24:1(1,1) shutdown exit.'
2025-11-12T16:56:17.317591+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:191) 24:3(1,1) shutdown exit.'
2025-11-12T16:56:17.317724+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:180) 22:0(1,1) shutdown exit.'
2025-11-12T16:56:17.318326+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:195) 25:3(1,1) shutdown exit.'
2025-11-12T16:56:17.318553+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:196) 26:0(1,1) shutdown exit.'
2025-11-12T16:56:17.318741+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:198) 26:2(1,1) shutdown exit.'
2025-11-12T16:56:17.318807+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:186) 23:2(1,1) shutdown exit.'
2025-11-12T16:56:17.318864+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:200) 27:0(1,1) shutdown exit.'
2025-11-12T16:56:17.318992+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:182) 22:2(1,1) shutdown exit.'
2025-11-12T16:56:17.319164+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:206) 28:2(1,1) shutdown exit.'
2025-11-12T16:56:17.319346+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:202) 27:2(1,1) shutdown exit.'
2025-11-12T16:56:17.319630+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:199) 26:3(1,1) shutdown exit.'
2025-11-12T16:56:17.319734+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:211) 29:3(1,1) shutdown exit.'
2025-11-12T16:56:17.320397+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:213) 30:1(1,1) shutdown exit.'
2025-11-12T16:56:17.321099+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:215) 30:3(1,1) shutdown exit.'
2025-11-12T16:56:17.321759+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:217) 31:1(1,1) shutdown exit.'
2025-11-12T16:56:17.322302+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:192) 25:0(1,1) shutdown exit.'
2025-11-12T16:56:17.322677+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:187) 23:3(1,1) shutdown exit.'
2025-11-12T16:56:17.323187+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:194) 25:2(1,1) shutdown exit.'
2025-11-12T16:56:17.323761+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:205) 28:1(1,1) shutdown exit.'
2025-11-12T16:56:17.324354+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:208) 29:0(1,1) shutdown exit.'
2025-11-12T16:56:17.325096+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:210) 29:2(1,1) shutdown exit.'
2025-11-12T16:56:17.325581+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:209) 29:1(1,1) shutdown exit.'
2025-11-12T16:56:17.325854+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:197) 26:1(1,1) shutdown exit.'
2025-11-12T16:56:17.326568+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:207) 28:3(1,1) shutdown exit.'
2025-11-12T16:56:17.327569+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:203) 27:3(1,1) shutdown exit.'
2025-11-12T16:56:17.327932+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:204) 28:0(1,1) shutdown exit.'
2025-11-12T16:56:17.328360+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:179) 21:3(1,1) shutdown exit.'
2025-11-12T16:56:17.328813+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:214) 30:2(1,1) shutdown exit.'
2025-11-12T16:56:17.329153+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:216) 31:0(1,1) shutdown exit.'
2025-11-12T16:56:17.329647+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:218) 31:2(1,1) shutdown exit.'
2025-11-12T16:56:17.330168+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:201) 27:1(1,1) shutdown exit.'
2025-11-12T16:56:17.330478+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:212) 30:0(1,1) shutdown exit.'
2025-11-12T16:56:17.330898+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:190) 24:2(1,1) shutdown exit.'
2025-11-12T16:56:17.331052+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll worker thread(tid:219) 31:3(1,1) shutdown exit.'
2025-11-12T16:56:17.935369+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exit.'
2025-11-12T16:56:19.045793+08:00 0 [System] [MY-010910] [Server] /opt/galaxy_engine/bin/mysqld: Shutdown complete (mysqld 8.0.32-X-Cluster-8.4.19-20250825) Source distribution.
2025-11-12T16:56:28.156868+08:00 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:2541
2025-11-12T16:56:28.157038+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T16:56:28.157062+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_timestamps, value:SYSTEM
2025-11-12T16:56:28.157112+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connections, value:8532
2025-11-12T16:56:28.157122+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T16:56:28.157142+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:performance_schema, value:0
2025-11-12T16:56:28.157174+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_definition_cache, value:32768
2025-11-12T16:56:28.157189+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache, value:32768
2025-11-12T16:56:28.157364+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:table_open_cache_instances, value:16
2025-11-12T16:56:28.157383+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/data/mysql/log/alert.log
2025-11-12T16:56:28.157389+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:open_files_limit, value:615350
2025-11-12T16:56:28.276763+08:00 0 [Warning] [MY-013245] [Server] The SSL library function CRYPTO_set_mem_functions failed. This is typically caused by the SSL library already being used. As a result the SSL memory allocation will not be instrumented.
2025-11-12T16:56:28.279250+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:back_log, value:1024
2025-11-12T16:56:28.279259+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T16:56:28.279269+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_cache_size, value:32K
2025-11-12T16:56:28.279301+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_checksum, value:CRC32
2025-11-12T16:56:28.279313+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:ROW
2025-11-12T16:56:28.279320+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2025-11-12T16:56:28.279328+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_rows_query_log_events, value:ON
2025-11-12T16:56:28.279335+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_stmt_cache_size, value:32768
2025-11-12T16:56:28.279487+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_transaction_dependency_tracking, value:WRITESET
2025-11-12T16:56:28.279505+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:character-set-server, value:utf8
2025-11-12T16:56:28.279523+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:concurrent_insert, value:2
2025-11-12T16:56:28.279534+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:connect_timeout, value:8
2025-11-12T16:56:28.279555+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T16:56:28.279567+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2025-11-12T16:56:28.279583+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-storage-engine, value:INNODB
2025-11-12T16:56:28.279590+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:default-time-zone, value:+08:00
2025-11-12T16:56:28.279601+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:delayed_insert_timeout, value:300
2025-11-12T16:56:28.279614+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:eq_range_index_dive_limit, value:200
2025-11-12T16:56:28.279625+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:expire_logs_days, value:0
2025-11-12T16:56:28.279650+08:00 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2025-11-12T16:56:28.279669+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:explicit_defaults_for_timestamp, value:OFF
2025-11-12T16:56:28.279683+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log, value:0
2025-11-12T16:56:28.279700+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:general_log_file, value:/data/mysql/log/general.log
2025-11-12T16:56:28.279856+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:join_buffer_size, value:128K
2025-11-12T16:56:28.279878+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:local_infile, value:1
2025-11-12T16:56:28.279887+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:/data/mysql/log/mysql_bin
2025-11-12T16:56:28.279896+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_bin_use_v1_row_events, value:on
2025-11-12T16:56:28.279904+08:00 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release.
2025-11-12T16:56:28.279914+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_output, value:TABLE
2025-11-12T16:56:28.279923+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_queries_not_using_indexes, value:0
2025-11-12T16:56:28.279935+08:00 0 [Warning] [MY-011068] [Server] The syntax 'log_slave_updates' is deprecated and will be removed in a future release. Please use log_replica_updates instead.
2025-11-12T16:56:28.279941+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slave_updates, value:0
2025-11-12T16:56:28.279949+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_slow_admin_statements, value:1
2025-11-12T16:56:28.279958+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:long_query_time, value:1
2025-11-12T16:56:28.279977+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_order_commits, value:OFF
2025-11-12T16:56:28.279988+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-log-type-node, value:OFF
2025-11-12T16:56:28.279999+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-mts-recover-use-index, value:ON
2025-11-12T16:56:28.280015+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_leader_transfer, value:ON
2025-11-12T16:56:28.280032+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_auto_reset_match_index, value:ON
2025-11-12T16:56:28.280052+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_election_timeout, value:10000
2025-11-12T16:56:28.280082+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_io_thread_cnt, value:8
2025-11-12T16:56:28.280110+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_large_trx, value:ON
2025-11-12T16:56:28.280135+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_log_cache_size, value:536870912
2025-11-12T16:56:28.280158+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_delay_index, value:10000
2025-11-12T16:56:28.280190+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_log_size, value:20M
2025-11-12T16:56:28.280204+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_max_packet_size, value:131072
2025-11-12T16:56:28.280220+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_cache_size, value:268435456
2025-11-12T16:56:28.280234+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_prefetch_window_size, value:100
2025-11-12T16:56:28.280252+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensus_worker_thread_cnt, value:8
2025-11-12T16:56:28.280266+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:consensuslog_revise, value:ON
2025-11-12T16:56:28.280284+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:1
2025-11-12T16:56:28.280308+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2025-11-12T16:56:28.280526+08:00 0 [Warning] [MY-011068] [Server] The syntax 'new_rpc' is deprecated and will be removed in a future release. Please use enable_polarx_rpc instead.
2025-11-12T16:56:28.280557+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:new_rpc, value:on
2025-11-12T16:56:28.280604+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:replicate-same-server-id, value:1
2025-11-12T16:56:28.280621+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpc_port, value:31306
2025-11-12T16:56:28.280654+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:lower_case_table_names, value:1
2025-11-12T16:56:28.280668+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master-info-file, value:/data/mysql/data/master.info
2025-11-12T16:56:28.280675+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release.
2025-11-12T16:56:28.280682+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2025-11-12T16:56:28.280690+08:00 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2025-11-12T16:56:28.280700+08:00 0 [Warning] [MY-011068] [Server] The syntax 'master_verify_checksum' is deprecated and will be removed in a future release. Please use source_verify_checksum instead.
2025-11-12T16:56:28.280706+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_verify_checksum, value:OFF
2025-11-12T16:56:28.280713+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_allowed_packet, value:1073741824
2025-11-12T16:56:28.280723+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_cache_size, value:2147483648
2025-11-12T16:56:28.280732+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_binlog_size, value:500M
2025-11-12T16:56:28.280740+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_connect_errors, value:65536
2025-11-12T16:56:28.280746+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_relay_log_size, value:500M
2025-11-12T16:56:28.280754+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:max_user_connections, value:8000
2025-11-12T16:56:28.280763+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_buffer_length, value:16384
2025-11-12T16:56:28.280773+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_read_timeout, value:30
2025-11-12T16:56:28.280781+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:net_write_timeout, value:60
2025-11-12T16:56:28.280794+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T16:56:28.280805+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_buffer_size, value:128K
2025-11-12T16:56:28.280819+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:read_rnd_buffer_size, value:128K
2025-11-12T16:56:28.280834+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log, value:/data/mysql/log/relay.log
2025-11-12T16:56:28.280852+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay-log-index, value:/data/mysql/log/mysqld_relay_bin.index
2025-11-12T16:56:28.280869+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_file, value:/data/mysql/log/relay_log.info
2025-11-12T16:56:28.281002+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release.
2025-11-12T16:56:28.281015+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2025-11-12T16:56:28.281022+08:00 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2025-11-12T16:56:28.281034+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_purge, value:OFF
2025-11-12T16:56:28.281046+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_recovery, value:0
2025-11-12T16:56:28.281057+08:00 0 [Warning] [MY-011068] [Server] The syntax 'rpl_stop_slave_timeout' is deprecated and will be removed in a future release. Please use rpl_stop_replica_timeout instead.
2025-11-12T16:56:28.281067+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:rpl_stop_slave_timeout, value:300
2025-11-12T16:56:28.281075+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:safe-user-create, value:1
2025-11-12T16:56:28.281085+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:3141377522
2025-11-12T16:56:28.281095+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:external-locking, value:0
2025-11-12T16:56:28.281107+08:00 0 [Warning] [MY-011068] [Server] The syntax 'skip_slave_start' is deprecated and will be removed in a future release. Please use skip_replica_start instead.
2025-11-12T16:56:28.281116+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:skip_slave_start, value:OFF
2025-11-12T16:56:28.281127+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_group' is deprecated and will be removed in a future release. Please use replica_checkpoint_group instead.
2025-11-12T16:56:28.281131+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_group, value:1024
2025-11-12T16:56:28.281143+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_checkpoint_period' is deprecated and will be removed in a future release. Please use replica_checkpoint_period instead.
2025-11-12T16:56:28.281153+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_checkpoint_period, value:300
2025-11-12T16:56:28.281165+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_exec_mode' is deprecated and will be removed in a future release. Please use replica_exec_mode instead.
2025-11-12T16:56:28.281170+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_exec_mode, value:STRICT
2025-11-12T16:56:28.281181+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2025-11-12T16:56:28.281188+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_load_tmpdir, value:/data/mysql/tmp
2025-11-12T16:56:28.281196+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_net_timeout' is deprecated and will be removed in a future release. Please use replica_net_timeout instead.
2025-11-12T16:56:28.281202+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_net_timeout, value:4
2025-11-12T16:56:28.281213+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_type' is deprecated and will be removed in a future release. Please use replica_parallel_type instead.
2025-11-12T16:56:28.281217+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_type, value:LOGICAL_CLOCK
2025-11-12T16:56:28.281223+08:00 0 [Warning] [MY-011069] [Server] The syntax '--replica-parallel-type' is deprecated and will be removed in a future release.
2025-11-12T16:56:28.281232+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_parallel_workers' is deprecated and will be removed in a future release. Please use replica_parallel_workers instead.
2025-11-12T16:56:28.281239+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_parallel_workers, value:32
2025-11-12T16:56:28.281247+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_pending_jobs_size_max' is deprecated and will be removed in a future release. Please use replica_pending_jobs_size_max instead.
2025-11-12T16:56:28.281251+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_pending_jobs_size_max, value:1073741824
2025-11-12T16:56:28.281261+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_rows_search_algorithms, value:TABLE_SCAN,INDEX_SCAN
2025-11-12T16:56:28.281265+08:00 0 [Warning] [MY-011069] [Server] The syntax '--slave-rows-search-algorithms' is deprecated and will be removed in a future release.
2025-11-12T16:56:28.281273+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_sql_verify_checksum' is deprecated and will be removed in a future release. Please use replica_sql_verify_checksum instead.
2025-11-12T16:56:28.281277+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_sql_verify_checksum, value:OFF
2025-11-12T16:56:28.281286+08:00 0 [Warning] [MY-011068] [Server] The syntax 'slave_type_conversions' is deprecated and will be removed in a future release. Please use replica_type_conversions instead.
2025-11-12T16:56:28.281292+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slave_type_conversions, value:ALL_NON_LOSSY
2025-11-12T16:56:28.281300+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log, value:0
2025-11-12T16:56:28.281309+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:slow_query_log_file, value:/data/mysql/log/slow.log
2025-11-12T16:56:28.281317+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T16:56:28.281326+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sort_buffer_size, value:256K
2025-11-12T16:56:28.281335+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sql_mode, value:NO_ENGINE_SUBSTITUTION
2025-11-12T16:56:28.281343+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_binlog, value:1
2025-11-12T16:56:28.281418+08:00 0 [Warning] [MY-011068] [Server] The syntax 'sync_master_info' is deprecated and will be removed in a future release. Please use sync_source_info instead.
2025-11-12T16:56:28.281468+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_master_info, value:10000
2025-11-12T16:56:28.281501+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log, value:1
2025-11-12T16:56:28.281517+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:sync_relay_log_info, value:1
2025-11-12T16:56:28.281531+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_cache_size, value:256
2025-11-12T16:56:28.281550+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:thread_stack, value:1024k
2025-11-12T16:56:28.281559+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/data/mysql/tmp
2025-11-12T16:56:28.281571+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:transaction_write_set_extraction, value:XXHASH64
2025-11-12T16:56:28.281579+08:00 0 [Warning] [MY-011069] [Server] The syntax '--transaction-write-set-extraction' is deprecated and will be removed in a future release.
2025-11-12T16:56:28.281585+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T16:56:28.281594+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/galaxy_engine
2025-11-12T16:56:28.281602+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/data/mysql/data
2025-11-12T16:56:28.281612+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:plugin_dir, value:/opt/galaxy_engine/lib/plugin
2025-11-12T16:56:28.281621+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:user, value:mysql
2025-11-12T16:56:28.281646+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-learner-node, value:ON
2025-11-12T16:56:28.281655+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:pid_file, value:/data/mysql/run/mysql.pid
2025-11-12T16:56:28.281663+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/data/mysql/run/mysql.sock
2025-11-12T16:56:28.281671+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2025-11-12T16:56:28.281703+08:00 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-replica-statements have no effect if --slow-query-log is not set
2025-11-12T16:56:28.281707+08:00 0 [Warning] [MY-010086] [Server] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2025-11-12T16:56:28.281853+08:00 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2025-11-12T16:56:28.281886+08:00 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) starting as process 2541
2025-11-12T16:56:28.284532+08:00 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2025-11-12T16:56:28.300132+08:00 0 [System] [MY-025031] [XPaxos] mysqld option: name:server-uuid, value:58403492-beab-11f0-8abf-eaa6c42b544e
2025-11-12T16:56:28.303871+08:00 0 [Warning] [MY-013907] [InnoDB] Deprecated configuration parameters innodb_log_file_size and/or innodb_log_files_in_group have been used to compute innodb_redo_log_capacity=838860800. Please use innodb_redo_log_capacity instead.
2025-11-12T16:56:28.329438+08:00 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-11-12T16:56:29.570573+08:00 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-11-12T16:56:30.202482+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc start up.'
2025-11-12T16:56:30.208566+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with detected 8 CPUs.'
2025-11-12T16:56:30.284532+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with 32 groups with each group 4 threads.'
2025-11-12T16:56:30.287127+08:00 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 31306.'
2025-11-12T16:56:30.650259+08:00 0 [System] [MY-025032] [XPaxos] [Recovery] Consensus_binlog_recovery::recover end , file_size 6781813, curr_position 6781813, m_current_index 14630, m_start_pos 6781225, m_end_pos 6781813, m_valid_pos 6781813, m_valid_index 14630, m_is_malformed 0, m_in_transaction 0, m_failure_message , get_error_type 1, get_error_number 0, get_error_message
2025-11-12T16:56:30.650352+08:00 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-11-12T16:56:30.661941+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T16:56:30.662308+08:00 0 [System] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2025-11-12T16:56:30.662390+08:00 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-11-12T16:56:30.808603+08:00 0 [System] [MY-025031] [XPaxos] Dump meta file(consensus.meta) success - Consensus_apply_index: 14630 Consensus_cluster_info: Consensus_learner_info: 10.42.0.247:11306 Cluster_id: 0 Current_term: 5 Recover_status: 0 Last_leader_term: 0 Start_apply_index: 0 Binlog_sync_index: 14630 Pid: 2541
2025-11-12T16:56:30.808732+08:00 0 [Warning] [MY-025037] [XPaxos] [Proto] Start init node as a learner.

展开
收起
euvvk46qszw5m 2025-11-12 17:11:41 6 分享 版权
0 条回答
写回答
取消 提交回答

PolarDB 分布式版 (PolarDB for Xscale,简称“PolarDB-X”) 采用 Shared-nothing 与存储计算分离架构,支持水平扩展、分布式事务、混合负载等能力,100%兼容MySQL。 2021年开源,开源历程及更多信息访问:OpenPolarDB.com/about

还有其他疑问?
咨询AI助理