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

[feature] modified sentinel-dubbo-adapter module DefaultDubboFallback… #1756

Closed
wants to merge 2 commits into from
Closed

[feature] modified sentinel-dubbo-adapter module DefaultDubboFallback… #1756

wants to merge 2 commits into from

Conversation

wzg923
Copy link
Contributor

@wzg923 wzg923 commented Sep 23, 2020

[feature] modified sentinel-dubbo-adapter module DefaultDubboFallback.java class,resolve the issue #1065 [Serialized class com.alibaba.csp.sentinel.slots.block.flow.FlowRule must implement java.io.Serializable]

Describe what this PR does / why we need it

fixed the bug of sentinel-dubbo-adapter [Caused by: java.lang.RuntimeException: Serialized class com.alibaba.csp.sentinel.slots.block.flow.FlowRule must implement java.io.Serializable]

Does this pull request fix one issue?

Fixes #1065

Describe how you did it

Just wrap the BlockException to a custom RuntimeException,so the result do not contains the BlockException.

Describe how to verify it

Verify it by run the example project of sentinel-demo-dubbo .

Special notes for reviews

….java class,resolve the issue #1065 [Serialized class com.alibaba.csp.sentinel.slots.block.flow.FlowRule must implement java.io.Serializable]
@sczyh30
Copy link
Member

sczyh30 commented Sep 23, 2020

The CI indicates failure. You may need to update the test cases.

@wzg923 wzg923 closed this Sep 23, 2020
CST11021 pushed a commit to CST11021/Sentinel that referenced this pull request Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants