polardbx-sql icon indicating copy to clipboard operation
polardbx-sql copied to clipboard

Windows 使用PXD安装PolarDB-X报 '--initialize-insecure']' returned non-zero exit status 1.

Open bchengwang opened this issue 1 year ago • 14 comments
trafficstars

Windows 使用PXD安装报 '--initialize-insecure']' returned non-zero exit status 1.

环境

Windows 11
Docker 4.27.2
Python 3.8.18
pip 23.3.1
pxd version: 0.6.1
commit id: 3512607

日志

2024-02-21 14:51:56 INFO:root:Begin to initialize... 2024-02-21 14:51:56 2024-02-21 06:51:56,948 - GalaxyEngine - INFO - (cwd=/data/mysql/data) execute command: /opt/galaxy_engine/bin/mysqld --defaults-file=/data/mysql/conf/my.cnf --loose-pod-name=pxc-tryout-dn-0-Cand-17179 --initialize-insecure 2024-02-21 14:52:11 Traceback (most recent call last): 2024-02-21 14:52:11 File "/tools/xstore/current/entrypoint.py", line 96, in 2024-02-21 14:52:11 _start() 2024-02-21 14:52:11 File "/tools/xstore/current/venv/lib64/python3.6/site-packages/click/core.py", line 829, in call 2024-02-21 14:52:11 return self.main(*args, **kwargs) 2024-02-21 14:52:11 File "/tools/xstore/current/venv/lib64/python3.6/site-packages/click/core.py", line 782, in main 2024-02-21 14:52:11 rv = self.invoke(ctx) 2024-02-21 14:52:11 File "/tools/xstore/current/venv/lib64/python3.6/site-packages/click/core.py", line 1066, in invoke 2024-02-21 14:52:11 return ctx.invoke(self.callback, **ctx.params) 2024-02-21 14:52:11 File "/tools/xstore/current/venv/lib64/python3.6/site-packages/click/core.py", line 610, in invoke 2024-02-21 14:52:11 return callback(*args, **kwargs) 2024-02-21 14:52:11 File "/tools/xstore/current/entrypoint.py", line 86, in _start 2024-02-21 14:52:11 engine.initialize() 2024-02-21 14:52:11 File "/tools/xstore/v1.0.0-1634524581.278688/core/engine/galaxy/engine.py", line 126, in initialize 2024-02-21 14:52:11 self._initialize_data() 2024-02-21 14:52:11 File "/tools/xstore/v1.0.0-1634524581.278688/core/engine/galaxy/engine.py", line 115, in _initialize_data 2024-02-21 14:52:11 cwd=self.path_data, 2024-02-21 14:52:11 File "/tools/xstore/v1.0.0-1634524581.278688/core/engine/engine.py", line 171, in check_run_process 2024-02-21 14:52:11 return subprocess.check_call(cmd, cwd=cwd, stdout=stdout, stderr=stderr, env=self.context.subprocess_envs()) 2024-02-21 14:52:11 File "/usr/lib64/python3.6/subprocess.py", line 311, in check_call 2024-02-21 14:52:11 raise CalledProcessError(retcode, cmd) 2024-02-21 14:52:11 subprocess.CalledProcessError: Command '['/opt/galaxy_engine/bin/mysqld', '--defaults-file=/data/mysql/conf/my.cnf', '--loose-pod-name=pxc-tryout-dn-0-Cand-17179', '--initialize-insecure']' returned non-zero exit status 1.

alert.log

