Re: [I] 1.4版本,AT模式下同一global事务,insert一个数据 然后update,回滚失败 [incubator-seata]

2024-01-22 Thread via GitHub
slievrly commented on issue #6288: URL: https://github.com/apache/incubator-seata/issues/6288#issuecomment-1905478818 1.4.x refers to which version, the client SDK version or the Seata-Server version? This needs to be specified. -- This is an automated message from the Apache Git

Re: [I] seata1.7.1版本全局事务内修改同一条数据导致回滚失败 [incubator-seata]

2024-01-22 Thread via GitHub
funky-eyes commented on issue #6286: URL: https://github.com/apache/incubator-seata/issues/6286#issuecomment-1905474414 Check the precision of datetime in your database branchtable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] 1.4版本,AT模式下同一global事务,insert一个数据 然后update,回滚失败 [incubator-seata]

2024-01-22 Thread via GitHub
funky-eyes commented on issue #6288: URL: https://github.com/apache/incubator-seata/issues/6288#issuecomment-1905474168 Check the precision of datetime in your database branchtable 检查你的数据库branchtable中的datetime的精度 -- This is an automated message from the Apache Git Service. To respond t

[I] 1.4版本,AT模式下同一global事务,insert一个数据 然后update,回滚失败 [incubator-seata]

2024-01-22 Thread via GitHub
1713052 opened a new issue, #6288: URL: https://github.com/apache/incubator-seata/issues/6288 我在一个service中使用,先insert,后update对同一条数据操作,会回滚失败,查看日志发现先回滚的是insert,这是bug吗?我该怎么做才能正常回滚? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] refactor: implement new saga designer [incubator-seata]

2024-01-22 Thread via GitHub
codecov-commenter commented on PR #6280: URL: https://github.com/apache/incubator-seata/pull/6280#issuecomment-1905460858 ## [Codecov](https://app.codecov.io/gh/apache/incubator-seata/pull/6280?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

Re: [PR] optimize : Eliminate RpcMessage and Encoder/Decoder dependencies [incubator-seata]

2024-01-22 Thread via GitHub
Bughue closed pull request #6209: optimize : Eliminate RpcMessage and Encoder/Decoder dependencies URL: https://github.com/apache/incubator-seata/pull/6209 -- 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

Re: [I] Are there plans to offer rust client [incubator-seata]

2024-01-22 Thread via GitHub
amazingman128 closed issue #6172: Are there plans to offer rust client URL: https://github.com/apache/incubator-seata/issues/6172 -- 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.

Re: [I] seata1.7.1版本全局事务内修改同一条数据导致回滚失败 [incubator-seata]

2024-01-22 Thread via GitHub
funky-eyes commented on issue #6286: URL: https://github.com/apache/incubator-seata/issues/6286#issuecomment-1905114727 seata server版本是什么?客户端的日志是否能发到这看下? What is the seata server version? Can the client logs be posted here to see? -- This is an automated message from the Apache Git Ser

(incubator-seata-website) branch docusaurus updated: optimize: optimize security maillist (#806)

2024-01-22 Thread jianbin
This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch docusaurus in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git The following commit(s) were added to refs/heads/docusaurus by this push: new bad174de4d optimize: o

(incubator-seata-website) branch docusaurus updated: optimize: generate sitemap on asf-site (#807)

2024-01-22 Thread jimin
This is an automated email from the ASF dual-hosted git repository. jimin pushed a commit to branch docusaurus in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git The following commit(s) were added to refs/heads/docusaurus by this push: new 9905ad8afe optimize: gen

Re: [PR] bugfix:fix time query conditions in the console [incubator-seata]

2024-01-22 Thread via GitHub
slievrly commented on code in PR #6285: URL: https://github.com/apache/incubator-seata/pull/6285#discussion_r1461821729 ## server/src/main/java/io/seata/server/console/impl/db/GlobalLockDBServiceImpl.java: ## @@ -134,12 +137,12 @@ private String getWhereConditionByParam(GlobalLo

Re: [PR] bugfix:fix time query conditions in the console [incubator-seata]

2024-01-22 Thread via GitHub
slievrly commented on PR #6285: URL: https://github.com/apache/incubator-seata/pull/6285#issuecomment-1903943385 some UT 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 comme

Re: [I] seata1.7.1版本全局事务内修改同一条数据导致回滚失败 [incubator-seata]

2024-01-22 Thread via GitHub
slievrly commented on issue #6286: URL: https://github.com/apache/incubator-seata/issues/6286#issuecomment-1903940019 Data is modified without Seata transaction management, resulting in dirty data. -- This is an automated message from the Apache Git Service. To respond to the message, pl

(incubator-seata-website) branch asf-site updated: Automated deployment: Mon Jan 22 12:10:34 UTC 2024 d31a46a4f1c98494e331b0e50d830ba53f237004

2024-01-22 Thread jimin
This is an automated email from the ASF dual-hosted git repository. jimin pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 839b0614e0 Automated deploym

[I] seata1.7.1版本全局事务内修改同一条数据导致回滚失败 [incubator-seata]

2024-01-22 Thread via GitHub
chunge0324 opened a new issue, #6286: URL: https://github.com/apache/incubator-seata/issues/6286 - [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description 在全局事务内先 insert 里一

Re: [I] seata 控制台查询事务列表接口 时间筛选无效 [incubator-seata]

2024-01-22 Thread via GitHub
xingfudeshi commented on issue #6272: URL: https://github.com/apache/incubator-seata/issues/6272#issuecomment-1903581074 I've submitted a PR to fix this bug,you can review it. @Accelerator96 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[PR] bugfix:fix time query conditions in the console [incubator-seata]

2024-01-22 Thread via GitHub
xingfudeshi opened a new pull request, #6285: URL: https://github.com/apache/incubator-seata/pull/6285 - [ ] I have registered the PR [changes](../changes). ### Ⅰ. Describe what this PR did ### Ⅱ. Does this pull request fix one issue? fixes #6272 #

[I] Seata-server is developed in idea and cannot output logs [incubator-seata]

2024-01-22 Thread via GitHub
funky-eyes opened a new issue, #6284: URL: https://github.com/apache/incubator-seata/issues/6284 - [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description seata-server can'

(incubator-seata-website) branch docusaurus updated: optimize: optimize seata-go url (#805)

2024-01-22 Thread jimin
This is an automated email from the ASF dual-hosted git repository. jimin pushed a commit to branch docusaurus in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git The following commit(s) were added to refs/heads/docusaurus by this push: new d31a46a4f1 optimize: opt