master-slave Questions
2
Solved
I'm using node.js, and using the cluster module. Everytime I run cluster.fork(), I always get a
throw er; // Unhandled 'error' event
Error: bind EADDRINUSE
at exports._errnoException (util.js:746...
Antagonize asked 12/9, 2015 at 0:25
0
Currently, I am using Vagrant 1.4.3 in-conjunction with VirtualBox running Unix (Centos) for my development server (using MariaDB).
I didn't setup the box myself (so my knowledge of setting this ...
Compartmentalize asked 14/4, 2015 at 9:45
2
Solved
I'm new to ZooKeeper. This is what I need.
I've a network of peers.
At t=t_1 -> [peer-1 (Leader), peer-2]
peer-1 is the master and all clients connect to this node.
At t=t_2 -> [peer-1 (...
Unify asked 7/7, 2012 at 12:47
6
I am trying to create a replica set with MongoDb, the servers hostnames are:
hostname
hostname-1
hostname-2
Each of these has all the relevant hostnames detailed in their /etc/hosts file (They;re...
Rata asked 22/1, 2012 at 19:22
1
Solved
I'm testing this great gem Octopus with Rails 4.0.2 in development.
I created a Slave db and configured octopus as follows (config>shards.yml):
octopus:
environments:
- development
replicated:...
Chincapin asked 10/12, 2013 at 19:35
4
Solved
I am investigating using MongoDB ReplicaSet for high availability.
But just discovered that in ReplicaSet with 3 nodes, if PRIMARY mongod is the only one left (that is 2 other mongod instances die...
Amadis asked 15/11, 2013 at 12:25
1
Solved
With Slick and a Master/Slave set up with MySQL, how do I ensure writes (INSERT, UPDATE, etc) are sent to the master and reads (SELECT) are send to the slaves?
Disrelish asked 15/10, 2013 at 9:59
1
Solved
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 selectin...
Hosbein asked 12/6, 2013 at 4:17
1
I've been reading about Jenkins master/slave configurations but I still have some questions:
Is it so that the slave Jenkins is not actually installed and started up the way master Jenkins is? I ...
Kwangchowan asked 16/5, 2013 at 6:36
3
Solved
I have a durable consumer to a remote JMS queue in embedded Camel routing. Is it possible to have this kind of routing with master-slave configuration? Now it seems that the Camel routes are starte...
Sanguinary asked 14/1, 2010 at 14:11
2
Solved
Running on Ubuntu. Program is in C++.
I have 2 process running on different hosts , when one is master and one is slave (don’t have any priority between them, just that only one handle request.).
O...
Pimbley asked 22/9, 2012 at 15:39
1
Solved
I want Jenkins to be able to kick off a deployment process on another server, but I want a process on that server to actually do the deplyoment process (for security reasons e.g. rather than having...
Domenech asked 4/9, 2012 at 14:48
3
Solved
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...
Ryeland asked 17/1, 2011 at 16:25
3
Solved
I am writing an application which requires the Master/Slave switch to happen inside the application layer. As it is right now, I instantiate a Zend_Db_Table object on creation of the mapper, and th...
Recap asked 1/12, 2009 at 15:8
3
I need to implement master/slave/load balancing into an existing site.
Does anyone use these (or other) implementations for master/slave switching?
The resources I found on how to implement mast...
Sham asked 26/8, 2010 at 12:3
3
Solved
As you can see, the link to that on the hudson website is dead.
So, I was hoping for a little step by step for setting up a windows slave with a linux master.
I managed to setup hudson on the win...
Vitascope asked 20/7, 2010 at 21:10
2
I want to write a master-slave application in Erlang. I am thinking at the following things I need from the architecture:
the slaves shouldn't die when the master dies, but rather try to reconnec...
Noway asked 2/7, 2010 at 14:48
© 2022 - 2024 — McMap. All rights reserved.