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/01/02 11:31:44 UTC

[GitHub] [incubator-shardingsphere] ssxlulu commented on issue #3849: Add datasources check before start scaling job

ssxlulu commented on issue #3849: Add datasources check before start scaling job
URL: https://github.com/apache/incubator-shardingsphere/issues/3849#issuecomment-570182770
 
 
   > Good idea, can you list what should do in issue?
   
   Yes. Before starting a scaling job, we should do these things:
   1. check the connection and user's privileges of the source's datasource;
   2. check the connection and user's privileges of the target's datasource.
   
   If all checks are ok, then start the job, otherwise, we should through the exception and the job start failed.

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


With regards,
Apache Git Services