On 11/18/2015 3:29 PM, Shawn Heisey wrote: > I'll see if I can put together a minimal configuration to reproduce.
The really obvious idea here was to start with the example server, built from the same source I used for the real thing, and create a core based on sample_techproducts_configs. Because removing newSearcher and firstSearcher fixed the problem for me, the next step was to configure similar newSearcher and firstSearcher queries to what I used to have in my config, and try indexing docs. I did this, and the problem did not reproduce. Next I copied my configuration over, removing the custom components and my DIH config so I would not need to add those jars. The problem still did not reproduce. I then copied my schema.xml and adjusted that so it would start. For this I needed to create server/solr/lib and add the ICU jars to it. The 5.3.2 snapshot with SOLR-6188 allows this to work right. When I make simple indexing requests using the admin UI that include all required fields, the problem does not happen. Figuring out a minimum reproducible testcase is going to take more work, and I don't have a lot of time to put into it. Thanks, Shawn