[ https://issues.apache.org/jira/browse/SOLR-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13533185#comment-13533185 ]
Shawn Heisey commented on SOLR-4201: ------------------------------------ Trying out the updated branch_4x, cores load correctly on startup whether swappable is true or false. I'm not in a position where I can try this with trunk, but running "ant clean test" in trunk/solr passed with the patch applied. It's outside my current skill level to write a unit test that verifies correct operation. > Combination of a core being swappable and loading on startup doesn't actually > load on startup > --------------------------------------------------------------------------------------------- > > Key: SOLR-4201 > URL: https://issues.apache.org/jira/browse/SOLR-4201 > Project: Solr > Issue Type: Bug > Affects Versions: 4.1, 5.0 > Reporter: Erick Erickson > Assignee: Erick Erickson > Priority: Minor > Attachments: SOLR-4201.patch > > > See Shawn's comment on SOLR-1028. Problem is this line (611 currently) in > CoreContainer.xml (4x) > if (!p.isSwappable() && p.isLoadOnStartup()) > Should be || instead I think. -- 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org