[GitHub] [incubator-shardingsphere] beckhampu commented on issue #4402: I want to use the self growing primary key. Is there any scheme available?

2020-03-08 Thread GitBox
beckhampu commented on issue #4402: I want to use the self growing primary key. 
Is there any scheme available?
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4402#issuecomment-596360221
 
 
   @kimmking , i think so. I  will close it.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] kimmking commented on issue #4478: Is this possible to just shard databases with table rule configuration?

2020-03-08 Thread GitBox
kimmking commented on issue #4478: Is this possible to just shard databases 
with table rule configuration?
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4478#issuecomment-596358358
 
 
   @bharathikannan-zarget Maybe we should close it now?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] kimmking commented on issue #4604: Too slow to load meta data when start up

2020-03-08 Thread GitBox
kimmking commented on issue #4604: Too slow to load meta data when start up
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4604#issuecomment-596356649
 
 
   @dalong316  aliyun maven mirror is good choice.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] wqzwh commented on issue #3174: Warning when maven install for npm version issue

2020-03-08 Thread GitBox
wqzwh commented on issue #3174: Warning when maven install for npm version issue
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3174#issuecomment-596355837
 
 
   #3818 The problem has been solved


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] kimmking commented on issue #4402: I want to use the self growing primary key. Is there any scheme available?

2020-03-08 Thread GitBox
kimmking commented on issue #4402: I want to use the self growing primary key. 
Is there any scheme available?
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4402#issuecomment-596355743
 
 
   I think we should close this issue now.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] tristaZero commented on issue #4604: Too slow to load meta data when start up

2020-03-08 Thread GitBox
tristaZero commented on issue #4604: Too slow to load meta data when start up
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4604#issuecomment-596351574
 
 
   @dalong316 
   How about your test report?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] tristaZero edited a comment on issue #4575: no viable alternative at input 'user_idinteger'

2020-03-08 Thread GitBox
tristaZero edited a comment on issue #4575: no viable alternative at input 
'user_idinteger'
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4575#issuecomment-596350868
 
 
   Hi @icuxika 
   1. [Your ULR](https://github.com/apache/incubator-shardingsphere/issues/url) 
redirects me badly. Could you recheck it?
   
   >line 1:119 no viable alternative at input 'user_idinteger'
   2. Is this exception thrown when you execute the SQL below?
   ```
   create table t_order_item (order_item_id bigint not null auto_increment, 
order_id bigint, status varchar(255), user_id integer, primary key 
(order_item_id)) engine=InnoDB
   ```
   
   3. Can you configure `sql.show` valid to present more log detail?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] tristaZero commented on issue #4575: no viable alternative at input 'user_idinteger'

2020-03-08 Thread GitBox
tristaZero commented on issue #4575: no viable alternative at input 
'user_idinteger'
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4575#issuecomment-596350868
 
 
   Hi @icuxika 
   [Your ULR](https://github.com/apache/incubator-shardingsphere/issues/url) 
redirects me badly. Could you recheck it?
   
   >line 1:119 no viable alternative at input 'user_idinteger'
   Is this exception thrown when you execute the SQL below?
   ```
   create table t_order_item (order_item_id bigint not null auto_increment, 
order_id bigint, status varchar(255), user_id integer, primary key 
(order_item_id)) engine=InnoDB
   ```
   
   Can you configure `sql.show` valid to present more log detail?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #4666: Add final for not extended class

2020-03-08 Thread GitBox
coveralls edited a comment on issue #4666: Add final for not extended class
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4666#issuecomment-596350030
 
 
   ## Pull Request Test Coverage Report for [Build 
2037](https://coveralls.io/builds/29214287)
   
   * **13** of **15**   **(86.67%)**  changed or added relevant lines in **11** 
files are covered.
   * No unchanged relevant lines lost coverage.
   * Overall coverage increased (+**0.07%**) to **59.113%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-core/sharding-core-api/src/main/java/org/apache/shardingsphere/api/config/shadow/ShadowRuleConfiguration.java](https://coveralls.io/builds/29214287/source?filename=sharding-core%2Fsharding-core-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fapi%2Fconfig%2Fshadow%2FShadowRuleConfiguration.java#L34)
 | 0 | 1 | 0.0%
   | 
[sharding-spring/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/org/apache/shardingsphere/shardingjdbc/spring/namespace/constants/LoadBalanceAlgorithmBeanDefinitionParserTag.java](https://coveralls.io/builds/29214287/source?filename=sharding-spring%2Fsharding-jdbc-spring%2Fsharding-jdbc-spring-namespace%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fspring%2Fnamespace%2Fconstants%2FLoadBalanceAlgorithmBeanDefinitionParserTag.java#L23)
 | 0 | 1 | 0.0%
   
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29214287/badge)](https://coveralls.io/builds/29214287)
 |
   | :-- | --: |
   | Change from base [Build 1023](https://coveralls.io/builds/29211789): |  
0.07% |
   | Covered Lines: | 12127 |
   | Relevant Lines: | 20515 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls commented on issue #4666: Add final for not extended class

2020-03-08 Thread GitBox
coveralls commented on issue #4666: Add final for not extended class
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4666#issuecomment-596350030
 
 
   ## Pull Request Test Coverage Report for [Build 
10123](https://coveralls.io/builds/29214237)
   
   * **13** of **15**   **(86.67%)**  changed or added relevant lines in **11** 
files are covered.
   * **3** unchanged lines in **1** file lost coverage.
   * Overall coverage decreased (**-0.003%**) to **59.035%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-core/sharding-core-api/src/main/java/org/apache/shardingsphere/api/config/shadow/ShadowRuleConfiguration.java](https://coveralls.io/builds/29214237/source?filename=sharding-core%2Fsharding-core-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fapi%2Fconfig%2Fshadow%2FShadowRuleConfiguration.java#L34)
 | 0 | 1 | 0.0%
   | 
[sharding-spring/sharding-jdbc-spring/sharding-jdbc-spring-namespace/src/main/java/org/apache/shardingsphere/shardingjdbc/spring/namespace/constants/LoadBalanceAlgorithmBeanDefinitionParserTag.java](https://coveralls.io/builds/29214237/source?filename=sharding-spring%2Fsharding-jdbc-spring%2Fsharding-jdbc-spring-namespace%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fspring%2Fnamespace%2Fconstants%2FLoadBalanceAlgorithmBeanDefinitionParserTag.java#L23)
 | 0 | 1 | 0.0%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/util/IpUtils.java](https://coveralls.io/builds/29214237/source?filename=sharding-orchestration%2Fsharding-orchestration-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Finternal%2Futil%2FIpUtils.java#L63)
 | 3 | 76.0% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29214237/badge)](https://coveralls.io/builds/29214237)
 |
   | :-- | --: |
   | Change from base [Build 1023](https://coveralls.io/builds/29211789): |  
-0.003% |
   | Covered Lines: | 12111 |
   | Relevant Lines: | 20515 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] geomonlin commented on issue #4317: Use encrypt-raw-jdbc-example fails because of "Unsupport SQL of " error

2020-03-08 Thread GitBox
geomonlin commented on issue #4317: Use encrypt-raw-jdbc-example fails because 
of "Unsupport SQL of " error
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4317#issuecomment-596348873
 
 
   > Hi,
   > 
   > It is very strange to me too. I feel I am doing something wrong! I cloned 
the repo, performed mvn eclpse:eclipse to make it for eclipse, then imported 
the projects as eclipse projects and ran my code. I did not change any thing 
else. However, when I run the sharding-proxy using "start.bat" and then perform 
the queries, it will work. So, I guess the problem might be the way the 
projects were built for eclipse. I can send you the whole workspace if you want 
though.
   > 
   > Thanks,
   > Parsa
   
   And what is your postgres version?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3873: Modify UI module for new orchestration.

2020-03-08 Thread GitBox
terrymanu commented on issue #3873: Modify UI module for new orchestration.
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3873#issuecomment-596346168
 
 
   @kimmking Sure, assigned


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] geomonlin edited a comment on issue #4317: Use encrypt-raw-jdbc-example fails because of "Unsupport SQL of " error

2020-03-08 Thread GitBox
geomonlin edited a comment on issue #4317: Use encrypt-raw-jdbc-example fails 
because of "Unsupport SQL of " error
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4317#issuecomment-596345034
 
 
   > Hi,
   > 
   > It is very strange to me too. I feel I am doing something wrong! I cloned 
the repo, performed mvn eclpse:eclipse to make it for eclipse, then imported 
the projects as eclipse projects and ran my code. I did not change any thing 
else. However, when I run the sharding-proxy using "start.bat" and then perform 
the queries, it will work. So, I guess the problem might be the way the 
projects were built for eclipse. I can send you the whole workspace if you want 
though.
   > 
   > Thanks,
   > Parsa
   
   Sorry I didn't notice the message. that's good, you can put the whole 
workspace Revised on GitHub,  I want to see your configuration, Your 
ShardingSphere version is sharding-jdbc 4.0.0. Right?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] geomonlin commented on issue #4317: Use encrypt-raw-jdbc-example fails because of "Unsupport SQL of " error

2020-03-08 Thread GitBox
geomonlin commented on issue #4317: Use encrypt-raw-jdbc-example fails because 
of "Unsupport SQL of " error
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4317#issuecomment-596345034
 
 
   > Hi,
   > 
   > It is very strange to me too. I feel I am doing something wrong! I cloned 
the repo, performed mvn eclpse:eclipse to make it for eclipse, then imported 
the projects as eclipse projects and ran my code. I did not change any thing 
else. However, when I run the sharding-proxy using "start.bat" and then perform 
the queries, it will work. So, I guess the problem might be the way the 
projects were built for eclipse. I can send you the whole workspace if you want 
though.
   > 
   > Thanks,
   > Parsa
   
   Sorry I didn't notice the message, that's good. You can put the whole 
workspace Revised on GitHub,  Your ShardingSphere version is sharding-jdbc 
4.0.0. Right?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] geomonlin edited a comment on issue #4317: Use encrypt-raw-jdbc-example fails because of "Unsupport SQL of " error

2020-03-08 Thread GitBox
geomonlin edited a comment on issue #4317: Use encrypt-raw-jdbc-example fails 
because of "Unsupport SQL of " error
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4317#issuecomment-596345034
 
 
   > Hi,
   > 
   > It is very strange to me too. I feel I am doing something wrong! I cloned 
the repo, performed mvn eclpse:eclipse to make it for eclipse, then imported 
the projects as eclipse projects and ran my code. I did not change any thing 
else. However, when I run the sharding-proxy using "start.bat" and then perform 
the queries, it will work. So, I guess the problem might be the way the 
projects were built for eclipse. I can send you the whole workspace if you want 
though.
   > 
   > Thanks,
   > Parsa
   
   Sorry I didn't notice the message. that's good, you can put the whole 
