Hello,
I am facing below issue in elasticsearch indexing. It seems indexing has got slower. There is difference of around 5-7 hrs in actual log time and the time it gets stored in DB.
ES logs says below in log file.
[2015-08-19 11:21:53,846][WARN ][monitor.jvm ] [presit-data-Node-2] [gc][old][1407][304] duration [13.2s], collections [1]/[13.5s], total [13.2s]/[1h], memory [998.3mb]->[995.6mb]/[1007.3mb], all_pools {[young] [133.1mb]->[133.1mb]/[133.1mb]}{[survivor] [7.6mb]->[4.9mb]/[16.6mb]}{[old] [857.6mb]->[857.6mb]/[857.6mb]}
I cant understand what its mean?
I tried following but it didn't solve the issue.
- heap space increased to 3 GB. Still it shows 1 GB heap size on node diagnostic through elastic-HQ?
- sudo swapoff -a
Please guide me on this.
thanks
Sunil Chaudhari.