3,916 questions
1
vote
1
answer
40
views
S3 Cross-Region Replication Not Working Despite Valid IAM Role and Bucket Policies
I'm attempting to configure cross-region replication between two S3 buckets in different AWS accounts and regions, but replication is not occurring. There are no relevant errors in CloudTrail or ...
-1
votes
0
answers
15
views
Sync between pg_export_snapshot() and select pg_last_wal_replay_lsn() in slave node
Basically I wanna do two tasks in my server.
1)First, I will try to copy initial data in a table in slave node using export snapshot.
2)Second, I will start logical decoding to get other data which is ...
0
votes
0
answers
13
views
How to perform Geo-Replication in Apache Pulsar without creating duplicate messages?
I’m designing a multi-datacenter architecture using Apache Pulsar with geo-replication enabled.
Architecture Overview:
Apache Pulsar version: 4.0.2
Helm Chart version: pulsar-3.9.0
BookKeeper: 5 ...
0
votes
0
answers
7
views
Migrating from 5.7 to 8.0, latency issues [migrated]
I am trying to migrate a current mysql5.7 database to mysql 8.0 by moving the database to another server that is running mysql 8.0. My plan is to dump and import the data then setup replication ...
0
votes
0
answers
40
views
How can I replicate build artifact via a snapshot-style file system under Windows and Linux for build testing
I am building a large software art project including a number of data files and build artifacts locally. The size of the entire generated set is around 20 gigabytes. Contained in the build results are ...
0
votes
0
answers
36
views
Postgres 16/Patroni START_REPLICATION SLOT Hangs
I have a problem on a PG16 cluster (under Patroni) with two tasks that seem to be blocked given the start time of the transaction.
I don't know if I can stop the processes without crashing the ...
0
votes
0
answers
76
views
Snowflake Share & Replication Issue. Replicating a single schema object
I work in an organization with multiple divisions, perhaps each one is in a different region and their Snowflake account is set up in a different region. It is not an uncommon need for my division to ...
0
votes
0
answers
48
views
Redis Sentinel Failover Issue with ACL Authentication in Redis Replication
I have encountered a problem when using ACL authentication in a Redis Replication + Sentinel configuration.
First, to exclude any questions about permissions, I will use a user with full access to all ...
0
votes
0
answers
63
views
mongodb 8.0.4 repl set (3 members, PSA) repeatedly logs AuthenticationAbandoned
We are running a self-hosted mongodb deployment as a three member replica set (PSA), recently upgraded from mongodb 6.0.3 to 8.0.4. We are running in a containerized environment. Every so often, I see ...
0
votes
0
answers
13
views
HBase consistency model(within the same cluster)
Background :
HBase reads seem to fall under the 'strong consistency' model, as : All reads are served from the master where the data has already been committed. As a result, the clients seem to always ...
1
vote
1
answer
47
views
How to replicate SQL queries generated by the ORM nHibernate?
In a C# application, using nHibernate & fluent nHibernate, we're looking to capture certain INSERT, UPDATE, DELETE queries performed on a Sqlite database in order to replicate them.
We'd like to ...
0
votes
1
answer
53
views
AWS step functions and replication across regions
I want to have AWS step functions created in two different regions.
Let's say us-east-1 and eu-central-1.
When I invoke the step functions they run in their own region and will have their execution ...
1
vote
1
answer
51
views
pg13 streaming replication empty pg_replication_slot on SLAVE replica
pg13 streaming replication returns empty pg_replication_slot on SLAVE replica.
select * from pg_replication_slots;
returns nothing on SLAVE replica
when do
select status,slot_name, ...
0
votes
1
answer
33
views
Oracle replication with limited range
Due to performance reasons I want to have a portion of my data to be available on a second system (Reporting).
I expect the data to be distributed like: (abstract)
Production (today)
todays data &...
1
vote
1
answer
97
views
Unreal Engine Replication of TArrays of Object type
My Goal is to replicate a TArray<UHealthComponent*> in a ListenServer configuration for 2 players
For more context the TArray is inside of an ActorComponent named ShipStats attached to the ...