June 18, 2013

Post: How to fix your PRM cluster when upgrading to RHEL/CentOS 6.4

TIMEOUT=.*/CMAN_QUORUM_TIMEOUT=0/g” /etc/sysconfig/cman [root@percona2 ~]# sed -i.sed “s/.*CMAN_QUORUM_TIMEOUT=.*/CMAN_QUORUM_TIMEOUT

Post: Percona XtraBackup 2.1.2 for MySQL available for download

…. Bugs Fixed: Using Perl’s DBD::MySQL package for server communication instead of spawning the MySQL command line client introduced a regression… in such a case. Bug fixed #1180662. Low values for wait_timeout on the server could cause server to close the connection… the bigger value for wait_timeout option on the server to prevent server from closing connections if the global wait_timeout value is set…

Post: MySQL 5.6 Compatible Percona Toolkit 2.2 Released

… tries and wait time between tries for all operations are configurable. Also, we removed –lock-wait-timeout which set innodb_lock_wait_timeout because that now conflicts, or is at least confused with, lock_wait_timeout (introduced in MySQL 5.5…

Post: Virident vCache vs. FlashCache: Part 2

…time=7200 ­­–max­-requests=0 ­­–percentile=95 ­­\ –mysql­-user=root –mysql­-socket=/tmp/mysql.sock ­­–mysql­-table­-engine=innodb ­­\ –oltp­-read­-only=off …fast_shutdown = 1 #not innodb options (fixed) back_log = 50 wait_timeout = 120 max_connections = 5000 max_prepared_stmt_count=500000 max…

Post: MySQL 5.5 lock_wait_timeout: patience is a virtue, and a locked server

…caption id=”attachment_13286″ align=”alignright” width=”200″] MySQL 5.5 lock_wait_timeout: patience is a virtue, and a locked server[/caption… something about lock_wait_timeout that shocked me.  From the MySQL 5.5 docs for lock_wait_timeout: This variable specifies the timeout in seconds for…

Post: Ultimate MySQL variable and status reference list

I am constantly referring to the amazing MySQL manual, especially the option and variable reference table. But just …_semi_sync_master_wait_no_slaveblogpercona.commanual Rpl_semi_sync_master_wait_pos_backtraverseblogpercona.commanual Rpl_semi_sync_master_wait_sessionsblogpercona.commanual Rpl…

Post: MySQL net_write_timeout vs wait_timeout and protocol notes

…that. MySQL uses a lot of different timeout variables at different stages. For example when connection is just being established connect_timeout is used. When server waits for another query to be sent to it wait_timeout (or interactive_timeout for applications which…

Post: How to debug long-running transactions in MySQL

…, then other transactions could block and fail with a lock wait timeout. The problem is, it can be very difficult to find… port 3306 and port ${port} > /root/tcpdumps/`date +%s`-tcpdump & mysql -e ‘show innodb status\Gshow full processlist’ > /root/tcpdumps/`date +%s… problems bringing everything on the system to a grinding “lock wait timeout” halt.

Post: How to Monitor MySQL with Percona's Nagios Plugins

… failed or overly full. Too many deadlocks. Deadlocks (and lock wait timeouts, covered in another plugin) are frequent causes of serious errors… down for a system reboot. The pmp-check-mysql-pidfile plugin verifies that MySQL‘s PID file exists. Evidence of contention in… to deadlocks and timeouts, applications often don’t handle or log this error appropriately. The pmp-check-mysql-status plugin can be…