0-4 - Cache Entry Limit Exceeded

0-4 - Cache Entry Limit Exceeded

Other modules reuse the file-based caching mechanism of the Common layer (currently the metadata module), and the Common layer’s file cache mechanism has “detected” that the entry limit has been exceeded.

Possible Reasons

Users have irrationally configured the Java System Property (configured with -D) dubbo.mapping.cache.entrySize or dubbo.meta.cache.entrySize.

Default Values

dubbo.mapping.cache.entrySizedubbo.meta.cache.entrySize
10000100

Troubleshooting and Resolution Steps

  1. Try reconfiguring the above Java System Property (configured with -D).
  2. If these System Properties are not configured at all, please issue a report on the GitHub Issue Tracker.