Satya Kanodia

Technology

Backing Up ElasticSearch

As with any software that stores data it is important o take back up of that data. Elastic search is a data store with exceptionally good capabilities of searching. In elastic search data is stored in indexes. So Either you can take back up of whole cluster or you can take back up of indexes you want. Elastic search provides a great...

29-Jul-2016

Technology

How a Newer Investigated a Java Out Of Memory Error.

So one fine day newer came to office and got an interesting problem from his team lead. One particular API was giving Java Out Of memory Error with only 10 concurrent threads. So the Newer started to investigate the problem so at first he reaches to the server and try to collect stats about the particular JVM Process that was...

29-Jul-2016