Víctor González
Víctor González
Hi, I have the same problem with the version Java API client 8.12.1 and the Elasticsearch version 8.12.1. One detail that I saw is that when printing the id of...
Hello, We create the BulkIngester with the following code: `BulkIngester.of(b -> b.client(esClient) .globalSettings(gsb -> gsb.refresh(Refresh.False)) .maxOperations(120) .flushInterval(10, TimeUnit.SECONDS) .listener(bulkListener) .maxConcurrentRequests(8) .maxSize(new ByteSizeValue(1, MB).getBytes())` We have observed this when there is...