This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new ba87b1544e5 Refactor MySQLClient (#32532)
ba87b1544e5 is described below

commit ba87b1544e5e6c56c1ce60b5c75ff84b247c8927
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Aug 15 17:57:48 2024 +0800

    Refactor MySQLClient (#32532)
---
 .../shardingsphere/data/pipeline/mysql/ingest/client/MySQLClient.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kernel/data-pipeline/dialect/mysql/src/main/java/org/apache/shardingsphere/data/pipeline/mysql/ingest/client/MySQLClient.java
 
b/kernel/data-pipeline/dialect/mysql/src/main/java/org/apache/shardingsphere/data/pipeline/mysql/ingest/client/MySQLClient.java
index 90c1611046a..2517cb6060d 100644
--- 
a/kernel/data-pipeline/dialect/mysql/src/main/java/org/apache/shardingsphere/data/pipeline/mysql/ingest/client/MySQLClient.java
+++ 
b/kernel/data-pipeline/dialect/mysql/src/main/java/org/apache/shardingsphere/data/pipeline/mysql/ingest/client/MySQLClient.java
@@ -343,7 +343,7 @@ public final class MySQLClient {
         
         @Override
         public void channelInactive(final ChannelHandlerContext ctx) throws 
Exception {
-            log.warn("MySQL binlog channel inactive");
+            log.warn("MySQL binlog channel inactive, channel: {}, running: 
{}", ctx.channel(), running);
             if (!running) {
                 return;
             }

Reply via email to