Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何使一个不需要seata介入的方法去掉异常:java.lang.RuntimeException: try to proceed invocation error #6488

Open
1 task
zsp419 opened this issue Apr 22, 2024 · 6 comments

Comments

@zsp419
Copy link
Contributor

zsp419 commented Apr 22, 2024

  • I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ. Issue Description

对于一个没有添加@GlobalTransactional注解的GET方式的http后台接口,这个接口是不希望seata介入的,由于业务逻辑需要抛出自定义异常,但是每次都会被java.lang.RuntimeException: try to proceed invocation error这个异常覆盖,导致前端接收不到异常信息,请问如何去掉这个异常,只抛出我自定义的异常

@funky-eyes
Copy link
Contributor

funky-eyes commented Apr 22, 2024

降级,这是2.0的一个bug导致的。
Try downgrade, it was caused by a bug in 2.0.

@zsp419
Copy link
Contributor Author

zsp419 commented Apr 22, 2024

我前段时间刚升级到2.0,又要降级吗。。那请问降到哪个版本合适

@zsp419
Copy link
Contributor Author

zsp419 commented Apr 22, 2024

有没有不降级的办法, 降级是个比较大的动作,怕出问题

@funky-eyes
Copy link
Contributor

我前段时间刚升级到2.0,又要降级吗。。那请问降到哪个版本合适

1.8,或者等待2.1版本发布

@zsp419
Copy link
Contributor Author

zsp419 commented Apr 24, 2024

我前段时间刚升级到2.0,又要降级吗。。那请问降到哪个版本合适

1.8,或者等待2.1版本发布

请问2.1大概什么时间发布,我看看能不能等一下,时间太长的话,就先降级了

@funky-eyes
Copy link
Contributor

最快可能在五月底,apache孵化器中的发布时间是不受控的,要看投票情况
As soon as the end of May, the release time in the apache incubator is uncontrolled, depending on the voting situation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants