The high-availability tag has no wiki summary.
0
votes
0answers
26 views
What are all possible SQL exceptions that are thrown during an Availablity group failover
I am writing a wrapper around jTDS which will ensure that my SQL Statements are retried when the SQL Server 2012 Availability group is failing over. The pseudcode looks like what i am pasting below. ...
1
vote
1answer
42 views
SQL Server High Availability on premise - cloud
I would like to know which is the best way to make a copy and keep the copies synchronized of a on premises SQL Server 2008 (not R2) database to SQL Azure.
Think of the SQL Azure as a failover kind ...
0
votes
0answers
4 views
Monitor my WCF webservice from the cloud
I'm looking for a good cloud service to monitor the availability of my publicly available web-service.
I have a few preconditions:
I need it to send simple pings and measure the ping time (for ...
1
vote
0answers
9 views
Using jTDS to connect to SQL Server 2012 availability group listener
I am working on a legacy project that uses jTDS to connect to SQL server. The client wants us to support SQL Server 2012 AlwaysOn. one key requirement is the ability of our application to ...
0
votes
1answer
17 views
How to achieve High Availability for web service?
May I know how to achieve this, Assuming I have 2 ips to call my web service on a server, do I assign primary, and secondary dns,one pointing to first ip, the other pointing to second ip?
-2
votes
0answers
16 views
Understanding the costs and constraints of the AWS Free Usage Tier [closed]
I am new to the cloud and trying to understand the particulars of the AWS Free Tier - Windows Instance(s). Our application’s main requirement is maximum availability.
I have read much about AWS and ...
0
votes
1answer
40 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
16 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
43 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
44 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
154 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
17 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
43 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
15 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
30 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
18 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
114 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
41 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
88 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
54 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
17 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
88 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
60 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
41 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
71 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
38 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
63 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
64 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
77 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
48 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
72 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
41 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
212 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
86 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
73 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
64 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
24 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
271 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
159 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
51 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
280 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
88 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
107 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
93 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
136 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 ...


