My ES has been running fine. However, after I have managed to run through a visualization chart which gone through a large amount of data, it gives me the following error.
EsRejectedExecutionException[rejected execution of org.elasticsearch.transport.TransportService$4@9474a on EsThreadPoolExecutor[search, queue capacity = 1000, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@1aa8ac1[Running, pool size = 4, active threads = 4, queued tasks = 1000, completed tasks = 7289]]]
Does that mean I have too many data for loading which the ES could not hold up to this amount?