You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-paimon/src/main/java/org/apache/flink/cdc/connectors/paimon/sink/PaimonMetadataApplier.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,12 @@ public void applySchemaChange(SchemaChangeEvent schemaChangeEvent)
Copy file name to clipboardExpand all lines: flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/operators/schema/coordinator/SchemaRegistryRequestHandler.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -348,6 +348,12 @@ public void close() throws IOException {
348
348
if (schemaChangeThreadPool != null) {
349
349
schemaChangeThreadPool.shutdown();
350
350
}
351
+
352
+
try {
353
+
metadataApplier.close();
354
+
} catch (Exceptione) {
355
+
thrownewIOException("Failed to close metadata applier.", e);
0 commit comments