[BUG] <title> org.apache.shenyu.plugin.base.cache.MetaDataCache#CACHE not thread-safe
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
Current Behavior
CACHE存储的entry链中存在环,导致CACHE.get()无限循环
Expected Behavior
No response
Steps To Reproduce
No response
Environment
ShenYu version(s): 2.5.0
Debug logs
No response
Anything else?
No response
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[BUG] Websocket Sync Error #2035 - apache/shenyu - GitHub
I try to sync plugin data,oooo,occur error com.google.gson. ... at org.apache.shenyu.plugin.base.cache. ... Expected Behavior. No response ...
Read more >Custom Plugin | Apache ShenYu
There are two kinds of plugins in the Apache ShenYu gateway. The first type is a chain with single responsibility, and can not...
Read more >Bug: EventHandler is not thread safe - Google Groups
Every call EventHandler call method org.osgi.service.event.Event.getProperty() which is not thread safe and can return data from parallel thread.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@dragon-zhang I tried, no problem
Sorry for the late response, the bottom layer directly uses
ConcurrentHashMapcan get a better performance.