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/09/08 09:47:12 UTC

[GitHub] [shardingsphere] Lucas-307 commented on issue #7223: does scaling support resume ?

Lucas-307 commented on issue #7223:
URL: https://github.com/apache/shardingsphere/issues/7223#issuecomment-688754327


   @dmbj , Scaling support resume from break-point, which depends on zookeeper service. You should setup an zookeeper service and add config.
   
   ${scaling_home}/conf/server.yaml 
   ```yaml
   name: scalingjob
   registryCenter:
     type: zookeeper
     serverLists: localhost:2181 # your zk host
     props:
   ```
   restart scaling service.
   
   Focus on your exceptions: `Could not find first log file name in binary log index file`, which means binlog has been removed before execute increase job. 
   
   So you should turn up binlog expire days.


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