master-slave Questions

4

[03/21/16 16:09:39] [SSH] Opening SSH connection to 172.18.73.53:22. [03/21/16 16:09:40] [SSH] Authentication successful. [03/21/16 16:09:40] [SSH] The remote users environment is: [03/21/16 16:09:...
Einstein asked 21/3, 2016 at 9:7

2

I've searched google thoroughly for a definitive solution or set of steps to resolve this issue, but there don't seem to be many high quality results, and I haven't found the question on stack over...
Speaks asked 23/8, 2012 at 18:12

10

I'm facing a weird issue when I launch Jenkins as Windows service in my client VM. 1) I have launched Jenkins as Windows service in my client side master machine (a Windows VM) and configured my l...
Hillhouse asked 10/2, 2016 at 7:35

3

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 a st...
Capwell asked 7/1, 2013 at 18:30

2

Solved

I am trying to write an STM32 as an I2C slave device with a simple interface that works like this: So master will always send a registered address every time, then either write or read from that r...
Edom asked 23/10, 2022 at 14:49

4

Solved

Has anyone tried a way to add or update an ENVIRONMENT variable in a Jenkins slave's configuration using Jenkins Rest/API or any other way. Using Jenkins Swarm plugin, I created a slave (it uses J...

4

I use jenkins master-slave configuration for capturing Performance metrics of a product. We have observed that jenkins-slave tends to accumulate memory and thus influences the Performance metrics b...
Tanguy asked 20/3, 2015 at 11:7

1

A graph is always better than the last sentences, so here is what I would like to do : To sum up: I want to have a Redis master instance outside (or inside, this is not relevant here) my K8S clus...
Thermocouple asked 22/12, 2021 at 16:40

7

Solved

I get a permissions denied but don't know why. From my jenkins master I was able to run the following command using ssh-rsa-key scp /var/cache/jenkins/war/WEB-INF/slave.jar jenkins@<my_slave_ho...
Trichromatism asked 27/2, 2015 at 22:26

1

In our current architecture, we are using Redis from MemoryStore, as a simple fast cache and pub-sub system. For one of our services, we need to have a local very fast cache for a replicated servic...

5

Solved

I download latest JMeter 4, As part of Remote Testing To run JMeter in remote node, start the JMeter server component on all machines you wish to run on by running the JMETER_HOME/bin/jmeter-s...

2

I'm trying to separate the Read and write DB operations via Flask Sqlalchemy. I'm using binds to connect to the mysql databases. I would want to perform the write operation in Master and Reads from...
Corie asked 23/8, 2012 at 14:29

1

Solved

How to configure Laravel 5.5 with master slave MySQL replication ? I want to make write operations and read operations in master and slave respectively . Optional: Is there any way to do connec...
Sealer asked 9/12, 2017 at 4:55

1

Solved

I'm a beginner for MySQL Master-Slave . and I have read two tutorials . How to Setup MariaDB (Master-Slave) Replication Setup MariaDB Master-Slave Replication In first tutorial. It make me t...
Homologue asked 8/6, 2017 at 9:34

2

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,...
Eridanus asked 18/1, 2013 at 18:20

5

Solved

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...
Psychoanalysis asked 5/10, 2009 at 23:51

2

Solved

I'm learning to deploy Hadoop Cluster on 2 machines, one master and one slave. However, after deployment the web app server(i.e. port 8088 on master) is not reachable. I use netstat -ant to check i...
Chaldron asked 23/3, 2016 at 7:4

1

We're using Apache Solr (3.1.0) to index a lot of articles written for multiple sites. We have a master/slave setup (replication config at the bottom), where server 1 indexes the articles, and serv...
Metaphysical asked 26/2, 2016 at 13:53

1

I am picking up knowledge of consensus protocols in a distributed system. Such a distributed system does primary-backup on databases. I learned that "every consensus protocol can loop forever." fr...

5

Solved

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 (...
Bloodstream asked 16/10, 2011 at 7:2

11

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 Java EE appli...
Liesa asked 7/4, 2010 at 18:15

2

Solved

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 repl...
Present asked 22/12, 2011 at 14:32

2

Solved

My website has a very heavy read traffic. A lot heavier than write traffic. To improve the performance of my website I have thought of going with master/slave database configuration. The octupus ...

2

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 pee...
Freespoken asked 24/1, 2012 at 14:56

1

I have 2 MySql with a master/slave configuration and the replication is failing. The MySql Master crashed and a new register in the mysql-bin.index was created. I deleted this new register because ...
Croaker asked 3/3, 2015 at 17:23

© 2022 - 2024 — McMap. All rights reserved.