You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "healchow (via GitHub)" <gi...@apache.org> on 2023/04/14 09:26:28 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #7856: [INLONG-7855][Sort] Fix Sort hang up reader in snapshot phase when reducing parallelism

healchow commented on code in PR #7856:
URL: https://github.com/apache/inlong/pull/7856#discussion_r1166578364


##########
inlong-sort/sort-connectors/mysql-cdc/src/main/java/org/apache/inlong/sort/cdc/mysql/debezium/task/MySqlBinlogSplitReadTask.java:
##########
@@ -88,6 +94,29 @@ public MySqlBinlogSplitReadTask(
     @Override
     public void execute(ChangeEventSourceContext context) throws InterruptedException {
         this.context = context;
+
+        /**

Review Comment:
   Unsupported javadoc in the method. 



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org