Top "Master-slave" questions

A metaphor that may be offensive and is currently being deprecated.

Jenkins Slave Permission Denied while copying slave.jar

I get a permissions denied but don't know why. From my jenkins master I was able to run the following …

ssh jenkins master-slave
What is the difference between binlog-do-db and replicate-do-db?

I'm a beginner for MySQL Master-Slave . and I have read two tutorials . How to Setup MariaDB (Master-Slave) Replication Setup MariaDB …

mysql mariadb master-slave
Slave cannot connect to Master

I'm trying to configure my laptop as a slave, my master would be a server where Jenkins is installed. I've …

jenkins connect master-slave
Jenkins Master/Slave configuration

I've been reading about Jenkins master/slave configurations but I still have some questions: Is it so that the slave …

jenkins cluster-computing master-slave
SPI Slave setup on STM32F4 board

I am trying to communicate between two STM32F4 discovery boards via SPI in Master & Slave configuration. I already …

interrupt master-slave spi stm32f4discovery
Leader Election Algorithm

I am exploring various architectures in cluster computing. Some of the popular ones are: Master-Slave. RPC ... In Master-slave, the normal …

algorithm distributed-computing cluster-computing master-slave
MySQL Replication fails with error "Could not parse relay log event entry."

I've searched google thoroughly for a definitive solution or set of steps to resolve this issue, but there don't seem …

mysql database-replication master-slave mysqlbinlog
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 …

mysql mysqldump database-backups master-slave
jenkins \ force project to run on specific slave with input parameter?

If I have job that invokes series of jobs in jenkins can I give them all parameter to tie them …

jenkins master-slave
How can I have Jenkins run a script on another server and watch over the result?

I want Jenkins to be able to kick off a deployment process on another server, but I want a process …

deployment jenkins master-slave artifacts