All Questions
4 questions
-2
votes
1
answer
326
views
Implementing a simple replication tool [closed]
Our team is working on a project that is intended to transfer data between oracle databases over a DMZ periodically , and for some reason we are not allowed to use DBMS solutions for data replication ...
2
votes
0
answers
720
views
Understanding JDBC Timeout Variables and replication
I am using JDBC driver to connect to mySql from my java code (read client).
Driver = com.mysql.jdbc.Driver
JdbcUrl = jdbc:mysql://<<IpOftheDb>>/<<DbSchema Name>>?autoReconnect=...
2
votes
1
answer
1k
views
Handshake failure / no cipher suites in common - SymmetricDS 3.1.5
I am upgrading from SymmetricDS (SDS) 2.5.13 to 3.1.5. I have TLS/HTTPS configured and working as expected under SDS 2.5.13. However, using the exact same certificates, keystore/truststore files, and ...
21
votes
2
answers
9k
views
Zookeeper/Chubby -vs- MySql NDB
I have been reading the Paxos paper, the FLP theorem etc. recently and evaluating Apache Zookeeper for a project. I have also been going thru Chubby (Google's distributed locking service) and the ...