1
vote
1answer
98 views

Redis DB Master Slave set up

I have installed Redis for my nodeJS application and configured it to be a slave for another instance of Redis DB running on a different server. Can I have the same instance (different DB) of Redis ...
1
vote
1answer
104 views

Msp430 i²c module and libraries

I have a project that has a MSP430G2553 master device and a Triple-Axis Digital-Output Gyro ITG-3200 Breakout slave. ITG3200 uses i²c protocol to communicate so i've been checking out the i²c module ...
0
votes
1answer
51 views

How does the jobs/instructions from master to the slave is being trasmited in Jenkins ?

I am trying to understand the excat mean of communciation between master and slave in jenkins. How does the jobs/instructions from master to the slave is being trasmitted ? I am aware that a TCP/IP ...
0
votes
0answers
38 views

Master slave configuration for jenkins

Can someone please in detail mention to setup master and slave(both windows) in jenkins, where slave executes a job. The documentation does not clearly mentions the steps. If someone can elaborate by ...
0
votes
0answers
144 views

Using jqGrid in Embarcaderos HTML5 builder

I'm trying to define two related jqGrids connected and related over a MySQL database. One of the grids is a category list and the other is a list of all items and their categories. I want that the ...
0
votes
0answers
67 views

Interceptor to set connection.setReadOnly(true) throws Transaction Error

I am trying to route all Reads to a MySQL slave by intercepting a spring Transaction and setting connection.setReadOnly(true). My interceptor uses aspectJ to create Aspects and looks like so - ...
0
votes
0answers
121 views

How to set VisualSVN Server master-slave (mirror) configuration on windows machines

We have three SVN Server on windows machine. One onsite (ON1) and two offshore (OF1, OF2). I want to make the onsite SVN Repository as Master and offshore machines as mirrors. User will commit to ...
0
votes
0answers
69 views

Mysql replication - mysql.yongger2 breaked my master-slave server

Last week, I had found a problem with my master-slave server. Slave can't get data from master. I checked error log on my slave and found error like: 130112 20:22:24 [ERROR] Slave SQL: Error 'Table ...
0
votes
0answers
108 views

Mysql Master has slave relay-logs - how can I get rid of them?

The other day I noticed that a mysql master server needed to be cleaned up as binlogs were not automatically purging. While cleaning up the server I noticed that there were a number of relay-logs on ...
0
votes
0answers
126 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 ) ...
0
votes
0answers
97 views

I have an issue running a jenkins job in slave using maven (Maven home doesn´t exist)

I am experiencing an issue running Jenkins job using slaves. The job is a Maven job, that updates code from svn and then build and run tests, this project runs well in both master and slave as an ...
0
votes
0answers
223 views

In a master-slave setup in Postgres, can the slave have different indexes on its tables? [closed]

I have a master-slave setup that essentially feeds 2 different systems. One system inserts gobs of data, while the other reads it back out. I have quite a few indexes set up for the reads, but of ...
0
votes
0answers
37 views

MySQL: Combining Enterprise Edition (Master) with Standard/Community Edition (Slave)

does anybody know if it is possible as per oracle licensing to run a MySQL Master licensed under the Enterprise Edition in combination with slaves running the Standard or Community Edition? I've been ...
0
votes
1answer
148 views

SQL ERROR [mysql] Conflicting Read Lock [1223]

I've a master-slave configuration in MySQL. Now I need to create a table, so I execute FLUSH TABLES WITH READ LOCK; on the master database, after, I'm trying to execute "CREATE TABLE....." but it ...
0
votes
2answers
130 views

Setup Master for builds on Jenkins

I moved jenkins from one server to another and while most things seem to be working I can no longer build on master. When I run a job on master no bash profile is sourced so I'm missing all my paths. ...
2
votes
0answers
143 views

Solr indexversion and replicatable index version are different

I am using solrJ to add documents to solr server. I have a master/slave setup. After indexing, i do a commit through http://URL/update?commit=true so that i am able to do the search in the master ...
0
votes
0answers
58 views

hudson multiconfiguration slaves running on specified os

I had a multiconfiguration project where, the master(on windows) triggers and the slaves has to run on the macos. I installed the tie matix parent plugin, so i got the option tie parent build to a ...
1
vote
3answers
580 views

MySQL Master-Slave-Slave Configuration

