June 19, 2013

Post: Percona XtraDB Cluster (PXC) in the real world: Share your use cases!

…(incremental state transfer) is not feasible. It also helps when node data integrity is compromised. So, naturally duration of SST is paramount. We recommend …PXC for its sync status. As referenced in that post, you can refer a post by Peter Boros (“Percona XtraDB Cluster reference architecture with…

Post: Galera Flow Control in Percona XtraDB Cluster for MySQL

Last week at Percona Live, I delivered a six-hour tutorial about Percona XtraDB Cluster (PXC) for MySQL.  I actually had more material than… will not lead to inconsistencies, but that is beyond the scope of this post. Tuning flow control Flow control is triggered when a Synced node

Post: Is Synchronous Replication right for your app?

Percona XtraDB Cluster (PXC) and mostly they are interested in PXC as a high-availability solution.  But, what they tend notnodes in your cluster. Transaction apply on slave nodes is still asynchronous from client commit (except on the original node where the transaction is

Post: Percona XtraDB Cluster Feature 2: Multi-Master replication

Percona XtraDB Cluster. It is recommended you get familiar with general architecture of the cluster,…node in your cluster and do not worry that eventually you get out-of-syncPercona XtraDB Cluster provides it, and let’s see how it works. With our Cluster you can write to any node, and the Cluster

Post: Percona XtraDB Cluster: Failure Scenarios with only 2 nodes

…: text/plain Node is running. Same output on percona2 Now let’s check the status variables: | wsrep_local_state_comment | Synced (6) | | wsrep… the dead node comes back it will perform its IST or SST. In conclusion: 2 nodes cluster is possible with Percona XtraDB Cluster but it’s not advised…

Post: Using pt-table-checksum with Percona XtraDB Cluster

cluster nodes are not like traditional replicas.  In this post I demonstrate how to use pt-table-checksum with Percona XtraDB Cluster. First, you’ll need Percona…until pt-table-sync is “PXC-approved” There are other limitations when using pt-table-checksum with Percona XtraDB Cluster Please submit …

Post: Percona XtraDB Cluster reference architecture with HaProxy

nodes. # yum -y install Percona-XtraDB-Cluster-server Percona-XtraDB-Cluster-client percona-xtrabackup Install haproxy and sysbench on the client nodePercona XtraDB Cluster (GPL), wsrep_23.6.r340 120619 13:21:19 [Note] WSREP: Member 0 (ip-10-244-33-92) synced

Post: Comparing Percona XtraDB Cluster with Semi-Sync replication Cross-WAN

… (not semi-sync). Semi-sync Same as the control but with semi-sync enabled on the slave (slave was in the other colo). XtraDB Cluster 1… thread per node per test client.  More on that in a future post. Conclusion Percona Xtradb Cluster and Galera on which it is based offers…

Post: Percona XtraDB Cluster Feature 1: High Availability

node. There is three methods of SST available in Percona XtraDB Cluster: mysqldump, rsync and xtrabackup ( Percona XtraBackup with support of XtraDB ClusterNode by using SHOW STATUS LIKE ‘wsrep_local_state_comment’, when it isSynced (6)’, the node is

Post: Feature in details: Incremental state transfer after a node crash in Percona XtraDB Cluster

… on not identical data, but you know that you do not have a consistent cluster in…Note] WSREP: Node 5 (node3) requested state transfer from ‘*any*’. Selected 0 (node1)(SYNCED) as donor… the node is ready and succesfully joins cluster. You may try it with the latest release Percona XtraDB Cluster