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 2019/08/17 08:14:11 UTC

[GitHub] [incubator-shardingsphere] hyochan-Kim opened a new issue #2887: Missing data source name: 'Master0' / 'Master-0'

hyochan-Kim opened a new issue #2887: Missing data source name: 'Master0' / 'Master-0'
URL: https://github.com/apache/incubator-shardingsphere/issues/2887
 
 
   ### Which version of ShardingSphere did you use?
   4.0.0-RC1
   
   ### Which project did you use? Sharding-JDBC or Sharding-Proxy?
   Sharding-JDBC
   
   ### Expected behavior
   insert query to mysql (not only one / only one is OK)
   
   ### Actual behavior
   my datasources' name are master0/master1/...
   when i insert queries,(not only one / only one is OK)
   it make error - Missing the data source name: 'master-0' (or master-1 ...)
   
   so change datasources' name to master-0/master-1/...
   it make error - Missing the data source name: 'master0' (or master1 ...)
   
   so i make datasources' name master0/master-0 (<- they are same url,type ...)
   /master1/master-1 .... 
   it makes no error. and work done.
   i don't know exact reason.
   i guess it has datasource name parsing error.
   
   

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