Commit Graph

5406 Commits

Author SHA1 Message Date
Chris Cranford
60a90851c6 DBZ-2552 Refactored mining session ending SCN logic 2021-07-28 13:25:03 +02:00
Chris Cranford
5898dc4b0a DBZ-2552 Refactored start/end mining session logic 2021-07-28 13:25:03 +02:00
Chris Cranford
e02c2eb912 DBZ-2552 Remove unused or irrelevant code 2021-07-28 13:25:03 +02:00
Chris Cranford
8eed85037f DBZ-2552 Refactored SCN queries 2021-07-28 13:25:03 +02:00
Chris Cranford
b8c2d6e64a DBZ-2552 Refactored getting database system time 2021-07-28 13:25:03 +02:00
Chris Cranford
4ca93c6ff8 DBZ-2552 Refactored setting NLS parameters for mining session 2021-07-28 13:25:03 +02:00
Chris Cranford
a0e1acdf3e DBZ-2552 Refactored create flush table logic 2021-07-28 13:25:03 +02:00
Chris Cranford
9a1e181ed7 DBZ-2552 Refactored build data dictionary logic 2021-07-28 13:25:03 +02:00
Chris Cranford
fe499bf3d2 DBZ-2552 Refactored Oracle LGWR flush logic 2021-07-28 13:25:03 +02:00
Jiri Pechanec
b387775448 DBZ-3655 Connection liveness check triggers replication earlier 2021-07-27 11:07:52 -04:00
Jiri Pechanec
f46e0ca9a6 DBZ-3655 Commit check connection query 2021-07-27 15:32:35 +02:00
Jiri Pechanec
b6d0bbe735 DBZ-3655 Revert driver upgrade - incompatible behaviour
This reverts commit 4f4c14acdd.
2021-07-27 15:32:35 +02:00
Jiri Pechanec
51affad619 DBZ-3655 Document status update property 2021-07-27 10:21:54 +02:00
Gunnar Morling
09ebc833f3 DBZ-3655 Gracefully handling DB shutdown 2021-07-27 10:21:54 +02:00
Gunnar Morling
4f4c14acdd DBZ-3655 Updating to latest version of PG driver 2021-07-27 10:21:54 +02:00
Chris Cranford
9f5c49246f DBZ-3769 Remove TODO and change log message level 2021-07-27 09:31:51 +02:00
bep7520
9e9c2fc2ab DBZ-3769 Throw sqlexception from postgres message decoder 2021-07-27 09:31:51 +02:00
roldanbob
59465009b9 DBZ-3772 Address comment re: ojdbc8.jar vs xstreams.jar
Correct error in upstream version that indicated that you use either the Oracle JDBC driver (`ojdbc8.jar`) or the XStream API (`xstreams.jar`) depending on the environment.
2021-07-22 14:15:41 -04:00
Bob Roldan
daa410836a DBZ-3772 Minor edits; updates to facilitate downstream testing 2021-07-22 14:15:41 -04:00
Bob Roldan
4db58d4bf4 DBZ-3772 Some further cleanup 2021-07-22 14:15:41 -04:00
Bob Roldan
4766a38521 DBZ-3772 Add downstream steps, refactor, and conditionalize content 2021-07-22 14:15:41 -04:00
Chris Cranford
add76ae008 DBZ-3717 Fix formatting 2021-07-22 14:12:38 -04:00
Chris Cranford
c3684539c3 DBZ-3717 Add test case 2021-07-22 14:12:38 -04:00
Anisha Mohanty
bd47fecdbd DBZ-3717 Throw MultipleParsingExceptions to handle multiple parsing errors & smooth running of database history 2021-07-22 14:12:38 -04:00
roldanbob
6cd16cd847 DBZ-3140 fix incorrect value in property example
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2021-07-21 14:57:07 -04:00
Bob Roldan
7ed87dba9e DBZ-3140 Insert downstream note about new MySQL capturing implementation 2021-07-21 14:57:07 -04:00
Hossein Torabi
0ad8ededa3 DBZ-3725 Validate table before start incemental processing 2021-07-21 14:53:22 -04:00
Thiago Dantas
30d1235124 DBZ-3699 Improves signal documentation by being more explicit about required configurations
Documents SQL Server quirks

Provides an example for incremental snapshotting
2021-07-21 14:48:54 -04:00
Naveen Kumar KR
7844b59c2f DBZ-3770 Optimize ObjectMapper initialization by replacing repeated initialization with one time initilization
- Performance Improvement of approx 5% - 15%
2021-07-21 14:44:09 -04:00
Anisha Mohanty
73e19a6a7f DBZ-3681 Product tags for deprecated Monitored Tables option 2021-07-19 16:55:06 -04:00
Tin Nguyen
4026a275d5 DBZ-3623 Support Mysql INVISIBLE COLUMN syntax 2021-07-17 10:40:54 +02:00
Chris Cranford
6f9522068a DBZ-3756 Update metrics documentation 2021-07-16 11:07:48 -04:00
Chris Cranford
d450f58b37 DBZ-3756 Add UGA/PGA memory statistics to JMX metrics 2021-07-16 11:07:48 -04:00
Chris Cranford
52e198e3b5 DBZ-3683 Relax restrictions on connector user 2021-07-16 16:28:31 +02:00
Chris Cranford
fbd2a94ef8 DBZ-3683 Clarify docs about Oracle user accounts 2021-07-16 16:28:31 +02:00
Gunnar Morling
ca528fc34c
DBZ-3747 Misc. doc fixes 2021-07-16 12:27:13 +02:00
Anisha Mohanty
ee4f457f8c DBZ-3718 Add table option TABLE_TYPE for create table 2021-07-16 12:11:09 +02:00
Chris Cranford
d908aec1db DBZ-3755 Fix parsing inline Oracle CREATE INDEX constraints 2021-07-16 04:20:24 +07:00
Chris Cranford
27ab6198fe DBZ-3759 Improve Oracle DDL parsing of table compression clauses 2021-07-16 04:16:51 +07:00
Chris Cranford
6102bbfae4 DBZ-3723 Fix parsing heap/index organized create table statements 2021-07-15 20:59:48 +02:00
roldanbob
f48b6f28d0
[docs] Fix spelling error
`trys` should be `tries`
2021-07-15 12:29:55 -04:00
Pavel Strashkin
5b757372d8
[docs] typo fix 2021-07-12 09:23:16 +02:00
jcechace
2e22783790 DBZ-3566 Fixed formatting 2021-07-09 17:56:30 +07:00
jcechace
4f3b3ef25b DBZ-3566 Module debezium-testing-openshift renamed to debezium-testing-system together with package reordering 2021-07-09 17:56:30 +07:00
jcechace
80f205505e DBZ-3566 Introducing setup fixtures to integration suite for beter handling of test-configuration matrix 2021-07-09 17:56:30 +07:00
jcechace
8522189f4d DBZ-3566 Fixed LOGGER instantiation in SqlDatabaseClient 2021-07-09 17:56:30 +07:00
Chris Cranford
3bbad3bcb0 DBZ-3155 Fix Oracle benchmark compilation problem 2021-07-06 10:11:31 -04:00
Gunnar Morling
20a4d0b845
DBZ-3711 Docs clarification 2021-07-05 16:36:03 +02:00
Gunnar Morling
d33881236d DBZ-3671 Documentation update 2021-07-05 12:32:44 +02:00
Gunnar Morling
cbb5a78a6d DBZ-3671 More concise variable name 2021-07-05 12:27:04 +02:00