Re: Re:Which module is concerned with shardingsphere configuration?

2019-11-04 Thread sushixiang
Thankyou,JuanPan. ---Original--- From: Juan Pan

Re: [Proposal] ShardingScaling donation

2019-11-08 Thread sushixiang
HiSionYang,Iamalsothecontributorofshardingscaling,andiwillpaymoreattentiontoitinthefuture. Hereismycontribution. https://github.com/avalon566/sharding-scaling/commits?author=ssxlulu SohowcouldIbebringintotheApacheSoftwareFoundation(ASF)? ---Original--- From: Sion

Re: [ShardingScaling][Discuss] Http request APIS about shardingscaling

2019-12-04 Thread sushixiang
Now, stop only means stop the job, function of resume job will be add later. --Original-- From:"zhangli...@apache.org"https://github.com/apache/incubator-shardingsphere/issues/3256 gt

[ShardingScaling][Discuss] Http request APIS about shardingscaling

2019-12-04 Thread sushixiang
Hi, everybody: Http request apis will be provided for shardingscaling to let people easily manager the scaling job. Here are the definitions of such apis: /shardingscaling/job/start [POST] /shardingscaling/job/progress/${jobId} [GET] /shardingscaling/job/stop [POST] Above apis will be

Re: [ShardingScaling][Discuss] Http request APIS about shardingscaling

2019-12-04 Thread sushixiang
Hi, xia Yanick: Stop api doesn't do a delete action, so we use [POST] and jobid will be transferd as request body. For others,Is it more readable to add such 'start', 'stop' or 'progress'? --Original-- From:"xia

Re: [ShardingScaling][Discuss] Http request APIS about shardingscaling

2019-12-04 Thread sushixiang
Hi, PUT may be used for modification, but we really not modify anything. And I think this may be not as straightforward as putting 'stop' in the url.What do you think? --Original-- From:"xia Yanick"

How does shardingsphere handle queries about information_shema ?

2019-11-19 Thread sushixiang
How does shardingsphere handle queries about information_shema ? Now, when I query from tables in information_schema, exception like "Table 'information.column' doesn't exist"will cause. So, does shardingsphere deal with the information_shema query scene??

Re:How does shardingsphere handle queries about information_shema ?

2019-11-19 Thread sushixiang
Thank you, And I think this feature may need a further disscussion. --Original-- From:"Juan Pan"

Re:How does shardingsphere handle queries about information_shema ?

2019-11-19 Thread sushixiang
Thanks for replying. But, there are also some problems.If my sql is "select * from information_schema.columns where table_name = 't_order'", shardingsphere will not response the correct result while the t_oder is a sharding table, because the physical table name may be t_order_0. It may be

Which module is concerned with shardingsphere configuration?

2019-11-04 Thread sushixiang
Hi, everybody: I want to know which module has the configuration code? There are too many modules in this project. And i don't think it isread-friendly.

Re:[Scaling] Preparing to merge sharding-scaling and sharding-scaling-ui into master

2020-02-28 Thread sushixiang
Sounds Great! I think it is ready to merge. --Original-- From:"Sion Yang"https://github.com/apache/incubator-shardingsphere/issues/3598 -- Yi Yang(Sion) Apache ShardingSphere

Re: HA of Apache ShardingSphere(incubator) work plans

2020-02-06 Thread sushixiang
SoundsGreat! ---Original--- From: Haoran Meng

Re:[DISCUSS] merge docs and example repos into trunk repo

2020-01-16 Thread sushixiang
Good idea! +1 --Original-- From:"zhangli...@apache.org"https://github.com/apache/incubator-shardingsphere-doc [2] https://github.com/apache/incubator-shardingsphere-example [3] https://github.com/apache/incubator-shardingsphere -- Liang Zhang

Re:The 2019 Summary of ShardingSphere community

2020-01-16 Thread sushixiang
Thank you! :) --Original-- From:"Juan Pan"

Re:The 2019 Summary of ShardingSphere community

2020-01-16 Thread sushixiang
I am honored to witness and participate in the development of the community, and I believe the community will get better and better. Happy Chinese new year to everyone! --Original-- From:"Juan Pan"

Re:[VOTE] Release Apache ShardingSphere (Incubating) 4.0.0

2019-12-23 Thread sushixiang
Approve all checklist. [+1] Download links are valid. [+1] Checksums and PGP signatures are valid. [+1] DISCLAIMER is included. [+1] Source code artifacts have correct names matching the current release. [+1] LICENSE and NOTICE files are correct for each ShardingSphere repo. [+1] All files

Re: Re:[ShardingScaling][Discuss] Add datasources check before start scaling job

2020-01-06 Thread sushixiang
Yes,youareright. ---Original--- From: Sion Yanghttps://github.com/apache/incubator-shardingsphere/issues/3849 Comments or Suggestions on it are welcome! Thanks!

[ShardingScaling][Discuss] Add datasources check before start scaling job

2020-01-06 Thread sushixiang
Hi everybody: We will add datasources check function before starting scaling job. It will help us check the validity of the datasources and the privileges of the datasources's users before startingscaling job successfully. Here are the related issue:

Re: Congratulations! The board made ShardingSphere TLP today

2020-04-15 Thread sushixiang
Congratulations! --Original-- From:"??"

[SHARDING-SCALING]Optimization about job start API

2020-04-28 Thread sushixiang
Hi everyone, As we know, sharding-scaling can be used for migrating data from single datasource to ShardingSphere when first using ShardingSphere,and the start API is showed below: curl -X POST \ http://localhost:/shardingscaling/job/start \ -H 'content-type: application/json' \ -d '{

[SHARDING-SCALING]Optimization about job start API

2020-04-29 Thread sushixiang
Hi everyone, As we know, sharding-scaling can be used for migrating data from single datasource to ShardingSphere when first using ShardingSphere, and the start API is showed below: curl -X POST \ http://localhost:/shardingscaling/job/start \ -H 'content-type: application/json' \ -d

Re:[SHARDING-SCALING]Optimization about job start API

2020-04-29 Thread sushixiang
Sorry, I don't know why the blanksturn into nbsp;. --Original-- From:"KimmKing"http://localhost:/shardingscaling/job/start \ nbsp; -H 'content-type: application/json' \ nbsp; -d '{ nbsp; nbsp;"ruleConfiguration": { nbsp; nbsp; nbsp; "sourceDatasource":

Re:[DISCUSS] 4.1.0 release plan

2020-03-16 Thread sushixiang
Sounds great. And I want to know 'Upgrade to Java 8' has already be finished yet? If not, I want to join. --Original-- From:"Zhang Yonglun"https://github.com/apache/incubator-shardingsphere/tree/dev-5.x which include many bug fixes, enhancement and refactor.