org.apache.http.NoHttpResponseException Exception for some Marketo APIs
Hi,
I am facing some issue while executing POST APIs of Marketo for the objects where we can specify multiple records in an individual call. I was trying to create more than 100 records(e.g. companies,leads) in two different threads. Each thread is having its own set of (company/lead) data.
When I am executing these two threads multiple times one after another then randomly one of the thread fails with below exception details:
Exception Class : org.apache.http.NoHttpResponseException Exception : org.apache.http.NoHttpResponseException: hostname:443 failed to respond
I have not observed such behavior for other POST APIs like Folder,File etc which accept single record for single call.
Please provide your inputs on - If this is an API issue or Are we missing something at our end.