David Johnson created USERGRID-56:
-------------------------------------
Summary: race condition in the assets/uuid/data endpoints.
Key: USERGRID-56
URL: https://issues.apache.org/jira/browse/USERGRID-56
Project: Usergrid
Issue Type: Bug
Components: Stack
Reporter: David Johnson
Assignee: David Johnson
It looks like we might have a race condition in the assets/uuid/data endpoints.
perhaps the assets in general. I noticed my calls were successful about 5% of
the time. I put in a 1s wait, and now it's over 95%. When it fails, I get this
error:
{"error":"web_application","timestamp":1391230754494,"duration":0,"exception":"javax.ws.rs.WebApplicationException","error_description":"com.sun.jersey.api.MessageException:
A message body reader for Java class
com.sun.jersey.multipart.FormDataMultiPart, and Java type class
com.sun.jersey.multipart.FormDataMultiPart, and MIME media type
application/octet-stream was not found.\n"}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)