[GitHub] [shardingsphere] Pace2Car commented on pull request #24934: Improve properties verification of ReadQueryLoadBalanceAlgorithm

2023-04-18 Thread via GitHub
Pace2Car commented on PR #24934: URL: https://github.com/apache/shardingsphere/pull/24934#issuecomment-1514210564 Hi @QiangYuan0828, please resolve conflicts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [shardingsphere] QiangYuan0828 commented on a diff in pull request #24934: Improve properties verification of ReadQueryLoadBalanceAlgorithm

2023-04-18 Thread via GitHub
QiangYuan0828 commented on code in PR #24934: URL: https://github.com/apache/shardingsphere/pull/24934#discussion_r1170846104 ## features/readwrite-splitting/core/src/main/java/org/apache/shardingsphere/readwritesplitting/algorithm/loadbalance/WeightReadQueryLoadBalanceAlgorithm.java: #

[GitHub] [shardingsphere] lefthand250 opened a new issue, #25226: Hi, I have some question about ShardingSphere-JDBC

2023-04-18 Thread via GitHub
lefthand250 opened a new issue, #25226: URL: https://github.com/apache/shardingsphere/issues/25226 Hi, I have some question about ShardingSphere-JDBC this is my dependency ``` org.apache.shardingsphere shardingsphere-jdbc-core 5.3.0

[GitHub] [shardingsphere] Harif-Rahman commented on issue #25102: Custom sharding algorithm with dependency bean in 5.x version.

2023-04-18 Thread via GitHub
Harif-Rahman commented on issue #25102: URL: https://github.com/apache/shardingsphere/issues/25102#issuecomment-1514138067 Thanks -- 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 co

[GitHub] [shardingsphere] Harif-Rahman closed issue #25102: Custom sharding algorithm with dependency bean in 5.x version.

2023-04-18 Thread via GitHub
Harif-Rahman closed issue #25102: Custom sharding algorithm with dependency bean in 5.x version. URL: https://github.com/apache/shardingsphere/issues/25102 -- 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

[GitHub] [shardingsphere] zhaojinchao95 closed issue #25225: Column index out of range exception when single table use inner join query

2023-04-18 Thread via GitHub
zhaojinchao95 closed issue #25225: Column index out of range exception when single table use inner join query URL: https://github.com/apache/shardingsphere/issues/25225 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [shardingsphere] zhaojinchao95 opened a new issue, #25225: Column index out of range exception when single table use inner join query

2023-04-18 Thread via GitHub
zhaojinchao95 opened a new issue, #25225: URL: https://github.com/apache/shardingsphere/issues/25225 SQL : ``` select d.oid,d.o_status,d.is_del ,a.* ,case when a.is_in = 1 then '是' else '否' end is_in from order_monthly a inner join p_in d on a.p_id=d.id inner joi

