We are using BulkProcessor in java to insert records into Elastic Server. We have ExecutorService that creates 12 threads and also 12 connection pools in db. Each thread sends multiple requests to one BulkProcessor which inserts into Elastic. We have a QA cluster for Elastic that loads it perfectly fine. However prod cluster it says it inserted those records but we can't see it in ElasticVue. Are we missing a setting or why could this be happening? Thank you for your help.
ElasticVue is an google chrom extension which you can connect to a cluster. That will show the indexes and its basically a UI where u can refresh an index and see real time data. So in that I saw the count which was not matching with how many I counted using afterBulk (Listener).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.