strapdata / elassandra

Elassandra = Elasticsearch + Apache Cassandra
http://www.elassandra.io
Apache License 2.0
1.72k stars 200 forks source link

Too many 400 and a few 429. #357

Closed didip closed 4 years ago

didip commented 4 years ago

Elassandra version: Latest

Plugins installed: []

JVM version (java -version): JDK 8

OS version (uname -a if on a Unix-like system): Ubuntu

Description of the problem including expected versus actual behavior:

Now that I took care of the open file descriptor problem, I am now getting a lot of 400 errors from my load testing tool.

What can I do to tune the HTTP ElasticSearch daemon further?

PS: I have changed my index refresh_interval to 5m

didip commented 4 years ago

Looks like using _bulk API is the answer?