zml1206 commented on code in PR #4320:
URL: https://github.com/apache/flink-cdc/pull/4320#discussion_r2944989690
##########
flink-cdc-connect/flink-cdc-source-connectors/flink-connector-sqlserver-cdc/src/main/java/io/debezium/connector/sqlserver/SqlServerStreamingChangeEventSource.java:
##########
@@ -94,6 +101,8 @@ public class SqlServerStreamingChangeEventSource
private final Map<SqlServerPartition, SqlServerStreamingExecutionContext>
streamingExecutionContexts;
+ private final Map<String, Lsn> minimumLsnByCaptureInstance = new
ConcurrentHashMap<>();
Review Comment:
It appears to be a dead cache, not being used.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]