replication Questions
2
Solved
I have installed MongoDB and its set up as windows service. When I try to set up replicaSet I am getting error "Only one usage of each socket address (protocol/network address/port) is normally per...
Squish asked 1/7, 2013 at 20:58
3
Solved
I am creating replication slot and streaming changes from AWS Postgres RDS to java process through JDBC driver.
My replication slot creation code looks like this.
final ReplicationSlotInfo replic...
Pringle asked 4/3, 2020 at 13:28
2
I have merge replication set up between two databases and am using identity ranges on both.
I want to add a specific row to a merged table (setting the identity value to something outside of the i...
Geneticist asked 12/3, 2009 at 13:56
1
Solved
Following the discussions in the comments at this answer, @kevinadi recommended me to open a new questions related to his comment:
You can start a replica set with one node for development purpo...
Bailor asked 24/2, 2020 at 10:43
5
Solved
We have a master-slave replication configuration as follows.
On the master:
postgresql.conf has replication configured as follows (commented line taken out for brevity):
max_wal_senders = 1
wal...
Calliope asked 28/1, 2015 at 20:11
2
Solved
I have two MySQL servers with master/slave replication between them. The connection between them is ADSL. It is not reliable at all. I decided to add another ADSL connection from another ISP with i...
Heindrick asked 9/8, 2019 at 20:28
2
Solved
I recently upgraded my Cloudera environment from 5.8.x (hadoop 2.6.0, hdfs-1) to 6.3.x (hadoop 3.0.0, hdfs-1) and after some days of data loads with moveFromLocal, i just realized that the DFS Used...
Categorize asked 7/1, 2020 at 11:16
3
I am new to MySQL and after a long search I am able to configure master-slave ROW based replication. I thought it would be safe and I would not have to recheck it again and again.
But today when I...
Husch asked 12/1, 2011 at 11:15
3
Solved
This introduction to Cassandra Replication and Consistency (slides 14-15) boldly asserts:
R+W>N guarantees overlap of read and write quorums.
Please imagine this inequality has huge fangs,...
Glutamine asked 19/10, 2011 at 6:44
2
Solved
I hava kafka cluster having 3 brokers and a couple of topics with each having 5 partitions. Now i want to set the replication factor for the partitions.
What is the maximum replication factor whic...
Attraction asked 11/11, 2019 at 18:5
2
I want to create a replica to my Percona Server with GTID enabled, but got this error when i show slave status:
Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: '...
Stupefaction asked 15/7, 2016 at 7:54
3
Solved
Our usage case is a database responsible for accounts, sessions, licenses, etc. — it needs to be polled upon client startup, so high reliability is crucial. As such, we'd like to replicate across d...
Samora asked 25/10, 2008 at 11:12
2
i have a cluster structure on RDS (master/slave)...and all the temporary tables created on the master are replicated on the slave. I don't want that....
I want that statements like:
create te...
Pyrex asked 4/4, 2017 at 4:1
2
Solved
I have setup the replica set over 3 mongo server and imported the 5 GB data.
now status of secondary server showing "RECOVERING".
Could you let me know what is means for "RECOVERING" and how to sol...
Spruik asked 15/1, 2013 at 6:9
2
I am trying to get a stream of updates for certain tables from my PostgreSQL database. The regular way of getting all updates looks like this:
You create a logical replication slot
pg_create_logi...
Gyasi asked 16/3, 2018 at 14:42
4
Solved
I've got a small database, around 50mb. It's a master replicating to a remote server. I noticed that the relay-bin files total to over 5GB. Is it safe to delete them?
Hoary asked 25/1, 2011 at 16:31
2
Solved
I have replication slot which I want to delete but when I do delete I got an error that I can't delete from view. Any ideas?
postgres=# SELECT * FROM pg_replication_slots ;
slot_name | plugin | s...
Cockcrow asked 15/6, 2015 at 21:5
6
Solved
I'm doing a INSERT ... ON DUPLICATE KEY UPDATE but I need the update part to be conditional, only doing the update if some extra condition has changed.
However, WHERE is not allowed on this UPDATE...
Patinous asked 18/3, 2010 at 11:37
1
I set up a fully functional logical replication of multiple masters to one slave.
As soon as I convert any of the replicated tables to timescaleDB's hypertable, the replication stops working - on...
Redwood asked 7/2, 2018 at 16:32
1
Solved
Do I need to do anything on the primary if I permanently remove its only replica? I'm concerned about WAL files filling up the disk.
I want to remove the only replica from a single-node replicatio...
Magnitude asked 19/4, 2019 at 14:36
0
In a replication set up of primary, secondary and arbiter, the replication connection URI times out intermittently and logs show below error. Please help share what could be the issue and what woul...
Libratory asked 8/4, 2019 at 5:4
3
I build a replication set with one primary, one secondary and one arbiter on MongoDB 3.0.2. The primary and arbiter are on the same host and the secondary is on another host.
With the growing of ...
Heavyladen asked 15/5, 2015 at 3:4
5
I am having all sorts of trouble getting SQL Server (2005) to work properly. When I run the client (SQL Server Express 2005) I get the following error
The concurrent snapshot for publication 'xx' ...
Maidservant asked 19/6, 2009 at 14:41
2
Solved
I have a CouchDB 1.2.0 instance running on my laptop and I want to replicate a local database named "soup" to a remote machine, which runs a CouchDB 1.1.1 instance. I issue the replication from fut...
Vibrate asked 20/9, 2012 at 10:23
2
I have a regular table transactions with 200 million rows.
I decided to convert this table to a Declarative Partition using Logical Replication.
I created a Publication on node1 like so:
CREATE ...
Off asked 30/11, 2018 at 9:30
© 2022 - 2024 — McMap. All rights reserved.