workspace Revised on GitHub,  Your ShardingSphere version is sharding-jdbc 
4.0.0. Right?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] kimmking commented on issue #3873: Modify UI module for new orchestration.

2020-03-08 Thread GitBox
kimmking commented on issue #3873: Modify UI module for new orchestration.
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3873#issuecomment-596343811
 
 
   I will follow this issue, complete its tasks with Menghaoranss after 
orchestration-refactoring.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] cherrylzhao merged pull request #4666: Add final for not extended class

2020-03-08 Thread GitBox
cherrylzhao merged pull request #4666: Add final for not extended class
URL: https://github.com/apache/incubator-shardingsphere/pull/4666
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu opened a new pull request #4666: Add final for not extended class

2020-03-08 Thread GitBox
terrymanu opened a new pull request #4666: Add final for not extended class
URL: https://github.com/apache/incubator-shardingsphere/pull/4666
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4480: Shardingsphere takes a long time to parse simple SQL for the first time

2020-03-08 Thread GitBox
terrymanu commented on issue #4480: Shardingsphere takes a long time to parse 
simple SQL for the first time
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4480#issuecomment-596333495
 
 
   Any update about this issue?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] xiaoxiong581 commented on issue #4665: order by not support string column when query more than one database

2020-03-08 Thread GitBox
xiaoxiong581 commented on issue #4665: order by not support string column when 
query more than one database
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4665#issuecomment-596314929
 
 
   I submit a similar issue a few days ago #4639, but @terrymanu think is 
invalid.
   but i see document in 
https://shardingsphere.apache.org/document/current/cn/features/sharding/use-norms/sql/,
 it support order by query in more than one database
   
![image](https://user-images.githubusercontent.com/19368482/76180146-1af0e500-61f8-11ea-9d57-16753a1396ff.png)


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] xiaoxiong581 opened a new issue #4665: order by not support string column when query more than one database

2020-03-08 Thread GitBox
xiaoxiong581 opened a new issue #4665: order by not support string column when 
query more than one database
URL: https://github.com/apache/incubator-shardingsphere/issues/4665
 
 
   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub 
