Closed jdevilla20 closed 4 years ago
Thanks very much for your interest in Elasticsearch.
This appears to be a user question, and we'd like to direct these kinds of things to the forums. If you can stop by there, we'd appreciate it. This allows us to use GitHub for verified bug reports, feature requests, and pull requests.
There's an active community in the forums that should be able to help get an answer to your question. As such, I hope you don't mind that I close this.
Elasticsearch version (
bin/elasticsearch --version
): 7.6.2Plugins installed: []
JVM version (
java -version
): sh-4.2# /usr/share/elasticsearch/jdk/bin/java -version openjdk version "13.0.2" 2020-01-14 OpenJDK Runtime Environment AdoptOpenJDK (build 13.0.2+8) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 13.0.2+8, mixed mode, sharing) OS version (uname -a
if on a Unix-like system): Linux x86_64 x86_64 x86_64 GNU/Linux Description of the problem including expected versus actual behavior:Steps to reproduce:
I am running a 3 node ES cluster on Kubernetes and performing about 80 upserts per minute. When connecting via the High Level Rest client, I see intermittent errors (see below). Other times, the updates work fine.
When I look at my CPU usage, the hot cpu is running at 15% usage.
I am not sure if the errors are with the cluster or with the Rest client.
Rest Client initialization:
I am running the update as follows (there is a retry policy):
Provide logs (if relevant):