Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
are there any issues replicating a database to a percona cluster?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mark Niel  
View profile  
 More options Oct 17 2012, 6:15 pm
From: Mark Niel <markandmo...@gmail.com>
Date: Wed, 17 Oct 2012 15:15:24 -0700 (PDT)
Local: Wed, Oct 17 2012 6:15 pm
Subject: are there any issues replicating a database to a percona cluster?

I have a database which I want to replicate to an InnoDB Cluster, and then
failover the server to the InnoDB cluster.

I was wondering if there are any issues replicating to an InnoDB cluster.

The reason why I ask is I setup a MySQL to replicate to an InnoDB Cluster
of 2 nodes (just for testing).
I create a database and table on the Master, it replicates to cluster
node1, and the same database and table appear on cluster node2.
When I insert data on the Master, it goes to node1, but doesn't go to
node2.
When I insert data into node1, it goes into node2.

It sort of makes me think the data is getting committed on node1, but not
propagating to node2 when its done through replication.

Would any problem cause this? Or is this a bug?
I am using Ubuntu 12.4 and the latest Percona download for it.

Thanks!
Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Yurchenko  
View profile  
 More options Oct 24 2012, 1:00 am
From: Alex Yurchenko <alexey.yurche...@codership.com>
Date: Wed, 24 Oct 2012 07:59:59 +0300
Local: Wed, Oct 24 2012 12:59 am
Subject: Re: [percona-group] are there any issues replicating a database to a percona cluster?
On 2012-10-18 01:15, Mark Niel wrote:

Hi,

Check that you have set log_slave_updates.

Regards,
Alex

--
Alexey Yurchenko,
Codership Oy, www.codership.com
Skype: alexey.yurchenko, Phone: +358-400-516-011


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Niel  
View profile  
 More options Oct 25 2012, 8:18 pm
From: Mark Niel <markandmo...@gmail.com>
Date: Thu, 25 Oct 2012 17:18:38 -0700
Local: Thurs, Oct 25 2012 8:18 pm
Subject: Re: [percona-group] are there any issues replicating a database to a percona cluster?

Thanks!
I thought it was something simple.
I didn't think the cluster replication was connect to log_slave_updates,
but I am sure I will find the notes somewhere that you have to do that.
Works good.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Yurchenko  
View profile  
 More options Oct 26 2012, 3:37 am
From: Alex Yurchenko <alexey.yurche...@codership.com>
Date: Fri, 26 Oct 2012 10:37:12 +0300
Local: Fri, Oct 26 2012 3:37 am
Subject: Re: [percona-group] are there any issues replicating a database to a percona cluster?
On 2012-10-26 03:18, Mark Niel wrote:

> Thanks!
> I thought it was something simple.
> I didn't think the cluster replication was connect to
> log_slave_updates,

Cluster replication is not connected to log_slave_updates, but
replicating slave updates (through cluster replication) does ;)

> but I am sure I will find the notes somewhere that you have to do
> that.
> Works good.

>> Check that you have set log_slave_updates.

>> Regards,
>> Alex

>> --
>> Alexey Yurchenko,

--
Alexey Yurchenko,
Codership Oy, www.codership.com
Skype: alexey.yurchenko, Phone: +358-400-516-011

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »