From solr-user-return-143622-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Tue Sep 11 08:05:57 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D0DA118065B for ; Tue, 11 Sep 2018 08:05:56 +0200 (CEST) Received: (qmail 37088 invoked by uid 500); 11 Sep 2018 06:05:54 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 37077 invoked by uid 99); 11 Sep 2018 06:05:54 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2018 06:05:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D5869C231C for ; Tue, 11 Sep 2018 06:05:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.187 X-Spam-Level: **** X-Spam-Status: No, score=4.187 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_YAHOO_RCVD=1.022, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_NEUTRAL=0.652, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Raov7oORw5_M for ; Tue, 11 Sep 2018 06:05:52 +0000 (UTC) Received: from n3.nabble.com (n3.nabble.com [162.255.23.22]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 454235F1CF for ; Tue, 11 Sep 2018 06:05:52 +0000 (UTC) Received: from n3.nabble.com (localhost [127.0.0.1]) by n3.nabble.com (Postfix) with ESMTP id D3A78F143081 for ; Mon, 10 Sep 2018 23:05:50 -0700 (MST) Date: Mon, 10 Sep 2018 23:05:50 -0700 (MST) From: solrnoobie To: solr-user@lucene.apache.org Message-ID: <1536645950821-0.post@n3.nabble.com> Subject: Docker and Solr Indexing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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