Commit Graph

3749 Commits

Author SHA1 Message Date
vanhoale
17a424d9ac DBZ-2662 Handle ChangeEventQueue by the size in bytes 2020-11-16 08:39:33 +01:00
rkerner
4faf13d0c9 DBZ-2637 apply feedback 2020-11-16 07:47:25 +01:00
rkerner
aff1df7573 DBZ-2637 fix unit test timeouts 2020-11-16 07:47:25 +01:00
rkerner
77eee964a1 DBZ-2637 unrelated cleanup 2020-11-16 07:47:25 +01:00
rkerner
c59e00c65a DBZ-2637 Enhance Postgres validation checks
+ add wal_level config check
+ add LOGIN and REPLICATION roles check
+ add replication slot is already in use check
2020-11-16 07:47:25 +01:00
Babur Duisenov
1dbe6c014b DBZ-2762 Update Testcontainers version to 1.15.0 2020-11-16 07:42:30 +01:00
Jiri Pechanec
74cf3ea106 DBZ-2760 Support for DROP CONSTRAINT 2020-11-16 07:39:53 +01:00
Jiri Pechanec
7f32211814 DBZ-2729 Separate log mining enable property no longer exist 2020-11-16 07:37:32 +01:00
Chris Cranford
1c068de5c4 DBZ-2729 Sync Oracle RAC config options 2020-11-16 07:37:32 +01:00
Chris Cranford
926c95fe1a DBZ-2729 Sync config options with HistoryRecorder hook 2020-11-16 07:37:32 +01:00
Chris Cranford
b9018a6ca1 DBZ-2729 Document new Oracle LogMiner config options 2020-11-16 07:37:32 +01:00
jcechace
0befe82b76 DBZ-2758 Added polling when extracting LB url for database services 2020-11-13 06:33:25 +01:00
Jiri Pechanec
6d6d0a3888 DBZ-2747 Disable unstable corner case test 2020-11-12 18:48:17 +01:00
ani-sha
7acae90f1e DBZ-1720 Move CI to GH Actions 2020-11-12 14:40:13 +01:00
Vadzim Ramanenka
ef19f09095 DBZ-2738 MySqlParser: expect aggregate function names to be used as an identifier 2020-11-12 08:38:25 +01:00
rkerner
a611979268 DBZ-2580 apply PR feedback 2020-11-12 07:42:48 +01:00
rkerner
9c5db0cd2f DBZ-2580 Fix "The primary key cannot reference a non-existant column" error from MySQL DDL parser when CREATE TABLE statement starts with a primary key definition like "CREATE TABLE Products (PRIMARY KEY (id), ..." where the referenced primary key column is not yet defined 2020-11-12 07:42:48 +01:00
Jiri Pechanec
dca04130c2 DBZ-2742 Align with documentation 2020-11-11 09:08:05 +01:00
Chris Cranford
aea26a2949 DBZ-2742 Migrate initial.sync.max.threads to snapshot.max.threads 2020-11-11 09:08:05 +01:00
Jiri Pechanec
3b1f3e7454 DBZ-2625 Retry on transaction deadlock
When CDC is reconfigured while connector is running it is possbile to
end up in tx deadlock. Such situation is only temporary and connector
could recover from it upon restart.
2020-11-10 10:01:51 -05:00
Jiri Pechanec
c41aa0e70f DBZ-2625 Make out-of-sync LSN retriable
When the CDC is disabled and enabled during the connector runtime then
the LSNs obtained by connector from min/max queries can get out of sync
with CDCs stored in the table. This issue is solved when connector is
restarted.
2020-11-10 10:01:51 -05:00
Jiri Pechanec
9001946073 DBZ-2716 Guard against missing position mapping 2020-11-10 09:59:41 -05:00
jcechace
370cadcf18 DBZ-2739 Fixed refered job name in OCP test job 2020-11-10 15:25:30 +01:00
jcechace
9f31016eae DBZ-2736 Ability to specify deployment descriptor of Strimzi cluster operator in OCP prepare job 2020-11-10 14:30:04 +01:00
Bob Roldan
79506d0661 DBZ-2659 Restore content from partials files to main monitoring.adoc file. 2020-11-10 11:03:38 +01:00
Bob Roldan
06a7770840 DBZ-2721 Reintegrate content from modularized files to logging.adoc 2020-11-10 10:59:59 +01:00
rkerner
f291b07b6b DBZ-2724 cleanup code and apply PR feedback 2020-11-10 10:44:41 +01:00
rkerner
4dbc17dfcd DBZ-2724 add missing license file header and class doc 2020-11-10 10:44:41 +01:00
rkerner
890bf217dc DBZ-2724 unrelated cleanup 2020-11-10 10:44:41 +01:00
rkerner
0015d628d5 DBZ-2724 Add integration tests for DBZ-2617 (fix Postgres was not able to shutdown with shutdown mode "fast")
DBZ-2602 Migrate Testcontainers related changes on DebeziumContainer from UI PoC backend to Debezium main repo
2020-11-10 10:44:41 +01:00
Kewei Shang
78c061a86d DBZ-2726 extend data separator and time separator 2020-11-10 10:01:33 +01:00
Kewei Shang
7e44a3068a DBZ-2726 Clean MySQL TIMESTAMP default value 2020-11-10 10:01:33 +01:00
jcechace
21ee4ad55e DBZ-2650 syncing release pipeline with master 2020-11-05 15:48:24 +01:00
jcechace
8ef863458a DBZ-2650 Fixed job name in strimzi prepare job's result remail 2020-11-05 15:48:24 +01:00
jcechace
c76318c589 DBZ-2650 Correcting upstream job name in nightly image job 2020-11-05 15:48:24 +01:00
jcechace
bc3676b101 DBZ-2650 Fixed build status in release pipeline's result email 2020-11-05 15:48:24 +01:00
jcechace
e09f8b0053 DBZ-2650 Fixed parameter types in prod release job 2020-11-05 15:48:24 +01:00
jcechace
a06c1b599e DBZ-2650 Extended time for source clear job 2020-11-05 15:48:24 +01:00
jcechace
d8d6aa3f49 DBZ-2650 Added Jenkinsdashboard definition 2020-11-05 15:48:24 +01:00
jcechace
83533aeb07 DBZ-2650 migrating remaining jobs and cleanup 2020-11-05 15:48:24 +01:00
jcechace
48b057e27d DBZ-2650 Migrated release related jobs from JJB to JobDSL 2020-11-05 15:48:24 +01:00
Hussain
c58b3123fc DBZ-2727: Added exceptio to retry when there is Write failed 2020-11-05 10:07:55 +01:00
Jiri Pechanec
704b967697 [release] Update nightly image build trigger 2020-11-04 10:10:36 +01:00
Ganesh Ramasubramanian
4716194ff9 DBZ-2606: Map new name for the fields and headers
Added ability to map new name for the fields and headers.
The "new name" mapping is completely optional and we will not
be affecting the existing functionality.

The optional "new name" is case-sensitive.
2020-11-04 08:57:16 +01:00
ani-sha
fd6c8f9502 DBZ-2690 get oracle specific changes into debezium-core 2020-11-04 07:21:10 +01:00
Chris Cranford
6c34a6e3f2 DBZ-2704 Suggested fixes 2020-11-04 06:15:16 +01:00
Chris Cranford
4e6b3b1268 DBZ-2704 Fix test failure - PostgresConnectorIT#shouldRegularlyFlushLsnWithTxMonitoring 2020-11-04 06:15:16 +01:00
Jiri Pechanec
b9a6bb35b8 DBZ-2673 Added comment; use defensive equals 2020-11-03 08:02:06 +01:00
Arik Cohen
e44b76fb9d DBZ-2673 Read the raw bytes of a character-type field 2020-11-03 08:02:06 +01:00
rkerner
c274c2b39b DBZ-2617 refactor to proper HeartbeatErrorHandler injection 2020-11-03 07:23:02 +01:00