2024-02-21T06:51:57.287414Z 0 [Warning] [MY-011069] [Server] The syntax 'avoid_temporal_upgrade' is deprecated and will be removed in a future release. 2024-02-21T06:51:57.287461Z 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. 2024-02-21T06:51:57.287563Z 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release. 2024-02-21T06:51:57.287697Z 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release. 2024-02-21T06:51:57.287742Z 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release. 2024-02-21T06:51:57.287755Z 0 [Warning] [MY-011069] [Server] The syntax 'show_old_temporals' is deprecated and will be removed in a future release. 2024-02-21T06:51:57.287801Z 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-slave-statements have no effect if --slow-query-log is not set 2024-02-21T06:51:57.287803Z 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). 2024-02-21T06:51:57.288459Z 0 [System] [MY-013169] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.30) initializing of server in progress as process 8 2024-02-21T06:51:57.289331Z 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. 100 200 300 400 500 600 700 800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 2000 100 200 300 400 500 600 700 800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 2000 2024-02-21T06:52:05.767465Z 1 [Warning] [MY-011825] [InnoDB] [GTID INFO] Reading from undo log : 2024-02-21T06:52:08.579068Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'PolarX RPC disabled by database initialization.' 2024-02-21T06:52:08.579586Z 0 [Warning] [MY-011237] [Server] Plugin mysqlx reported: 'Startup failed with error "Galaxy X Protocol disabled when mysql initialize."' 2024-02-21T06:52:09.578178Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. 2024-02-21T06:52:09.797410Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_extra_max_connections=65535'. 2024-02-21T06:52:09.797899Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_galaxy_max_connections=4096'. 2024-02-21T06:52:09.798265Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_implicit_primary_key=1'. 2024-02-21T06:52:09.798580Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_doublewrite_pages=64'. 2024-02-21T06:52:09.798946Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_equal_gcn_visible=0'. 2024-02-21T06:52:09.799280Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_log_optimize_ddl=OFF'. 2024-02-21T06:52:09.799578Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_multi_blocks_enabled=ON'. 2024-02-21T06:52:09.799884Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_numa_interleave=ON'. 2024-02-21T06:52:09.800207Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_primary_flush_max_lsn_lag=122016116'. 2024-02-21T06:52:09.800558Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_replica_log_parse_buf_size=134217728'. 2024-02-21T06:52:09.800850Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_snapshot_update_gcn=1'. 2024-02-21T06:52:09.801177Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_log_sql_fifo=/data/mysql/run/mysql.fifo'. 2024-02-21T06:52:09.801479Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_persist_binlog_to_redo=OFF'. 2024-02-21T06:52:09.801774Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_persist_binlog_to_redo_size_limit=1048576'. 2024-02-21T06:52:09.802127Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose-pod-name=pxc-tryout-dn-0-Cand-15714'. 2024-02-21T06:52:09.829870Z 0 [ERROR] [MY-000000] [Server] PolarDB-X Engine cluster_info must be set when the server is running with --initialize(-insecure) 2024-02-21T06:52:09.830304Z 0 [ERROR] [MY-013236] [Server] The designated data directory /data/mysql/data/ is unusable. You can remove all files that the server added to it. 2024-02-21T06:52:09.830843Z 0 [ERROR] [MY-010119] [Server] Aborting 2024-02-21T06:52:09.842248Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'polarx_rpc exit' 2024-02-21T06:52:10.990795Z 0 [System] [MY-010910] [Server] /opt/galaxy_engine/bin/mysqld: Shutdown complete (mysqld 8.0.30) Source distribution.

bchengwang avatar Feb 21 '24 07:02 bchengwang

@bchengwang It seems that you use an older image of xstore-tools.

  1. Please check xstore-tools version by command: docker images | grep xstore.
  2. Check the docker repo mirror by command docker info. If there exists an aliyun docker mirror repo, replace it with docker.mirrors.sjtug.sjtu.edu.cn

vettalwu avatar Feb 21 '24 08:02 vettalwu

@bchengwang It seems that you use an older image of xstore-tools.

  1. Please check xstore-tools version by command: docker images | grep xstore.
  2. Check the docker repo mirror by command docker info. If there exists an aliyun docker mirror repo, replace it with docker.mirrors.sjtug.sjtu.edu.cn

现在程序一直卡在create gms node

bchengwang avatar Feb 21 '24 09:02 bchengwang