Quick questions about MySQL Master-Slave-Slave set-ups: I currently have a Master-Slave set up right now and I would like to add another slave. Would it be possible to clone the server running the ...
0
votes
1answer
42 views

MySQL replication system

I'd use replication on a big structure. I would know if doing a INSERT on a master will wait for the data to be replicated on all the servers or will end after putting the data on the server the ...
0
votes
1answer
313 views

Getting output from remote hudson builds

I have recently added several Hudson slave machines to a working master. Some of the builds have result files (Doxygen output, Boost unit test results, cppcheck) which are published using the ...
3
votes
1answer
3k views

mysql replication - slave server on one database

I couldn't find an answer to my question. I have 2 mysql servers. Master server Slave server Now i want to add another Slave server but i have other website running on that server. Can i ...
1
vote
2answers
912 views

Mysql : How to synchronize databases after having been offline using replication?

I created a replication between two computers (a laptop I use to add new datas in my db and a server that save everything I do on the laptop) and it works fine. But today, my laptop was online so I ...
2
votes
1answer
428 views

hadoop master node slave node datanode

I am Riyas and new in hadoop. if a master node goes down what happened to the cluster? Any slave node can act as a master? Is it need any additional configuration? Any one help me please.
1
vote
1answer
240 views

MySQL Master-Slave and slave as master - slave configuration

Currently I have normal MySQL Master - Slave configured. For ex :- Server 1 as Master and Server 2 as Slave. Now I want Server 2 as Master (Which is already a slave for Server 1) and Server 3 as ...
0
votes
1answer
653 views

MySQL database synchronisation, multiple master single slave (backup)

We have a multiple master single slave setup. The masters must be synchronized to the slave. We are now using the following code http://mysqlonrails.blogspot.com/2008/03/custom-replication.html ...
1
vote
1answer
57 views

Is MySQL Replication what I need?

I am building a R&D website, where I run a lot of proprietary software that I don't want to install on a webserver. My plan is to setup a master on my local machine hooked to a standard broadband ...
0
votes
0answers
149 views

Mysql master slave.. slave not updating connections good logs maching?

THis is when i do show slave status... i still dont see the replication being done... is being up for 2 days now and nothing.... i have reset many times the connection... could it be one mysql is ...
4
votes
1answer
553 views

MySQL Replication Simple Master/Slave Replication

I have simple Master/Slave configuration. I have 8GB of RAM on both my production boxes. I was using Master for Writes only and slave for Reads only. But over the weekend I ran one job which was to ...
5
votes
2answers
3k views

Error: “could not initailize master info structure” while doing Master Slave Replication in MySQL

I am trying to do Master Slave Replication for MySQL. When i am typing the following command: CHANGE MASTER TO MASTER_HOST='10.1.100.1', MASTER_USER='slave_user', MASTER_PASSWORD='slave_password', ...
0
votes
1answer
211 views

Master-Slave form in LWUIT

Small question - did anybody face a need to create master-slave form using LWUIT? The task is following: I need to have a sort of grid with order's short details, and a separate field to reflect the ...
5
votes
3answers
6k views

SSH Key authentication failing when connecting Mac Hudson slave to Linux master

Ok, so I have Hudson (v1.393) running in an Ubuntu VM and everything's working fine. However I'm trying to add a Mac slave to the Ubuntu master and I've run in to a few problems. I have set up SSH ...
2
votes
1answer
360 views

Clearcase and hudson - Unix master and windows slave

I work for a very large company which blindly follows UCM. Clercase is managed by UCM team.Everything happens by rule book. Clearcase clients on unix environment is rarity and we had lot of problems ...
1
vote
1answer
411 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 ...
0
votes
2answers
796 views

how to programatically determine Bluetooth master/slave roles?

So in a bluetooth piconet, there is one master with upto seven slaves. The master sets the clock and frequency hop that the slaves sync with. But is there a way to determine which device is the ...
1
vote
0answers
147 views

C# program to switch updating from Master server to Slave server

assuming that I have setup the Database (MySQL) Replication using Master-Slave configuration, and have synchronized those Master and Slave servers, how can my C# program know that it has to update the ...
2
votes
1answer
310 views

master-slave design problem

By design,all read should be from slave,and update on master, but consider the following situation: there is a column water_mark in table_a, and I need to read from table_b whose column time_mark ...