androidapigeeapigee-baas

Apigee cannot update / delete user - HectorException


I am unable to delete or update certain properties of an entity. It seems as if the index of this entity has been corrupted. I have seen these problems before on Stack Overflow, but this error is not like anything I have seen before:

{
 "error": "hector",
 "timestamp": 1422868360331,
 "duration": 1,
 "exception": "me.prettyprint.hector.api.exceptions.HectorException",
 "error_description": "java.lang.IndexOutOfBoundsException: Index: 0, Size: 0"
}

These issues only seem to occur only on testing accounts tied to the Android SDK, I have no idea if this is a coincidence or this is linked, but perhaps someone else has had similar problem and knows a solution?


Solution

  • This was due to a bug in BaaS which we have resolved. It had to do with the transpoirt-layer size of a batch mutation flush.

    Are you still having this problem?