polardb / polardb/polardbx-sql
kylinuxv10 arm 环境下,单机部署失败
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 337
- PR merge metrics
- No merged PRs in 30d
Description
2026-03-12T01:20:00.425987Z 0 [System] [MY-025031] [XPaxos] XPaxos server start, pid:30078
2026-03-12T01:20:00.426045Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error, value:/home/polarx/polardbx-engine/log/alert.log
2026-03-12T01:20:00.426053Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:initialize-insecure, value:1
2026-03-12T01:20:00.426615Z 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.
2026-03-12T01:20:00.427913Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:basedir, value:/opt/polardbx_engine
2026-03-12T01:20:00.427925Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:log_error_verbosity, value:2
2026-03-12T01:20:00.427932Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:default_authentication_plugin, value:mysql_native_password
2026-03-12T01:20:00.427940Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:gtid_mode, value:ON
2026-03-12T01:20:00.427948Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:enforce_gtid_consistency, value:ON
2026-03-12T01:20:00.427955Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:log-bin, value:mysql-binlog
2026-03-12T01:20:00.427962Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_format, value:row
2026-03-12T01:20:00.427969Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:binlog_row_image, value:FULL
2026-03-12T01:20:00.427975Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:master_info_repository, value:TABLE
2026-03-12T01:20:00.427982Z 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2026-03-12T01:20:00.427989Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:relay_log_info_repository, value:TABLE
2026-03-12T01:20:00.427993Z 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2026-03-12T01:20:00.428000Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:datadir, value:/home/polarx/polardbx-engine/data
2026-03-12T01:20:00.428007Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:tmpdir, value:/home/polarx/polardbx-engine/tmp
2026-03-12T01:20:00.428013Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:socket, value:/home/polarx/polardbx-engine/tmp.mysql.sock
2026-03-12T01:20:00.428019Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:port, value:3306
2026-03-12T01:20:00.428028Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster_id, value:1234
2026-03-12T01:20:00.428034Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:cluster-info, value:127.0.0.1:14886@1
2026-03-12T01:20:00.428041Z 0 [System] [MY-025031] [XPaxos] mysqld option: name:server_id, value:2712347953
2026-03-12T01:20:00.428093Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2026-03-12T01:20:00.428109Z 0 [System] [MY-013169] [Server] /opt/polardbx_engine/bin/mysqld (mysqld 8.0.32-X-Cluster-8.4.19-20250825) initializing of server in progress as process 30078
2026-03-12T01:20:00.445448Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2026-03-12T01:20:01.718228Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2026-03-12T01:20:02.678076Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc disabled by database initialization.'
2026-03-12T01:20:03.405710Z 0 [System] [MY-013911] [Server] Crash recovery finished in binlog engine. No attempts to commit, rollback or prepare any transactions.
2026-03-12T01:20:03.405748Z 0 [System] [MY-013911] [Server] Crash recovery finished in InnoDB engine. No attempts to commit, rollback or prepare any transactions.
2026-03-12T01:20:03.849746Z 7 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2026-03-12T01:20:05.913537Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc get shutdown notify.'
2026-03-12T01:20:06.199379Z 0 [Warning] [MY-000000] [Server] Plugin polarx_rpc reported: 'Plugin polarx_rpc exit.'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the single-node deployment on the reported ARM Kylin V10 environment and start by reviewing the attached mysqld initialization log. Identify why startup does not complete and verify the fix by confirming that the deployment finishes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mysql
- Domain
- databases, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100