Questions tagged [slave]

281 questions
0
votes
0 answers

Master not waiting for MPI_Reduce from spawn

I have a master file and a slave file and the master file is not waiting for MPI_Reduce before outputting it's result. The (4) slaves are printing out a line and passing back the number 10.0 and the Master is supposed to add them up and display the…
jsan
  • 1,019
  • 7
  • 18
  • 32
0
votes
1 answer

Is there a command where to see which mysql databses are replicated to slaves?

We all know, that there are several keys inside the mysql config to control which databases are beeing replicated to slaves. I am wondering if there is a simple mysql command that shows me - based on the my.cnf and all other options that might be…
michabbb
  • 699
  • 1
  • 6
  • 24
0
votes
0 answers

mysql replica A->B->C not replicate data

I have 3 mysql DB , each one on different server A - master database B - slave of A. on this server some of the tables have triggers that insert data to tables that are in server B and not in serever A for example : table tbl_trade is in A and B…
Gilad_T
  • 86
  • 6
0
votes
1 answer

Redis Dual Masters temporarily during a failure and recover

We have three redis servers setup as follows: Node1: Default Redis Master & Running Redis Sentinel Software Node2: Redis Slave & Running Redis Sentinel Software Node3: Redis Slave & Running Redis Sentinel Software If I go to node1 and issue a…
Brad
  • 1,431
  • 5
  • 25
  • 42
0
votes
1 answer

activeMQ master/slave for high availability

I am trying to use activeMQ master / slave, for high availability, but it seems we can only have pair of master/slave, say amq1M (master) and amq1S (slave), if amq1M is down, it could failover to amq1S, but can I also set amq1S as master…
user3527917
  • 289
  • 2
  • 9
  • 22
0
votes
0 answers

Upgrade MySQL with Replication Master-Slave 5.0 to 5.6

I know that on the MySQL website there's much information about it and official documentation although I'm looking for a recipe on how-to upgrade MySQL. If someone could point a blog, website or a document to it will be great! Details: Linux…
Haohmaru
  • 358
  • 1
  • 5
  • 13
0
votes
0 answers

XC8 pic16f876a I2C slave

How to implement the code to use the peak in slave mode?I come to you because I have not found on the web a satisfactory answer to my search. I am an experienced train principle on orders outsourced PIC16FXXX. The goal is to unload the electronic…
user3094275
0
votes
2 answers

monitoring hadoop cluster with ganglia

I'm new to hadoop and trying to monitor the working of a multi node cluster using ganglia, The setup of gmond is done on all nodes and ganglia monitor only on the master.However,there are hadoop metrics graphs only for the master node and just…
user93
  • 147
  • 1
  • 1
  • 9
0
votes
1 answer

Unable to execute shell script on slave with Jenkins

I am attempting to run JUnit tests on a slave via Jenkins. Configuration of the slave was successful and the master seems to recognize the slave's workspace but is unable to execute the java command via the "Execute Shell" under Build. There is no…
Jai
  • 309
  • 2
  • 9
  • 28
0
votes
1 answer

jamod with Modbus Serial Slave

I'm using jamod (ModBus api) with a Beaglebone Black which runs on Android. I successfully used it for ModBus TCP Slave app. It worked like a charm. Now I'm trying to use it for Modbus serial slave app. But I am having an error. I think the problem…
MilesDyson
  • 638
  • 1
  • 9
  • 31
0
votes
2 answers

Unhelpful Jenkins slave error

I have 2 Jenkins slaves that are "identical" and the first one is working fine. The second one getting this most unhelpful error: At revision 168565 FATAL: null java.lang.NullPointerException at…
M Smith
  • 1,868
  • 15
  • 28
0
votes
1 answer

Hibernate Search Slave setup on Tomcat 7 + ActiveMQ 5.9 + Spring 3.2

I am unable to correctly setup a slave node for Hibernate Search. I have found multiple articles on the subject and follow them, but it will not work for me. I have setup the the master successfully. Maybe a few more sets of eyes can see…
mark
  • 41
  • 8
0
votes
0 answers

Jenkins Stop after found connection issue

I have a problem with Jenkins, I have a Job with around 30 steps calling maven. I have a slave machine running this job and the problem is that sometimes that slave machine disconnects and Jenkins stop working. My question is, is any way to say…
HellPine
  • 11
  • 2
0
votes
1 answer

linux slave cannot checkout source , svn: E175002: Received fatal alert: bad_record_mac

environment is: jenkins 1.5.20 on RHEL 6 jenkins SSH Slaves plugin 1.2 SSH Credentials plugin 1.3 i have a user on both the master host and slave host that can successfully ssh between the two hosts and on the master there is no issue checking out…
user1800734
  • 213
  • 1
  • 3
  • 7
0
votes
1 answer

MySQL slave not updating / syncing

I had a MySQL slave that was running on one server, but I needed to migrate to a new server. I shut down my slave on the original server, copied the DB over to the new server and launched MySQL. I updated the Master configuration by using Change…
Eric B.
  • 20,257
  • 43
  • 147
  • 269
1 2 3
18
19