Tagged Questions
The master-slave tag has no wiki summary.
17
votes
9answers
1k views
What's a good Java-based Master-Slave communication mechanism?
I'm creating a Java application that requires master-slave communication between JVMs, possibly residing on the same physical machine. There will be a "master" server running inside a JEE application ...
8
votes
2answers
761 views
Starting remote Erlang nodes
I want to write a master-slave application in Erlang. I am thinking at the following things I need from the architecture:
the slaves shouldn't die when the master dies, but rather try to reconnect ...
6
votes
3answers
480 views
How to Master/Slave switch, load balancing in CakePHP
I need to implement master/slave/load balancing into an existing site.
Does anyone use these (or other) implementations for master/slave switching?
The resources I found on how to implement ...
5
votes
4answers
4k views
Hudson — Step by step guide to set up master and slave machines
As you can see, the link to that on the hudson website is dead.
So, I was hoping for a little step by step for setting up a windows slave with a linux master.
I managed to setup hudson on the ...
5
votes
3answers
1k views
Master / Slave switch in the Zend Framework application layer
I am writing an application which requires the Master/Slave switch to happen inside the application layer. As it is right now, I instantiate a Zend_Db_Table object on creation of the mapper, and then ...
4
votes
1answer
82 views
WCF (or alternative) Controller-worker setup on machines across the internet
We have a .net monitoring service that runs on several PCs installed across the UK at client locations. We need to be able to communicate with these pc's from a central web application in order to ...
4
votes
1answer
89 views
How should I refactor my code (PHP & MySQL) to work more efficiently with a Master / slave database configuration?
I have developed a web application using PHP and MySQL which has all been running from a single server. When I come to scale up and need a separate database server and then ultimately need a master / ...
4
votes
2answers
321 views
ActiveRecord counter_cache giving stale count with multi_db gem
I'm using the multi-db gem with Slony-I replication on PostgreSQL in a Rails app. This mostly works perfectly, but there is a bit of a replication lag in certain cases. One of the cases involves an ...
4
votes
4answers
576 views
Ruby On Rails Master-Slave Postrgres Databases
I am currently setting up a master-slave app using Ruby on Rails that needs to have a Master-Slave backend. I'm currently looking at using Slony for the replication component, and Masochism for ...
3
votes
1answer
216 views
MySQL Replication (3 masters, 1 Slave)
I am currently in the process of setting up mySQL replication.
I need to get data from three places.
So for example I have
NEED THIS DATA
server1 - database1
server2 - database2
server3 - database3
...
3
votes
3answers
311 views
How to check if two large tables are identical?
I have 2 servers running one as a master and another slave. I want to check weather both the tables have the same data. How can i check and confirm this? The table has more than 23 million rows.
Also ...
3
votes
1answer
116 views
which size of chunk will yield to best performance using master-worker with MPI?
Im using MPI to parrlel a program that is trying to solve the Metric TSP problem. I have P processors , and N cities to pass .
Each thread asks for work from the master, recieves a chunk - which is a ...
3
votes
2answers
378 views
Using MYSQL replication to speed up Schema changes and table optermise
I hear that many people use master - slave arrangements help to improve time taken when changing schemas by using replication to setup a new temporary master, then stopping relocation and then ...
3
votes
1answer
356 views
How to start Camel routes on slave ActiveMQ only when slave becomes active in failover?
I have a durable consumer to a remote JMS queue in embedded Camel routing. Is it possible to have this kind of routing with master-slave configuration? Now it seems that the Camel routes are started ...
2
votes
1answer
59 views
Get a master program start a slave in a new thread
I am using popen to start a C++ slave program from a master program. However, by doing so control does not return to the master program until the slave has completed its tasks.
How can I start the ...
2
votes
2answers
89 views
mysql replication - master to slave
I have successfully set up a master to slave environment and it is definitely working fine.
The only problem I have is that selecting count from a table, they are not the same BUT selecting after 5 ...
2
votes
1answer
200 views
hibernate not calling setReadOnly(true) on connection
I'm trying to set up my spring / hibernate project to work with master/slave database setup.
Transactions seem to work in spring (for example when I try to hibernateTemplate.merge() within a method ...
2
votes
1answer
455 views
mysql proxy r/w replication and temporary tables
I am doing master/slave replication on MySQL5.1 and r/w split with mysql proxy 0.8.x
It works fine except with temporary tables. MySQL throws an error, that the temporary table is not existent.
This ...
2
votes
1answer
408 views
PIC 16f627 using a pin for both input and output
I'm trying to connect two PIC 16f627 chips together (programmed with PICC-Lite) with one I/O pin (RA2, which changes direction at known points) and a CLK pin which is driven by one of the chips.
I ...
2
votes
2answers
1k views
Rails 3 and mysql master-slave replications
Want to set up mysql master-slave replications in rails app.
Are there plugins/db adapters available for Rails 3? Does the Masochism plugin work properly with rails 3?
2
votes
1answer
244 views
reliability: Master/slave pattern is doomed?
More and more of the noSQL databases that are in the spotlight uses the master/slave pattern to provide "availability", but what it does (at least from my perspective) is creating the weak link in a ...
2
votes
1answer
375 views
hudson and vmware player or virtual box, windows slave
I am currently running ubuntu 10.4, I would like to be able to run windows XP from within that machine, using vmware player/workstation. I am not sure which is better for my situation.
I need to ...
2
votes
1answer
237 views
Surgical slave reads for Ruby on Rails, mulitple databases
Greetings,
I'm currently working on a multiple database rails application.
I want to off load the SELECT queries on to the slave databases
for only SOME of the databases or specific models.
The ...
2
votes
3answers
3k views
How to write the Mysql binary log position of master when doing a mysqldump from slave?
I am currently running mysqldump on a Mysql slave to backup our database. This has worked fine for backing up our data itself, but what I would like to supplement it with is the binary log position ...
1
vote
1answer
33 views
Master-slave vs peer-to-peer distributed computing
HBase has a master-slave model, while Cassandra has a peer-to-peer model. I am aware that in a master-slave model, the master is a SPOF (Single Point of Failure) and there is no such thing in a ...
1
vote
1answer
47 views
MySQL Slave not Replicating
I have set up MySQL master/slave replication for 2 servers before without problems, I usually follow the great documentation on the MySQL website here. However this time I have set it up and ...
1
vote
0answers
69 views
ORM and mysql replication lag
we are moving to a master/multi-slave mysql setup and I am concerned about how to tackle the issue of data integrity without changing the application code too much.
Our application uses an ORM ...
1
vote
1answer
76 views
Does High Replication DB “eventually consistent” mean that detached JDO objects may not always contain updated object graph?
I have been using the Master/Slave database for previous App Engine projects but my new app is defined as High Replication Datastore (I don't believe this setting can be changed after it is defined).
...
1
vote
3answers
1k views
Leader Election Algorithm
I am exploring various architectures in cluster computing. Some of the popular one are -
Master-Slave.
RPC
...
in Master-slave, normal way is to set one machine as master & a bunch of ...
1
vote
1answer
194 views
2 customer created with master slave configured
With master slave configured on magento 1.4.1.
When I place order from backend two customers are created. One customer
is with all the information added during order and one user without
firstname, ...
1
vote
1answer
308 views
Zend master slave mysql
I want to switch slave db if master fails. I found Master/Slave switch, but its for reading writing (seems very logical, but not this case). Can you give " db failure" strategy in zend?
1
vote
1answer
227 views
Spreading a single build over multiple slaves Hudson
I want to write an ant script that is distributed over multiple slaves. I don't understand exactly how the hudson system works but it seems to simply run the whole of one type of build on a single ...
1
vote
2answers
424 views
CodeIgniter configure different IP for READ and WRITE MySQL data
My company has been setting up a different server for read and write access of mysql DB. Previously, we use custom php script.
However, I was recently given task to create tools by leveraging CI. I've ...
1
vote
1answer
360 views
Master and Slaves failover from Slave snapshot
I plan to use MySQL setup with one master server and several slave
servers. I would perform regular consistent backup of the data EBS on one of the slave
servers (I will always stop database before ...
1
vote
1answer
103 views
mysql replication incompatible statements problem
i wanted to setup a new mysql database slave running a newer version of mysql => 5.1.41 than the master => 5.0.75, which -- as far as i know -- should normally be no problem. however, as it turns out ...
1
vote
1answer
543 views
Hudson — Dumb slave
I have been playing with Hudson slaves lately, I was wondering what a dumb slave is? and when is it beneficial to use?
An example would be nice. They suggest there are other types of slaves but they ...
1
vote
2answers
217 views
How to reset(?) a (out-of-sync)DB on a MySQL master-master replication
I have a master-master MySQL replication. It was delicious until yesterday but, for some reason which I could not figure it out yet, they lost synchronization. I've been wandering around forums and ...
1
vote
1answer
565 views
Autoscaling mysql on ec2
I need autoscaling of mysql-slave on ec2 can anybody guide me how to do that and how to transfer the load on newly added instance
1
vote
1answer
206 views
Java me : Can we retrieve bluetooth address of connected device from an open slave connection?
Here is a typical sequence of events that occur :
Host device opens a service ( Host device accepts and opens all incoming connections)
A remote device connects to host device.
Now, we have a slave ...
0
votes
1answer
27 views
Can a database be replicated to an ec2 instance from outside amazon? [closed]
I am looking to set up replication which will have master in local environment and slave in the amazon environment. I am able to set up replication successfully for two ec2 instances but failing to do ...
0
votes
1answer
25 views
Adding members to Replica Set on MongoDb
I am trying to create a replica set with MongoDb, the servers hostnames are:
hostname
hostname-1
hostname-2
Each of these has all the relevant hostnames detailed in their /etc/hosts file (They;re ...
0
votes
0answers
11 views
Master slave replication with replica latency in mind
I am working on a Ruby on rails application in production.
This application needs master/slave database replication.
I am using the octopus gem to do that.
The problem is that I have a staging env ...
0
votes
0answers
32 views
Master-slave replication; read-splitting strategy
We're close to requiring replication on our MySQL database, and I'm looking for a bit of clarification on the best strategy. Hopefully this is still specific enough a question to be asked here.
We ...
0
votes
0answers
48 views
Master Detail Combos in WPF
I am a newbie in WPF and specially its data binding.
I have a table with recursive structure. The table structure is shown as below:
ID (int, not null) As PK,
Text (nvarchar),
ParentID (int)
I ...
0
votes
1answer
24 views
Snapshot of EBS volume used for replication
I setup an EC2 instance with MySQL on EBS volume and setup another instance which acts as Slave for Replication. The replication set up was fine. My question is about taking snapshots of these ...
0
votes
1answer
110 views
MySQL Master-Master replication & Auto-Increment column issue
I am doing some testing with master-master replication and I ran on some weird problem, I will try and describe the procedure I followed so that someone can perhaps reproduce the issue.
I set up ...
0
votes
0answers
19 views
Rails: What happen when creating an object on master, and reading it on a slave afterwards?
I just found Octopus, and it sounds great.
But one question: What happen when creating an object on master, and
reading it on a slave afterwards?
For example, redirect after creating a user. ...
0
votes
0answers
41 views
MAMP MySql Master Slave Replication on local machine
has anyone a good tutorial or info how to make a master slave replication on a local machine with MAMP 2.0 ?
should i install multiple mysql instances or can i do it with one installation
Thanks
0
votes
0answers
87 views
Selenium Grid 1 Opens a stale firefox session
Hi so this is my situation that I face more often than not.
Do not know of any exact way to reproduce but, I'll try to give out as much info I have.
So I have selenium grid setup (using selenium ...
0
votes
1answer
236 views
Error 'Unknown table engine 'InnoDB'' on query. after restarting mysql
I have mysql DB on server S1 (mysql version 5.1.41-3ubuntu12.7-log), i have created master-slave for this DB on server S2 (mysql version 5.1.54-1ubuntu4-log).
the DB on S1 was using one data file ...