So we have a dockerized aws environment with the solr docker container having only 4 gigs for max ram.
Our problem is whenever we index, the container containing the leader shard will restart after around 2 or less minutes of index time (batch is 50 docs per batch with 3 threads in our app thread pool). Because of the container restart, indexing will fail because solrJ will throw an invalid content type exception because of the quick container restart. What can possible casue the issues above? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html