0-4 - cache entry exceeded
Other modules reuse the common layer’s file-based caching mechanism (currently the metadata module), and the common layer’s file caching mechanism “sees” that the entry limit is exceeded.
Possible Reason
User improperly configured Java System Property (Java system property configured with -D) dubbo.mapping.cache.entrySize
or dubbo.meta.cache.entrySize
Defaults
dubbo.mapping.cache.entrySize | dubbo.meta.cache.entrySize |
10000 | 100 |
Troubleshooting and resolution steps
- Try reconfiguring the above Java System Property (Java System Property configured with -D).
- If these System Property are not configured, please go to GitHub Issue Tracker to issue an Issue.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae0)