If you have expertise with Solr, can you make sense of the following error that I am encountering?
If I run the sharding process on a DSpace 6 instance, I am unable to restart DSpace. Terry ---------- Forwarded message ---------- From: Terry Brady (DuraSpace JIRA) <[email protected]> Date: Tue, Jan 17, 2017 at 2:28 PM Subject: [dspace-tickets] [DuraSpace JIRA] (DS-3457) Tomcat Restart Hangs after Sharding DSpace 6x Statistics To: [email protected] Terry Brady <https://jira.duraspace.org/secure/ViewProfile.jspa?name=terrywbrady> *commented* on [image: Bug] DS-3457 <https://jira.duraspace.org/browse/DS-3457> Re: Tomcat Restart Hangs after Sharding DSpace 6x Statistics <https://jira.duraspace.org/browse/DS-3457> The following method is called during shard creation and during service startup. https://github.com/DSpace/DSpace/blob/master/dspace-api/ src/main/java/org/dspace/statistics/SolrLoggerServiceImpl.java#L1297-L1308 The shard creation completes successfully, but on start-up the new shards hang. There are 2 things that confuse me in this code. It will take some investigation of the SOLR apis to diagnose the error. 1. Why is "statistics" used rather than coreName in create.setInstanceDir("statistics"); 2. Why isn't the solrServer that is initiated in create.process(solrServer) not the return value from the method? [image: Add Comment] <https://jira.duraspace.org/browse/DS-3457#add-comment> Add Comment <https://jira.duraspace.org/browse/DS-3457#add-comment> This message was sent by Atlassian JIRA (v7.0.0#70107-sha1:6cd5e8d) [image: Atlassian logo] -- This is a notification only mailing list. To discuss an individual ticket, please email [email protected] --- You received this message because you are subscribed to the Google Groups "DSpace Tickets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tickets. For more options, visit https://groups.google.com/d/optout. -- Terry Brady Applications Programmer Analyst Georgetown University Library Information Technology http://georgetown-university-libraries.github.io/ <https://www.library.georgetown.edu/lit/code> 425-298-5498 (Seattle, WA) -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
