3,904 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
76
views
How to classify items into A/B/C DIF levels using deltaLord values in the difR package?
I am performing a DIF analysis using the difR package.
library(difR)
verbal <- verbal[colnames(verbal) != "Anger"]
abc <- difLord(verbal[, 1:24], group = verbal[, 25], focal.name = 1, ...
1
vote
1
answer
99
views
postgresql pglogical replication and Segmentation error on bidirectional replication
I am configuring a bidirectional replication between node1 and node2.
The configuration of node1 as publisher and node2 as subscriber is correct: the data is replicated and no errors occur.
The ...
1
vote
4
answers
134
views
Apply the same code, but in different columns
I already have the code I need. I just need to apply this code in different columns and I'm not being able to do it that. Right now, I'm only able to apply it in one column. That's the code below:
...
0
votes
0
answers
29
views
How do I replicate Oracle to PostgreSQL in real time with schema evolution support?
I want to replicate Oracle to PostgreSQL in real time with schema evolution support.
Is there is any open source tool available? I am not using Oracle Goldengate. It is too heavy and time consuming to ...
1
vote
2
answers
98
views
How to read from SASL_SSL cluster and write to PLAINTEXT cluster?
We have source cluster with security protocol SASL_SSL and target cluster without any authorization. Just PLAINTEXT. MirrorMaker2 in kafka conenct mode writes messages about connection problem:
INFO [...
0
votes
1
answer
75
views
How to know the character set use in mysql column row event
I have written a python program to parse mysql binlog. In the Query Event, there is a Q_CHARSET_CODE which indicate what character set is used for the logged query. This indicated that the logged ...
0
votes
0
answers
49
views
I cannot download a crate from a remote registry
I need your help with an issue that has left me dumbfounded for days.
I have a setup with 2 artifactory servers:
server 1, which hosts my private cargo registry, a repo of type "local". I ...
0
votes
0
answers
48
views
Is there a problem having min.insync.replicas < half the RF?
Many examples of Kafka topic configuration have RF = 3, min.insync.replicas = 2.
In the case of a cluster of 5 brokers, if we use RF = 5, should min.insync.replicas = 3? That seems "natural" ...
0
votes
0
answers
62
views
Distributor name as database name in SQL Server database
I was starting to configure replication on SQL Server database.
I created a distributor with the following command:
exec sp_adddistributiondb @database = N'prod_database',
@...
0
votes
1
answer
74
views
Fire trigger in logical replication table
I'm using PostgreSQL logical replication, and both the origin and destination databases have the same table structure — table A (a int primary key, b int).
I'm trying to create a trigger that ...
0
votes
0
answers
43
views
How to do a Replication in Apache SOLR?
I'm trying to set up a replication for my Apache SOLR which runs on a linux Server. The Slave is also on a debian12 distribution.
Sadly I havent found any useful guide to set up the replication. I ...
0
votes
1
answer
141
views
Share Specific Table from One Snowflake Account to Another Snowflake Account in Different Regions
I'm trying to share a single table (MY_TABLE) from the MY_DATABASE.MY_SCHEMA schema in a Snowflake source account (SOURCE_ACCOUNT) to a target account (TARGET_ACCOUNT) in the same organization but ...
2
votes
1
answer
112
views
S3 Cross-Region Replication Not Working Despite Valid IAM Role and Bucket Policies [closed]
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
vote
0
answers
65
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
56
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 ...