Questions tagged [geo-replication]

44 questions
1
vote
1 answer

glusterfs Unable to read gsyncd status file

I wanted to try glusterfs geo-replication in some virtualboxes on my computer for later use distributed on multiple sites. I installed glusterfs 3.6 on ubuntu 32bit servers like this: add-apt-repository -y ppa:gluster/glusterfs-3.6 apt-get update…
Erik Theoboldt
  • 2,168
  • 2
  • 16
  • 21
1
vote
1 answer

Is the communication between primary and active secondary secured and how it works

Premium service tier of Azure SQL database provides active geo replication due which upto 4 readable secondaries can be created. I want to know if the communication between primary and secondary database is secure and are there any chances of data…
1
vote
1 answer

SQL Azure Data Sync vs Standard Geo Replication

What is the difference between Data Sync and Standard Geo Replication on SQL Azure databases? I understand that Active Geo Replication provides the ability to connect to a replicated database whereas Standard does not allow connections. However,…
joeldow
  • 1,048
  • 1
  • 9
  • 19
0
votes
0 answers

Issue with Pulsar GeoReplication

I have followed the steps and completed the Geo replication setup as per the pulsar documentation https://pulsar.apache.org/docs/3.1.x/administration-geo/ All the geo replication related setup was enabled and working fine. When I try to produce a…
0
votes
1 answer

Do i need to create a new sql server when geo replicationg a database in Azure

I am trying to use the Geo-replicate for databases in Azure. But if I have a SQL Server, lets say S1 with database DB1 sitting in subscription S1, then in order to geo-replicate the database I need to create a brand new SQL Server ? So does that…
Jennifer
  • 31
  • 6
0
votes
1 answer

Azure geo replication - recreating link on the same DB

We have a sql database on AZURE, which is geo replicated to another server in different location. We had incorrect pricing tier on this DB (which also transfered to the geo replica). In order to change it, i had remove DB from failover group and…
Ray sean
  • 18
  • 1
0
votes
1 answer

Prevent cyclical replication in Kafka MirrorMaker2 while `replication.policy.class = org.apache.kafka.connect.mirror.IdentityReplicationPolicy` is set

I am currently trying to create a setup using Kafka MirrorMaker 2 that resembles the MirrorMaker 1 setup we are currently using. Our apps are not configured to be able to consume from multiple topic queues, so replicating to a topic with a tagged…
0
votes
0 answers

Glusterfs geo-replication issue

I have been using georep for the last two months and posted this on their GitHub but no answers so far. Description of problem: after copying ~8TB without any issue, some nodes are flipping between Active and Faulty with the following error message…
Oscar
  • 1
0
votes
1 answer

AzureML to use geo-replication / secondary Blob Storage container for Datastore

For sake of safety I wish to use geo-replication / secondary Blob Storage container for a data source for AzureML Datastore. So I do the following: New Datastore Enter name + Azure Blob Storage + Enter manually For URL I paste "Secondary Blob…
0
votes
0 answers

With Azure table storage, how can I fall back to a secondary storage account?

I am developing an Azure application (C#, .NET 6, ASP.NET Core) that uses Azure blob storage as well as table storage. I have geo-redundancy enabled on my storage account (RA_GRS) so that if my main storage account goes down, a read-only copy will…
0
votes
0 answers

event hub triggered azure functions app geo-disaster recovery

This is our application architecture and I am trying to figure out Geo-disaster recovery for the whole application. Both the functions in the architecture are part of same function-app. Eventhub Geo-disaster can be achieved by setting up secondary…
user1229441
  • 344
  • 4
  • 11
0
votes
0 answers

Azure HDInsight Spark Cluster - Geo-Replication?

I have an Azure HDInsight Spark Cluster in WEST US and I want to enable a Geo-Recovery to handle the Disaster Recovery. I don't see any options to the Geo-Recovery for Azure HDInsight Spark Cluster, how do I do it?
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
1 answer

Azure Event Hubs Geo-Recovery: what will happen to the unread data is on the primary region during the failover?

I have an Azure Event Hubs in WEST US with Geo-Recovery enabled to sync with EAST US. As per the Microsoft article - The feature enables instant continuity of operations with the same configuration, but doesn't replicate the messages held in queues…
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
1 answer

Azure Event Hubs - Geo-Recovery: can we disable the automatic failover?

I have an Azure Event Hubs in WEST US with Geo-Recovery enabled to sync with EAST US. I don't want to automatically failover to EAST US in case of the Primary outage, can we disable the automatic failover? I want to manually do the failover post…
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
1 answer

Azure SQL - GEO-REPLICATION : Data loss?

I have an Azure SQL in WEST US with GEO-REPLICATION enabled to sync with EAST US. and I want to know How often Geo-Recovery sync gets executed to keep the EAST US up to date? In case of WEST US regional failure and happen to failover to EAST US,…