Commit Graph

4741 Commits

Author SHA1 Message Date
Chris Cranford
9aa1ba1471 DBZ-3257 Revert Clob behavior for Oracle LogMiner to avoid null values
* Snapshot now emits clob/nclob values correctly (all adapters)
* Fixed bug with LogMiner emitting clob/nclob values when using new parser
2021-03-23 06:12:04 +01:00
Chris Cranford
b85044cb14 DBZ-3319 Recalculate current log sequence 2021-03-22 20:04:00 -04:00
Chris Cranford
d75319a3ca DBZ-3319 Fix race condition with log switch detection
Rather than relying on log switch detection by looking at the name
of the current log file, this change uses the unique and always
increasing sequence to derive the log switch state to avoid any
type of ambiguity.
2021-03-22 09:04:54 +01:00
Anisha Mohanty
d4cc2342ca DBZ-3320 GH action to build dbz website for documentation changes 2021-03-22 08:15:30 +01:00
Chris Cranford
c10117396a DBZ-3268 Update temporal types documentation 2021-03-19 18:07:12 +01:00
Chris Cranford
a8a22bd828 DBZ-3268 Remove unused code 2021-03-19 18:07:12 +01:00
Chris Cranford
fae784001e DBZ-3268 Emit TIMESTAMP WITH LOCAL TIME ZONE columns in UTC 2021-03-19 18:07:12 +01:00
Chris Cranford
d47db6e098 DBZ-3268 Use dedicated connection for XStream API
Once a connection is bound to XStream API, issuing any other type of query
or operation can lead to failures due to concurrent use of the connection
by Debezium and XStream's native methods.  This commit adds a dedicated
connection used specifically by XStream to avoid this concurrency issue,
so that data types such as TIMESTAMP WITH LOCAL TIME ZONE works.
2021-03-19 18:07:12 +01:00
Chris Cranford
7a98fcd96c DBZ-3268 Implement timestamp with local timezone support 2021-03-19 18:07:12 +01:00
Chris Cranford
6b8f61386b DBZ-3268 Fix Oracle time.precision.mode support 2021-03-19 18:07:12 +01:00
Gunnar Morling
c7b7d5303a DBZ-3218 Avoiding duplicated validation (again ;) 2021-03-19 15:04:20 +01:00
Gunnar Morling
178140ae9c DBZ-3218 Removing superfluous method parameter 2021-03-19 15:04:20 +01:00
Anisha Mohanty
c761d92b2a DBZ-3218 Add separate method for logging warnings 2021-03-19 15:04:20 +01:00
Anisha Mohanty
6856dd9a80 DBZ-3218 Handle duplicate warnings for deprecated options 2021-03-19 15:04:20 +01:00
Jiri Pechanec
a3ddd3861f DBZ-3281 Print repo for the missing commit author 2021-03-19 13:49:31 +01:00
Anisha Mohanty
59e3ec09c6 DBZ-3281 Add filtered commit check for users with no GitHub author name 2021-03-19 13:49:31 +01:00
Anisha Mohanty
a75126c0fc DBZ-3281 Add connector repos to copyright script check 2021-03-19 13:49:31 +01:00
Jiri Pechanec
6cbc9d9885 DBZ-2520 Add advanced example for JSON format 2021-03-19 13:39:25 +01:00
Jiri Pechanec
312768e2a1 DBZ-2665 Add database history docs to new engine docs 2021-03-19 12:24:51 +01:00
Chris Cranford
7d607b4a50 DBZ-3311 Add TokuDB ROW_FORMAT variants support to MySQL DDL parser 2021-03-19 11:20:58 +01:00
Jiri Pechanec
1b9cc46764 DBZ-2872 Upgrade Kafka to 2.7.0 2021-03-19 09:22:55 +01:00
Chris Cranford
31ffa5e816 DBZ-2994 Fix ClassCastException & compilation error 2021-03-18 22:23:41 -04:00
Chris Cranford
41b571fb37 DBZ-3292 Apply suggested changes 2021-03-18 21:59:38 +01:00
Chris Cranford
dc92001676 DBZ-3292 Prefer archived logs over redo logs for same SCN range. 2021-03-18 21:59:38 +01:00
Jeremy
82d4820b24
DBZ-3312 Adding example of config file with SSL attributes to connect to Cassandra node 2021-03-18 17:54:44 +01:00
Jiri Pechanec
f7b6750ce3 DBZ-2511 Fix tests 2021-03-18 14:42:34 +01:00
Jiri Pechanec
495be2659b DBZ-2511 Dedicated logger for schema name adjuster 2021-03-18 14:42:34 +01:00
Gunnar Morling
91c1c63df5 DBZ-2665 Wording fix 2021-03-18 12:13:06 +01:00
Jiri Pechanec
a3ca563606 DBZ-2665 Document the need for database history props 2021-03-18 12:13:06 +01:00
Jiri Pechanec
11e4880018 DBZ-3309 Revert to MySQL specific default snapshot fetch size 2021-03-18 11:08:26 +01:00
Gunnar Morling
6e24260b47
[docs] README fixes 2021-03-18 10:56:19 +01:00
Jiri Pechanec
4db1de9bfa DBZ-3244 Highlight the need for fully-qualified names 2021-03-18 10:12:20 +01:00
Anisha Mohanty
69d2b8f8eb DBZ-2592 Add missing users to Aliases.txt & COPYRIGHT.txt 2021-03-18 07:54:51 +01:00
Anisha Mohanty
a410ecdbbd DBZ-2592 Minor improvements, Enabling GH Actions for release contributors script 2021-03-18 07:54:51 +01:00
Chris Cranford
135fd152e5 DBZ-3310 Allow ORDER keyword to be a MySQL table-name 2021-03-18 06:10:59 +01:00
Chris Cranford
a5be82bc2e DBZ-2994 Update documentation references 2021-03-17 20:37:24 +01:00
Chris Cranford
97da4333a3 DBZ-2994 Return current SCN as string in LogMinerMetrics 2021-03-17 20:37:24 +01:00
Chris Cranford
bd7adb40ed DBZ-2994 Fix test failures for Oracle XStreams 2021-03-17 20:37:24 +01:00
Chris Cranford
36f17a7630 DBZ-2994 Removed Scn.ZERO and Scn.INVALID in favor of Scn.NULL 2021-03-17 20:37:24 +01:00
Chris Cranford
f91a01fb86 DBZ-2994 Use null default rather than Scn.ZERO 2021-03-17 20:37:24 +01:00
Chris Cranford
da02ca2a23 DBZ-2994 Suggested changes 2021-03-17 20:37:24 +01:00
Chris Cranford
f3412c02da DBZ-2994 Removed SCN2_KEY and COMMIT2_SCN_KEY from offsets 2021-03-17 20:37:24 +01:00
Chris Cranford
204ef73422 DBZ-2994 Moved Scn to parent package
Since the Scn class is used by the snapshot process, it makes sense to move
this class up by one package since it can now be leveraged by both adapters
as needed.
2021-03-17 20:37:24 +01:00
Chris Cranford
a9d59710a7 DBZ-2994 Use string-representation of SCN in offsets & source info 2021-03-17 20:37:24 +01:00
Chris Cranford
769f8dc4f4 DBZ-2457 Use BigInteger rather than BigDecimal for SCN values 2021-03-17 20:37:24 +01:00
Bob Roldan
c317295be0 DBZ-3308 Rmv downstream refs to zOS, testing, & upstream linux version 2021-03-17 18:12:46 +01:00
Jiri Pechanec
21f522217c DBZ-3033 Map OID to long value 2021-03-17 18:11:52 +01:00
Gunnar Morling
67b765cc0b DBZ-2592 zsh compat 2021-03-17 15:26:38 +01:00
Gunnar Morling
647076ea69 DBZ-2957 Misc. fixes;
* Simplifying reg exp
* Adding leniency towards whitespace
* Reporting *all* problems including correct count
* Fixing incorrect actual/expected order
2021-03-17 14:04:16 +01:00
Anisha Mohanty
2e5a5ce001 DBZ-2957 Handle message.key.columns regex validation time complexity 2021-03-17 14:04:16 +01:00