2-5 - Filter Provider Failed
Possible Reason
- Dubbo will finally select a provider from the provider list to initiate a call during load balancing. During the selection process, the provider list changes, and read-write conflicts occur, resulting in screening exceptions.
- When the Dubbo retry mechanism fails to call the provider, it will re-screen another provider to initiate the call, and an exception occurs during the re-screening process.
Troubleshooting and resolution steps
- Check the registry provider list and the availability of the corresponding provider.
- Raise an issue in the community, provide environmental site information and reproduction steps.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae0)