|
@@ -28,7 +28,7 @@ help reduce the cost of each fsync.
|
|
|
Make sure to watch for `TOO_MANY_REQUESTS (429)` response codes
|
|
|
(`EsRejectedExecutionException` with the Java client), which is the way that
|
|
|
elasticsearch tells you that it cannot keep up with the current indexing rate.
|
|
|
-When it happens, you should pause ndexing a bit before trying again, ideally
|
|
|
+When it happens, you should pause indexing a bit before trying again, ideally
|
|
|
with randomized exponential backoff.
|
|
|
|
|
|
Similarly to sizing bulk requests, only testing can tell what the optimal
|