Commit Graph

3938 Commits

Author SHA1 Message Date
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
rkerner
2a3f44ebe5 DBZ-2617 failing heartbeats should put Postgres connector into FAILED state to allow proper shutdown of Postgres when shutdown was triggered with shutdown mode "fast" 2020-11-03 07:23:02 +01:00
Alexander Iskuskov
0c250810f3 DBZ-2717 Fix typo in converters doc 2020-11-02 08:41:14 +01:00
ani-sha
97f7e619c6 DBZ-2638 fix OpenJDK outreach jobs 2020-10-30 15:48:15 -04:00
cooksey
c262238183 DBZ-2608 Add a snapshotComplete lifecycle hook to the Snapshotter 2020-10-30 13:34:38 -04:00
Chris Cranford
29e9c99fbc DBZ-2628 Add missing privileges for Oracle LogMiner setup 2020-10-30 13:27:28 -04:00
alisator
ceaf5749be DBZ-2708 Doc formatting fix;
Since the example uses * as a regex, it should be also correctly formatted in the text, but bothsided asterix made the text bold and it didn't looked as a regex expression anymore.

Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2020-10-30 10:55:06 +01:00
Chris Cranford
6bc01a1660 DBZ-2625 Fix intermittent failures in SqlServerConnectorIT 2020-10-28 14:31:53 +01:00
ani-sha
415492121b DBZ-2638 update OpenJDK quality outreach jobs 2020-10-27 15:08:01 -04:00
Sergei Morozov
344acb55c0 DBZ-2682: Mapper converters should leave empty dates as zero 2020-10-27 16:21:53 +01:00
mans2singh
84adb296a7 DBZ-2701 - Corrected cassandra connector doc 2020-10-27 09:31:28 +01:00
jcechace
b65e32ad6a DBZ-2693 using db2 image with ocp entry-point 2020-10-26 11:42:36 -04:00