Eu tenho o KVM VDS no CentOS 7 com hhvm, nginx e MariaDB, com poucos sites estáticos (html / css puro) e um site php com um banco de dados (na verdade, o Wordpress). Esta noite recebi notificações do rastreador de uptime, sites estáticos caíram por cerca de 40 minutos, e o site do WP ficou inativo até de manhã quando reiniciei o MariaDB manualmente. Tendo feito isso, eu verifiquei os logs e apareceu tabelas necessárias reparação.
A sequência de log da noite:
171231 17:03:26 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.5.56-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB Server
180128 01:59:04 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
180128 1:59:04 [Note] /usr/libexec/mysqld (mysqld 5.5.56-MariaDB) starting as process 1150 ...
180128 1:59:04 InnoDB: The InnoDB memory heap is disabled
180128 1:59:04 InnoDB: Mutexes and rw_locks use GCC atomic builtins
180128 1:59:04 InnoDB: Compressed tables use zlib 1.2.7
180128 1:59:04 InnoDB: Using Linux native AIO
180128 1:59:04 InnoDB: Initializing buffer pool, size = 128.0M
180128 1:59:04 InnoDB: Completed initialization of buffer pool
180128 1:59:04 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
180128 1:59:04 InnoDB: Waiting for the background threads to start
180128 1:59:05 Percona XtraDB (http://www.percona.com) 5.5.52-MariaDB-38.3 started; log sequence number 18372705
180128 1:59:05 [Note] Plugin 'FEEDBACK' is disabled.
180128 1:59:05 [Note] Server socket created on IP: '0.0.0.0'.
180128 1:59:05 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 12: Cannot allocate memory
180128 1:59:05 [ERROR] Do you already have another mysqld server running on port: 3306 ?
180128 1:59:05 [ERROR] Aborting
180128 1:59:05 InnoDB: Starting shutdown...
180128 1:59:09 InnoDB: Shutdown completed; log sequence number 18372705
180128 1:59:09 [Note] /usr/libexec/mysqld: Shutdown complete
180128 01:59:09 mysqld_safe mysqld from pid file /var/run/mariadb/mariadb.pid ended
180128 09:39:49 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Eu gostaria de saber, o que poderia ter acontecido, é minha culpa por não ter configurado algo corretamente ou é culpa do meu hospedeiro? O que mais devo verificar?