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/12/25 07:59:14 UTC

[GitHub] [shardingsphere] orchids-li opened a new issue #8779: 【shardingproxy-5.0.0-alpha】Can I change the actualDataNodes online?

orchids-li opened a new issue #8779:
URL: https://github.com/apache/shardingsphere/issues/8779


   ## Question
   
   I have tables , sharding by  datetime, eg: t_order_202010, t_order_202011,
   Can I add the table t_order_202012 to the actualDataNodes  without restart ?
   
   


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



[GitHub] [shardingsphere] tristaZero commented on issue #8779: 【shardingproxy-5.0.0-alpha】Can I change the actualDataNodes online?

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #8779:
URL: https://github.com/apache/shardingsphere/issues/8779#issuecomment-751633913


   Hi @orchids-li ,
   
   Definitely, please refer to [Management](https://shardingsphere.apache.org/document/current/cn/features/governance/management/) for details.


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



[GitHub] [shardingsphere] terrymanu closed issue #8779: 【shardingproxy-5.0.0-alpha】Can I change the actualDataNodes online?

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #8779:
URL: https://github.com/apache/shardingsphere/issues/8779


   


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



[GitHub] [shardingsphere] terrymanu commented on issue #8779: 【shardingproxy-5.0.0-alpha】Can I change the actualDataNodes online?

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #8779:
URL: https://github.com/apache/shardingsphere/issues/8779#issuecomment-753251275


   Please see the document: https://shardingsphere.apache.org/document/current/en/features/governance/management/dependency/
   
   ZooKeeper need 3.6.x at least.
   
   
   


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



[GitHub] [shardingsphere] yu199195 commented on issue #8779: 【shardingproxy-5.0.0-alpha】Can I change the actualDataNodes online?

Posted by GitBox <gi...@apache.org>.
yu199195 commented on issue #8779:
URL: https://github.com/apache/shardingsphere/issues/8779#issuecomment-751228141


   you can config governance.   
   
   and then you can update sharding rule on the  shadingshpere-ui


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



[GitHub] [shardingsphere] tristaZero edited a comment on issue #8779: 【shardingproxy-5.0.0-alpha】Can I change the actualDataNodes online?

Posted by GitBox <gi...@apache.org>.
tristaZero edited a comment on issue #8779:
URL: https://github.com/apache/shardingsphere/issues/8779#issuecomment-751633913


   Hi @orchids-li ,
   
   Definitely, please refer to [Management](https://shardingsphere.apache.org/document/current/en/features/governance/management/) for details.


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



[GitHub] [shardingsphere] tristaZero removed a comment on issue #8779: 【shardingproxy-5.0.0-alpha】Can I change the actualDataNodes online?

Posted by GitBox <gi...@apache.org>.
tristaZero removed a comment on issue #8779:
URL: https://github.com/apache/shardingsphere/issues/8779#issuecomment-752832008


   Hi, It looks that here is something wrong, could you give it a check or refer to [examples](https://github.com/apache/shardingsphere/tree/master/examples/shardingsphere-jdbc-example/governance-example)?
   
   > Caused by: java.lang.NoClassDefFoundError: org/apache/zookeeper/admin/ZooKeeperAdmin
   at org.apache.curator.framework.CuratorFrameworkFactory.


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



[GitHub] [shardingsphere] orchids-li commented on issue #8779: 【shardingproxy-5.0.0-alpha】Can I change the actualDataNodes online?

Posted by GitBox <gi...@apache.org>.
orchids-li commented on issue #8779:
URL: https://github.com/apache/shardingsphere/issues/8779#issuecomment-751980339


   > you can config governance.
   > 
   > and then you can update sharding rule on the shadingshpere-ui
   
   when I config  governance, it has errors, used zookeeper-3.4.9.jar :
   
   > Caused by: java.lang.NoClassDefFoundError: org/apache/zookeeper/admin/ZooKeeperAdmin
   	at org.apache.curator.framework.CuratorFrameworkFactory.<clinit>(CuratorFrameworkFactory.java:65) ~[curator-framework-5.1.0.jar:5.1.0]
   	at org.apache.shardingsphere.governance.repository.zookeeper.CuratorZookeeperRepository.buildCuratorClient(CuratorZookeeperRepository.java:80) ~[shardingsphere-governance-repository-zookeeper-curator-5.0.0-alpha.jar:5.0.0-alpha]
   	at org.apache.shardingsphere.governance.repository.zookeeper.CuratorZookeeperRepository.init(CuratorZookeeperRepository.java:70) ~[shardingsphere-governance-repository-zookeeper-curator-5.0.0-alpha.jar:5.0.0-alpha]
   	at org.apache.shardingsphere.governance.core.facade.repository.GovernanceRepositoryFacade.createRegistryRepository(GovernanceRepositoryFacade.java:53) ~[shardingsphere-governance-core-facade-5.0.0-alpha.jar:5.0.0-alpha]
   	at org.apache.shardingsphere.governance.core.facade.repository.GovernanceRepositoryFacade.<init>(GovernanceRepositoryFacade.java:45) ~[shardingsphere-governance-core-facade-5.0.0-alpha.jar:5.0.0-alpha]
   	at org.apache.shardingsphere.governance.core.facade.GovernanceFacade.init(GovernanceFacade.java:60) ~[shardingsphere-governance-core-facade-5.0.0-alpha.jar:5.0.0-alpha]
   	at org.apache.shardingsphere.driver.governance.internal.datasource.GovernanceShardingSphereDataSource.createGovernanceFacade(GovernanceShardingSphereDataSource.java:78) ~[shardingsphere-jdbc-governance-5.0.0-alpha.jar:5.0.0-alpha]
   	at org.apache.shardingsphere.driver.governance.internal.datasource.GovernanceShardingSphereDataSource.<init>(GovernanceShardingSphereDataSource.java:70) ~[shardingsphere-jdbc-governance-5.0.0-alpha.jar:5.0.0-alpha]
   	at org.apache.shardingsphere.driver.governance.api.yaml.YamlGovernanceShardingSphereDataSourceFactory.createDataSourceWithRules(YamlGovernanceShardingSphereDataSourceFactory.java:115) ~[shardingsphere-jdbc-governance-5.0.0-alpha.jar:5.0.0-alpha]
   	at org.apache.shardingsphere.driver.governance.api.yaml.YamlGovernanceShardingSphereDataSourceFactory.createDataSource(YamlGovernanceShardingSphereDataSourceFactory.java:103) ~[shardingsphere-jdbc-governance-5.0.0-alpha.jar:5.0.0-alpha]
   	at org.apache.shardingsphere.driver.governance.api.yaml.YamlGovernanceShardingSphereDataSourceFactory.createDataSource(YamlGovernanceShardingSphereDataSourceFactory.java:54) ~[shardingsphere-jdbc-governance-5.0.0-alpha.jar:5.0.0-alpha]
   	at com.foresee.sznf.hcp.report.config.YamlDataSourceFactory.newInstance(YamlDataSourceFactory.java:44) ~[classes/:?]
   


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



[GitHub] [shardingsphere] tristaZero commented on issue #8779: 【shardingproxy-5.0.0-alpha】Can I change the actualDataNodes online?

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #8779:
URL: https://github.com/apache/shardingsphere/issues/8779#issuecomment-752832008


   Hi, It looks that here is something wrong, could you give it a check or refer to [examples](https://github.com/apache/shardingsphere/tree/master/examples/shardingsphere-jdbc-example/governance-example)?
   
   > Caused by: java.lang.NoClassDefFoundError: org/apache/zookeeper/admin/ZooKeeperAdmin
   at org.apache.curator.framework.CuratorFrameworkFactory.


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