2024-02-21 17:50:59 /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. 2024-02-21 17:50:59 from cryptography.hazmat.backends import default_backend 2024-02-21 17:50:59 2024-02-21 09:50:59,368 - GalaxyEngine - INFO - begin wait for enable 2024-02-21 17:51:04 2024-02-21 09:51:04,374 - GalaxyEngine - INFO - finish wait for enable 2024-02-21 17:51:04 INFO:root:Begin to initialize... 2024-02-21 17:51:04 2024-02-21 09:51:04,417 - GalaxyEngine - INFO - () start command: /usr/bin/ln -sf /data/mysql-log/log /data/mysql/log 2024-02-21 17:51:04 2024-02-21 09:51:04,423 - GalaxyEngine - INFO - succeeding to exec cmd ['/usr/bin/ln', '-sf', '/data/mysql-log/log', '/data/mysql/log'] 2024-02-21 17:51:04 2024-02-21 09:51:04,435 - GalaxyEngine - INFO - (cwd=/data/mysql/data) execute command: /opt/galaxy_engine/bin/mysqld --defaults-file=/data/mysql/conf/my.cnf --loose-pod-name=pxc-tryout-gms-Cand-17705 --loose-cluster-info=172.17.0.2:25705@1 --initialize-insecure 2024-02-21 17:51:16 INFO:root:Initialized! 2024-02-21 17:51:16 2024-02-21 09:51:16,344 - AuditController - INFO - Start Audit Controller Process: ['/tools/xstore/current/venv/bin/python3', '/tools/xstore/v1.5.0-1700478258.106533/audit_controller.py'] 2024-02-21 17:51:16 INFO:root:Bootstrapping engine galaxy ... 2024-02-21 17:51:16 2024-02-21 09:51:16,379 - GalaxyEngine - INFO - log_data_separtion True, source_path /data/mysql-log/log, destination_path /data/mysql-log/log 2024-02-21 17:51:16 2024-02-21 09:51:16,379 - GalaxyEngine - INFO - log_data_separtion True, source_path /data/mysql-log/log, destination_path /data/mysql-log/log 2024-02-21 17:51:16 2024-02-21 09:51:16,379 - GalaxyEngine - INFO - It not necessary to mv data because the source_path equals the destination_path 2024-02-21 17:51:16 2024-02-21 09:51:16,379 - GalaxyEngine - INFO - It not necessary to mv data because the source_path equals the destination_path 2024-02-21 17:51:16 2024-02-21 09:51:16,385 - GalaxyEngine - INFO - starting process... 2024-02-21 17:51:16 2024-02-21 09:51:16,385 - GalaxyEngine - INFO - starting process... 2024-02-21 17:51:16 2024-02-21 09:51:16,385 - GalaxyEngine - INFO - () start command: /opt/galaxy_engine/bin/mysqld_safe --defaults-file=/data/mysql/conf/my.cnf --loose-pod-name=pxc-tryout-gms-Cand-17705 2024-02-21 17:51:16 2024-02-21 09:51:16,385 - GalaxyEngine - INFO - () start command: /opt/galaxy_engine/bin/mysqld_safe --defaults-file=/data/mysql/conf/my.cnf --loose-pod-name=pxc-tryout-gms-Cand-17705 2024-02-21 17:51:18 /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. 2024-02-21 17:51:18 from cryptography.hazmat.backends import default_backend 2024-02-21 17:51:18 2024-02-21 09:51:18,977 - AuditController - INFO - Creating mysql connection pool... 2024-02-21 17:51:19 2024-02-21 09:51:19,031 - AuditController - ERROR - Creating mysql connection pool failed: 2003: Can't connect to MySQL server on 'localhost:17705' (111 Connection refused) 2024-02-21 17:51:33 2024-02-21 09:51:33,977 - AuditController - INFO - Created a mysql connection pool with size = 3. 2024-02-21 17:51:33 2024-02-21 09:51:33,977 - AuditController - INFO - Starting a Label Check Thread to listen k8s' audit label every 10 second. 2024-02-21 17:51:33 2024-02-21 09:51:33,978 - AuditController - INFO - Starting a Log Flush Thread to flush audit log every 1 second. 2024-02-21 17:51:18 2024-02-21T09:51:18.508388Z mysqld_safe Logging to '/data/mysql/log/alert.log'. 2024-02-21 17:51:18 2024-02-21T09:51:18.529654Z mysqld_safe Starting mysqld daemon with databases from /data/mysql/data

bchengwang avatar Feb 21 '24 09:02 bchengwang

alert.log

