Clusters MariaDB no Ubuntu 16.04

0

Eu instalei o MariaDB Clusters no Ubuntu 16.04

Reiniciei o serviço MariaDB no Linode principal, com o sinalizador --wsrep-new-cluster:

sudo mysqld --wsrep-new-cluster

mas parece que o processo é congelado:

2018-07-26 18:21:53 0 [Note] WSREP: Member 0.0 (node_1) synced with group.
2018-07-26 18:21:53 2 [Note] WSREP: New cluster view: global state: c5a39811-9100-11e8-9c7c-3b80ca7e4e8a:0, view# 1: Primary, number of nodes: 1, my index: 0, protocol version 3
2018-07-26 18:21:53 0 [Note] WSREP: SST complete, seqno: 0
2018-07-26 18:21:53 0 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 0)
2018-07-26 18:21:53 0 [Note] InnoDB: For Galera, using innodb_lock_schedule_algorithm=fcfs
2018-07-26 18:21:53 0 [Note] InnoDB: Using Linux native AIO
2018-07-26 18:21:53 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-07-26 18:21:53 0 [Note] InnoDB: Uses event mutexes
2018-07-26 18:21:53 0 [Note] InnoDB: Compressed tables use zlib 1.2.8
2018-07-26 18:21:53 0 [Note] InnoDB: Number of pools: 1
2018-07-26 18:21:53 0 [Note] InnoDB: Using SSE2 crc32 instructions
2018-07-26 18:21:53 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
2018-07-26 18:21:53 0 [Note] InnoDB: Completed initialization of buffer pool
2018-07-26 18:21:53 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2018-07-26 18:21:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2018-07-26 18:21:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2018-07-26 18:21:53 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2018-07-26 18:21:53 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2018-07-26 18:21:53 0 [Note] InnoDB: Waiting for purge to start
2018-07-26 18:21:53 0 [Note] InnoDB: 10.3.8 started; log sequence number 1630851; transaction id 21
2018-07-26 18:21:53 0 [Note] Plugin 'FEEDBACK' is disabled.
2018-07-26 18:21:53 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2018-07-26 18:21:53 0 [Note] InnoDB: Buffer pool(s) load completed at 180726 18:21:53
2018-07-26 18:21:53 0 [Note] Server socket created on IP: '0.0.0.0'.
2018-07-26 18:21:53 0 [Note] Reading of all Master_info entries succeded
2018-07-26 18:21:53 0 [Note] Added new Master_info '' to hash table
2018-07-26 18:21:53 0 [Note] mysqld: ready for connections.
Version: '10.3.8-MariaDB-1:10.3.8+maria~xenial-log'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
2018-07-26 18:21:53 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2018-07-26 18:21:53 2 [Note] WSREP: REPL Protocols: 8 (3, 2)
2018-07-26 18:21:53 2 [Note] WSREP: Assign initial position for certification: 0, protocol version: 3
2018-07-26 18:21:53 0 [Note] WSREP: Service thread queue flushed.
2018-07-26 18:21:53 2 [Note] WSREP: GCache history reset: 00000000-0000-0000-0000-000000000000:0 -> c5a39811-9100-11e8-9c7c-3b80ca7e4e8a:0
2018-07-26 18:21:53 2 [Note] WSREP: Synchronized with group, ready for connections
2018-07-26 18:21:53 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2018-07-26 18:26:53 11 [Warning] Host name 'zg-0711a-11.stretchoid.com' could not be resolved: Name or service not known

devo sair usando Ctrl + X?

    
por en Peris 26.07.2018 / 20:31

0 respostas