The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
1answer
35 views

CloudBees Service Level Agreement(s) and Capabilities Service

I have been comparing Java PaaSes carefully and am really starting to like CloudBees. I only have one big concern with them, and that is their SLA/uptime. After scouring through all of their ...
0
votes
0answers
12 views

Neo4J HA org.jboss.netty.handler.queue.BlockingReadTimeoutException when slave tries a lock?

My 1.8.2 cluster is currently two nodes. Master is working fine. Slave seems OK for a bit then I start seeing these every time it tries a write lock: org.neo4j.com.ComException: ...
0
votes
1answer
29 views

Neo4j HA (embedded) via Spring?

Using 1.8.2 -- trying to set up (initially) a 2-node HA cluster. Following section "22.5.4. Start Neo4j Embedded in HA mode" of http://docs.neo4j.org/chunked/stable/ha-setup-tutorial.html I have ...
0
votes
1answer
45 views

How to go for the architecture? [closed]

I am designing an application that needs to work on the web as well as on mobiles. The application shall work something like this : The mobile applications shall consume the webservices for fetching ...
0
votes
0answers
29 views

Backend high availability solutions in nginx

Looking for possibilities / alternatives for backend HA in nginx. At the moment we are using lua-nginx which does not support HttpUpstream module, which would be first choice for me. I know a bit ...
10
votes
6answers
152 views

Application upgrade in a high availability environment

I am writing a NoSQL database engine and I want to provide features to help the developers to upgrade their application to a new version without stopping the operation of the website, i.e 0% downtime ...
0
votes
1answer
14 views

drbd for ha clusters… corruption free? [closed]

I've been searching for a definitive answer to this, but have't found one that satisfies. When using drbd in an HA cluster, is there a combination of drbd mode and file system that insures the ...
0
votes
0answers
31 views

Syncing 2 NodeJS instances in 2 separate data centers with PostgresSQL

We currently have a NodeJS program collecting data from a socket that gets sent realtime information from one our other services. This data is then stored in a Database by the afore mentioned ...
1
vote
0answers
40 views

Availability of resident backend instances in Google App Engine

Our app extensively relies on backend instances. There is some logic that has to run every few seconds. The execution of this code cannot only be driven by requests arriving on the frontend because it ...
0
votes
0answers
11 views

Memcached distribution