2024-02-21T09:51:04.452232Z 0 [Warning] [MY-011069] [Server] The syntax 'avoid_temporal_upgrade' is deprecated and will be removed in a future release. 2024-02-21T09:51:04.452270Z 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. 2024-02-21T09:51:04.452386Z 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release. 2024-02-21T09:51:04.452506Z 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release. 2024-02-21T09:51:04.452544Z 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release. 2024-02-21T09:51:04.452556Z 0 [Warning] [MY-011069] [Server] The syntax 'show_old_temporals' is deprecated and will be removed in a future release. 2024-02-21T09:51:04.452603Z 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-slave-statements have no effect if --slow-query-log is not set 2024-02-21T09:51:04.452605Z 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). 2024-02-21T09:51:04.453131Z 0 [System] [MY-013169] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.30) initializing of server in progress as process 34 2024-02-21T09:51:04.454037Z 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. 100 200 300 400 500 600 700 800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 2000 100 200 300 400 500 600 700 800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 2000 2024-02-21T09:51:10.488011Z 1 [Warning] [MY-011825] [InnoDB] [GTID INFO] Reading from undo log : 2024-02-21T09:51:12.252078Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'PolarX RPC disabled by database initialization.' 2024-02-21T09:51:12.252425Z 0 [ERROR] [MY-011237] [Server] Plugin mysqlx reported: 'Startup failed with error "Galaxy X disabled."' 2024-02-21T09:51:12.926461Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. 2024-02-21T09:51:13.240238Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_galaxy_max_connections=8000'. 2024-02-21T09:51:13.240581Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_implicit_primary_key=1'. 2024-02-21T09:51:13.240840Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_doublewrite_pages=64'. 2024-02-21T09:51:13.241132Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_equal_gcn_visible=0'. 2024-02-21T09:51:13.241399Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_log_optimize_ddl=OFF'. 2024-02-21T09:51:13.241651Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_multi_blocks_enabled=ON'. 2024-02-21T09:51:13.241903Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_numa_interleave=ON'. 2024-02-21T09:51:13.242149Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_snapshot_update_gcn=1'. 2024-02-21T09:51:13.242426Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_log_sql_fifo=/data/mysql/run/mysql.fifo'. 2024-02-21T09:51:13.242701Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_persist_binlog_to_redo=OFF'. 2024-02-21T09:51:13.242984Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_persist_binlog_to_redo_size_limit=1048576'. 2024-02-21T09:51:13.243264Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose-pod-name=pxc-tryout-gms-Cand-17705'. 2024-02-21T09:51:13.274632Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. 2024-02-21T09:51:14.732962Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'polarx_rpc exit' 2024-02-21T09:51:18.677138Z 0 [Warning] [MY-011069] [Server] The syntax 'avoid_temporal_upgrade' is deprecated and will be removed in a future release. 2024-02-21T09:51:18.677176Z 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. 2024-02-21T09:51:18.677265Z 0 [Warning] [MY-011069] [Server] The syntax '--log-bin-use-v1-row-events' is deprecated and will be removed in a future release. 2024-02-21T09:51:18.677384Z 0 [Warning] [MY-011069] [Server] The syntax '--master-info-file' is deprecated and will be removed in a future release. 2024-02-21T09:51:18.677421Z 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-file' is deprecated and will be removed in a future release. 2024-02-21T09:51:18.677433Z 0 [Warning] [MY-011069] [Server] The syntax 'show_old_temporals' is deprecated and will be removed in a future release. 2024-02-21T09:51:18.677488Z 0 [Warning] [MY-010084] [Server] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-slave-statements have no effect if --slow-query-log is not set 2024-02-21T09:51:18.677489Z 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). 2024-02-21T09:51:18.678181Z 0 [System] [MY-010116] [Server] /opt/galaxy_engine/bin/mysqld (mysqld 8.0.30) starting as process 4635 2024-02-21T09:51:18.678896Z 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. 2024-02-21T09:51:19.318125Z 1 [Warning] [MY-011825] [InnoDB] [GTID INFO] Reading from undo log : 2024-02-21T09:51:19.813894Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'polarx_rpc start up' 2024-02-21T09:51:19.814833Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with detected 16 CPUs.' 2024-02-21T09:51:19.828085Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll start with 32 groups with each group 4 threads.' 2024-02-21T09:51:19.828660Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.829005Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.829328Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.829670Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.830038Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.830414Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.830710Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.831081Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.831417Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.831726Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.831986Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.832232Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.832465Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.832692Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.832917Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.833135Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.833398Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.833621Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.833843Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.834081Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.834297Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.834518Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.834768Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.835376Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.835674Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.835915Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.836128Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.836344Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.836570Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.836786Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.837038Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.837253Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Listen on port 45705.' 2024-02-21T09:51:19.837558Z 0 [ERROR] [MY-011237] [Server] Plugin mysqlx reported: 'Startup failed with error "Galaxy X disabled."' 2024-02-21T09:51:19.925657Z 0 [System] [MY-010229] [Server] Starting crash recovery... 2024-02-21T09:51:19.931642Z 0 [System] [MY-010232] [Server] Crash recovery finished. 2024-02-21T09:51:19.932110Z 0 [Warning] [MY-000000] [Server] Recover consensus index is 0 2024-02-21T09:51:19.949500Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2024-02-21T09:51:19.961443Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/data/mysql' in the path is accessible to all OS users. Consider choosing a different directory. 2024-02-21T09:51:19.966448Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_galaxy_max_connections=8000'. 2024-02-21T09:51:19.966832Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_implicit_primary_key=1'. 2024-02-21T09:51:19.967138Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_doublewrite_pages=64'. 2024-02-21T09:51:19.967440Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_equal_gcn_visible=0'. 2024-02-21T09:51:19.967750Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_log_optimize_ddl=OFF'. 2024-02-21T09:51:19.968089Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_multi_blocks_enabled=ON'. 2024-02-21T09:51:19.968412Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_numa_interleave=ON'. 2024-02-21T09:51:19.968720Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_innodb_snapshot_update_gcn=1'. 2024-02-21T09:51:19.968983Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_log_sql_fifo=/data/mysql/run/mysql.fifo'. 2024-02-21T09:51:19.969243Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_persist_binlog_to_redo=OFF'. 2024-02-21T09:51:19.969530Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose_persist_binlog_to_redo_size_limit=1048576'. 2024-02-21T09:51:19.969831Z 0 [Warning] [MY-000067] [Server] unknown variable 'loose-pod-name=pxc-tryout-gms-Cand-17705'. [2024-02-21 09:51:33.912925] [ERROR] Server 1 : Paxos state change from FOLL to CAND !! [2024-02-21 09:51:33.912925] [ERROR] Server 1 : Start new requestVote: new term(2) [2024-02-21 09:51:33.912925] [ERROR] Server 1 : Paxos state change from CAND to LEDR !! [2024-02-21 09:51:33.912925] [ERROR] Server 1 : become Leader (currentTerm 2, lli:1, llt:2)!! 2024-02-21T09:51:33.936475Z 0 [System] [MY-010931] [Server] /opt/galaxy_engine/bin/mysqld: ready for connections. Version: '8.0.30' socket: '/data/mysql/run/mysql.sock' port: 17705 Source distribution. 2024-02-21T09:51:33.947833Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'CPUs changed from [] to [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]' 2024-02-21T09:51:34.002224Z 5 [Warning] [MY-000000] [Server] Apply thread start, recover status = 0, start apply index = 0, rli consensus index = 0. 2024-02-21T09:51:34.003601Z 5 [Warning] [MY-000000] [Server] Apply thread group relay log file name = '/data/mysql/log/mysql_bin.000001', pos = 252, rli apply index = 0. 2024-02-21T09:51:39.818597Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4687) 0:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.819020Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4697) 3:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.819378Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4690) 1:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.828389Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4762) 19:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.828842Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4698) 3:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.829190Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4693) 2:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.829430Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4713) 7:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.829724Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4751) 16:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.829960Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4781) 24:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.830141Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4720) 8:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.830326Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4725) 10:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.830498Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4704) 4:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.830669Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4712) 6:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.830876Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4689) 1:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.831046Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4758) 18:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.831217Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4688) 0:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.831402Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4735) 12:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.831578Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4700) 3:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.831791Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4771) 21:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.832004Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4769) 21:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.832180Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4740) 13:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.832356Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4780) 23:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.832547Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4744) 14:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.832744Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4706) 5:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.832907Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4754) 17:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.833090Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4745) 15:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.833270Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4789) 26:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.833451Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4776) 22:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.833633Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4764) 19:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.833808Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4787) 25:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.833965Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4694) 2:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.834150Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4765) 20:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.834328Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4714) 7:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.834513Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4750) 16:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.834694Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4783) 24:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.834846Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4719) 8:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.835011Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4727) 10:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.835200Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4703) 4:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.835372Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4709) 6:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.835555Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4692) 1:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.835742Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4760) 18:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.836242Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4685) 0:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.836460Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4734) 12:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.836640Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4731) 11:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.836813Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4722) 9:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.836985Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4772) 21:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.837144Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4737) 13:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.837307Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4779) 23:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.837476Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4743) 14:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.837677Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4708) 5:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.837842Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4753) 17:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.838021Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4748) 15:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.838198Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4791) 26:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.838359Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4774) 22:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.838528Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4695) 2:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.838711Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4768) 20:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.838885Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4715) 7:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.839094Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4752) 16:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.839275Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4699) 3:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.839437Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4717) 8:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.839596Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4728) 10:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.840005Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4701) 4:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.840189Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4710) 6:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.840366Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4691) 1:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.840548Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4686) 0:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.840743Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4736) 12:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.840951Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4730) 11:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.841129Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4723) 9:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.841307Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4739) 13:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.841471Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4777) 23:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.841649Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4742) 14:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.841872Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4707) 5:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.842032Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4756) 17:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.842266Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4746) 15:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.842516Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4696) 2:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.842686Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4766) 20:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.842874Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4716) 7:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.843059Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4749) 16:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.843241Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4812) 31:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.843409Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4718) 8:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.843581Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4761) 19:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.843751Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4788) 25:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.843944Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4803) 29:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.844119Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4770) 21:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.844304Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4759) 18:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.844469Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4794) 27:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.844627Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4808) 30:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.844794Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4782) 24:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.844963Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4799) 28:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.845135Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4792) 26:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.845314Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4775) 22:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.845527Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4726) 10:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.845737Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4702) 4:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.845952Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4711) 6:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.846155Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4733) 12:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.846409Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4732) 11:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.846590Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4721) 9:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.846744Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4738) 13:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.846893Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4778) 23:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.847070Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4741) 14:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.847251Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4705) 5:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.847416Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4755) 17:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.847570Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4747) 15:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.847762Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4767) 20:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.847931Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4809) 31:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.848099Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4763) 19:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.848272Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4785) 25:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.848426Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4804) 29:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.848577Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4757) 18:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.848757Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4796) 27:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.848943Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4805) 30:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.849126Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4784) 24:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.849314Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4797) 28:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.849489Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4790) 26:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.849718Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4773) 22:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.849934Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4729) 11:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.850115Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4724) 9:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.850267Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4810) 31:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.850467Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4786) 25:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.850631Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4801) 29:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.850806Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4793) 27:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.850982Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4806) 30:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.851167Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4800) 28:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T09:51:39.851339Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4811) 31:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.851510Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4802) 29:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T09:51:39.851671Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4795) 27:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T09:51:39.851842Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4807) 30:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T09:51:39.852016Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4798) 28:1(1,1) to CPUs [0,1,2,3].'

