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 2022/05/26 10:47:50 UTC

[GitHub] [shardingsphere] sandynz commented on pull request #17975: Compatible with BINLOG_CHECKSUM case-insensitive

sandynz commented on PR #17975:
URL: https://github.com/apache/shardingsphere/pull/17975#issuecomment-1138402574

   Exception:
   ```
   [ERROR] 2022-05-26 17:34:20.720 [ShardingSphere-Scaling-Incremental-0130317c30317c3054317c7363616c696e675f64656d6f-4] o.a.s.d.p.s.r.RuleAlteredJobScheduler - Incremental task execute failed.
   java.lang.UnsupportedOperationException: NONE
   	at org.apache.shardingsphere.data.pipeline.mysql.ingest.client.MySQLClient.queryChecksumLength(MySQLClient.java:176)
   	at org.apache.shardingsphere.data.pipeline.mysql.ingest.client.MySQLClient.subscribe(MySQLClient.java:146)
   	at org.apache.shardingsphere.data.pipeline.mysql.ingest.MySQLIncrementalDumper.dump(MySQLIncrementalDumper.java:96)
   	at org.apache.shardingsphere.data.pipeline.mysql.ingest.MySQLIncrementalDumper.doStart(MySQLIncrementalDumper.java:87)
   	at org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor.start(AbstractLifecycleExecutor.java:41)
   	at org.apache.shardingsphere.data.pipeline.core.task.IncrementalTask.doStart(IncrementalTask.java:85)
   	at org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor.start(AbstractLifecycleExecutor.java:41)
   	at org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor.run(AbstractLifecycleExecutor.java:61)
   	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   	at java.base/java.lang.Thread.run(Thread.java:833)
   ```
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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