DBZ-7786 A few more adjustments to address downstream build errors

This commit is contained in:
roldanbob 2024-07-03 23:49:49 -04:00 committed by Chris Cranford
parent 9b768b8aa4
commit 0631f9a88e
2 changed files with 1 additions and 4 deletions

View File

@ -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] include::{partialsdir}/modules/all-connectors/frag-common-mbean-name.adoc[leveloffset=+1,tags=mbeans-shared]
// Type: reference // Type: reference
// ModuleID: monitoring-debezium-during-snapshots-of-mariadb-databases
// Title: Monitoring {prodname} during snapshots of MariaDB databases // Title: Monitoring {prodname} during snapshots of MariaDB databases
[[mariadb-snapshot-metrics]] [[mariadb-snapshot-metrics]]
=== 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] include::{partialsdir}/modules/all-connectors/ref-connector-monitoring-incremental-snapshot-metrics.adoc[leveloffset=+1]
// Type: reference // Type: reference
// ModuleID: monitoring-debezium-mariadb-connector-record-streaming
// Title: Monitoring {prodname} MariaDB connector record streaming // Title: Monitoring {prodname} MariaDB connector record streaming
[[mariadb-streaming-metrics]] [[mariadb-streaming-metrics]]
=== 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. // Moved table of connector-specific metrics to conditonalized section of the preceding shared file.
// Type: reference // Type: reference
// ModuleID: monitoring-debezium-mariadb-connector-schema-history
// Title: Monitoring {prodname} MariaDB connector schema history // Title: Monitoring {prodname} MariaDB connector schema history
[[mariadb-schema-history-metrics]] [[mariadb-schema-history-metrics]]
=== Schema history metrics === Schema history metrics

View File

@ -457,7 +457,7 @@ end::snapshots[]
tag::initial-snap-global[] tag::initial-snap-global[]
You can customize the way that the connector creates snapshots by changing the value of the `snapshot.mode` property. 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. 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 .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. The following table shows the steps in the workflow that {prodname} follows to create a snapshot with a global read lock.