[shardingsphere] branch master updated: Fix MissingOverride rule for pmd (#25224)

2023-04-18 Thread sunnianjun
This is an automated email from the ASF dual-hosted git repository. sunnianjun 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 d3694db8796 Fix MissingOverride rule

[GitHub] [shardingsphere] taojintianxia merged pull request #25224: Fix MissingOverride rule for pmd

2023-04-18 Thread via GitHub
taojintianxia merged PR #25224: URL: https://github.com/apache/shardingsphere/pull/25224 -- 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] Pace2Car commented on issue #25222: Add DistSQL for global clock

2023-04-18 Thread via GitHub
Pace2Car commented on issue #25222: URL: https://github.com/apache/shardingsphere/issues/25222#issuecomment-151409 I will try 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

[shardingsphere] branch master updated: Refactor rule checks for pmd (#25223)

2023-04-18 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 6e7eb42153a Refactor rule checks for

[GitHub] [shardingsphere] terrymanu merged pull request #25223: Refactor rule checks for pmd

2023-04-18 Thread via GitHub
terrymanu merged PR #25223: URL: https://github.com/apache/shardingsphere/pull/25223 -- 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] terrymanu opened a new pull request, #25223: Refactor rule checks for pmd

2023-04-18 Thread via GitHub
terrymanu opened a new pull request, #25223: URL: https://github.com/apache/shardingsphere/pull/25223 For #25174 -- 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 unsubscr

[GitHub] [shardingsphere] Pace2Car opened a new issue, #25222: Add DistSQL for global clock

2023-04-18 Thread via GitHub
Pace2Car opened a new issue, #25222: URL: https://github.com/apache/shardingsphere/issues/25222 ## Feature Request **For English only**, other languages will not be accepted. Please pay attention on issues you submitted, because we maybe need more details. If no response an

[shardingsphere] branch master updated: Add unwrap mysql connection exception doc (#25221)

2023-04-18 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang 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 5cf6928dc1a Add unwrap mysql con

[GitHub] [shardingsphere] strongduanmu merged pull request #25221: Add unwrap mysql connection exception FAQ doc

2023-04-18 Thread via GitHub
strongduanmu merged PR #25221: URL: https://github.com/apache/shardingsphere/pull/25221 -- 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-un

[GitHub] [shardingsphere] FlyingZC opened a new pull request, #25221: Add unwrap mysql connection exception FAQ doc

2023-04-18 Thread via GitHub
FlyingZC opened a new pull request, #25221: URL: https://github.com/apache/shardingsphere/pull/25221 Changes proposed in this pull request: - Add unwrap mysql connection exception doc --- Before committing this PR, I'm sure that I have checked the following options: - [

[GitHub] [shardingsphere] TeslaCN opened a new issue, #25220: Figure out why serverTimezone was set to UTC by default

2023-04-18 Thread via GitHub
TeslaCN opened a new issue, #25220: URL: https://github.com/apache/shardingsphere/issues/25220 ## Question ### Which version of ShardingSphere did you use? master - 37adda4c7415687a5db3e525d0c3aa081452eef8 https://github.com/apache/shardingsphere/blob/37adda4c7415687a5db3e52

[GitHub] [shardingsphere]: Workflow run "E2E - Pipeline" is working again!

2023-04-18 Thread GitBox
The GitHub Actions job "E2E - Pipeline" on shardingsphere.git has succeeded. Run started by GitHub user tristaZero (triggered by tristaZero). Head commit for run: 37adda4c7415687a5db3e525d0c3aa081452eef8 / 吴伟杰 Remove property proxy-backend-executor-suitable (#25212) Report URL: https://github.

[shardingsphere] branch master updated: Remove property proxy-backend-executor-suitable (#25212)

2023-04-18 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 37adda4c741 Remove property proxy-backe

[GitHub] [shardingsphere] tristaZero closed issue #25209: Remove property proxy-backend-executor-suitable from server.yaml

2023-04-18 Thread via GitHub
tristaZero closed issue #25209: Remove property proxy-backend-executor-suitable from server.yaml URL: https://github.com/apache/shardingsphere/issues/25209 -- 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

[GitHub] [shardingsphere] tristaZero merged pull request #25212: Remove property proxy-backend-executor-suitable

2023-04-18 Thread via GitHub
tristaZero merged PR #25212: URL: https://github.com/apache/shardingsphere/pull/25212 -- 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] RaigorJiang closed issue #25204: dynamic-readwrite-split is not right

2023-04-18 Thread via GitHub
RaigorJiang closed issue #25204: dynamic-readwrite-split is not right URL: https://github.com/apache/shardingsphere/issues/25204 -- 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]: Workflow run "Nightly - E2E" failed!

2023-04-18 Thread GitBox
The GitHub Actions job "Nightly - E2E" on shardingsphere.git has failed. Run started by GitHub user tristaZero (triggered by tristaZero). Head commit for run: 4b7e490ccf572cd7b4e2282da51e4599ae08d0f6 / Liang Zhang Remove UnstableApiUsage on TelephoneRandomReplaceAlgorithm (#25219) * Remove Uns

[GitHub] [shardingsphere]: Workflow run "E2E - Pipeline" failed!

2023-04-18 Thread GitBox
The GitHub Actions job "E2E - Pipeline" on shardingsphere.git has failed. Run started by GitHub user tristaZero (triggered by tristaZero). Head commit for run: 4b7e490ccf572cd7b4e2282da51e4599ae08d0f6 / Liang Zhang Remove UnstableApiUsage on TelephoneRandomReplaceAlgorithm (#25219) * Remove Un

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

2023-04-18 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: 4b7e490ccf572cd7b4e2282da51e4599ae08d0f6 / Liang Zhang Remove UnstableApiUsage on TelephoneRandomReplaceAlgorithm (#25219) * Remov

[GitHub] [shardingsphere]: Workflow run "Check - SonarCloud" failed!

2023-04-18 Thread GitBox
The GitHub Actions job "Check - SonarCloud" on shardingsphere.git has failed. Run started by GitHub user tristaZero (triggered by tristaZero). Head commit for run: 4b7e490ccf572cd7b4e2282da51e4599ae08d0f6 / Liang Zhang Remove UnstableApiUsage on TelephoneRandomReplaceAlgorithm (#25219) * Remov

[GitHub] [shardingsphere] wuxihao01 commented on issue #24940: Add test cases for readwrite-splitting router

2023-04-18 Thread via GitHub
wuxihao01 commented on issue #24940: URL: https://github.com/apache/shardingsphere/issues/24940#issuecomment-1513360229 Hello, I want to try to make this, can you assign it to me?@terrymanu -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" is working again!

2023-04-18 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 18fbdd38d1d2159ec3bc62fee5c87bce2e25e97c / zhangliang Fix test case Report URL: https://github.com/apache/shardingsphere/actions/runs/4733

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-04-18 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 18fbdd38d1d2159ec3bc62fee5c87bce2e25e97c / zhangliang Fix test case Report URL: https://github.com/apache/shardingsphere/actions/runs/4733730

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

2023-04-18 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 18fbdd38d1d2159ec3bc62fee5c87bce2e25e97c / zhangliang Fix test case Report URL: https://github.com/apache/shardingsphere/actions/runs/4733651348

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-04-18 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: b36076f34d19c3c620c47960279efadc930ebf3e / zhangliang Rename unused catch exception to ignored Report URL: https://github.com/apache/sharding

[shardingsphere] branch master updated (945d5e6c343 -> 4b7e490ccf5)

2023-04-18 Thread zhaojinchao
This is an automated email from the ASF dual-hosted git repository. zhaojinchao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 945d5e6c343 Exclude PreserveStackTrace rule for pmd (#25218) add 4b7e490ccf5 Remove UnstableApiUsage

[GitHub] [shardingsphere] zhaojinchao95 merged pull request #25219: Remove UnstableApiUsage on TelephoneRandomReplaceAlgorithm

2023-04-18 Thread via GitHub
zhaojinchao95 merged PR #25219: URL: https://github.com/apache/shardingsphere/pull/25219 -- 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] terrymanu closed pull request #25219: Remove UnstableApiUsage on TelephoneRandomReplaceAlgorithm

2023-04-18 Thread via GitHub
terrymanu closed pull request #25219: Remove UnstableApiUsage on TelephoneRandomReplaceAlgorithm URL: https://github.com/apache/shardingsphere/pull/25219 -- 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

[shardingsphere] branch master updated (41569cde883 -> 945d5e6c343)

2023-04-18 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 41569cde883 Rename unused catch exception to ignored (#25217) add 945d5e6c343 Exclude PreserveStackTrace

[GitHub] [shardingsphere] terrymanu opened a new pull request, #25218: Exclude PreserveStackTrace rule for pmd

2023-04-18 Thread via GitHub
terrymanu opened a new pull request, #25218: URL: https://github.com/apache/shardingsphere/pull/25218 For #25174 -- 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 unsubscr

[GitHub] [shardingsphere] tristaZero merged pull request #25218: Exclude PreserveStackTrace rule for pmd

2023-04-18 Thread via GitHub
tristaZero merged PR #25218: URL: https://github.com/apache/shardingsphere/pull/25218 -- 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]: Workflow run "CI" failed!

2023-04-18 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user tristaZero (triggered by tristaZero). Head commit for run: 41569cde8838dda3a6ba5ff13959927ffdf5c233 / Liang Zhang Rename unused catch exception to ignored (#25217) Report URL: https://github.com/apache/sha

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

2023-04-18 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: b36076f34d19c3c620c47960279efadc930ebf3e / zhangliang Rename unused catch exception to ignored Report URL: https://github.com/apache/shardingsphere/

[GitHub] [shardingsphere] tristaZero merged pull request #25217: Rename unused catch exception to ignored

2023-04-18 Thread via GitHub
tristaZero merged PR #25217: URL: https://github.com/apache/shardingsphere/pull/25217 -- 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] strongduanmu commented on issue #23596: driverClassName配置似乎并未生效

2023-04-18 Thread via GitHub
strongduanmu commented on issue #23596: URL: https://github.com/apache/shardingsphere/issues/23596#issuecomment-1513237211 Hi @wcarcher, can you submit a new issue according to bug template? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[shardingsphere] branch master updated (cbdd8d404d2 -> 41569cde883)

2023-04-18 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from cbdd8d404d2 Fix pmd check for UselessParentheses (#25216) add 41569cde883 Rename unused catch exception

[shardingsphere] branch master updated: Fix pmd check for UselessParentheses (#25216)

2023-04-18 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang 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 cbdd8d404d2 Fix pmd check for Us

[GitHub] [shardingsphere] strongduanmu merged pull request #25216: Fix pmd check for UselessParentheses

2023-04-18 Thread via GitHub
strongduanmu merged PR #25216: URL: https://github.com/apache/shardingsphere/pull/25216 -- 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-un

[GitHub] [shardingsphere]: Workflow run "Nightly - E2E Example Generator" is working again!

2023-04-18 Thread GitBox
The GitHub Actions job "Nightly - E2E Example Generator" on shardingsphere.git has succeeded. Run started by GitHub user totalo (triggered by totalo). Head commit for run: 9d11b581aae5118049eb98a6ae375e4b146d21b7 / ZhangCheng Add unsupported storage type check (#25172) * Add unsupported stora

[GitHub] [shardingsphere] terrymanu opened a new pull request, #25216: Fix pmd check for UselessParentheses

2023-04-18 Thread via GitHub
terrymanu opened a new pull request, #25216: URL: https://github.com/apache/shardingsphere/pull/25216 For #25174 -- 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 unsubscr

[shardingsphere] branch master updated: Add : add sonarcloud badges (#25206)

2023-04-18 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 f22dd0cd3b0 Add : add sonarcloud badges

[GitHub] [shardingsphere] totalo merged pull request #25206: Add : add sonarcloud badges

2023-04-18 Thread via GitHub
totalo merged PR #25206: URL: https://github.com/apache/shardingsphere/pull/25206 -- 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

[shardingsphere] branch master updated: Add unsupported storage type check (#25172)

2023-04-18 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang 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 9d11b581aae Add unsupported stor

[GitHub] [shardingsphere] strongduanmu merged pull request #25172: Add unsupported storage type check

2023-04-18 Thread via GitHub
strongduanmu merged PR #25172: URL: https://github.com/apache/shardingsphere/pull/25172 -- 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-un

[GitHub] [shardingsphere] strongduanmu merged pull request #25213: Rename internal props to temporary props

2023-04-18 Thread via GitHub
strongduanmu merged PR #25213: URL: https://github.com/apache/shardingsphere/pull/25213 -- 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-un

[shardingsphere] branch master updated: Rename internal props to temporary props (#25213)

2023-04-18 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang 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 dce839c1adb Rename internal prop

[GitHub] [shardingsphere] strongduanmu merged pull request #25215: fix encrypt example

2023-04-18 Thread via GitHub
strongduanmu merged PR #25215: URL: https://github.com/apache/shardingsphere/pull/25215 -- 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-un

[shardingsphere] branch master updated: fix encrypt example (#25215)

2023-04-18 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang 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 9c4a997efcd fix encrypt example

[GitHub] [shardingsphere] FlyingZC commented on issue #25186: XA transaction does support MySQL8.x version

2023-04-18 Thread via GitHub
FlyingZC commented on issue #25186: URL: https://github.com/apache/shardingsphere/issues/25186#issuecomment-1512999188 https://user-images.githubusercontent.com/19788130/232773440-29d1dcf9-320f-48a9-9081-d76eef3337b1.png";> https://user-images.githubusercontent.com/19788130/232774521-f552

[GitHub] [shardingsphere] wcarcher commented on issue #23596: driverClassName配置似乎并未生效

2023-04-18 Thread via GitHub
wcarcher commented on issue #23596: URL: https://github.com/apache/shardingsphere/issues/23596#issuecomment-1512997229 这个问题这么重要,为啥不回复解决 -- 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 specif

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

2023-04-18 Thread GitBox
The GitHub Actions job "Nightly - E2E Example Generator" on shardingsphere.git has failed. Run started by GitHub user totalo (triggered by totalo). Head commit for run: ad76bdb8ea930884e79b474ff4cd1b64634d8111 / Guocheng Tang fix nightly build (#25068) * fix nightly build * Restoring code R

[shardingsphere] branch master updated: Support null sharding condition pass to sharding algorithm to allow user control null value route (#25214)

2023-04-18 Thread zhonghongsheng
This is an automated email from the ASF dual-hosted git repository. zhonghongsheng 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 f42425ab11c Support null shardin

[GitHub] [shardingsphere] sandynz merged pull request #25214: Support null sharding condition pass to sharding algorithm to allow user control null value route

2023-04-18 Thread via GitHub
sandynz merged PR #25214: URL: https://github.com/apache/shardingsphere/pull/25214 -- 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-unsubsc

[GitHub] [shardingsphere] sandynz closed issue #25208: Sharding feature can not pass through null sharding condition to sharding algorithm

2023-04-18 Thread via GitHub
sandynz closed issue #25208: Sharding feature can not pass through null sharding condition to sharding algorithm URL: https://github.com/apache/shardingsphere/issues/25208 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[shardingsphere] branch master updated: fix nightly build (#25068)

2023-04-18 Thread sunnianjun
This is an automated email from the ASF dual-hosted git repository. sunnianjun 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 ad76bdb8ea9 fix nightly build (#2506

[GitHub] [shardingsphere] taojintianxia merged pull request #25068: fix nightly build

2023-04-18 Thread via GitHub
taojintianxia merged PR #25068: URL: https://github.com/apache/shardingsphere/pull/25068 -- 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-elasticjob] kevinsir opened a new issue, #2213: how can I start springboot with elasticjob

2023-04-18 Thread via GitHub
kevinsir opened a new issue, #2213: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2213 springboot 2.5.5 elasticjob-lite-core 3.0.3 elasticjob-lite-spring-boot-starter 3.0.3 When start springboot it is always start failed, sometimes it will start success,b

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

2023-04-18 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user TeslaCN (triggered by TeslaCN). Head commit for run: 4f691ff33830cd76625b77bdb801594c5a256c67 / 吴伟杰 Fix ShowDistVariablesExecutorTest Report URL: https://github.com/apache/shardingsphere/actions/runs/47

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

2023-04-18 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 4141a972c7f0211218c9dbce10d5356d17c836d8 / duanzhengqiang Move null sharding value check logic to sharding algorithm Report URL: https://gith

[GitHub] [shardingsphere] ted-w-20230331 commented on issue #7701: java.lang.UnsupportedOperationException: Cannot support database type 'MySQL' error

2023-04-18 Thread via GitHub
ted-w-20230331 commented on issue #7701: URL: https://github.com/apache/shardingsphere/issues/7701#issuecomment-1512870236 Encountered this issue in our QA env which was caused by pinpoint agent classloader triggering the loading of DatabaseTypedSQLParserFacadeRegistry. That would break th

[GitHub] [shardingsphere] strongduanmu opened a new pull request, #25214: Support null sharding condition pass to sharding algorithm to allow user control null value route

2023-04-18 Thread via GitHub
strongduanmu opened a new pull request, #25214: URL: https://github.com/apache/shardingsphere/pull/25214 Fixes #25208. Changes proposed in this pull request: - Support null sharding condition pass to sharding algorithm to allow user control null value route - add unit test

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

2023-04-18 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: a6b80142cfb25625137c277cf7bb86a71822dbe4 / ZhangCheng Rename internal props to temporary props Report URL: https://github.com/apache/shardingsphere

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

2023-04-18 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user TeslaCN (triggered by TeslaCN). Head commit for run: b80417e33bd616159bff6116c26719e2fb1eaa0a / 吴伟杰 Remove property proxy-backend-executor-suitable from documents Report URL: https://github.com/apache/shar

[shardingsphere] branch master updated: Improve EXPORT METADATA add snapshot data (#25173)

2023-04-18 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 a002ddebbc6 Improve EXPORT METADAT

[GitHub] [shardingsphere] RaigorJiang merged pull request #25173: Improve EXPORT METADATA add snapshot data

2023-04-18 Thread via GitHub
RaigorJiang merged PR #25173: URL: https://github.com/apache/shardingsphere/pull/25173 -- 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-on-cloud] moomman opened a new pull request, #316: feat: add verify Spec && update reconcile logic

2023-04-18 Thread via GitHub
moomman opened a new pull request, #316: URL: https://github.com/apache/shardingsphere-on-cloud/pull/316 ### Type of change: - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why we need it: refrence

[GitHub] [shardingsphere] FlyingZC opened a new pull request, #25213: Rename internal props to temporary props

2023-04-18 Thread via GitHub
FlyingZC opened a new pull request, #25213: URL: https://github.com/apache/shardingsphere/pull/25213 Changes proposed in this pull request: - Rename internal props to temporary props, to prevent users misuse it, because these configuration items are temporary experimental configurations

[GitHub] [shardingsphere] TeslaCN commented on issue #25190: Build failed with error Could not find resource 'src/resources/spotless/java.xml' if working dir is not root of ShardingSphere

2023-04-18 Thread via GitHub
TeslaCN commented on issue #25190: URL: https://github.com/apache/shardingsphere/issues/25190#issuecomment-1512799400 > Hi @TeslaCN ,pls assign to me Welcome. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [shardingsphere] wuxihao01 commented on issue #25190: Build failed with error Could not find resource 'src/resources/spotless/java.xml' if working dir is not root of ShardingSphere

2023-04-18 Thread via GitHub
wuxihao01 commented on issue #25190: URL: https://github.com/apache/shardingsphere/issues/25190#issuecomment-1512795551 Hi @TeslaCN ,pls assign to me -- 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

[GitHub] [shardingsphere] young138120 closed issue #25210: always loging error message -> Object 'PROFILING' not found within 'INFORMATION_SCHEMA'

2023-04-18 Thread via GitHub
young138120 closed issue #25210: always loging error message -> Object 'PROFILING' not found within 'INFORMATION_SCHEMA' URL: https://github.com/apache/shardingsphere/issues/25210 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [shardingsphere] TeslaCN opened a new pull request, #25212: Remove property proxy-backend-executor-suitable

2023-04-18 Thread via GitHub
TeslaCN opened a new pull request, #25212: URL: https://github.com/apache/shardingsphere/pull/25212 Closes #25209. -- 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 unsubs

[GitHub] [shardingsphere] young138120 commented on issue #25210: always loging error message -> Object 'PROFILING' not found within 'INFORMATION_SCHEMA'

2023-04-18 Thread via GitHub
young138120 commented on issue #25210: URL: https://github.com/apache/shardingsphere/issues/25210#issuecomment-1512792546 it is due to run sql in navicat close issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [shardingsphere] zhonghuafy opened a new issue, #25211: navicat无法连接Sharding-Proxy

2023-04-18 Thread via GitHub
zhonghuafy opened a new issue, #25211: URL: https://github.com/apache/shardingsphere/issues/25211 Sharding-Proxy版本:Version: 5.3.2 jdk版本:Java HotSpot(TM) 64-Bit Server VM 18.9 系统:Windows 10 专业版 mysql版本:8.0.26 navicat版本:15.0.9 - Premium 使用命令行可以正常连接Sharding-Proxy: ![commond

[GitHub] [shardingsphere] young138120 opened a new issue, #25210: always loging error message -> Object 'PROFILING' not found within 'INFORMATION_SCHEMA'

2023-04-18 Thread via GitHub
young138120 opened a new issue, #25210: URL: https://github.com/apache/shardingsphere/issues/25210 verison:5.3.2 project:ShardingSphere-Proxy description: i run proxy server with those config i started successful, but i connected client to run anysql ,log file always out

[GitHub] [shardingsphere] TeslaCN opened a new issue, #25209: Remove property proxy-backend-executor-suitable from server.yaml

2023-04-18 Thread via GitHub
TeslaCN opened a new issue, #25209: URL: https://github.com/apache/shardingsphere/issues/25209 ## API changes The property `proxy-backend-executor-suitable` was introduced from https://github.com/apache/shardingsphere/pull/12474. It is used for improving Proxy performance in scenar

[GitHub] [shardingsphere] Pace2Car commented on a diff in pull request #25041: [#24755] Improve property verification of MaskAlgorithm

2023-04-18 Thread via GitHub
Pace2Car commented on code in PR #25041: URL: https://github.com/apache/shardingsphere/pull/25041#discussion_r1169733867 ## features/mask/core/src/main/java/org/apache/shardingsphere/mask/algorithm/cover/MaskBeforeSpecialCharsAlgorithm.java: ## @@ -70,4 +75,12 @@ public String m

[GitHub] [shardingsphere] Pace2Car commented on a diff in pull request #25041: [#24755] Improve property verification of MaskAlgorithm

2023-04-18 Thread via GitHub
Pace2Car commented on code in PR #25041: URL: https://github.com/apache/shardingsphere/pull/25041#discussion_r1169728258 ## features/mask/core/src/main/java/org/apache/shardingsphere/mask/algorithm/cover/KeepFirstNLastMMaskAlgorithm.java: ## @@ -48,18 +50,32 @@ public void init(

[GitHub] [shardingsphere] Pace2Car commented on a diff in pull request #25041: [#24755] Improve property verification of MaskAlgorithm

2023-04-18 Thread via GitHub
Pace2Car commented on code in PR #25041: URL: https://github.com/apache/shardingsphere/pull/25041#discussion_r1169710736 ## features/mask/core/src/main/java/org/apache/shardingsphere/mask/algorithm/cover/KeepFirstNLastMMaskAlgorithm.java: ## @@ -48,18 +50,32 @@ public void init(

[GitHub] [shardingsphere] strongduanmu commented on issue #25104: Shardingsphere support foreign table syntax for openGauss

2023-04-18 Thread via GitHub
strongduanmu commented on issue #25104: URL: https://github.com/apache/shardingsphere/issues/25104#issuecomment-1512702192 > Hi, @strongduanmu , I check again about this question. This is the official description about the parameter in GaussDB. ![image](https://user-images.githubuserconten

[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #2212: Use getAllServersBriefInfo method .Why can I still get the old service instance information?

2023-04-18 Thread via GitHub
TeslaCN commented on issue #2212: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2212#issuecomment-1512686166 Server nodes are persist nodes. It won't be removed after ZooKeeper client disconnected. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [shardingsphere-elasticjob] TeslaCN commented on a diff in pull request #2211: add zk listener remove to avoid memory leak.

2023-04-18 Thread via GitHub
TeslaCN commented on code in PR #2211: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2211#discussion_r1169685343 ## elasticjob-infra/elasticjob-registry-center/elasticjob-regitry-center-provider/elasticjob-registry-center-zookeeper-curator/src/main/java/org/apache/shard

[GitHub] [shardingsphere-elasticjob] zyz199221 opened a new issue, #2212: Use getAllServersBriefInfo method .Why can I still get the old service instance information?

2023-04-18 Thread via GitHub
zyz199221 opened a new issue, #2212: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2212 Since each instance of a task needs to be registered once, we will use the getAllServersBriefInfo method to obtain all the service instances in the cluster. However, all the old service

[shardingsphere] branch master updated: Improve pipeline importer job write exception (#25207)

2023-04-18 Thread zhonghongsheng
This is an automated email from the ASF dual-hosted git repository. zhonghongsheng 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 33ec1efb017 Improve pipeline imp

[GitHub] [shardingsphere] sandynz merged pull request #25207: Improve pipeline importer job write exception

2023-04-18 Thread via GitHub
sandynz merged PR #25207: URL: https://github.com/apache/shardingsphere/pull/25207 -- 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-unsubsc

[GitHub] [shardingsphere] azexcy commented on pull request #25207: Improve pipeline importer job write exception

2023-04-18 Thread via GitHub
azexcy commented on PR #25207: URL: https://github.com/apache/shardingsphere/pull/25207#issuecomment-1512645761 hikari pool will reset connection at `com.zaxxer.hikari.pool.PoolBase#resetConnectionState` when close connection https://user-images.githubusercontent.com/101622833/232712914-d

[GitHub] [shardingsphere] Netter99 commented on issue #25104: Shardingsphere support foreign table syntax for openGauss

2023-04-18 Thread via GitHub
Netter99 commented on issue #25104: URL: https://github.com/apache/shardingsphere/issues/25104#issuecomment-1512628871 It has the same `createForeignTable` code design in opengauss and postgresql's DDLStatement. ![image](https://user-images.githubusercontent.com/47752565/232707718-7c4e

[GitHub] [shardingsphere] Pace2Car commented on issue #24756: Improve properties verification of ShardingAlgorithm

2023-04-18 Thread via GitHub
Pace2Car commented on issue #24756: URL: https://github.com/apache/shardingsphere/issues/24756#issuecomment-1512607538 Hi @liuxiaocs7, a period of time has passed, do you need help with any difficulties? -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [shardingsphere] Netter99 commented on issue #25104: Shardingsphere support foreign table syntax for openGauss

2023-04-18 Thread via GitHub
Netter99 commented on issue #25104: URL: https://github.com/apache/shardingsphere/issues/25104#issuecomment-1512607018 Is this what you mean? ![image](https://user-images.githubusercontent.com/47752565/232706873-46e65207-b57a-48b9-9fc8-087c7da440e8.png) -- This is an automated mes

[GitHub] [shardingsphere] Pace2Car commented on issue #24748: Improve properties verification of DataConsistencyCalculateAlgorithm

2023-04-18 Thread via GitHub
Pace2Car commented on issue #24748: URL: https://github.com/apache/shardingsphere/issues/24748#issuecomment-1512606205 Hi @tobehardest, a period of time has passed, do you need help with any difficulties? -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [shardingsphere] strongduanmu commented on issue #25104: Shardingsphere support foreign table syntax for openGauss

2023-04-18 Thread via GitHub
strongduanmu commented on issue #25104: URL: https://github.com/apache/shardingsphere/issues/25104#issuecomment-1512600223 Can you test this sql without semicolon? It is dealt with uniformly in OpenGaussStatement.g4 file. -- This is an automated message from the Apache Git Service. To re

[shardingsphere-on-cloud] branch main updated (4c825d6 -> e656c95)

2023-04-18 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git from 4c825d6 add event and status.phase to control resource create check (#312) new 3b9f1ed

[GitHub] [shardingsphere-on-cloud] strongduanmu merged pull request #315: chore(ci): update golangci-lint configs

2023-04-18 Thread via GitHub
strongduanmu merged PR #315: URL: https://github.com/apache/shardingsphere-on-cloud/pull/315 -- 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: notificatio