-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
-
Not defined
We are seeing the following error in our failing ES compatibility jobs:
[HTTP/1.1 403 Request throttled due to too many requests] 403 Request throttled due to too many requests /2--process-defini
According the the AWS documentation, this can be resolved by:
Request Throttling
If you receive persistent 403 Request throttled due to too many requests errors, consider scaling vertically. Amazon Elasticsearch Service throttles requests if the payload would cause memory usage to exceed the maximum size of the Java heap.
Rather than increasing the heap, we should try to reduce the number of forks to try to mitigate this problem.