From 0631f9a88e93b9efc8a242371a479609b1136769 Mon Sep 17 00:00:00 2001 From: roldanbob Date: Wed, 3 Jul 2024 23:49:49 -0400 Subject: [PATCH] DBZ-7786 A few more adjustments to address downstream build errors --- documentation/modules/ROOT/pages/connectors/mariadb.adoc | 3 --- .../partials/modules/all-connectors/shared-mariadb-mysql.adoc | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/documentation/modules/ROOT/pages/connectors/mariadb.adoc b/documentation/modules/ROOT/pages/connectors/mariadb.adoc index 85cc2af79..facf2e211 100644 --- a/documentation/modules/ROOT/pages/connectors/mariadb.adoc +++ b/documentation/modules/ROOT/pages/connectors/mariadb.adoc @@ -472,7 +472,6 @@ include::{partialsdir}/modules/all-connectors/shared-mariadb-mysql.adoc[leveloff include::{partialsdir}/modules/all-connectors/frag-common-mbean-name.adoc[leveloffset=+1,tags=mbeans-shared] // Type: reference -// ModuleID: monitoring-debezium-during-snapshots-of-mariadb-databases // Title: Monitoring {prodname} during snapshots of MariaDB databases [[mariadb-snapshot-metrics]] === Snapshot metrics @@ -484,7 +483,6 @@ include::{partialsdir}/modules/all-connectors/ref-connector-monitoring-snapshot- include::{partialsdir}/modules/all-connectors/ref-connector-monitoring-incremental-snapshot-metrics.adoc[leveloffset=+1] // Type: reference -// ModuleID: monitoring-debezium-mariadb-connector-record-streaming // Title: Monitoring {prodname} MariaDB connector record streaming [[mariadb-streaming-metrics]] === Streaming metrics @@ -498,7 +496,6 @@ include::{partialsdir}/modules/all-connectors/ref-connector-monitoring-streaming // Moved table of connector-specific metrics to conditonalized section of the preceding shared file. // Type: reference -// ModuleID: monitoring-debezium-mariadb-connector-schema-history // Title: Monitoring {prodname} MariaDB connector schema history [[mariadb-schema-history-metrics]] === Schema history metrics diff --git a/documentation/modules/ROOT/partials/modules/all-connectors/shared-mariadb-mysql.adoc b/documentation/modules/ROOT/partials/modules/all-connectors/shared-mariadb-mysql.adoc index 525739bde..f12c0e0bd 100644 --- a/documentation/modules/ROOT/partials/modules/all-connectors/shared-mariadb-mysql.adoc +++ b/documentation/modules/ROOT/partials/modules/all-connectors/shared-mariadb-mysql.adoc @@ -457,7 +457,7 @@ end::snapshots[] tag::initial-snap-global[] You can customize the way that the connector creates snapshots by changing the value of the `snapshot.mode` property. If you configure a different snapshot mode, the connector completes the snapshot by using a modified version of this workflow. -For information about the snapshot process in environments that do not permit global read locks, see the xref:{context}-snapshot-workflow-with-table-level-locks[snapshot workflow for table-level locks]. +For information about the snapshot process in environments that do not permit global read locks, see the xref:{context}-initial-snapshot-workflow-with-table-level-locks[snapshot workflow for table-level locks]. .Default workflow that the {prodname} {connector-name} connector uses to perform an initial snapshot with a global read lock The following table shows the steps in the workflow that {prodname} follows to create a snapshot with a global read lock.