[shardingsphere] branch master updated: Update DistSQL documents (#21987)

2022-11-06 Thread jianglongtao
This is an automated email from the ASF dual-hosted git repository. jianglongtao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new cb5853ddeb4 Update DistSQL documen

[GitHub] [shardingsphere] RaigorJiang merged pull request #21987: Update DistSQL document

2022-11-06 Thread GitBox
RaigorJiang merged PR #21987: URL: https://github.com/apache/shardingsphere/pull/21987 -- 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. To unsubscribe, e-mail: notifications-uns

[GitHub] [shardingsphere] RaigorJiang commented on issue #21764: [SQLLogger] SQLStatement log

2022-11-06 Thread GitBox
RaigorJiang commented on issue #21764: URL: https://github.com/apache/shardingsphere/issues/21764#issuecomment-1305195383 How about change the level of `SQLStatement` to debug? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [shardingsphere] RaigorJiang closed issue #21740: How can I refresh the sharding-rules

2022-11-06 Thread GitBox
RaigorJiang closed issue #21740: How can I refresh the sharding-rules URL: https://github.com/apache/shardingsphere/issues/21740 -- 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.

[GitHub] [shardingsphere] 794086163 commented on issue #21986: Recursion causes stack overflow

2022-11-06 Thread GitBox
794086163 commented on issue #21986: URL: https://github.com/apache/shardingsphere/issues/21986#issuecomment-1305179669 It's okay to use the original druid, but it's not okay to use shardingsphere, StackOverflowError, it's okay to use -Xss2m, it's too deep, right? -- This is an automate

[GitHub] [shardingsphere] Qianyi951015 opened a new pull request, #21987: Update DistSQL document

2022-11-06 Thread GitBox
Qianyi951015 opened a new pull request, #21987: URL: https://github.com/apache/shardingsphere/pull/21987 Changes proposed in this pull request: - Update DistSQL RDL drop db_discovery type document --- Before committing this PR, I'm sure that I have checked the following

[GitHub] [shardingsphere] 794086163 opened a new issue, #21986: Recursion causes stack overflow

2022-11-06 Thread GitBox
794086163 opened a new issue, #21986: URL: https://github.com/apache/shardingsphere/issues/21986 ![image](https://user-images.githubusercontent.com/37607959/200242371-78309589-cf17-4499-a637-30f6036d9183.png) ![image](https://user-images.githubusercontent.com/37607959/200242575-659f9

[GitHub] [shardingsphere]: Workflow run "Nightly - IT Example Generator" failed!

2022-11-06 Thread GitBox
The GitHub Actions job "Nightly - IT Example Generator" on shardingsphere.git has failed. Run started by GitHub user totalo (triggered by totalo). Head commit for run: a3c83df48eabff2ec92df0156d9df383423297d7 / totalo fix example Report URL: https://github.com/apache/shardingsphere/actions/ru

[GitHub] [shardingsphere] fang1025 commented on a diff in pull request #21768: fix ShardingSphereResultSet bug.

2022-11-06 Thread GitBox
fang1025 commented on code in PR #21768: URL: https://github.com/apache/shardingsphere/pull/21768#discussion_r1015031901 ## infra/binder/src/main/java/org/apache/shardingsphere/infra/binder/segment/select/projection/impl/ShorthandProjection.java: ## @@ -39,10 +39,17 @@ public fi

[GitHub] [shardingsphere]: Workflow run "IT" failed!

2022-11-06 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user RaigorJiang (triggered by RaigorJiang). Head commit for run: 732df92561a18a8a92f02292a381881cb8c79970 / ChenJiaHao <37339007+pace2...@users.noreply.github.com> Revise database discovery type name format (#2

[shardingsphere] branch master updated: Revise database discovery type name format (#21979)

2022-11-06 Thread jianglongtao
This is an automated email from the ASF dual-hosted git repository. jianglongtao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 732df92561a Revise database discov

[GitHub] [shardingsphere] RaigorJiang merged pull request #21979: Revise database discovery type name format

2022-11-06 Thread GitBox
RaigorJiang merged PR #21979: URL: https://github.com/apache/shardingsphere/pull/21979 -- 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. To unsubscribe, e-mail: notifications-uns

[GitHub] [shardingsphere] RaigorJiang closed issue #21816: Cannot drop db_discovery type

2022-11-06 Thread GitBox
RaigorJiang closed issue #21816: Cannot drop db_discovery type URL: https://github.com/apache/shardingsphere/issues/21816 -- 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. To uns

[GitHub] [shardingsphere]: Workflow run "IT" failed!

2022-11-06 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user totalo (triggered by totalo). Head commit for run: 590d367177a8ced2b044f88a6afb57b2f9455fa0 / Liang Zhang Rename ClusterContextManagerBuilder to ContextManagerCoordinator (#21984) Report URL: https://githu

[GitHub] [shardingsphere] zkongbai opened a new issue, #21985: DataSourceReflection findSetterMethod bug

2022-11-06 Thread GitBox
zkongbai opened a new issue, #21985: URL: https://github.com/apache/shardingsphere/issues/21985 org.apache.shardingsphere.infra.datasource.pool.creator.DataSourceReflection#findSetterMethod(java.lang.String) the code like this: private Optional findSetterMethod(final String fieldName)

[shardingsphere] branch master updated: Rename ClusterContextManagerBuilder to ContextManagerCoordinator (#21984)

2022-11-06 Thread totalo
This is an automated email from the ASF dual-hosted git repository. totalo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 590d367177a Rename ClusterContextManager

[GitHub] [shardingsphere] totalo merged pull request #21984: Rename ClusterContextManagerCoordinator to ContextManagerCoordinator

2022-11-06 Thread GitBox
totalo merged PR #21984: URL: https://github.com/apache/shardingsphere/pull/21984 -- 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. To unsubscribe, e-mail: notifications-unsubscr

[GitHub] [shardingsphere]: Workflow run "Nightly - IT Example Generator" failed!

2022-11-06 Thread GitBox
The GitHub Actions job "Nightly - IT Example Generator" on shardingsphere.git has failed. Run started by GitHub user totalo (triggered by totalo). Head commit for run: a81e04dba5ec7e3e77c1778ef6cbab7876e1 / totalo Merge remote-tracking branch 'upstream/master' into fix-example Report URL:

[shardingsphere] branch master updated: Update DistSQL documents (#21983)

2022-11-06 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 7f316f32841 Update DistSQL documents

[GitHub] [shardingsphere] terrymanu merged pull request #21983: Update DistSQL documents

2022-11-06 Thread GitBox
terrymanu merged PR #21983: URL: https://github.com/apache/shardingsphere/pull/21983 -- 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. To unsubscribe, e-mail: notifications-unsub

[GitHub] [shardingsphere] Qianyi951015 opened a new pull request, #21983: Update DistSQL documents

2022-11-06 Thread GitBox
Qianyi951015 opened a new pull request, #21983: URL: https://github.com/apache/shardingsphere/pull/21983 Fixes #ISSUSE_ID. Changes proposed in this pull request: - Update DistSQL RQL count sharding rule document - Update DistSQL RQL count readwrite splitting rule document

[GitHub] [shardingsphere] boyjoy1127 commented on issue #20982: When I execute integration test using `ADVANCED` type, I am getting exception as below.

2022-11-06 Thread GitBox
boyjoy1127 commented on issue #20982: URL: https://github.com/apache/shardingsphere/issues/20982#issuecomment-1305048012 @boyjoy1127 let me mark this. -- 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 g

[GitHub] [shardingsphere-elasticjob-ui] TeslaCN commented on pull request #174: feat: add support for Casdoor authentication

2022-11-06 Thread GitBox
TeslaCN commented on PR #174: URL: https://github.com/apache/shardingsphere-elasticjob-ui/pull/174#issuecomment-1305043981 Hi @jakiuncle I found the way to reproduce. 1. Start frontend and backend service. 2. Login with account. 3. Restart backend service. 4. Do any opera

[GitHub] [shardingsphere] fang1025 commented on a diff in pull request #21768: fix ShardingSphereResultSet bug.

2022-11-06 Thread GitBox
fang1025 commented on code in PR #21768: URL: https://github.com/apache/shardingsphere/pull/21768#discussion_r1014806861 ## infra/binder/src/main/java/org/apache/shardingsphere/infra/binder/segment/select/projection/impl/ShorthandProjection.java: ## @@ -39,10 +39,17 @@ public fi

[GitHub] [shardingsphere] TeslaCN commented on issue #21981: After program starts, the first execution of sql is too slow

2022-11-06 Thread GitBox
TeslaCN commented on issue #21981: URL: https://github.com/apache/shardingsphere/issues/21981#issuecomment-1305028512 On the other hand, JVM need to be warmed up to optimize performance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [shardingsphere] TeslaCN commented on issue #21981: After program starts, the first execution of sql is too slow

2022-11-06 Thread GitBox
TeslaCN commented on issue #21981: URL: https://github.com/apache/shardingsphere/issues/21981#issuecomment-1305025620 It seems that there were some overheads related to datadog. ![20221107-110916](https://user-images.githubusercontent.com/20503072/200218490-7e39e3ba-245b-4560-8009-5b453a

[GitHub] [shardingsphere]: Workflow run "CI" is working again!

2022-11-06 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user sandynz (triggered by sandynz). Head commit for run: aa7bb3855e8360b35cb09c7f607fa97f058aa799 / Hongsheng Zhong Remove unused create/dropProcessConfiguration methods in InventoryIncrementalJobPublicAPI

[shardingsphere] branch master updated: Remove unused create/dropProcessConfiguration methods in InventoryIncrementalJobPublicAPI (#21982)

2022-11-06 Thread tuichenchuxin
This is an automated email from the ASF dual-hosted git repository. tuichenchuxin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 2d12f9f5045 Remove unused create/

[GitHub] [shardingsphere] tuichenchuxin merged pull request #21982: Remove unused create/dropProcessConfiguration methods in InventoryIncrementalJobPublicAPI

2022-11-06 Thread GitBox
tuichenchuxin merged PR #21982: URL: https://github.com/apache/shardingsphere/pull/21982 -- 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. To unsubscribe, e-mail: notifications-u

[GitHub] [shardingsphere] 743834110 commented on a diff in pull request #21980: fix ShardingSphereException:oracle.jdbc.driver.T4CConnection.getSchem…

2022-11-06 Thread GitBox
743834110 commented on code in PR #21980: URL: https://github.com/apache/shardingsphere/pull/21980#discussion_r1014948973 ## infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/loader/dialect/OracleSchemaMetaDataLoader.java: ## @@ -74,7 +75,7 @@ p

[GitHub] [shardingsphere] sandynz opened a new pull request, #21982: Remove unused create/dropProcessConfiguration methods in InventoryIncrementalJobPublicAPI

2022-11-06 Thread GitBox
sandynz opened a new pull request, #21982: URL: https://github.com/apache/shardingsphere/pull/21982 Changes proposed in this pull request: - Remove unused create/dropProcessConfiguration methods in InventoryIncrementalJobPublicAPI --- Before committing this PR, I'm sur

[GitHub] [shardingsphere] mintheon opened a new issue, #21981: After program starts, the first execution of sql is too slow

2022-11-06 Thread GitBox
mintheon opened a new issue, #21981: URL: https://github.com/apache/shardingsphere/issues/21981 I use Sharding-jdbc 5.1.1. I used a different version(5.2.0) just in case, but it's the same. After program starts, the first execution of sql is too slow, It takes me 3 seconds, but it

[GitHub] [shardingsphere]: Workflow run "Nightly - IT Example Generator" failed!

2022-11-06 Thread GitBox
The GitHub Actions job "Nightly - IT Example Generator" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 2034c3b18c0a731284651ec1ca632d94bfba1689 / Liang Zhang Add more item for code conduct (#21978) Report URL: http

[GitHub] [shardingsphere]: Workflow run "Nightly - CI" failed!

2022-11-06 Thread GitBox
The GitHub Actions job "Nightly - CI" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 2034c3b18c0a731284651ec1ca632d94bfba1689 / Liang Zhang Add more item for code conduct (#21978) Report URL: https://github.com/apac

[GitHub] [shardingsphere] mintheon commented on issue #18369: After the program starts, the first execution of sql is very slow

2022-11-06 Thread GitBox
mintheon commented on issue #18369: URL: https://github.com/apache/shardingsphere/issues/18369#issuecomment-1304839908 me too! -- 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 commen

[GitHub] [shardingsphere]: Workflow run "CI" failed!

2022-11-06 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user 743834110 (triggered by strongduanmu). Head commit for run: bb10634758191a68b3f70208ef07aff19e9b9431 / litianfeng <743834...@qq.com> fix ShardingSphereException:oracle.jdbc.driver.T4CConnection.getSchema() w

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #21980: fix ShardingSphereException:oracle.jdbc.driver.T4CConnection.getSchem…

2022-11-06 Thread GitBox
strongduanmu commented on code in PR #21980: URL: https://github.com/apache/shardingsphere/pull/21980#discussion_r1014844593 ## infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/loader/dialect/OracleSchemaMetaDataLoader.java: ## @@ -74,7 +75,7 @

[GitHub] [shardingsphere] strongduanmu commented on issue #21954: Consider researching and supporting column unsigned metadata for different databases

2022-11-06 Thread GitBox
strongduanmu commented on issue #21954: URL: https://github.com/apache/shardingsphere/issues/21954#issuecomment-1304820772 > Hi @strongduanmu ,It is not only caused by unsigned, but also by signed tinyint: #15782 Yes, I know, unsigned types can cause similar problems. So we need to a

[GitHub] [shardingsphere] MaricoHan commented on issue #21954: Consider researching and supporting column unsigned metadata for different databases

2022-11-06 Thread GitBox
MaricoHan commented on issue #21954: URL: https://github.com/apache/shardingsphere/issues/21954#issuecomment-1304820103 Hi @strongduanmu ,It is not only caused by unsigned, but also by signed tinyint: https://github.com/apache/shardingsphere/issues/15782 -- This is an automated message

[GitHub] [shardingsphere] 743834110 opened a new pull request, #21980: fix ShardingSphereException:oracle.jdbc.driver.T4CConnection.getSchem…

2022-11-06 Thread GitBox
743834110 opened a new pull request, #21980: URL: https://github.com/apache/shardingsphere/pull/21980 Fixes #14463. Changes proposed in this pull request: - Fix ShardingSphereException:oracle.jdbc.driver.T4CConnection.getSchema() when using ojdbc6; --- Before commit

[GitHub] [shardingsphere] codecov-commenter commented on pull request #21979: Revise DatabaseDiscovery type name format

2022-11-06 Thread GitBox
codecov-commenter commented on PR #21979: URL: https://github.com/apache/shardingsphere/pull/21979#issuecomment-1304798186 # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/21979?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_te

[GitHub] [shardingsphere] Pace2Car opened a new pull request, #21979: Revise DatabaseDiscovery type name format

2022-11-06 Thread GitBox
Pace2Car opened a new pull request, #21979: URL: https://github.com/apache/shardingsphere/pull/21979 Fixes #21816. Changes proposed in this pull request: - Revise DatabaseDiscovery type name format --- Before committing this PR, I'm sure that I have checked the follo

[shardingsphere] branch master updated: Add more item for code conduct (#21978)

2022-11-06 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 2034c3b18c0 Add more item for code cond

[GitHub] [shardingsphere] tristaZero merged pull request #21978: Add more item for code conduct

2022-11-06 Thread GitBox
tristaZero merged PR #21978: URL: https://github.com/apache/shardingsphere/pull/21978 -- 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. To unsubscribe, e-mail: notifications-unsu

[GitHub] [shardingsphere] fang1025 commented on a diff in pull request #21768: fix ShardingSphereResultSet bug.

2022-11-06 Thread GitBox
fang1025 commented on code in PR #21768: URL: https://github.com/apache/shardingsphere/pull/21768#discussion_r1014806861 ## infra/binder/src/main/java/org/apache/shardingsphere/infra/binder/segment/select/projection/impl/ShorthandProjection.java: ## @@ -39,10 +39,17 @@ public fi

[GitHub] [shardingsphere] ChenyuMa commented on issue #21895: NullPointerException occur when commit migration job ~

2022-11-06 Thread GitBox
ChenyuMa commented on issue #21895: URL: https://github.com/apache/shardingsphere/issues/21895#issuecomment-1304745935 Same Question When I migrate ds_1 to ds_0, it occured java.lang.NullPointerException I don't know which yml config file is needed ![image](https://user