-
Bug
-
Resolution: Timed out
-
Low
-
5
-
Severity 3 - Minor
-
0
-
Issue Summary
The Search REST API randomly returns 500 errors if called multiple times by the same account.
Steps to Reproduce
- Call the Search API multiple times.
Expected Results
The search should work as expected, respecting the rate limiting.
Actual Results
Some requests will return below errors:
"statusCode":500,"message":"java.util.ConcurrentModificationException: null"
"statusCode":500,"message":"java.lang.ArrayIndexOutOfBoundsException
Workaround
This is an intermittent behavior. Running the search again should work.