issues](https://github.com/apache/incubator-shardingsphere/issues).
   - Read documentation: [ShardingSphere 
Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more 
details. 
   If no response **more than 7 days** and we cannot reproduce it on current 
information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ShardingSphere did you use?
   4.0.0
   ### Which project did you use? Sharding-JDBC or Sharding-Proxy?
   Sharding-Proxy(docker registry to deploy)
   ### Expected behavior
   more than one database query support order by use string column
   ### Actual behavior
   not support, only support when route one database, cross database support i 
test is int、datetime etc, if use string column to order by, query sql is always 
executing, cann't get result or error
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
    create table sql
   ```sql
   CREATE TABLE t_cluster(
   clusterId VARCHAR(64) NOT NULL   COMMENT '数据库集群ID' ,
   clusterName VARCHAR(128) NOT NULL   COMMENT '数据库集群名称' ,
   projectId VARCHAR(64) NOT NULL   COMMENT '项目ID' ,
   createTime DATETIME NOT NULL   COMMENT '创建时间' ,
   updateTime DATETIME NOT NULL   COMMENT '更新时间' ,
   PRIMARY KEY (clusterId)
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT = '数据库集群信息表';
   ALTER TABLE t_cluster ADD UNIQUE index_cluster_unique_name(clusterName);
   ```
    server.yaml
   ```yaml
   authentication:
 users:
   root:
 password: x
   migu:
 password: x
 authorizedSchemas: databasemanager
   props:
 sql.show: true
   ```
    config-databasemanager.yaml
   ```yaml
   schemaName: databasemanager
   
   dataSources:
 ds_0:
   url: 
jdbc:mysql://192.168.137.102:3306/databasemanager?serverTimezone=UTC&useSSL=false
   username: root
   password: x
   connectionTimeoutMilliseconds: 3
   idleTimeoutMilliseconds: 6
   maxLifetimeMilliseconds: 180
   maxPoolSize: 50
 ds_1:
   url: 
jdbc:mysql://192.168.137.102:3307/databasemanager?serverTimezone=UTC&useSSL=false
   username: root
   password: 
   connectionTimeoutMilliseconds: 3
   idleTimeoutMilliseconds: 6
   maxLifetimeMilliseconds: 180
   maxPoolSize: 50
   
   shardingRule:
 tables:
   t_cluster:
 actualDataNodes: ds_${0..1}.t_cluster
 tableStrategy:
   none:
 databaseStrategy:
   inline:
 shardingColumn: clusterId
 algorithmExpression: ds_${clusterId.hashCode().abs() % 2}
   t_cluster_instance:
 actualDataNodes: ds_${0..1}.t_cluster_instance
 tableStrategy:
   none:
 databaseStrategy:
   inline:
 shardingColumn: clusterId
 algorithmExpression: ds_${clusterId.hashCode().abs() % 2}
 bindingTables:
   - t_cluster,t_cluster_instance
 defaultDatabaseStrategy:
   none:
 defaultTableStrategy:
   none:
   ```
   ### Example codes for reproduce this issue (such as a github link).
    test sql
   ```sql
   select * from t_cluster order by clusterId;
   ```
    enviroment
   table t_cluster no data
    expected result
   `return no data`
    actual result
   `cann't get result, query is executing, no response`
   
![image](https://user-images.githubusercontent.com/19368482/76139087-068dda80-6088-11ea-8e35-20010140bbf8.png)
    log
   # sharding-proxy
   
![image](https://user-images.githubusercontent.com/19368482/76139104-2c1ae400-6088-11ea-8e45-84f053695108.png)
   # mysql
   
![image](https://user-images.githubusercontent.com/19368482/76139114-3dfc8700-6088-11ea-9753-7608fdd8f76a.png)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] xiaoxiong581 edited a comment on issue #4639: order by not support string column when cross database query

2020-03-08 Thread GitBox
xiaoxiong581 edited a comment on issue #4639: order by not support string 
column when cross database query
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4639#issuecomment-596188662
 
 
   > Cannot support cross database query for any SQL
   
   What you mean query sql must route one database, cann't query more than one 
database data?
   I see document in 
https://shardingsphere.apache.org/document/current/cn/features/sharding/use-norms/sql/,
 it support order by query in more than one database, please check again
   
![image](https://user-images.githubusercontent.com/19368482/76180146-1af0e500-61f8-11ea-9d57-16753a1396ff.png)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] KomachiSion merged pull request #4664: Decouple sharding-proxy-transport's dependencies

2020-03-08 Thread GitBox
KomachiSion merged pull request #4664: Decouple sharding-proxy-transport's 
dependencies 
URL: https://github.com/apache/incubator-shardingsphere/pull/4664
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #4427: Database routing by hint and table sharding by sql parse

2020-03-08 Thread GitBox
KomachiSion commented on issue #4427: Database routing by hint and table 
sharding by sql parse 
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4427#issuecomment-596276717
 
 
   @lalicw Any new information?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #4478: Is this possible to just shard databases with table rule configuration?

2020-03-08 Thread GitBox
KomachiSion commented on issue #4478: Is this possible to just shard databases 
with table rule configuration?
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4478#issuecomment-596276616
 
 
   @bharathikannan-zarget ant new problem? Please close issue if no more 
problem. We will close issue if no response more than 7 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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] KomachiSion edited a comment on issue #4478: Is this possible to just shard databases with table rule configuration?

2020-03-08 Thread GitBox
KomachiSion edited a comment on issue #4478: Is this possible to just shard 
databases with table rule configuration?
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4478#issuecomment-596276616
 
 
   @bharathikannan-zarget any new problem? Please close issue if no more 
problem. We will close issue if no response more than 7 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:
us...@infra.apache.org


With regards,
Apache Git Services


[incubator-shardingsphere-benchmark] branch master updated: for performance

2020-03-08 Thread zhangyonglun
This is an automated email from the ASF dual-hosted git repository.

zhangyonglun pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-shardingsphere-benchmark.git


The following commit(s) were added to refs/heads/master by this push:
 new 612a338  for performance
612a338 is described below

commit 612a3382733b9702b72717b74635970d96acbfd0
Author: tuohai666 
AuthorDate: Mon Mar 9 08:55:45 2020 +0800

for performance
---
 report/jtl_json/full_route_test.json| 2 +-
 report/jtl_json/master_slave_encrypt_sharding_test.json | 2 +-
 report/jtl_json/master_slave_test.json  | 2 +-
 report/jtl_json/single_route_test.json  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/report/jtl_json/full_route_test.json 
b/report/jtl_json/full_route_test.json
index 9b1034b..6992030 100644
--- a/report/jtl_json/full_route_test.json
+++ b/report/jtl_json/full_route_test.json
@@ -1 +1 @@
-{"SELECT": [{"data": [{"99.9th": "9", "Err": "0.0%", "95th": "2", "50th": "1", 
"Max": "10", "Min": "0", "Throughout": "23036.87", "Samples": 4999, "Date": 
"2019.12.19 02:35:57 ", "Avg": "0"}, {"99.9th": "9", "Err": "0.0%", "95th": 
"2", "50th": "1", "Max": "9", "Min": "0", "Throughout": "22619.91", "Samples": 
4999, "Date": "2019.12.20 13:34:47 ", "Avg": "0"}, {"99.9th": "9", "Err": 
"0.0%", "95th": "2", "50th": "1", "Max": "9", "Min": "0", "Throughout": 
"22931.19", "Samples": 4999, "Date": [...]
\ No newline at end of file
+{"SELECT": [{"data": [{"99.9th": "9", "Err": "0.0%", "95th": "2", "50th": "1", 
"Max": "10", "Min": "0", "Throughout": "23036.87", "Samples": 4999, "Date": 
"2019.12.19 02:35:57 ", "Avg": "0"}, {"99.9th": "9", "Err": "0.0%", "95th": 
"2", "50th": "1", "Max": "9", "Min": "0", "Throughout": "22619.91", "Samples": 
4999, "Date": "2019.12.20 13:34:47 ", "Avg": "0"}, {"99.9th": "9", "Err": 
"0.0%", "95th": "2", "50th": "1", "Max": "9", "Min": "0", "Throughout": 
"22931.19", "Samples": 4999, "Date": [...]
\ No newline at end of file
diff --git a/report/jtl_json/master_slave_encrypt_sharding_test.json 
b/report/jtl_json/master_slave_encrypt_sharding_test.json
index 1109773..6a06e5b 100644
--- a/report/jtl_json/master_slave_encrypt_sharding_test.json
+++ b/report/jtl_json/master_slave_encrypt_sharding_test.json
@@ -1 +1 @@
-{"SELECT": [{"data": [{"99.9th": "16", "Err": "0.0%", "95th": "3", "50th": 
"2", "Max": "66", "Min": "1", "Throughout": "9381.73", "Samples": 99, 
"Date": "2019.12.19 02:40:33 ", "Avg": "2"}, {"99.9th": "16", "Err": "0.0%", 
"95th": "3", "50th": "2", "Max": "62", "Min": "1", "Throughout": "9038.48", 
"Samples": 99, "Date": "2019.12.20 13:39:23 ", "Avg": "2"}, {"99.9th": 
"16", "Err": "0.0%", "95th": "3", "50th": "2", "Max": "63", "Min": "1", 
"Throughout": "9071.44", "Samples": 99, [...]
\ No newline at end of file
+{"SELECT": [{"data": [{"99.9th": "16", "Err": "0.0%", "95th": "3", "50th": 
"2", "Max": "66", "Min": "1", "Throughout": "9381.73", "Samples": 99, 
"Date": "2019.12.19 02:40:33 ", "Avg": "2"}, {"99.9th": "16", "Err": "0.0%", 
"95th": "3", "50th": "2", "Max": "62", "Min": "1", "Throughout": "9038.48", 
"Samples": 99, "Date": "2019.12.20 13:39:23 ", "Avg": "2"}, {"99.9th": 
"16", "Err": "0.0%", "95th": "3", "50th": "2", "Max": "63", "Min": "1", 
"Throughout": "9071.44", "Samples": 99, [...]
\ No newline at end of file
diff --git a/report/jtl_json/master_slave_test.json 
b/report/jtl_json/master_slave_test.json
index 60c36d3..fef8620 100644
--- a/report/jtl_json/master_slave_test.json
+++ b/report/jtl_json/master_slave_test.json
@@ -1 +1 @@
-{"INSERT+SELECT+DELETE": [{"data": [], "type": "Sharding-Proxy_3.1"}, {"data": 
[{"99.9th": "38", "Err": "0.0%", "95th": "16", "50th": "11", "Max": "48", 
"Min": "7", "Throughout": "1720.96", "Samples": 29709, "Date": "2020.01.01 
02:49:45 ", "Avg": "11"}, {"99.9th": "27", "Err": "0.0%", "95th": "16", "50th": 
"11", "Max": "37", "Min": "7", "Throughout": "1701.38", "Samples": 17218, 
"Date": "2020.01.02 02:49:52 ", "Avg": "11"}, {"99.9th": "30", "Err": "0.0%", 
"95th": "16", "50th": "11", "Max [...]
\ No newline at end of file
+{"INSERT+SELECT+DELETE": [{"data": [], "type": "Sharding-Proxy_3.1"}, {"data": 
[{"99.9th": "38", "Err": "0.0%", "95th": "16", "50th": "11", "Max": "48", 
"Min": "7", "Throughout": "1720.96", "Samples": 29709, "Date": "2020.01.01 
02:49:45 ", "Avg": "11"}, {"99.9th": "27", "Err": "0.0%", "95th": "16", "50th": 
"11", "Max": "37", "Min": "7", "Throughout": "1701.38", "Samples": 17218, 
"Date": "2020.01.02 02:49:52 ", "Avg": "11"}, {"99.9th": "30", "Err": "0.0%", 
"95th": "16", "50th": "11", "Max [...]
\ No newline at end of file
diff --git a/report/jtl_json/single_route_test.json 
b/report/jtl_json/single_route_test.json
index 74d2c97..d0977b0 100644
--- a/report/jtl_json/single_route_test.json
+++ b/report/jtl_json/single_route_test.json
@@ -1 +1 @@
-{"SELECT": [{"data": [], "type": "Sharding-Proxy_3

[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #4663: add metadata load time log

2020-03-08 Thread GitBox
coveralls edited a comment on issue #4663: add metadata load time log
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4663#issuecomment-596218346
 
 
   ## Pull Request Test Coverage Report for [Build 
2036](https://coveralls.io/builds/29207126)
   
   * **0** of **6**   **(0.0%)**  changed or added relevant lines in **1** file 
are covered.
   * **1** unchanged line in **1** file lost coverage.
   * Overall coverage increased (+**0.06%**) to **59.111%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-core/sharding-core-execute/src/main/java/org/apache/shardingsphere/sharding/execute/metadata/loader/ShardingTableMetaDataLoader.java](https://coveralls.io/builds/29207126/source?filename=sharding-core%2Fsharding-core-execute%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Fexecute%2Fmetadata%2Floader%2FShardingTableMetaDataLoader.java#L196)
 | 0 | 6 | 0.0%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[sharding-core/sharding-core-execute/src/main/java/org/apache/shardingsphere/sharding/execute/metadata/loader/ShardingTableMetaDataLoader.java](https://coveralls.io/builds/29207126/source?filename=sharding-core%2Fsharding-core-execute%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Fexecute%2Fmetadata%2Floader%2FShardingTableMetaDataLoader.java#L202)
 | 1 | 0% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29207126/badge)](https://coveralls.io/builds/29207126)
 |
   | :-- | --: |
   | Change from base [Build 1021](https://coveralls.io/builds/29205964): |  
0.06% |
   | Covered Lines: | 12129 |
   | Relevant Lines: | 20519 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #4664: Decouple sharding-proxy-transport's dependencies

2020-03-08 Thread GitBox
coveralls edited a comment on issue #4664: Decouple sharding-proxy-transport's 
dependencies 
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4664#issuecomment-596226340
 
 
   ## Pull Request Test Coverage Report for [Build 
2035](https://coveralls.io/builds/29207033)
   
   * **2** of **2**   **(100.0%)**  changed or added relevant lines in **1** 
file are covered.
   * No unchanged relevant lines lost coverage.
   * Overall coverage increased (+**0.07%**) to **59.125%**
   
   ---
   
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29207033/badge)](https://coveralls.io/builds/29207033)
 |
   | :-- | --: |
   | Change from base [Build 1021](https://coveralls.io/builds/29205964): |  
0.07% |
   | Covered Lines: | 12129 |
   | Relevant Lines: | 20514 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls commented on issue #4664: Decouple sharding-proxy-transport's dependencies

2020-03-08 Thread GitBox
coveralls commented on issue #4664: Decouple sharding-proxy-transport's 
dependencies 
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4664#issuecomment-596226340
 
 
   ## Pull Request Test Coverage Report for [Build 
10119](https://coveralls.io/builds/29207017)
   
   * **2** of **2**   **(100.0%)**  changed or added relevant lines in **1** 
file are covered.
   * **3** unchanged lines in **1** file lost coverage.
   * Overall coverage decreased (**-0.005%**) to **59.047%**
   
   ---
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/util/IpUtils.java](https://coveralls.io/builds/29207017/source?filename=sharding-orchestration%2Fsharding-orchestration-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Finternal%2Futil%2FIpUtils.java#L63)
 | 3 | 76.0% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29207017/badge)](https://coveralls.io/builds/29207017)
 |
   | :-- | --: |
   | Change from base [Build 1021](https://coveralls.io/builds/29205964): |  
-0.005% |
   | Covered Lines: | 12113 |
   | Relevant Lines: | 20514 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu merged pull request #4663: add metadata load time log

2020-03-08 Thread GitBox
terrymanu merged pull request #4663: add metadata load time log
URL: https://github.com/apache/incubator-shardingsphere/pull/4663
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu closed issue #4278: Add log details for metadata load when app startup

2020-03-08 Thread GitBox
terrymanu closed issue #4278: Add log details for metadata load when app startup
URL: https://github.com/apache/incubator-shardingsphere/issues/4278
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu opened a new issue #4278: Add log details for metadata load when app startup

2020-03-08 Thread GitBox
terrymanu opened a new issue #4278: Add log details for metadata load when app 
startup
URL: https://github.com/apache/incubator-shardingsphere/issues/4278
 
 
   ShardingSphere need database and table metadata when app startup.
   It will spend lots time if there are lots of amount databases and tables.
   It is better to log more details about metadata load when app startup.
   
   The log may include:
   
   - [x] Start to load metadata.
   - [ ] Verify sharding table or not.
   - [x] Number of tables and details of each table name.
   - [x] Finish to load metadata and log the total loading time.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu removed a comment on issue #4663: add metadata load time log

2020-03-08 Thread GitBox
terrymanu removed a comment on issue #4663: add metadata load time log
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4663#issuecomment-596222675
 
 
   Any different with #4295?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4663: add metadata load time log

2020-03-08 Thread GitBox
terrymanu commented on issue #4663: add metadata load time log
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4663#issuecomment-596222675
 
 
   Any different with #4295?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu opened a new pull request #4664: Decouple sharding-proxy-transport's dependencies

2020-03-08 Thread GitBox
terrymanu opened a new pull request #4664: Decouple sharding-proxy-transport's 
dependencies 
URL: https://github.com/apache/incubator-shardingsphere/pull/4664
 
 
   For #4594.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #4663: add metadata load time log

2020-03-08 Thread GitBox
coveralls edited a comment on issue #4663: add metadata load time log
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4663#issuecomment-596218346
 
 
   ## Pull Request Test Coverage Report for [Build 
2032](https://coveralls.io/builds/29206550)
   
   * **0** of **6**   **(0.0%)**  changed or added relevant lines in **1** file 
are covered.
   * **1** unchanged line in **1** file lost coverage.
   * Overall coverage increased (+**0.06%**) to **59.111%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-core/sharding-core-execute/src/main/java/org/apache/shardingsphere/sharding/execute/metadata/loader/ShardingTableMetaDataLoader.java](https://coveralls.io/builds/29206550/source?filename=sharding-core%2Fsharding-core-execute%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Fexecute%2Fmetadata%2Floader%2FShardingTableMetaDataLoader.java#L196)
 | 0 | 6 | 0.0%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[sharding-core/sharding-core-execute/src/main/java/org/apache/shardingsphere/sharding/execute/metadata/loader/ShardingTableMetaDataLoader.java](https://coveralls.io/builds/29206550/source?filename=sharding-core%2Fsharding-core-execute%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Fexecute%2Fmetadata%2Floader%2FShardingTableMetaDataLoader.java#L202)
 | 1 | 0% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29206550/badge)](https://coveralls.io/builds/29206550)
 |
   | :-- | --: |
   | Change from base [Build 1021](https://coveralls.io/builds/29205964): |  
0.06% |
   | Covered Lines: | 12129 |
   | Relevant Lines: | 20519 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls commented on issue #4663: add metadata load time log

2020-03-08 Thread GitBox
coveralls commented on issue #4663: add metadata load time log
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4663#issuecomment-596218346
 
 
   ## Pull Request Test Coverage Report for [Build 
10116](https://coveralls.io/builds/29206539)
   
   * **0** of **6**   **(0.0%)**  changed or added relevant lines in **1** file 
are covered.
   * **4** unchanged lines in **2** files lost coverage.
   * Overall coverage decreased (**-0.02%**) to **59.033%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-core/sharding-core-execute/src/main/java/org/apache/shardingsphere/sharding/execute/metadata/loader/ShardingTableMetaDataLoader.java](https://coveralls.io/builds/29206539/source?filename=sharding-core%2Fsharding-core-execute%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Fexecute%2Fmetadata%2Floader%2FShardingTableMetaDataLoader.java#L196)
 | 0 | 6 | 0.0%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[sharding-core/sharding-core-execute/src/main/java/org/apache/shardingsphere/sharding/execute/metadata/loader/ShardingTableMetaDataLoader.java](https://coveralls.io/builds/29206539/source?filename=sharding-core%2Fsharding-core-execute%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Fexecute%2Fmetadata%2Floader%2FShardingTableMetaDataLoader.java#L202)
 | 1 | 0% |
   | 
[sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/util/IpUtils.java](https://coveralls.io/builds/29206539/source?filename=sharding-orchestration%2Fsharding-orchestration-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Finternal%2Futil%2FIpUtils.java#L63)
 | 3 | 76.0% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29206539/badge)](https://coveralls.io/builds/29206539)
 |
   | :-- | --: |
   | Change from base [Build 1021](https://coveralls.io/builds/29205964): |  
-0.02% |
   | Covered Lines: | 12113 |
   | Relevant Lines: | 20519 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] kimmking commented on issue #4640: Use Navicat client open database, console print ClassCastException error log.

2020-03-08 Thread GitBox
kimmking commented on issue #4640: Use Navicat client open database, console 
print ClassCastException error log.
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4640#issuecomment-596215130
 
 
   @dongzl @tristaZero should we add a log to show the origin SQL when parse 
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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] kimmking opened a new pull request #4663: add metadata load time log

2020-03-08 Thread GitBox
kimmking opened a new pull request #4663: add metadata load time log
URL: https://github.com/apache/incubator-shardingsphere/pull/4663
 
 
   
   Changes proposed in this pull request:
   - add metadata load time log
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] xunux commented on issue #4661: Dml sql hung up when i close master node in use master slave write-read split function on postgresql 12

2020-03-08 Thread GitBox
xunux commented on issue #4661: Dml sql hung up when i close master node in use 
master slave write-read split function on postgresql 12
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4661#issuecomment-596212078
 
 
   this is not a bug, it because datasource will wait maxWait seconds to get 
connection. during the time, if you restart database, jdbc datasource will get 
connection and execute sql success.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] xunux closed issue #4661: Dml sql hung up when i close master node in use master slave write-read split function on postgresql 12

2020-03-08 Thread GitBox
xunux closed issue #4661: Dml sql hung up when i close master node in use 
master slave write-read split function on postgresql 12
URL: https://github.com/apache/incubator-shardingsphere/issues/4661
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #4662: remove unnecessary diamond syntax for java 8

2020-03-08 Thread GitBox
coveralls edited a comment on issue #4662: remove unnecessary diamond syntax 
for java 8
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4662#issuecomment-596208493
 
 
   ## Pull Request Test Coverage Report for [Build 
2029](https://coveralls.io/builds/29205961)
   
   * **15** of **31**   **(48.39%)**  changed or added relevant lines in **24** 
files are covered.
   * **2** unchanged lines in **1** file lost coverage.
   * Overall coverage increased (+**0.08%**) to **59.125%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-proxy/sharding-proxy-backend/src/main/java/org/apache/shardingsphere/shardingproxy/backend/text/sctl/hint/internal/executor/HintShowTableStatusExecutor.java](https://coveralls.io/builds/29205961/source?filename=sharding-proxy%2Fsharding-proxy-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Fbackend%2Ftext%2Fsctl%2Fhint%2Finternal%2Fexecutor%2FHintShowTableStatusExecutor.java#L62)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/mysql/command/admin/ping/MySQLComPingExecutor.java](https://coveralls.io/builds/29205961/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fmysql%2Fcommand%2Fadmin%2Fping%2FMySQLComPingExecutor.java#L34)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/mysql/command/admin/quit/MySQLComQuitExecutor.java](https://coveralls.io/builds/29205961/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fmysql%2Fcommand%2Fadmin%2Fquit%2FMySQLComQuitExecutor.java#L34)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/mysql/command/generic/MySQLUnsupportedCommandExecutor.java](https://coveralls.io/builds/29205961/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fmysql%2Fcommand%2Fgeneric%2FMySQLUnsupportedCommandExecutor.java#L40)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/mysql/command/query/text/fieldlist/MySQLComFieldListPacketExecutor.java](https://coveralls.io/builds/29205961/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fmysql%2Fcommand%2Fquery%2Ftext%2Ffieldlist%2FMySQLComFieldListPacketExecutor.java#L60)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/postgresql/command/generic/PostgreSQLUnsupportedCommandExecutor.java](https://coveralls.io/builds/29205961/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fpostgresql%2Fcommand%2Fgeneric%2FPostgreSQLUnsupportedCommandExecutor.java#L34)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/postgresql/command/query/binary/parse/PostgreSQLComParseExecutor.java](https://coveralls.io/builds/29205961/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fpostgresql%2Fcommand%2Fquery%2Fbinary%2Fparse%2FPostgreSQLComParseExecutor.java#L56)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-transport/sharding-proxy-transport-postgresql/src/main/java/org/apache/shardingsphere/shardingproxy/transport/postgresql/packet/command/query/binary/parse/PostgreSQLComParsePacket.java](https://coveralls.io/builds/29205961/source?filename=sharding-proxy%2Fsharding-proxy-transport%2Fsharding-proxy-transport-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ftransport%2Fpostgresql%2Fpacket%2Fcommand%2Fquery%2Fbinary%2Fparse%2FPostgreSQLComParsePacket.java#L49)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/mysql/command/admin/initdb/MySQLComInitDbExecutor.java](https://coveralls.io/builds/29205961/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2

[GitHub] [incubator-shardingsphere] coveralls commented on issue #4662: remove unnecessary diamond syntax for java 8

2020-03-08 Thread GitBox
coveralls commented on issue #4662: remove unnecessary diamond syntax for java 8
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4662#issuecomment-596208493
 
 
   ## Pull Request Test Coverage Report for [Build 
10112](https://coveralls.io/builds/29205942)
   
   * **15** of **31**   **(48.39%)**  changed or added relevant lines in **24** 
files are covered.
   * No unchanged relevant lines lost coverage.
   * Overall coverage remained the same at **59.047%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-proxy/sharding-proxy-backend/src/main/java/org/apache/shardingsphere/shardingproxy/backend/text/sctl/hint/internal/executor/HintShowTableStatusExecutor.java](https://coveralls.io/builds/29205942/source?filename=sharding-proxy%2Fsharding-proxy-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Fbackend%2Ftext%2Fsctl%2Fhint%2Finternal%2Fexecutor%2FHintShowTableStatusExecutor.java#L62)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/mysql/command/admin/ping/MySQLComPingExecutor.java](https://coveralls.io/builds/29205942/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fmysql%2Fcommand%2Fadmin%2Fping%2FMySQLComPingExecutor.java#L34)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/mysql/command/admin/quit/MySQLComQuitExecutor.java](https://coveralls.io/builds/29205942/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fmysql%2Fcommand%2Fadmin%2Fquit%2FMySQLComQuitExecutor.java#L34)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/mysql/command/generic/MySQLUnsupportedCommandExecutor.java](https://coveralls.io/builds/29205942/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fmysql%2Fcommand%2Fgeneric%2FMySQLUnsupportedCommandExecutor.java#L40)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/mysql/command/query/text/fieldlist/MySQLComFieldListPacketExecutor.java](https://coveralls.io/builds/29205942/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fmysql%2Fcommand%2Fquery%2Ftext%2Ffieldlist%2FMySQLComFieldListPacketExecutor.java#L60)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/postgresql/command/generic/PostgreSQLUnsupportedCommandExecutor.java](https://coveralls.io/builds/29205942/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fpostgresql%2Fcommand%2Fgeneric%2FPostgreSQLUnsupportedCommandExecutor.java#L34)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/postgresql/command/query/binary/parse/PostgreSQLComParseExecutor.java](https://coveralls.io/builds/29205942/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ffrontend%2Fpostgresql%2Fcommand%2Fquery%2Fbinary%2Fparse%2FPostgreSQLComParseExecutor.java#L56)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-transport/sharding-proxy-transport-postgresql/src/main/java/org/apache/shardingsphere/shardingproxy/transport/postgresql/packet/command/query/binary/parse/PostgreSQLComParsePacket.java](https://coveralls.io/builds/29205942/source?filename=sharding-proxy%2Fsharding-proxy-transport%2Fsharding-proxy-transport-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Ftransport%2Fpostgresql%2Fpacket%2Fcommand%2Fquery%2Fbinary%2Fparse%2FPostgreSQLComParsePacket.java#L49)
 | 0 | 1 | 0.0%
   | 
[sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/mysql/command/admin/initdb/MySQLComInitDbExecutor.java](https://coveralls.io/builds/29205942/source?filename=sharding-proxy%2Fsharding-proxy-frontend%2Fsharding-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsh

[GitHub] [incubator-shardingsphere] codecov-io commented on issue #4662: remove unnecessary diamond syntax for java 8

2020-03-08 Thread GitBox
codecov-io commented on issue #4662: remove unnecessary diamond syntax for java 
8
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4662#issuecomment-596208109
 
 
   # 
[Codecov](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662?src=pr&el=h1)
 Report
   > Merging 
[#4662](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662?src=pr&el=desc)
 into 
[master](https://codecov.io/gh/apache/incubator-shardingsphere/commit/4be9a74912ad10c3e4b0cf804a0cf710e4797247?src=pr&el=desc)
 will **not change** coverage.
   > The diff coverage is `41.93%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662/graphs/tree.svg?width=650&token=ZvlXpWa7so&height=150&src=pr)](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff@@
   ## master#4662   +/-   ##
   =
 Coverage 55.49%   55.49%   
 Complexity  426  426   
   =
 Files  1134 1134   
 Lines 2051420514   
 Branches   3805 3805   
   =
 Hits  1138411384   
 Misses 8413 8413   
 Partials717  717
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662?src=pr&el=tree)
 | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | 
[...rator/impl/ShardingInsertValuesTokenGenerator.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662/diff?src=pr&el=tree#diff-c2hhcmRpbmctY29yZS9zaGFyZGluZy1jb3JlLXJld3JpdGUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL3NoYXJkaW5nL3Jld3JpdGUvdG9rZW4vZ2VuZXJhdG9yL2ltcGwvU2hhcmRpbmdJbnNlcnRWYWx1ZXNUb2tlbkdlbmVyYXRvci5qYXZh)
 | `86.95% <0%> (ø)` | `1 <0> (ø)` | :arrow_down: |
   | 
[...mysql/command/admin/ping/MySQLComPingExecutor.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662/diff?src=pr&el=tree#diff-c2hhcmRpbmctcHJveHkvc2hhcmRpbmctcHJveHktZnJvbnRlbmQvc2hhcmRpbmctcHJveHktZnJvbnRlbmQtbXlzcWwvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL3NoYXJkaW5ncHJveHkvZnJvbnRlbmQvbXlzcWwvY29tbWFuZC9hZG1pbi9waW5nL015U1FMQ29tUGluZ0V4ZWN1dG9yLmphdmE=)
 | `0% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...re/sql/parser/relation/metadata/RelationMetas.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtc3FsLXBhcnNlci9zaGFyZGluZ3NwaGVyZS1zcWwtcGFyc2VyLXJlbGF0aW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGFyZGluZ3NwaGVyZS9zcWwvcGFyc2VyL3JlbGF0aW9uL21ldGFkYXRhL1JlbGF0aW9uTWV0YXMuamF2YQ==)
 | `0% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...query/binary/parse/PostgreSQLComParseExecutor.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662/diff?src=pr&el=tree#diff-c2hhcmRpbmctcHJveHkvc2hhcmRpbmctcHJveHktZnJvbnRlbmQvc2hhcmRpbmctcHJveHktZnJvbnRlbmQtcG9zdGdyZXNxbC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc2hhcmRpbmdwcm94eS9mcm9udGVuZC9wb3N0Z3Jlc3FsL2NvbW1hbmQvcXVlcnkvYmluYXJ5L3BhcnNlL1Bvc3RncmVTUUxDb21QYXJzZUV4ZWN1dG9yLmphdmE=)
 | `0% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...internal/executor/HintShowTableStatusExecutor.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662/diff?src=pr&el=tree#diff-c2hhcmRpbmctcHJveHkvc2hhcmRpbmctcHJveHktYmFja2VuZC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc2hhcmRpbmdwcm94eS9iYWNrZW5kL3RleHQvc2N0bC9oaW50L2ludGVybmFsL2V4ZWN1dG9yL0hpbnRTaG93VGFibGVTdGF0dXNFeGVjdXRvci5qYXZh)
 | `91.89% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...ext/fieldlist/MySQLComFieldListPacketExecutor.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662/diff?src=pr&el=tree#diff-c2hhcmRpbmctcHJveHkvc2hhcmRpbmctcHJveHktZnJvbnRlbmQvc2hhcmRpbmctcHJveHktZnJvbnRlbmQtbXlzcWwvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL3NoYXJkaW5ncHJveHkvZnJvbnRlbmQvbXlzcWwvY29tbWFuZC9xdWVyeS90ZXh0L2ZpZWxkbGlzdC9NeVNRTENvbUZpZWxkTGlzdFBhY2tldEV4ZWN1dG9yLmphdmE=)
 | `0% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...e/init/loader/impl/DefaultTableMetaDataLoader.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtdW5kZXJseWluZy9zaGFyZGluZ3NwaGVyZS1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL3VuZGVybHlpbmcvY29tbW9uL21ldGFkYXRhL3RhYmxlL2luaXQvbG9hZGVyL2ltcGwvRGVmYXVsdFRhYmxlTWV0YURhdGFMb2FkZXIuamF2YQ==)
 | `0% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...mysql/command/admin/quit/MySQLComQuitExecutor.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4662/diff?src=pr&el=tree#diff-c2hhcmRpbmctcHJveHkvc2hhcmRpbmctcHJveHktZnJvbnRlbmQvc2hhcmRpbmctcHJveHktZnJvbnRlbmQtbXlzcWwvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL3NoYXJkaW5ncHJveHkvZnJvbnRlbmQvbXlzcWwvY29tbWFuZC9hZG1pbi

[GitHub] [incubator-shardingsphere] terrymanu closed issue #4507: "Select * From table" returns both plain and cipher columns in the resultset in Sharding-Proxy

2020-03-08 Thread GitBox
terrymanu closed issue #4507: "Select * From table" returns both plain and 
cipher columns in the resultset in Sharding-Proxy
URL: https://github.com/apache/incubator-shardingsphere/issues/4507
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4507: "Select * From table" returns both plain and cipher columns in the resultset in Sharding-Proxy

2020-03-08 Thread GitBox
terrymanu commented on issue #4507: "Select * From table" returns both plain 
and cipher columns in the resultset in Sharding-Proxy
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4507#issuecomment-596206494
 
 
   Fixed at #4637


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] dongzl merged pull request #4662: remove unnecessary diamond syntax for java 8

2020-03-08 Thread GitBox
dongzl merged pull request #4662: remove unnecessary diamond syntax for java 8
URL: https://github.com/apache/incubator-shardingsphere/pull/4662
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu opened a new pull request #4662: remove unnecessary diamond syntax for java 8

2020-03-08 Thread GitBox
terrymanu opened a new pull request #4662: remove unnecessary diamond syntax 
for java 8
URL: https://github.com/apache/incubator-shardingsphere/pull/4662
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] xunux edited a comment on issue #4661: [bug] sharding-jdbc 4.0 version, dml sql hung up when i close master node when i use master slave write-read split function o

2020-03-08 Thread GitBox
xunux edited a comment on issue #4661: [bug] sharding-jdbc 4.0 version, dml sql 
hung up when i close master node when i use master slave write-read split 
function on postgresql 12
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4661#issuecomment-596205913
 
 
   怕你们看不懂我写的英文,中文再描述下:
   
   我用的是 shardingsphere 4.0 版本,想用来 postgres 读写分离,发现在主节点关掉后,插入更新删除数据会堵住无响应,java 
后台一直在报jdbc连接拒绝,druid连接池打印出来的错误信息“errotCode 0, state 08001”,druid 连接池设置的 maxWait 
时间是60秒,直到差不多 90 秒后才报错。
   
   神奇的是,此时我若是重新启动pg主节点,启动前90秒内发起的写操作请求竟然会操作成功。
   
   sharding sphere 的 master slave 数据源若配置成同一个 pg 实例但不同库时,pg节点关闭会立马报错,与不用 
shardingsphere的效果一样。
   
   这跟预期结果不太一样,感觉是shardingsphere 在处理连接池抛出的异常信息时有些没处理好到导致的。
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] xunux commented on issue #4661: [bug] sharding-jdbc 4.0 version, dml sql hung up when i close master node when i use master slave write-read split function on postg

2020-03-08 Thread GitBox
xunux commented on issue #4661: [bug] sharding-jdbc 4.0 version, dml sql hung 
up when i close master node when i use master slave write-read split function 
on postgresql 12
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4661#issuecomment-596205913
 
 
   怕你们看不懂我写的英文,中文再描述下:
   
   我用的是 shardingsphere 4.0 版本,想用来 postgres 读写分离,发现在主节点关掉后,插入更新删除数据会堵住无响应,java 
后台一直在报jdbc连接拒绝,druid连接池打印出来的错误信息“errotCode 0, state 08001”,druid 连接池设置的 maxWait 
时间是60秒,直到差不多 90 秒后才报错。
   
   神奇的是,此时我若是重新启动pg主节点,启动前90秒内发起的写操作请求竟然会操作成功。
   
   sharding sphere 的 master slave 数据源若配置成同一个 pg 实例但不同库时,pg节点关闭会立马报错,与不用 
shardingsphere的效果一样。
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] xunux opened a new issue #4661: [bug] sharding-jdbc 4.0 version, dml sql hung up when i close master node when i use master slave write-read split function on postg

2020-03-08 Thread GitBox
xunux opened a new issue #4661: [bug] sharding-jdbc 4.0 version, dml sql hung 
up when i close master node when i use master slave write-read split function 
on postgresql 12
URL: https://github.com/apache/incubator-shardingsphere/issues/4661
 
 
   ## Bug Report sharding-jdbc 4.0 version, dml sql hung up when i close master 
node when i use master slave write-read split function on postgresql 12
   
   ### Which version of ShardingSphere did you use?
   ShardingSphere 4.0
   
   ### Which project did you use? Sharding-JDBC or Sharding-Proxy?
   Sharding-JDBC
   
   ### Expected behavior
   i use latest sharding jdbc 4.0 version, when i use it to test masterslave 
write-read split function on postgresql 12, when i close postgresql master 
node, dml sql execute failed and immediately return.
   
   ### Actual behavior
   when postgresql master node shutdown, execute dml sql hung up, and has no 
response until 90s later.  further,when i  restart pg master node, the dml sql 
which executed before i restarted, unexpectedly execute success later.
   
   
   ### Reason analyze (If you can)
   
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   
   sql:
   ```
   update user_info set user_name=?,update_time=?   where user_id=?
   ```
   
   error log
   ```
   2020-03-08 20:17:03.482 |-ERROR [Druid-ConnectionPool-Create-201213864] 
com.alibaba.druid.pool.DruidDataSource [2699] -| create connection 
SQLException, url: jdbc:postgresql://localhost:5433/testdb, errorCode 0, state 
08001
   org.postgresql.util.PSQLException: Connection to localhost:5433 refused. 
Check that the hostname and port are correct and that the postmaster is 
accepting TCP/IP connections.
at 
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:284)
at 
org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:211)
at org.postgresql.Driver.makeConnection(Driver.java:459)
at org.postgresql.Driver.connect(Driver.java:261)
at 
com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1596)
at 
com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1662)
at 
com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2697)
   Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at 
java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at org.postgresql.core.PGStream.(PGStream.java:81)
at 
org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:92)
at 
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:196)
... 7 common frames omitted
   2020-03-08 20:17:04.997 |-ERROR [Druid-ConnectionPool-Create-201213864] 
com.alibaba.druid.pool.DruidDataSource [2699] -| create connection 
SQLException, url: jdbc:postgresql://localhost:5433/tongxiangdb, errorCode 0, 
state 08001
   org.postgresql.util.PSQLException: Connection to localhost:5433 refused. 
Check that the hostname and port are correct and that the postmaster is 
accepting TCP/IP connections.
at 
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:284)
at 
org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
at org.postgresql.jdbc.PgConnection.(PgConnection.java:211)
at org.postgresql.Driver.makeConnection(Driver.java:459)
at org.postgresql.Driver.connect(Driver.java:261)
at 
com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1596)
at 
com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1662)
at 
com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2697)
   Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at 
java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at 
java.net.Abstra

[GitHub] [incubator-shardingsphere] dongzl commented on issue #4637: Use logic columns for ResultSetMetaData when execute query SQL

2020-03-08 Thread GitBox
dongzl commented on issue #4637: Use logic columns for ResultSetMetaData when 
execute query SQL
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4637#issuecomment-596201000
 
 
   ref #4507 .


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu edited a comment on issue #4660: can sharding-integration-test cover sharding-proxy ?

2020-03-08 Thread GitBox
terrymanu edited a comment on issue #4660: can  sharding-integration-test  
cover sharding-proxy ?
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4660#issuecomment-596200181
 
 
   Not yet. current sharding-integration-test can cover sharding-jdbc only.
   Do you interest for reusing the existed test cases cover sharding-proxy? Use 
docker image to build sharding-proxy and MySQL can help us setup the 
environment.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu edited a comment on issue #4660: can sharding-integration-test cover sharding-proxy ?

2020-03-08 Thread GitBox
terrymanu edited a comment on issue #4660: can  sharding-integration-test  
cover sharding-proxy ?
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4660#issuecomment-596200181
 
 
   Not yet. current sharding-integration-test can cover sharding-jdbc only.
   Do you interest for reusing the existed test cases cover sharding-proxy? Use 
docker image to build sharding-proxy and MySQL can help us setup the enviroment.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4660: can sharding-integration-test cover sharding-proxy ?

2020-03-08 Thread GitBox
terrymanu commented on issue #4660: can  sharding-integration-test  cover 
sharding-proxy ?
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4660#issuecomment-596200181
 
 
   Not yet. current sharding-integration-test can cover sharding-jdbc only.
   Do you interested for reuse the existed test case cover sharding-proxy? Use 
docker image to build  sharding-proxy and MySQL can help us setup the 
enviroment.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] tristaZero closed issue #4658: DESC table cannot display encrypt related columns

2020-03-08 Thread GitBox
tristaZero closed issue #4658: DESC table cannot display encrypt related columns
URL: https://github.com/apache/incubator-shardingsphere/issues/4658
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] tristaZero merged pull request #4659: fix bug for DESC table cannot display encrypt related columns

2020-03-08 Thread GitBox
tristaZero merged pull request #4659: fix bug for DESC table cannot display 
encrypt related columns
URL: https://github.com/apache/incubator-shardingsphere/pull/4659
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] lvye351 opened a new issue #4660: can sharding-integration-test cover sharding-proxy ?

2020-03-08 Thread GitBox
lvye351 opened a new issue #4660: can  sharding-integration-test  cover 
sharding-proxy ?
URL: https://github.com/apache/incubator-shardingsphere/issues/4660
 
 
   
   ### Is your feature request related to a problem?
   yes, its about sharding-proxy 's   black box testing  
   ### Describe the feature you would like.
   can  sharding-integration-test  cover sharding-proxy ? it only cover 
sharding-jdbc now !


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] xiaoxiong581 commented on issue #4639: order by not support string column when cross database query

2020-03-08 Thread GitBox
xiaoxiong581 commented on issue #4639: order by not support string column when 
cross database query
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4639#issuecomment-596188662
 
 
   > Cannot support cross database query for any SQL
   
   what you mean query sql must route one database, cann't query more than one 
database data?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #4659: fix bug for DESC table cannot display encrypt related columns

2020-03-08 Thread GitBox
coveralls edited a comment on issue #4659: fix bug for DESC table cannot 
display encrypt related columns
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4659#issuecomment-596188026
 
 
   ## Pull Request Test Coverage Report for [Build 
2028](https://coveralls.io/builds/29204590)
   
   * **0** of **1**   **(0.0%)**  changed or added relevant line in **1** file 
are covered.
   * No unchanged relevant lines lost coverage.
   * Overall coverage increased (+**0.07%**) to **59.125%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[encrypt-core/encrypt-core-merge/src/main/java/org/apache/shardingsphere/encrypt/merge/dal/impl/EncryptColumnsMergedResult.java](https://coveralls.io/builds/29204590/source?filename=encrypt-core%2Fencrypt-core-merge%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Fmerge%2Fdal%2Fimpl%2FEncryptColumnsMergedResult.java#L64)
 | 0 | 1 | 0.0%
   
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29204590/badge)](https://coveralls.io/builds/29204590)
 |
   | :-- | --: |
   | Change from base [Build 1019](https://coveralls.io/builds/29204390): |  
0.07% |
   | Covered Lines: | 12129 |
   | Relevant Lines: | 20514 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls commented on issue #4659: fix bug for DESC table cannot display encrypt related columns

2020-03-08 Thread GitBox
coveralls commented on issue #4659: fix bug for DESC table cannot display 
encrypt related columns
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4659#issuecomment-596188026
 
 
   ## Pull Request Test Coverage Report for [Build 
10110](https://coveralls.io/builds/29204577)
   
   * **0** of **1**   **(0.0%)**  changed or added relevant line in **1** file 
are covered.
   * **3** unchanged lines in **1** file lost coverage.
   * Overall coverage decreased (**-0.008%**) to **59.047%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[encrypt-core/encrypt-core-merge/src/main/java/org/apache/shardingsphere/encrypt/merge/dal/impl/EncryptColumnsMergedResult.java](https://coveralls.io/builds/29204577/source?filename=encrypt-core%2Fencrypt-core-merge%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fencrypt%2Fmerge%2Fdal%2Fimpl%2FEncryptColumnsMergedResult.java#L64)
 | 0 | 1 | 0.0%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/util/IpUtils.java](https://coveralls.io/builds/29204577/source?filename=sharding-orchestration%2Fsharding-orchestration-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Finternal%2Futil%2FIpUtils.java#L63)
 | 3 | 76.0% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29204577/badge)](https://coveralls.io/builds/29204577)
 |
   | :-- | --: |
   | Change from base [Build 1019](https://coveralls.io/builds/29204390): |  
-0.008% |
   | Covered Lines: | 12113 |
   | Relevant Lines: | 20514 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu opened a new pull request #4659: fix bug for DESC table cannot display encrypt related columns

2020-03-08 Thread GitBox
terrymanu opened a new pull request #4659: fix bug for DESC table cannot 
display encrypt related columns
URL: https://github.com/apache/incubator-shardingsphere/pull/4659
 
 
   Fixes #4658.
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu opened a new issue #4658: DESC table cannot display encrypt related columns

2020-03-08 Thread GitBox
terrymanu opened a new issue #4658: DESC table cannot display encrypt related 
columns
URL: https://github.com/apache/incubator-shardingsphere/issues/4658
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu closed issue #4637: Use logic columns for ResultSetMetaData when execute query SQL

2020-03-08 Thread GitBox
terrymanu closed issue #4637: Use logic columns for ResultSetMetaData when 
execute query SQL
URL: https://github.com/apache/incubator-shardingsphere/issues/4637
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #4656: Refactor ResultSetMetaData

2020-03-08 Thread GitBox
coveralls edited a comment on issue #4656: Refactor ResultSetMetaData
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4656#issuecomment-596181360
 
 
   ## Pull Request Test Coverage Report for [Build 
2027](https://coveralls.io/builds/29204396)
   
   * **3** of **11**   **(27.27%)**  changed or added relevant lines in **2** 
files are covered.
   * **282** unchanged lines in **12** files lost coverage.
   * Overall coverage increased (+**0.05%**) to **58.996%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/resultset/EncryptResultSetMetaData.java](https://coveralls.io/builds/29204396/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fresultset%2FEncryptResultSetMetaData.java#L89)
 | 1 | 9 | 11.11%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/segment/dml/item/AggregationDistinctProjectionSegment.java](https://coveralls.io/builds/29204396/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fsegment%2Fdml%2Fitem%2FAggregationDistinctProjectionSegment.java#L36)
 | 1 | 0% |
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/segment/dml/item/ShorthandProjectionSegment.java](https://coveralls.io/builds/29204396/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fsegment%2Fdml%2Fitem%2FShorthandProjectionSegment.java#L46)
 | 1 | 0% |
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/segment/dml/item/SubqueryProjectionSegment.java](https://coveralls.io/builds/29204396/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fsegment%2Fdml%2Fitem%2FSubqueryProjectionSegment.java#L64)
 | 1 | 0% |
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/segment/dml/item/AggregationProjectionSegment.java](https://coveralls.io/builds/29204396/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fsegment%2Fdml%2Fitem%2FAggregationProjectionSegment.java#L51)
 | 4 | 0% |
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/segment/dml/item/ColumnProjectionSegment.java](https://coveralls.io/builds/29204396/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fsegment%2Fdml%2Fitem%2FColumnProjectionSegment.java#L43)
 | 4 | 0% |
   | 
[sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/resultset/EncryptResultSetMetaData.java](https://coveralls.io/builds/29204396/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fresultset%2FEncryptResultSetMetaData.java#L59)
 | 15 | 7.14% |
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-oracle/src/main/java/org/apache/shardingsphere/sql/parser/visitor/impl/OracleDMLVisitor.java](https://coveralls.io/builds/29204396/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-oracle%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fvisitor%2Fimpl%2FOracleDMLVisitor.java#L296)
 | 36 | 0% |
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-sql92/src/main/java/org/apache/shardingsphere/sql/parser/visitor/impl/SQL92DMLVisitor.java](https://coveralls.io/builds/29204396/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-sql92%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fvisitor%2Fimpl%2FSQL92DMLVisitor.java#L268)
 | 36 | 0% |
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-sqlserver/src/main/java/org/apache/shardingsphere/sql/parser/visitor/impl/SQLServerDMLVisitor.java](https://coveralls.io/builds/29204396/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-sqlserver%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fvisitor%2Fimpl%2FSQLServerDMLVisitor.java#L291)
 | 36 | 0% |
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-postgresql/src/main/java/org/apache/shardingsphere/sql/parser/visitor/impl/PostgreSQLDMLVisitor.jav

[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #4657: Use ProjectionsContext to process QueryHeader on proxy

2020-03-08 Thread GitBox
coveralls edited a comment on issue #4657: Use ProjectionsContext to process 
QueryHeader on proxy
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4657#issuecomment-596183870
 
 
   ## Pull Request Test Coverage Report for [Build 
2026](https://coveralls.io/builds/29204375)
   
   * **9** of **19**   **(47.37%)**  changed or added relevant lines in **2** 
files are covered.
   * No unchanged relevant lines lost coverage.
   * Overall coverage increased (+**0.2%**) to **59.128%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-proxy/sharding-proxy-backend/src/main/java/org/apache/shardingsphere/shardingproxy/backend/communication/jdbc/execute/callback/ProxySQLExecuteCallback.java](https://coveralls.io/builds/29204375/source?filename=sharding-proxy%2Fsharding-proxy-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Fbackend%2Fcommunication%2Fjdbc%2Fexecute%2Fcallback%2FProxySQLExecuteCallback.java#L63)
 | 0 | 10 | 0.0%
   
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29204375/badge)](https://coveralls.io/builds/29204375)
 |
   | :-- | --: |
   | Change from base [Build 1018](https://coveralls.io/builds/29204233): |  
0.2% |
   | Covered Lines: | 12129 |
   | Relevant Lines: | 20513 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls commented on issue #4657: Use ProjectionsContext to process QueryHeader on proxy

2020-03-08 Thread GitBox
coveralls commented on issue #4657: Use ProjectionsContext to process 
QueryHeader on proxy
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4657#issuecomment-596183870
 
 
   ## Pull Request Test Coverage Report for [Build 
10108](https://coveralls.io/builds/29204357)
   
   * **9** of **19**   **(47.37%)**  changed or added relevant lines in **2** 
files are covered.
   * **3** unchanged lines in **1** file lost coverage.
   * Overall coverage increased (+**0.1%**) to **59.05%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-proxy/sharding-proxy-backend/src/main/java/org/apache/shardingsphere/shardingproxy/backend/communication/jdbc/execute/callback/ProxySQLExecuteCallback.java](https://coveralls.io/builds/29204357/source?filename=sharding-proxy%2Fsharding-proxy-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Fbackend%2Fcommunication%2Fjdbc%2Fexecute%2Fcallback%2FProxySQLExecuteCallback.java#L63)
 | 0 | 10 | 0.0%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/util/IpUtils.java](https://coveralls.io/builds/29204357/source?filename=sharding-orchestration%2Fsharding-orchestration-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Finternal%2Futil%2FIpUtils.java#L63)
 | 3 | 76.0% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29204357/badge)](https://coveralls.io/builds/29204357)
 |
   | :-- | --: |
   | Change from base [Build 1018](https://coveralls.io/builds/29204233): |  
0.1% |
   | Covered Lines: | 12113 |
   | Relevant Lines: | 20513 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] codecov-io commented on issue #4657: Use ProjectionsContext to process QueryHeader on proxy

2020-03-08 Thread GitBox
codecov-io commented on issue #4657: Use ProjectionsContext to process 
QueryHeader on proxy
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4657#issuecomment-596183578
 
 
   # 
[Codecov](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657?src=pr&el=h1)
 Report
   > Merging 
[#4657](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657?src=pr&el=desc)
 into 
[master](https://codecov.io/gh/apache/incubator-shardingsphere/commit/5ecf56a03e6a3306c3803ead13299ec3f30b18f9?src=pr&el=desc)
 will **increase** coverage by `0.13%`.
   > The diff coverage is `42.1%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657/graphs/tree.svg?width=650&token=ZvlXpWa7so&height=150&src=pr)](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657?src=pr&el=tree)
   
   ```diff
   @@ Coverage Diff  @@
   ## master#4657  +/-   ##
   
   + Coverage 55.36%   55.49%   +0.13% 
 Complexity  426  426  
   
 Files  1134 1134  
 Lines 2054720513  -34 
 Branches   3811 3805   -6 
   
   + Hits  1137611384   +8 
   + Misses 8453 8412  -41 
   + Partials718  717   -1
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657?src=pr&el=tree)
 | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | 
[.../communication/jdbc/execute/JDBCExecuteEngine.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657/diff?src=pr&el=tree#diff-c2hhcmRpbmctcHJveHkvc2hhcmRpbmctcHJveHktYmFja2VuZC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc2hhcmRpbmdwcm94eS9iYWNrZW5kL2NvbW11bmljYXRpb24vamRiYy9leGVjdXRlL0pEQkNFeGVjdXRlRW5naW5lLmphdmE=)
 | `33.33% <ø> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...nication/jdbc/JDBCDatabaseCommunicationEngine.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657/diff?src=pr&el=tree#diff-c2hhcmRpbmctcHJveHkvc2hhcmRpbmctcHJveHktYmFja2VuZC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc2hhcmRpbmdwcm94eS9iYWNrZW5kL2NvbW11bmljYXRpb24vamRiYy9KREJDRGF0YWJhc2VDb21tdW5pY2F0aW9uRW5naW5lLmphdmE=)
 | `0% <ø> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...jdbc/execute/callback/ProxySQLExecuteCallback.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657/diff?src=pr&el=tree#diff-c2hhcmRpbmctcHJveHkvc2hhcmRpbmctcHJveHktYmFja2VuZC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc2hhcmRpbmdwcm94eS9iYWNrZW5kL2NvbW11bmljYXRpb24vamRiYy9leGVjdXRlL2NhbGxiYWNrL1Byb3h5U1FMRXhlY3V0ZUNhbGxiYWNrLmphdmE=)
 | `0% <0%> (ø)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...rdingproxy/backend/response/query/QueryHeader.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657/diff?src=pr&el=tree#diff-c2hhcmRpbmctcHJveHkvc2hhcmRpbmctcHJveHktYmFja2VuZC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc2hhcmRpbmdwcm94eS9iYWNrZW5kL3Jlc3BvbnNlL3F1ZXJ5L1F1ZXJ5SGVhZGVyLmphdmE=)
 | `84.61% <88.88%> (+30.76%)` | `0 <0> (ø)` | :arrow_down: |
   | 
[...ql/segment/dml/item/SubqueryProjectionSegment.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtc3FsLXBhcnNlci9zaGFyZGluZ3NwaGVyZS1zcWwtcGFyc2VyLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc3FsL3BhcnNlci9zcWwvc2VnbWVudC9kbWwvaXRlbS9TdWJxdWVyeVByb2plY3Rpb25TZWdtZW50LmphdmE=)
 | `0% <0%> (ø)` | `0% <0%> (ø)` | :arrow_down: |
   | 
[.../sql/parser/visitor/impl/PostgreSQLDMLVisitor.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtc3FsLXBhcnNlci9zaGFyZGluZ3NwaGVyZS1zcWwtcGFyc2VyLXBvc3RncmVzcWwvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NoYXJkaW5nc3BoZXJlL3NxbC9wYXJzZXIvdmlzaXRvci9pbXBsL1Bvc3RncmVTUUxETUxWaXNpdG9yLmphdmE=)
 | `0% <0%> (ø)` | `0% <0%> (ø)` | :arrow_down: |
   | 
[...segment/dml/item/AggregationProjectionSegment.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtc3FsLXBhcnNlci9zaGFyZGluZ3NwaGVyZS1zcWwtcGFyc2VyLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc3FsL3BhcnNlci9zcWwvc2VnbWVudC9kbWwvaXRlbS9BZ2dyZWdhdGlvblByb2plY3Rpb25TZWdtZW50LmphdmE=)
 | `0% <0%> (ø)` | `0% <0%> (ø)` | :arrow_down: |
   | 
[.../sql/segment/dml/item/ColumnProjectionSegment.java](https://codecov.io/gh/apache/incubator-shardingsphere/pull/4657/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtc3FsLXBhcnNlci9zaGFyZGluZ3NwaGVyZS1zcWwtcGFyc2VyLWVuZ2luZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvc3FsL3BhcnNlci9zcWwvc2VnbWVudC9kbWwvaXRlbS9Db2x1bW5Qcm9qZWN0aW9uU2VnbWVudC5qYXZh)
 | `0% <0%> (ø)` | `0% <0%> (ø)` | :arrow_down: |
   | 
[...dml/item/AggregationDistinctProjectionSegment.java]

[GitHub] [incubator-shardingsphere] tristaZero merged pull request #4657: Use ProjectionsContext to process QueryHeader on proxy

2020-03-08 Thread GitBox
tristaZero merged pull request #4657: Use ProjectionsContext to process 
QueryHeader on proxy
URL: https://github.com/apache/incubator-shardingsphere/pull/4657
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu opened a new pull request #4657: Use ProjectionsContext to process QueryHeader on proxy

2020-03-08 Thread GitBox
terrymanu opened a new pull request #4657: Use ProjectionsContext to process 
QueryHeader on proxy
URL: https://github.com/apache/incubator-shardingsphere/pull/4657
 
 
   For #4637.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #4656: Use ProjectionsContext to process encrypt ResultSetMetaData

2020-03-08 Thread GitBox
coveralls edited a comment on issue #4656: Use ProjectionsContext to process 
encrypt ResultSetMetaData
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4656#issuecomment-596181360
 
 
   ## Pull Request Test Coverage Report for [Build 
2025](https://coveralls.io/builds/29204174)
   
   * **3** of **11**   **(27.27%)**  changed or added relevant lines in **2** 
files are covered.
   * **70** unchanged lines in **2** files lost coverage.
   * Overall coverage increased (+**0.07%**) to **59.019%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/resultset/EncryptResultSetMetaData.java](https://coveralls.io/builds/29204174/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fresultset%2FEncryptResultSetMetaData.java#L89)
 | 1 | 9 | 11.11%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/resultset/EncryptResultSetMetaData.java](https://coveralls.io/builds/29204174/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fresultset%2FEncryptResultSetMetaData.java#L59)
 | 15 | 7.14% |
   | 
[sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/resultset/EncryptResultSet.java](https://coveralls.io/builds/29204174/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fresultset%2FEncryptResultSet.java#L111)
 | 55 | 21.24% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29204174/badge)](https://coveralls.io/builds/29204174)
 |
   | :-- | --: |
   | Change from base [Build 1017](https://coveralls.io/builds/29204022): |  
0.07% |
   | Covered Lines: | 12122 |
   | Relevant Lines: | 20539 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu closed issue #4639: order by not support string column when cross database query

2020-03-08 Thread GitBox
terrymanu closed issue #4639: order by not support string column when cross 
database query
URL: https://github.com/apache/incubator-shardingsphere/issues/4639
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4638: How to connect to Microsoft SQL Server in the backend?

2020-03-08 Thread GitBox
terrymanu commented on issue #4638: How to connect to Microsoft SQL Server in 
the backend?
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4638#issuecomment-596181466
 
 
   We never try to use SQLServer as a backend database.
   But we just use JDBC to connect backend database, so it maybe works if you 
just config your database url to sqlserver.
   But there maybe need change some source code to judge the url about database 
type. If it is not MySQL or PostgreSQL, the proxy may throw an exception


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4639: order by not support string column when cross database query

2020-03-08 Thread GitBox
terrymanu commented on issue #4639: order by not support string column when 
cross database query
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4639#issuecomment-596181522
 
 
   Cannot support cross database query for any SQL


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls commented on issue #4656: Use ProjectionsContext to process encrypt ResultSetMetaData

2020-03-08 Thread GitBox
coveralls commented on issue #4656: Use ProjectionsContext to process encrypt 
ResultSetMetaData
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4656#issuecomment-596181360
 
 
   ## Pull Request Test Coverage Report for [Build 
10106](https://coveralls.io/builds/29204170)
   
   * **3** of **11**   **(27.27%)**  changed or added relevant lines in **2** 
files are covered.
   * **73** unchanged lines in **3** files lost coverage.
   * Overall coverage decreased (**-0.005%**) to **58.942%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/resultset/EncryptResultSetMetaData.java](https://coveralls.io/builds/29204170/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fresultset%2FEncryptResultSetMetaData.java#L89)
 | 1 | 9 | 11.11%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/util/IpUtils.java](https://coveralls.io/builds/29204170/source?filename=sharding-orchestration%2Fsharding-orchestration-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Finternal%2Futil%2FIpUtils.java#L63)
 | 3 | 76.0% |
   | 
[sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/resultset/EncryptResultSetMetaData.java](https://coveralls.io/builds/29204170/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fresultset%2FEncryptResultSetMetaData.java#L59)
 | 15 | 7.14% |
   | 
[sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/resultset/EncryptResultSet.java](https://coveralls.io/builds/29204170/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fresultset%2FEncryptResultSet.java#L111)
 | 55 | 21.24% |
   
   
   |  Totals | [![Coverage 
Status](https://coveralls.io/builds/29204170/badge)](https://coveralls.io/builds/29204170)
 |
   | :-- | --: |
   | Change from base [Build 1017](https://coveralls.io/builds/29204022): |  
-0.005% |
   | Covered Lines: | 12106 |
   | Relevant Lines: | 20539 |
   
   ---
   # 💛  - [Coveralls](https://coveralls.io)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4619: only sharding db, use pagehelper, report error: Must have sharding column with subquery

2020-03-08 Thread GitBox
terrymanu commented on issue #4619: only sharding db, use pagehelper, report 
error: Must have sharding column with subquery
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4619#issuecomment-596181121
 
 
   We are doing the subquery now, so I just pending this issue after we finish 
the subquery.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu closed issue #4612: sharding-proxy doesn't support comment in first line: line 1:0 mismatched input '#'

2020-03-08 Thread GitBox
terrymanu closed issue #4612: sharding-proxy doesn't support comment in first 
line: line 1:0 mismatched input '#'
URL: https://github.com/apache/incubator-shardingsphere/issues/4612
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4612: sharding-proxy doesn't support comment in first line: line 1:0 mismatched input '#'

2020-03-08 Thread GitBox
terrymanu commented on issue #4612: sharding-proxy doesn't support comment in 
first line: line 1:0 mismatched input '#'
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4612#issuecomment-596181060
 
 
   Can you try to 4.x? the version 3.x is out of service


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4611: sharding-jdbc-test run error while using oracle database

2020-03-08 Thread GitBox
terrymanu commented on issue #4611: sharding-jdbc-test run error while using 
oracle database
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4611#issuecomment-596180988
 
 
   The subquery and pagination of rownum in oracle are not correct now.
   We are doing the subquery now, so I just pending this issue after we finish 
the subquery.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu closed issue #4585: nested exception is java.lang.NoClassDefFoundError: org/apache/curator/connection/ConnectionHandlingPolicy

2020-03-08 Thread GitBox
terrymanu closed issue #4585: nested exception is 
java.lang.NoClassDefFoundError: 
org/apache/curator/connection/ConnectionHandlingPolicy
URL: https://github.com/apache/incubator-shardingsphere/issues/4585
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4585: nested exception is java.lang.NoClassDefFoundError: org/apache/curator/connection/ConnectionHandlingPolicy

2020-03-08 Thread GitBox
terrymanu commented on issue #4585: nested exception is 
java.lang.NoClassDefFoundError: 
org/apache/curator/connection/ConnectionHandlingPolicy
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4585#issuecomment-596180801
 
 
   Maybe you can resolve the conflict of 3 party libraries by yourself.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu closed issue #4600: Shardingsphere 3.1.0.m1: sharding.props. Sql.show =true configuration is invalid but useful in 3.0.0

2020-03-08 Thread GitBox
terrymanu closed issue #4600: Shardingsphere 3.1.0.m1: sharding.props. Sql.show 
=true configuration is invalid but useful in 3.0.0
URL: https://github.com/apache/incubator-shardingsphere/issues/4600
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4576: how can i implement the RegistryCenter???

2020-03-08 Thread GitBox
terrymanu commented on issue #4576: how can i implement the RegistryCenter???
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4576#issuecomment-596180634
 
 
   The SPI are still developing, so maybe we can discuss this problem after 2 
month.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu closed issue #4499: sharding-proxy CPU load too high

2020-03-08 Thread GitBox
terrymanu closed issue #4499: sharding-proxy CPU load too high
URL: https://github.com/apache/incubator-shardingsphere/issues/4499
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4499: sharding-proxy CPU load too high

2020-03-08 Thread GitBox
terrymanu commented on issue #4499: sharding-proxy CPU load too high
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4499#issuecomment-596180418
 
 
   Please try to 5.x, the class ExtractorUtils had been removed


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4379: use of SPI to extend/modify statement executor (executeQuery)

2020-03-08 Thread GitBox
terrymanu commented on issue #4379: use of SPI to extend/modify statement 
executor (executeQuery)
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4379#issuecomment-596180300
 
 
   Because they are still refactoring now, so I cannot guarantee how to use it 
now.
   Maybe we can talk about this after 2 month. 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] tristaZero merged pull request #4656: Use ProjectionsContext to process encrypt ResultSetMetaData

2020-03-08 Thread GitBox
tristaZero merged pull request #4656: Use ProjectionsContext to process encrypt 
ResultSetMetaData
URL: https://github.com/apache/incubator-shardingsphere/pull/4656
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu closed issue #4567: sharding-ui can't run well

2020-03-08 Thread GitBox
terrymanu closed issue #4567: sharding-ui can't run well
URL: https://github.com/apache/incubator-shardingsphere/issues/4567
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu edited a comment on issue #4567: sharding-ui can't run well

2020-03-08 Thread GitBox
terrymanu edited a comment on issue #4567: sharding-ui can't run well
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4567#issuecomment-596180025
 
 
   can't run well maybe is not good issue enough, please describe the details 
next time.
   I just close this one.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4567: sharding-ui can't run well

2020-03-08 Thread GitBox
terrymanu commented on issue #4567: sharding-ui can't run well
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4567#issuecomment-596180025
 
 
   can't run well maybe is not good issue enough, please describe the details 
next time.
   I just colse this one


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4654: Throw correct SQLState and vendorCode with SQLException when out of index from ResultSetMetaData.getColumnName()

2020-03-08 Thread GitBox
terrymanu commented on issue #4654: Throw correct SQLState and vendorCode with 
SQLException when out of index from ResultSetMetaData.getColumnName()
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4654#issuecomment-596179876
 
 
   @zjcnb Thank you, I just assigned to you.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4645: Use YAML configuration instead of java configuration for DataSource test

2020-03-08 Thread GitBox
terrymanu commented on issue #4645: Use YAML configuration instead of java 
configuration for DataSource test
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4645#issuecomment-596179807
 
 
   @HetaoWang Welcome on board.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] terrymanu opened a new pull request #4656: Use ProjectionsContext to process encrypt ResultSetMetaData

2020-03-08 Thread GitBox
terrymanu opened a new pull request #4656: Use ProjectionsContext to process 
encrypt ResultSetMetaData
URL: https://github.com/apache/incubator-shardingsphere/pull/4656
 
 
   For #4637.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-shardingsphere] coveralls edited a comment on issue #4655: Remove `getText()` from `ProjectionSegment`

2020-03-08 Thread GitBox
coveralls edited a comment on issue #4655: Remove `getText()` from 
`ProjectionSegment` 
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4655#issuecomment-596177033
 
 
   ## Pull Request Test Coverage Report for [Build 
10104](https://coveralls.io/builds/29204005)
   
   * **7** of **77**   **(9.09%)**  changed or added relevant lines in **19** 
files are covered.
   * **137** unchanged lines in **7** files lost coverage.
   * Overall coverage increased (+**0.02%**) to **58.942%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-|--||---: |
   | 
[sharding-core/sharding-core-rewrite/src/main/java/org/apache/shardingsphere/sharding/rewrite/token/generator/impl/OrderByTokenGenerator.java](https://coveralls.io/builds/29204005/source?filename=sharding-core%2Fsharding-core-rewrite%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Frewrite%2Ftoken%2Fgenerator%2Fimpl%2FOrderByTokenGenerator.java#L70)
 | 0 | 1 | 0.0%
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/segment/dml/item/AggregationDistinctProjectionSegment.java](https://coveralls.io/builds/29204005/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fsegment%2Fdml%2Fitem%2FAggregationDistinctProjectionSegment.java#L33)
 | 0 | 1 | 0.0%
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/segment/dml/item/AggregationProjectionSegment.java](https://coveralls.io/builds/29204005/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fsegment%2Fdml%2Fitem%2FAggregationProjectionSegment.java#L45)
 | 0 | 1 | 0.0%
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/sql/segment/dml/item/ColumnProjectionSegment.java](https://coveralls.io/builds/29204005/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fsegment%2Fdml%2Fitem%2FColumnProjectionSegment.java#L39)
 | 0 | 1 | 0.0%
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-mysql/src/main/java/org/apache/shardingsphere/sql/parser/visitor/MySQLVisitor.java](https://coveralls.io/builds/29204005/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fvisitor%2FMySQLVisitor.java#L441)
 | 0 | 2 | 0.0%
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-oracle/src/main/java/org/apache/shardingsphere/sql/parser/visitor/OracleVisitor.java](https://coveralls.io/builds/29204005/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-oracle%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fvisitor%2FOracleVisitor.java#L413)
 | 0 | 2 | 0.0%
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-postgresql/src/main/java/org/apache/shardingsphere/sql/parser/visitor/PostgreSQLVisitor.java](https://coveralls.io/builds/29204005/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fvisitor%2FPostgreSQLVisitor.java#L415)
 | 0 | 2 | 0.0%
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-sql92/src/main/java/org/apache/shardingsphere/sql/parser/visitor/SQL92Visitor.java](https://coveralls.io/builds/29204005/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-sql92%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fvisitor%2FSQL92Visitor.java#L404)
 | 0 | 2 | 0.0%
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-sqlserver/src/main/java/org/apache/shardingsphere/sql/parser/visitor/SQLServerVisitor.java](https://coveralls.io/builds/29204005/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-sqlserver%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fvisitor%2FSQLServerVisitor.java#L414)
 | 0 | 2 | 0.0%
   | 
[shardingsphere-sql-parser/shardingsphere-sql-parser-relation/src/main/java/org/apache/shardingsphere/sql/parser/relation/statement/dml/SelectStatementContext.java](https://coveralls.io/builds/29204005/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-relation%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Frelation%2Fstatement%2Fdml%2FSelectStatementContext.java#L190)
 | 2 | 6 | 33.33%
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-|--|--: |
   | 
[sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/util/IpUtils.java](https://coveralls.io/builds/29204005/source?filename=sh

[GitHub] [incubator-shardingsphere] dalong316 commented on issue #4604: Too slow to load meta data when start up

2020-03-08 Thread GitBox
dalong316 commented on issue #4604: Too slow to load meta data when start up
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4604#issuecomment-596178032
 
 
   I compiled the master with ./mvnw clean install -Prelease, and then 
introduced the jar package into the project. As a result, the project could not 
find the corresponding class.
   Later, I introduced the source code to my project and found that the 
situation is the same, and there are many external jar packages that cannot be 
referenced, such as some jars from Google, and many similar cases, basically 
the jar packages cannot be referenced.
   @tristaZero


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:
us...@infra.apache.org


With regards,
Apache Git Services