You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/05/08 03:14:32 UTC

[GitHub] [shardingsphere] malaxiaolongxia commented on issue #5458: scaling incrementalSyncTask is stuck

malaxiaolongxia commented on issue #5458:
URL: https://github.com/apache/shardingsphere/issues/5458#issuecomment-625606719


   Here is my test code,when i run it , it never print ok and always wait expected response
   ```public class MysqlClientTest {
       public static void main(String[] args) {
           MySQLClient mySQLClient = new MySQLClient(2103316, "xxxx", 3306, "mall_test_m_rw", "mall_test_m_rw");
           mySQLClient.connect();
           mySQLClient.subscribe("mariadb-bin.000617", 790748916);
           System.out.println("ok");
       }
   }
   `show variables like '%server_id%';` then value is 2103316
   `show master status;` then value is mariadb-bin.000617   790748916``


----------------------------------------------------------------
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.

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