Sorry bout that - I briefly shutdown the commit bot earlier today to fix an issue I noticed (multiple jira tags would tag the same issue multiple times), and I changed the folder I start out of, didn't realize I hadn't fixed the classpath and that it didn't actually start. I just noticed this and started it again. Output goes to nohup.out and I had forgot to check that file after starting up.
(A while back I also updated it to retry on IOExceptions, so future drops offs will likely be human error) - Mark On Jun 17, 2013, at 10:27 PM, Erick Erickson (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/SOLR-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Erick Erickson resolved SOLR-4932. > ---------------------------------- > > Resolution: Fixed > Fix Version/s: 4.4 > 5.0 > > trunk: r-1493982 > 4x: r-1493986 > >> Persisting solr.xml still adds some elements that aren't in the original >> ------------------------------------------------------------------------ >> >> Key: SOLR-4932 >> URL: https://issues.apache.org/jira/browse/SOLR-4932 >> Project: Solr >> Issue Type: Bug >> Affects Versions: 4.3, 5.0 >> Reporter: Erick Erickson >> Assignee: Erick Erickson >> Priority: Minor >> Fix For: 5.0, 4.4 >> >> Attachments: SOLR-4932.patch >> >> >> From elyograg: distribUpdateSoTimeout="0" distribUpdateConnTimeout="0" are >> added to the <cores> element when persisted. >> The problem with the current test is it have _everything_ I could think of >> in it, and they are all preserved. Adding a test that has only the minimal >> solr.xml should flush out persisting the attribs not in the original. > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA administrators > For more information on JIRA, see: http://www.atlassian.com/software/jira > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