bchengwang avatar Feb 21 '24 10:02 bchengwang

@bchengwang docker exec -it {dn container id} bash and run myc command

vettalwu avatar Feb 21 '24 11:02 vettalwu

@bchengwang docker exec -it {dn container id} bash and run myc command

@vettalwu image

bchengwang avatar Feb 21 '24 11:02 bchengwang

@bchengwang It seems gms is ready, please retry pxd cleanup and pxd tryout .

vettalwu avatar Feb 21 '24 11:02 vettalwu

@bchengwang It seems gms is ready, please retry pxd cleanup and pxd tryout . @vettalwu It still doesn't work. image [2024-02-21 11:32:42.169600] [ERROR] Server 1 : Paxos state change from FOLL to CAND !! [2024-02-21 11:32:42.169600] [ERROR] Server 1 : Start new requestVote: new term(2) [2024-02-21 11:32:42.169600] [ERROR] Server 1 : Paxos state change from CAND to LEDR !! [2024-02-21 11:32:42.169600] [ERROR] Server 1 : become Leader (currentTerm 2, lli:1, llt:2)!! 2024-02-21T11:32:42.183548Z 0 [System] [MY-010931] [Server] /opt/galaxy_engine/bin/mysqld: ready for connections. Version: '8.0.30' socket: '/data/mysql/run/mysql.sock' port: 15465 Source distribution. 2024-02-21T11:32:42.203274Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'CPUs changed from [] to [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]' 2024-02-21T11:32:42.245865Z 5 [Warning] [MY-000000] [Server] Apply thread start, recover status = 0, start apply index = 0, rli consensus index = 0. 2024-02-21T11:32:42.247254Z 5 [Warning] [MY-000000] [Server] Apply thread group relay log file name = '/data/mysql/log/mysql_bin.000001', pos = 252, rli apply index = 0. 2024-02-21T11:32:48.805559Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4748) 15:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.806123Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4730) 11:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.806462Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4709) 6:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.806744Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4756) 17:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.807016Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4697) 3:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.807274Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4744) 14:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.807552Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4688) 0:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.807784Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4692) 1:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.808016Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4786) 25:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.808237Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4761) 19:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.808515Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4749) 16:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.808747Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4740) 13:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.808913Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4705) 5:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.809096Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4722) 9:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.809252Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4772) 21:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.809423Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4758) 18:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.809635Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4775) 22:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.809806Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4765) 20:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.809978Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4716) 7:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.810161Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4779) 23:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.810347Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4693) 2:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.810527Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4732) 11:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.810729Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4710) 6:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.810925Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4700) 3:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.811121Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4691) 1:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.811274Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4726) 10:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.811483Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4742) 14:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.811696Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4719) 8:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.811880Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4687) 0:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.812059Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4763) 19:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.812227Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4706) 5:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.812477Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4724) 9:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.812631Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4760) 18:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.812799Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4776) 22:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.812965Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4768) 20:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.813143Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4715) 7:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.813329Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4778) 23:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.813516Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4770) 21:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.813760Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4731) 11:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.813953Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4774) 22:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.814175Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4699) 3:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.814382Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4689) 1:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.814531Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4725) 10:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.814706Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4717) 8:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.815240Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4685) 0:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.815443Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4754) 17:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.815647Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4707) 5:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.815820Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4723) 9:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.816007Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4759) 18:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.816201Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4702) 4:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.816377Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4714) 7:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.816636Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4780) 23:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.816831Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4735) 12:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.817024Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4738) 13:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.817224Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4751) 16:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.817419Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4782) 24:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.817619Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4712) 6:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.817802Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4793) 27:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.818006Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4766) 20:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.818186Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4809) 31:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.818430Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4729) 11:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.818696Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4695) 2:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.818992Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4747) 15:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.819190Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4698) 3:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.819372Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4690) 1:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.819538Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4727) 10:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.819726Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4720) 8:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.819991Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4686) 0:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.820164Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4753) 17:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.820337Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4708) 5:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.820570Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4721) 9:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.820774Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4757) 18:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.820958Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4703) 4:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.821203Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4713) 7:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.821380Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4777) 23:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.821546Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4736) 12:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.821731Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4784) 24:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.821928Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4711) 6:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.822109Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4787) 25:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.822276Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4737) 13:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.822437Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4762) 19:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.822605Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4790) 26:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.822783Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4750) 16:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.822966Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4794) 27:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.823134Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4807) 30:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.823301Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4767) 20:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.823474Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4799) 28:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.823641Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4743) 14:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.823828Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4803) 29:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.824000Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4771) 21:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.824185Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4773) 22:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.824358Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4811) 31:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.824526Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4694) 2:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.824695Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4745) 15:0(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.824870Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4728) 10:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.825043Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4718) 8:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.825229Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4755) 17:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.825413Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4704) 4:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.825594Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4734) 12:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.825779Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4783) 24:2(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.825953Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4785) 25:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.826109Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4739) 13:2(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.826277Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4764) 19:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.826456Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4792) 26:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.826632Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4752) 16:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.826825Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4795) 27:2(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.826986Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4805) 30:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.827174Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4797) 28:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.827357Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4741) 14:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.827528Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4802) 29:1(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.827689Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4769) 21:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.827873Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4812) 31:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.828045Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4696) 2:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.828285Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4746) 15:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.828520Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4701) 4:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.828684Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4733) 12:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.828859Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4781) 24:0(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.829039Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4788) 25:3(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.829191Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4789) 26:0(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.829352Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4796) 27:3(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.829529Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4808) 30:3(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.829698Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4798) 28:1(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.829866Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4801) 29:0(1,1) to CPUs [4,5,6,7].' 2024-02-21T11:32:48.830041Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4810) 31:1(1,1) to CPUs [12,13,14,15].' 2024-02-21T11:32:48.830222Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4791) 26:2(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.830408Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4806) 30:1(1,1) to CPUs [8,9,10,11].' 2024-02-21T11:32:48.830590Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4800) 28:3(1,1) to CPUs [0,1,2,3].' 2024-02-21T11:32:48.830771Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'MtEpoll bind worker thread(tid:4804) 29:3(1,1) to CPUs [4,5,6,7].'

