Estou tendo um problema seriamente estranho.
Se eu tar
algum diretório aleatório com muitos arquivos ou um único arquivo grande tar -pcvf files.tar /var/log
, o mysql fica completamente bloqueado e todas as conexões do mysql são usadas pelo tempo em que tar
está sendo executado.
Meu erro nginx.log é preenchido com
2011/04/01 04:29:11 [error] 15089#0: *39023131 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: xxx.xxx.xxx.xxx, server: www.domain.com, request: "GET /some.html HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm.sock:", host: "www.domain.com", referrer: "http://www.domain.com/some-other.html"
Eu vejo muitas conexões bloqueadas se eu correr
SHOW PROCESSLIST;
Meu servidor tem 4 CPUs com 8 núcleos (32 núcleos, 64 threads) e 64GB RAM .
Tem 6x discos SSD no RAID 10 .
Top
mostra 100% cpu em 1 core em uso para tar
, mas logo após tar
finishes, o cqu do mysql usa pulos para mais de 600% por um segundo ou dois.
top - 04:48:29 up 37 days, 14:17, 4 users, load average: 3.82, 1.37, 0.99
Tasks: 1035 total, 1 running, 1034 sleeping, 0 stopped, 0 zombie
Cpu(s): 3.4%us, 7.4%sy, 0.0%ni, 89.1%id, 0.0%wa, 0.0%hi, 0.1%si, 0.0%st
Mem: 65980076k total, 43154916k used, 22825160k free, 523560k buffers
Swap: 1052248k total, 0k used, 1052248k free, 37479984k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
9325 mysql 15 0 7624m 2.3g 4700 S 606.3 3.6 6861:35 mysqld
- A versão do mysql é 5.1.56
- Linux 2.6.18-238.1.1.el5 # 1 SMP Ter Jan 4 13:32:19 EST 2011 x86_64 x86_64 x86_64 GNU / Linux
- O mysql tem o log binário ativado
my.cnf é otimizado de acordo com sugestões de tuning-primer e mysqltuner e sem nenhum aviso. (exceto para conexões maximizadas devido a tar
issue)
[mysqld]
server-id = 100
datadir = /var/lib/mysql
port = 3306
socket = /var/lib/mysql/mysql.sock
log-error = /var/log/mysql/mysql.err
log-bin = /var/log/mysql/mysql-bin
log-bin-index = /var/log/mysql/mysql-bin.index
expire_logs_days = 2
sync_binlog = 1
skip-external-locking
skip-innodb
slow_query_log = 1
slow_query_log_file = /var/log/mysql/slow_query.log
long_query_time = 10
max_connections = 768
key_buffer = 6G
table_cache = 15360
read_buffer_size = 2M
read_rnd_buffer_size = 2M
sort_buffer_size = 1M
tmp_table_size = 128M
max_heap_table_size = 128M
max_allowed_packet = 16M
bulk_insert_buffer_size = 16M
myisam_sort_buffer_size = 128M
thread_cache_size = 64
join_buffer_size = 1M
Eu tentei algumas outras ferramentas de compactação como pigz
e gzip
e tudo está normal.
pigz
é multithreaded então usa todos os núcleos ao máximo. A parte superior mostra o uso de 3000% cpu se eu executá-lo e o mysql é executado sem problemas - nem uma única consulta ou bloqueio de tabela.
De qualquer forma, não sei se isso é um problema de tar
ou mysql e como resolvê-lo. Eu apreciarei qualquer ajuda.
Desculpe pelo meu inglês:)
Obrigado!
EDITAR:
maior iostat 2
durante tar
avg-cpu: %user %nice %system %iowait %steal %idle
0.20 0.00 1.31 7.81 0.00 90.68
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
sda 1179.00 308.00 452244.00 616 904488
sda1 0.00 0.00 0.00 0 0
sda2 1179.00 308.00 452244.00 616 904488
sda3 0.00 0.00 0.00 0 0
maior top
durante tar
top - 05:26:07 up 37 days, 14:55, 4 users, load average: 2.45, 1.70, 1.07
Tasks: 1045 total, 2 running, 1043 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.1%us, 1.7%sy, 0.0%ni, 91.7%id, 6.4%wa, 0.0%hi, 0.1%si, 0.0%st
Mem: 65980076k total, 39148160k used, 26831916k free, 488752k buffers
Swap: 1052248k total, 0k used, 1052248k free, 33484548k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
27604 root 25 0 76192 1072 896 R 99.5 0.0 0:23.94 tar
maior vmstat
durante tar
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 5 0 21973424 474068 37700200 0 0 1 19 0 0 1 0 99 0 0
maior slabtop
durante tar
Active / Total Objects (% used) : 9150253 / 12383252 (73.9%)
Active / Total Slabs (% used) : 452818 / 453490 (99.9%)
Active / Total Caches (% used) : 105 / 149 (70.5%)
Active / Total Size (% used) : 1359015.74K / 1709422.53K (79.5%)
Minimum / Average / Maximum Object : 0.02K / 0.14K / 128.00K
OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME
8161880 5170966 63% 0.09K 204047 40 816188K buffer_head
2796624 2795723 99% 0.21K 155368 18 621472K dentry_cache
295320 292658 99% 0.09K 7383 40 29532K journal_head
294665 215031 72% 0.52K 42095 7 168380K radix_tree_node
136800 136770 99% 0.02K 950 144 3800K avtab_node
132192 86357 65% 0.08K 2754 48 11016K selinux_inode_security
127680 119472 93% 0.03K 1140 112 4560K size-32
74565 69314 92% 0.74K 14913 5 59652K ext3_inode_cache
64320 40789 63% 0.12K 2144 30 8576K inet_peer_cache
59972 55193 92% 0.17K 2726 22 10904K vm_area_struct
saída para cat /proc/mdstat
Personalities :
unused devices: <none>
saída para mount
/dev/sda2 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
saída para df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda2 46497792 144610 46353182 1% /
/dev/sda1 26104 46 26058 1% /boot
tmpfs 8247509 1 8247508 1% /dev/shm