The master-slave tag has no wiki summary.
2
votes
2answers
24 views
how to make the myql master to only do writes and slaves do the read
I am trying to setup MySQL master slave network. Application is ready heavy and not write heavy. How to configure the master to do only writes and slaves to do only the read operations.
1
vote
0answers
17 views
MySQL Replication - Can I create a table on a slave without breaking replication?
Using master-slave replication, can I write to a table on the slave that DOES NOT exist on the master and never will, without interfering with replication with out-of-sync errors?
The master and ...
0
votes
1answer
16 views
Warning: Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT
Full error:
Warning: Unsafe statement written to the binary log using statement format
since BINLOG_FORMAT = STATEMENT. Statements writing to a table with an
auto-increment column after selecting ...
1
vote
2answers
25 views
Verify that master and slave database have the same data
Currently, I am using Master-Slave replication (MySQL) as backup plan. Master feed any update/insert query to slave database and I automatically set a schedule in slave server to do regular full ...
0
votes
0answers
19 views
error when indexing with terrier and hadoop on a multi node cluster
i'm traing to use terrier on hadoop to index some texts, i have this error "Error reading task outputslave-4", can any bady help me???
Setting TERRIER_HOME to ...
0
votes
0answers
26 views
stored procedure on slave that inserts data
I have simple master slave configuration. All writes happening on master are synced onto slave. Now I have a stored procedure that has a cursor which creates a temporary table passes resultset to php ...
0
votes
0answers
31 views
Rescuing Redis Exception in Rails
I currently have a Rails 3.2.13 app using redis as its cache_store and for Sidekiq.
I'm also using redis master-slave. I ran into an issue where during failover a slave would be in the process of ...
1
vote
1answer
41 views
How can I seperate reads and writes with a multi-db setup with django & postgresql?
as some of you are aware Django has multi-db support. This can be achieved by writing a dbrouter to send writes to the master database and all the reads to the slave, but as stated on the Django Docs ...
0
votes
0answers
11 views
MySQL Err 1032 on only 1 Slave [migrated]
I'm getting a very strange error on one of my MySQL servers and I'd appreciate some help.
The Setup
I have a separate environments.
Environment 1 consists of the Master Server and 1 Slave.
...
0
votes
1answer
91 views
Arduino ModBus communication
I have master / slave codes Arduinos. How can I connect them with pins on Arduino board?
I'm using the SimpleModbus library, but there is no information about connecting them.
Libraries are
#include ...
0
votes
0answers
31 views
MySQL Master/Slave. Actual use of Slave Machine [migrated]
We have a MySQL server running in a mobile production trailer. The trailer is out on the road for weeks at a time. We have cell internet and wifi access is nearly all of our locations. Our office ...
0
votes
0answers
16 views
How to manage JBoss AS in a Jenkins master/slave configuration
I am executing a job from my master Jenkins that runs a build on another VM slave Jenkins. The build builds/deploys/starts JBoss server/tests/shutdowns JBoss server. However, I cannot see where I ...
0
votes
1answer
115 views
Jenkins Master/Slave configuration
I've been reading about Jenkins master/slave configurations but I still have some questions:
1) Is it so that the slave Jenkins is not actually installed and started up the way master Jenkins is? I ...
0
votes
0answers
23 views
Netjack error: “slave is running with a different protocol”
I'm trying to run jack between two computers.
System 1:
tobago$ jackd -R -d alsa -P hw:0 -C hw:1 -p 1024
tobago$ jack_load netadapter
System 2:
trinidad$ jackd -R -d alsa
trinidad$ jack_load ...
0
votes
1answer
36 views
Why SQLAlchemy Session.filter().update/delete raise read-only exception when using RoutingSession?
The following is my config, slave is read-only:
engines = {
'master': create_engine( ...
0
votes
1answer
32 views
How to improve this programme to work master also
In this mpi programme only works slave nodes. How to modify it to work master also. Because working of the master also improve the performance of the system.
int A,B,C, slaveid,recvid,root, ...
-2
votes
1answer
42 views
How to write a shell script to find out which node is acting as a master in CQ5 cluster environment
I have my Adobe CQ5 servers in Linux environment (Redhat). I have to write a shell script to find out which node is acting as a Master presently in CQ5 Cluster environment.
My CQ5 clustering ...
2
votes
0answers
71 views
Are there widely accepted alternatives to 'master / slave' terminology for database replication? [closed]
I had an embarrassing experience recently. A colleague and I were discussing how to migrate our primary database server from one datacenter to another, when a group of college students (business and ...
0
votes
0answers
18 views
Alternatives master/slave communication models
What are the alternatives to the master/slave communication models.
I'm looking for other models of communication to make a comparison between them.
0
votes
3answers
189 views
asp.net doesnt refresh the newly uploaded photo in master page
I have a Profile aspx file and there is fileupload button to upload an profile photo. When you click the file upload button, it opens the file selector window. when the user select the file and close ...
1
vote
1answer
105 views
Can I use MongoDB for an ActiveMQ Master/Slave architecture?
I want to set up an ActiveMQ Master/Slave cluster
If I understand correctly (please correct me if I'm wrong), this needs a JDBC supporting database like MySql, and this is only for synchronisation ...
0
votes
3answers
25 views
replication slave has less space
I need to setup the replication
so for that i took backup from the master and imported into slave and now slave has 20 GB free space,
at the time while i am restoring backup master got 5+ GB of ...
0
votes
1answer
51 views
Is there any client-server architecture for MongoDB?
I would like to build a master-slave architecture for MongoDB and satisfy the following constraint:
master can be read and written anytime.
slave sync from Server every hour, and can only be read.
...
0
votes
1answer
41 views
MySQL: Is it possible to have slave in-memory database?
Is it possible to configure slave in-memory database?
Master db is common, slave for read only operation could suit well into in-memory storage.
If it is not possible with MySQL, what are other ...
0
votes
0answers
56 views
MySQL replication don't switch to Slave when Master die
I follow MySQL replication tutorial on this page
MySQL Master/Slave Load Balancing with JPA and Spring
I experiment this by shut down Master DB and notice that db connections(that i didn't set to ...
0
votes
1answer
177 views
Percona xtradb cluster with asynch slaves
I have a Percona xtradb cluster set up with 3 nodes. Node 1 is also set up as a master with an asynchronous slave. When I make an update to Node 1, it is replicated to the cluster as well as the ...
0
votes
1answer
65 views
Mysql slave giving error on status check
I have a master mysql server which is working fine.on show status command it gives
+-------------------+----------+--------------+------------------+
| File | Position | Binlog_Do_DB | ...
1
vote
3answers
111 views
CouchDB: Is it possible to control order of replication?
I have a huge master CouchDB database and slave read-only CouchDB database, that synchronizes with master database.
Because rate of changes is quick, and channel between servers is slow and unstable, ...
0
votes
0answers
42 views
How to switch mooseFS master on fly?
The mfs master installed on server A, and now the server A must off-line.
So how to switch mfs master to Server B? Any steps suggested?
Many thanks.
0
votes
0answers
69 views
Approaches to implement MySQL master/slave from Spring
In trying to implement MySQL Master/Slave strategy ( reads from slaves v/s writes only on master ) for a Spring/Hibernate based webapp , I tested 2 approaches but I am little confused on which ...
2
votes
1answer
69 views
CouchDB: synchronize between slave databases
Scenario:
1 big CouchDB database (master) and several read-only databases (slaves) that continuously replicate from master.
Is it possible to configure additional replications between slaves?
Is ...
0
votes
0answers
38 views
master slave in hetrogeneous distributed environment
I want to implement a master-slave architecture for a program on homogeneous distributed environment. I want to allocate(divide) the task based to different procesors. Can anybody suggest the ...
0
votes
1answer
134 views
How to load balance read-only request to master,slave db MySQL server?
Can i configure MySQL request or db pool property(currently using c3p0) to load balance read-only request to db server,i read from somewhere it said that you can do this by set request as read-only ...
1
vote
1answer
204 views
How to view selenium tests running on a jenkins slave running on a windows 7 server?
We have a build environment set up with Jenkins running on a linux server. In order to run some integration tests on a windows specific project, we have a Windows 7 server vm set up as a hudson slave. ...
1
vote
1answer
117 views
Serial Peripheral Interface
I was going through an article related to SPI. There was a configuration named 'Daisy Chaining', in case of multiple slaves.
So far, what I have understood about SPI (based on wikipedia) is,
SPI ...
0
votes
1answer
28 views
Is there a way to prevent a project from not having access to another project files in Jenkins CI?
I am trying to setup a Jenkins/Hudson CI in a distributed environment. I am curious about the following questions:
1) does the slave account need to be a root/administrator account? If lower ...
0
votes
0answers
153 views
Is this a supported Jenkins Master-slave configuration?
We have a master Jenkins running on a Linux system. The same master is attached as node using "Launch slave via execution of a command on the master". It has the same FS root as the JENKINS_HOME. The ...
0
votes
1answer
107 views
Is record replicated in postgres cluster?
We use Postgres as database for our project and found that streaming replication fit our needs which works asynchronous. We have one server in write only mode (MASTER) and others in read only ...
4
votes
2answers
61 views
Life-copies for devel-team in MongoDb
Q: Which is the best architecture for life-copies for testing and development?
Current setup:
We have two amazon/EC2 mongod servers like this:
Machine A:
A production database (on an amazon/EC2 ...
1
vote
0answers
136 views
On RDS can I create Tables in a Read Replica that are not present on the Master?
We have a separate RDS Instance to handle session state tables, however found that the session DB load is very low. if we can convert the instance handling session as a Read Replica of the main DB, ...
0
votes
0answers
20 views
ADO.NET transparent broker to separate reads and writes?
I want to separate the database reads and writes my .NET application performs, without modifying the application code.
Is there a commercial or open source product, that would work as a virtual "SQL ...
1
vote
1answer
94 views
I'm a bit new to Modbus communications and am having a hard time figuring out what functions to use on the master's side of “free modbus”
I'm a bit new to Modbus communications and I've started reading about the "Free Modbus" library. Now, I understood how to use it to implement the slave side of the Modbus communications, but I just ...
1
vote
1answer
182 views
MongoDb PHP Driver - Aggregate query with readPreference?
Using php driver 1.3.2 and mongodb 2.2, I am trying to use readPreference to direct an aggregate query to one of the secondaries in my replica set. Seems whatever I try, the aggregate query is ...
0
votes
0answers
147 views
How to replicate MySQL without 1062? [closed]
for a long time I am figuring out how to set up an MySQL Master and Slave replication.
I followed the instructions from MySQL itself ( http://dev.mysql.com/doc/refman/5.5/en/replication-howto.html ) ...
1
vote
1answer
360 views
ActiveMQ Shared File System Master Slave on Amazon EC2
We want to use an ActiveMQ master/slave configuration based on a shared file system on Amazon EC2 - that's the final goal. Operating system should be Ubuntu 12.04, but that shouldn't make too much ...
1
vote
2answers
49 views
MySQL Query Delegation / Transfer
Does MySQL have query delegation system for the master / slave replication. Or is there any way in programming by which I can achieve same.
I want to make SELECT queries go to SLAVE and every other ...
0
votes
0answers
103 views
iOS / Mobile development and master/slave database architecture
I am currently building an iOS and android application with a team, and we will definitly (at some point) need some master/slave replication on our postgresql replication.
I wanted to know what were ...
0
votes
1answer
249 views
Implementing master-slave webpage with Knockout.js
I'm trying to implement master-slave web page where on the left side is a control on which you can choose an element. On the right side chosen element's details are shown. I'm using asp.net mvc and ...
1
vote
1answer
195 views
Asynchronous MPI Master-Slave model
The master has a large set of tasks, which it distributes to any slave that signals its ready.
The tasks are not equal in calculation time but are all calculating some value. As an output, the master ...
1
vote
1answer
814 views
Slave unable to connect to master and start tasktracker or datanode in hadoop
I am working with a 2 node fully distributed hadoop cluster. I am trying to connect tasktracker to run on the slave node but it is not able to connect to my 9000/9001 ports. Below are the config files ...