I have a question about memcached destribution across nodes. We have 20 memcached nodes with 200GB memcached on each. Our apps are PHP apps. $memcache->setOption(Memcached::OPT_DISTRIBUTION, ...
0
votes
1answer
29 views

Generating UIDs in a multi-instance and multi-threaded environment

I'm trying to generate unique IDs for pieces of content and users in Windows Azure. I'm in a web role service with 3 instances (and the IIS handlers are of course multithreaded). How can I generate ...
-1
votes
0answers
17 views

How to add non domain computer to cluster [closed]

I have two domains ( x.com and y.com). I had set up Failover cluster and HA SQL Always on feature on x.com. Now i need to add the computer which is on y.com to x.com Failover cluster as 3rd ...
2
votes
2answers
104 views

High frequency insert in MySQL

I have a problem with high frequency insert in MySQL. I've searched a lot on Internet but haven't found a good answer to my problem. I need to log a lot of event at a very high frequency (~3000 ...
1
vote
0answers
11 views

DPM and AlwaysOn - Can they work [migrated]

How does AlwaysOn tie into DPM for SQL Server 2012? Can we use one or the other for High Availability ? Can they work together or must they be used separately. Thanks
0
votes
1answer
31 views

Is a hornetq cluster designed to cope with loosing 1 or more nodes?

I know there's HornetQ HA with Master/Backup setups. But I would like to run HornetQ in a non-master setup and handle duplicate messages myself. The cluster setup looks perfect for this, but nowhere ...
0
votes
2answers
71 views

Method to replicate sqlite database across multiple servers

I'm developing an application that works distributed, and I have a SQLite database that must be shared between distributed servers. If I'm in serverA, and change sqlite row, this change must be in ...
0
votes
1answer
50 views

Neo4j HA Enterprise Master/Slave control

When starting up Enterprise Neo4j in HA the 1st server is starting as the master. I have a requirement where I want to control who the master is in the cluster, is that actually possible in Neo4j? ...
0
votes
0answers
16 views

Pacemaker configuration with different dependencies

I have two-node HA environment with services that I want to be partially independent. There is active/active sip service with two floating IPs. There is also two active/active groups with java ...
0
votes
0answers
78 views

Multi Master Node.JS Scalability

I've been doing some Google for quite a lot of time and did not find a method of implementing this need: A stateless socket.io stack (it will load balanced by a real load balancer which will not ...
1
vote
1answer
52 views

JDBC connection string for clustered environment

I have 2 nodes sql server 2012 installed and clustered and configured Always On feature with Synchronized option. Clustername: Cluster1 node 1 name: db1 node 2 name: db2 SQL Availability group name: ...
0
votes
1answer
37 views

Can the Neo4j HA cluster 1.9 configuration be setup so only part of a graph database is part of the cluster

Is it possible to configure and/or code so only parts of the graph database is part of the cluster?. So for instance only nodes with a relationship of a specified type will be part of the HA cluster – ...
0
votes
1answer
64 views

what are +/- for socket.io vs ajax for uploading files?

I heared that the websockets (e.g. socket.io) are very fast, but they require direct connection for each client. Is it so sutable for uploading files for video hostings with many clients/ frequently ...
-1
votes
1answer
37 views

Implementing High Availability, Load Balancing, and Replication using Warm Standby Using PUT method in windows platform [closed]

I have installed postgres SQL 9.0 version in my PC having window 7 OS.I want to implement the "High Availability, Load Balancing, and Replication" using Warm Standby Using PITR method My system IP ...
0
votes
0answers
60 views

Apache High availability in Windows Server environnement

I have 1 php application deployed in 2 two different apache. Each apache server in 1 Windows Server 2008 Application. I would like to make high availability system : - When first server is down, ...
2
votes
0answers
55 views

Why did Heroku stop using doozer? [closed]

I heard that Heroku stopped using Doozer or at least is not using it much anymore. For strong consistency and high availability what did Heroku replace Doozer with and why? What were the shortcomings ...
0
votes
1answer
73 views

How to configure SQL Server Native client 11.0 for Failovers, High Availability, Disaster Recovery

I have SQL Server 2012 Web Edition. I want to configure High Availability on this Server. Do I need to have another SQL Server to configure High availability? How is SQL Server Native Client 11.0 is ...
2
votes
1answer
46 views

Files replication when rails app runs on multiple servers

My Rails3 application runs on multiple VPS servers on Rackspace. We allow users to upload images on our application and place those files at /public directory. What is the best way to sync it across ...
0
votes
1answer
67 views

What are some approaches to build a high-availability OpenStack cluster?

What are some techniques to make the openstack services operate in a high-availability manner? The OpenStack services appear to be single points of failure. What are some methods to make these ...
0
votes
0answers
39 views

JGroup master detection issue with long gc pause

We are using Jgroups to form a cluster of Hot/warm nodes but I am being told that with long gc pause Jgroup master detection goes for a toss and cluster ends up having two master nodes. Is this is a ...
1
vote
1answer
200 views

Enabling HA namenodes on a secure cluster in Cloudera Manager fails

I am running a CDH4.1.2 secure cluster and it works fine with the single namenode+secondarynamenode configuration, but when I try to enable High Availability (quorum based) from the Cloudera Manager ...
0
votes
0answers
84 views

about keepalived heartbeat

I am newbie of keepalived,i have a question:if heartbeatline disconnect between two node,both nodes will be master,and two node will get same virture ip,there are multi master at same time,this will ...
1
vote
1answer
71 views

How to introduce High Availability to a simple JPA application?

I want to have two servers running, both with a small local database accessed via JPA. The 2nd server is a hot standby ready to take over. How do I keep the databases in sync, and how do I handle ...
0
votes
0answers
61 views

fence_vmware doesn support vCenter?

I have configured RedHat cluster on VMware Infrastructure and now i am trying to configure fencing, VMware vSphere 5.0.0 (EXSi 5) I am using fence_vmware script to fence VM but i am getting ...
0
votes
0answers
23 views

Axis2 clustering

Currently Axis2 clustering supports two types of membership schemes "multicast" and "wka". So I want to know the pros and cons of using those membership schemes.
0
votes
1answer
247 views

Redhat Cluster custome fence failed

I have created a empty shell script for fencing like following #!/bin/bash echo "success: myfence $2" exit 0 I have add it in cluster.conf but when for testing i down Ethernet down i got following ...
0
votes
0answers
193 views

Redhat 6.3 HA cluster IP failover without fencing

I have a special requirement. we have multiple SSH jump box, so i am planing to configure them in Redhat HA cluster so Active-standby mode. So in this case i don't need a shared storage etc. Just a ...
0
votes
1answer
157 views

What happens if HAProxy cluster assigns the same Virtual IP to multiple machines?

Let's say I have two instances of HAProxy running in a cluster to provide load balancing for something else. The two node HAProxy cluster could be implemented using Pacemaker and Corosync. Consider ...
0
votes
0answers
49 views

Books about scalability and high availability of internet applications

I am looking for some good books about the following topics: scalability, high availability and load balancing of internet applications. Could you recommend any?
1
vote
0answers
252 views

NFS mount soft mount timeout too slow

We have a VERY busy cluster of servers. Our 16 app servers serve our application off of a local ssd on each machine, but they also process images which are then served off of our cdn. Because of this, ...
2
votes
0answers
86 views

Timeout images when server down to prevent cluster overload?

This is a somewhat complex situation. We serve our application off of 16 load balanced servers that sit behind haproxy. We serve the images associated with the app from another server running nginx ...
1
vote
0answers
105 views

high availability rails deployment

I am working on deployment strategy and scripts for rails in a secure high availability environment. Our current scripts are home grown shell scripts. We would like to use a more standard process. ...
0
votes
1answer
89 views

DRBD Too many messages after /sbin/drbdadm verify kernel: block drbdX: Out of sync:

In all the systems that I am working with DRBD after verification that there are many messages in the log. kernel: block drbd0: Out of sync: start=403446112, size=328 (sectors) In some system might ...
0
votes
0answers
40 views

Is Tomcat's BackupManager “production ready” [closed]

I'm checking Tomcat's BackupManager for our cluster's session replication capabilities - and I read a disturbing sentence in the documentation: Downside of the BackupManager: not quite as battle ...
4
votes
2answers
134 views

Eventualy consistent distributed database with idempotent increase operator?

Is there a distributed high availability, eventually consistent db that supports idempotent operation on scalar values? If we use normal updates then there is a possibility that we will have 2 ...
1
vote
1answer
198 views

Can RabbitMQ clustering actually be used to support high availability?

I've been looking at RabbitMQ as a candidate for a highly available and reliable message broker. What I need is a message broker running on n physical machines that will keep running even after ...
0
votes
1answer
208 views

Unicorn multiple machines setup [closed]

I have a good experience with Unicorn configuration with conjunction of Nginx, it works really well after optimizations and tuning procedures. But now I have got a question what is the best way to ...
-1
votes
1answer
131 views

heartbeat protocol- how it works [closed]

HA clustered systems use so called HA protocol to determine if the other node is dead or alive. But I wanted to know a bit more in depth about how HA protocol really works ? Does it use TCP or UDP ? ...
1
vote
1answer
174 views

Dancer : how to share data and waiting response between 2 POST without blocking

I have a rest server written in perl dancer on a VM, this is the workflow : customers POST some json stuff in /post_wait route : the POST should waiting the business processing to return the result ...
0
votes
0answers
43 views

How to properly isolate clustered apps in JBoss AS7 domain?

Say I have the following topology in my as7 domain (pseudocode): domain { prod-group ( profile=ha ) { host-A-server-1 host-B-server-1 } test-group ( profile=ha ) { ...
1
vote
1answer
250 views

jms order of message delivery with high availability

I have set up uniform distributed queue with weblogic server 12c. I am trying to achieve order of delivery and high availability with jms distributed queue. In my prototpe testing deployment I have ...

1 2 3 4 5 6