Skip to content

Commit 43a5d27

Browse files
authored
Update known-issues-azure-mysql-fs-online.md
More Acrolinx Tone edits to bring file's overall Acrolinx score to at least 80.
1 parent 7ee9509 commit 43a5d27

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/dms/known-issues-azure-mysql-fs-online.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@ One or more incompatible SQL modes can cause many different errors. Below is an
7676

7777
- **Error**: Enum column has a null value in one or more rows and the target SQL mode is set to strict.
7878

79-
**Potential error message**: A batch couldn't be written to the table '{table}' due to a data truncation error. Please ensure that the data is not too large for the data type of the MySQL table column. If the column type is an enum, make sure SQL Mode is not set as TRADITIONAL, STRICT_TRANS_TABLES or STRICT_ALL_TABLES and is the same on source and target.
79+
**Potential error message**: A batch couldn't be written to the table '{table}' due to a data truncation error. Please ensure that the data isn't too large for the data type of the MySQL table column. If the column type is an enum, make sure SQL Mode isn't set as TRADITIONAL, STRICT_TRANS_TABLES or STRICT_ALL_TABLES and is the same on source and target.
8080

81-
**Limitation**: The error occurs when historical data was written to the source server when they had certain setting, but when it is changed, data cannot move.
81+
**Limitation**: The error occurs when historical data was written to the source server when they had certain setting, but when it's changed, data cannot move.
8282

83-
**Workaround**: To resolve the issue, it is recommended to change the target SQL mode to non-strict or change all null values to be valid values.
83+
**Workaround**: To resolve the issue, we recommend changing the target SQL mode to non-strict or changing all null values to be valid values.
8484

8585
## Creating object failure
8686

8787
- **Error**: An error occurred after view validation failed.
8888

8989
**Limitation**: The error occurs when trying to migrate a view and the table that the view is supposed to be referencing cannot be found.
9090

91-
**Workaround**: It is recommended to migrate views manually.
91+
**Workaround**: We recommend migrating views manually.
9292

9393
## Unable to find table
9494

@@ -98,21 +98,21 @@ One or more incompatible SQL modes can cause many different errors. Below is an
9898

9999
**Limitation**: The error can occur when the view is referring to a table that has been deleted or renamed, or when the view was created with incorrect or incomplete information.
100100

101-
**Workaround**: It is recommended to migrate views manually.
101+
**Workaround**: We recommend migrating views manually.
102102

103103
## All pooled connections broken
104104

105105
- **Error**: All connections on the source server were broken.
106106

107-
**Limitation**: The error occurs when all the connections that are acquired at the start of initial load are lost due to server restart, network issues, heavy traffic on the source server or other transient problems. This error is not recoverable.
107+
**Limitation**: The error occurs when all the connections that are acquired at the start of initial load are lost due to server restart, network issues, heavy traffic on the source server or other transient problems. This error isn't recoverable.
108108

109-
**Workaround**: The migration must be restarted, and it is recommended to increase the performance of the source server. Another issue is scripts that kill long running connections, prevents these scripts from working.
109+
**Workaround**: The migration must be restarted, and we recommend increasing the performance of the source server. Another issue is scripts that kill long running connections, prevents these scripts from working.
110110

111111
## Consistent snapshot broken
112112

113113
**Limitation**: The error occurs when the customer performs DDL during the initial load of the migration instance.
114114

115-
**Workaround**: To resolve this issue, it is recommended to refrain from making DDL changes during the Initial Load.
115+
**Workaround**: To resolve this issue, we recommend refraining from making DDL changes during the Initial Load.
116116

117117
## Foreign key constraint
118118

@@ -122,7 +122,7 @@ One or more incompatible SQL modes can cause many different errors. Below is an
122122

123123
**Limitation**: The error can cause schema migration of a table to fail, as the PK column in table 1 may not be compatible with the FK column in table 2.
124124

125-
**Workaround**: To resolve this issue, it is recommended to drop the foreign key and re-create it after the migration process is completed.
125+
**Workaround**: To resolve this issue, we recommend dropping the foreign key and re-creating it after the migration process is completed.
126126

127127
## Next steps
128128

0 commit comments

Comments
 (0)