Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The Salesforce component uses Jetty asynchronous client throughout. There is a race condition that might occur if the component's HTTP client is stopped while one or more requests are still in progress. The result of which could be inconsistencies in execution.
This was seen in the implementation of the connectivity validation in the ping check which creates the SalesforceHttpClient and DefaultRestClient and starts/stops then in a small time frame.
Attachments
Issue Links
- relates to
-
CAMEL-11386 Potential NullPointerException if HTTP client not started and stop was performed
- Resolved
- links to