Skip to content

Instantly share code, notes, and snippets.

View EricSites's full-sized avatar

Eric Sites EricSites

  • Palm Harbor, FL
View GitHub Profile
@EricSites
EricSites / command.sh
Last active December 20, 2015 15:09
I am getting java.lang.NullPointerException exception in my ElasticSearch cluster logs when I am doing a _bulk update or just an _update. I am sending a lot of data to my clusters. After I get this error I lose a shard and it has to be recreated.
curl -s -XPOST http://localhost:9200/samples/sample/_bulk --data-binary @requests; echo