bchengwang avatar Feb 21 '24 11:02 bchengwang

@bchengwang What's the final output of pxd commnad?

vettalwu avatar Feb 22 '24 01:02 vettalwu

@vettalwu

(PolarDB) C:\Users\bcheng>pxd tryout C:\Users\bcheng.conda\envs\PolarDB\Lib\site-packages\deployer Start creating PolarDB-X cluster pxc-tryout on your local machine PolarDB-X Cluster params:

  • cn count: 1, version: latest
  • dn count: 1, version: latest
  • cdc count: 1, version: latest
  • gms count: 1, version: latest
  • leader_only: True Processing [------------------------------------] 0% pre check Processing [##----------------------------------] 7% generate topology Processing [#####-------------------------------] 15% check docker engine version Processing [########----------------------------] 23% pull images Pull image: polardbx/polardbx-engine-2.0:latest at 127.0.0.1

latest:Pulling from polardbx/polardbx-engine-2.0 Digest: sha256:4dfe03d40925cb66e0da295c11dbf79eee4138a37d0170b3acbb950c987701e3 Status: Image is up to date for polardbx/polardbx-engine-2.0:latest Pull image: polardbx/xstore-tools:latest at 127.0.0.1

latest:Pulling from polardbx/xstore-tools Digest: sha256:1feab571ab1aae88e48274b86301ed7d24db0bb26f3e2eea430257757551bed8 Status: Image is up to date for polardbx/xstore-tools:latest Pull image: polardbx/polardbx-sql:latest at 127.0.0.1

latest:Pulling from polardbx/polardbx-sql Digest: sha256:f6bb1f4f5288c4cfe319c15ec67a7d514123f3e66bc376274bf159690f35ddf1 Status: Image is up to date for polardbx/polardbx-sql:latest Pull image: polardbx/polardbx-init:latest at 127.0.0.1

latest:Pulling from polardbx/polardbx-init Digest: sha256:9e3f3e1f2d8420e7f2bb3e52647bcff7d31449b30fe4a502625b8941ce56695a Status: Image is up to date for polardbx/polardbx-init:latest Pull image: polardbx/polardbx-cdc:latest at 127.0.0.1

latest:Pulling from polardbx/polardbx-cdc Digest: sha256:7336bf20d3ae1c5127d20ca9a46e31b6439b7835314f406c87fad9d9ea9f6588 Status: Image is up to date for polardbx/polardbx-cdc:latest Processing [###########-------------------------] 30% create gms node

Traceback (most recent call last): File "C:\Users\bcheng.conda\envs\PolarDB\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\bcheng.conda\envs\PolarDB\lib\runpy.py", line 87, in run_code exec(code, run_globals) File "C:\Users\bcheng.conda\envs\PolarDB\Scripts\pxd.exe_main.py", line 7, in File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\click\core.py", line 1137, in call return self.main(*args, **kwargs) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\click\core.py", line 1062, in main rv = self.invoke(ctx) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\click\core.py", line 1668, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\click\core.py", line 1404, in invoke return ctx.invoke(self.callback, **ctx.params) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\click\core.py", line 763, in invoke return __callback(*args, **kwargs) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\pxd.py", line 56, in tryout create_tryout_pxc(name, type, cn_replica, cn_version, dn_replica, dn_version, cdc_replica, cdc_version, leader_only) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\pxc\polardbx_manager.py", line 41, in create_tryout_pxc pxc.create() File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\pxc\polardbx_cluster.py", line 146, in create result = create_task() File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\decorator\decorators.py", line 43, in wrapper raise ex File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\decorator\decorators.py", line 36, in wrapper ret = func(*args, **kw) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\pxc\polardbx_cluster.py", line 361, in _create_gms self.gms.create() File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\xdb\xdb.py", line 103, in create result = create_task() File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\decorator\decorators.py", line 64, in wrapper raise ex File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\decorator\decorators.py", line 57, in wrapper ret = func(*args, **kw) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\xdb\xdb.py", line 408, in _create_admin_account leader_node = self._wait_leader_elected() File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\retrying.py", line 49, in wrapped_f return Retrying(*dargs, **dkw).call(f, *args, **kw) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\retrying.py", line 212, in call raise attempt.get() File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\retrying.py", line 247, in get six.reraise(self.value[0], self.value[1], self.value[2]) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\six.py", line 719, in reraise raise value File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\retrying.py", line 200, in call attempt = Attempt(fn(*args, **kwargs), attempt_number, False) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\deployer\xdb\xdb.py", line 369, in _wait_leader_elected (exit_code, output) = container.exec_run(cmd=["/tools/xstore/current/venv/bin/python3", File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\models\containers.py", line 198, in exec_run exec_output = self.client.api.exec_start( File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\utils\decorators.py", line 19, in wrapped return f(self, resource_id, *args, **kwargs) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\api\exec_api.py", line 169, in exec_start return self._read_from_socket(res, stream, tty=tty, demux=demux) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\api\client.py", line 420, in read_from_socket return consume_socket_output(gen, demux=demux) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\utils\socket.py", line 137, in consume_socket_output return six.binary_type().join(frames) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\api\client.py", line 414, in gen = (data for (, data) in gen) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\utils\socket.py", line 94, in frames_iter_no_tty (stream, n) = next_frame_header(socket) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\utils\socket.py", line 66, in next_frame_header data = read_exactly(socket, 8) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\utils\socket.py", line 51, in read_exactly next_data = read(socket, n - len(data)) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\utils\socket.py", line 35, in read return socket.recv(n) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\transport\npipesocket.py", line 23, in wrapped return f(self, *args, **kwargs) File "C:\Users\bcheng.conda\envs\PolarDB\lib\site-packages\docker\transport\npipesocket.py", line 117, in recv err, data = win32file.ReadFile(self._handle, bufsize) pywintypes.error: (109, 'ReadFile', '管道已结束。')

bchengwang avatar Feb 22 '24 02:02 bchengwang

@bchengwang login the gms container and run the following command:

myc -e "select * from information_schema.alisql_cluster_local"

vettalwu avatar Feb 22 '24 02:02 vettalwu

@vettalwu sh-4.2# myc -e "select * from information_schema.alisql_cluster_local" +-----------+--------------+------------------+--------------+---------------+----------------+--------+-----------+------------------+---------------------+---------------+ | SERVER_ID | CURRENT_TERM | CURRENT_LEADER | COMMIT_INDEX | LAST_LOG_TERM | LAST_LOG_INDEX | ROLE | VOTED_FOR | LAST_APPLY_INDEX | SERVER_READY_FOR_RW | INSTANCE_TYPE | +-----------+--------------+------------------+--------------+---------------+----------------+--------+-----------+------------------+---------------------+---------------+ | 1 | 2 | 172.17.0.2:23862 | 1 | 2 | 1 | Leader | 1 | 0 | Yes | Normal | +-----------+--------------+------------------+--------------+---------------+----------------+--------+-----------+------------------+---------------------+---------------+ sh-4.2#

bchengwang avatar Feb 22 '24 02:02 bchengwang

@bchengwang Do you use docker for windows and what's your python version?

vettalwu avatar Feb 22 '24 05:02 vettalwu

@vettalwu

Windows 11 家庭中文版 23H2 Docker Desktop 4.27.2 Docker 25.0.3 conda 23.5.2 Python 3.8.18 pip 23.3.1 pxd version: 0.6.1 commit id: 3512607

Wsl

WSL 版本: 2.0.9.0 内核版本: 5.15.133.1-1 WSLg 版本: 1.0.59 MSRDC 版本: 1.2.4677 Direct3D 版本: 1.611.1-81528511 DXCore 版本: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows 版本: 10.0.22631.3155

pip 软件包

(PolarDB) C:\Users\bcheng>pip list Package Version


asttokens 2.4.1 bcrypt 4.1.2 certifi 2021.5.30 cffi 1.16.0 charset-normalizer 2.0.4 click 8.0.1 colorama 0.4.4 cryptography 42.0.2 docker 5.0.0 humanfriendly 10.0 icontract 2.6.6 idna 3.2 librosa 0.9.2 llvmlite 0.40.1 numba 0.57.1 packaging 23.2 paramiko 2.12.0 pip 23.3.1 pxd 0.6.1 pycparser 2.21 pycryptodomex 3.10.1 PyMySQL 1.0.2 PyNaCl 1.5.0 pyreadline3 3.4.1 pywin32 227 PyYAML 5.4.1 requests 2.26.0 retrying 1.3.3 setuptools 68.2.2 six 1.16.0 spur 0.3.20 spurplus 2.3.4 temppathlib 1.2.0 typing_extensions 4.9.0 urllib3 1.26.6 websocket-client 1.2.1 wheel 0.41.2

bchengwang avatar Feb 22 '24 06:02 bchengwang