[
https://issues.apache.org/jira/browse/SOLR-8411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065865#comment-15065865
]
Mark Miller commented on SOLR-8411:
-----------------------------------
Great one for SOLR-8448.
I am trying to track down which random component is triggering the fail, but
have not been able to so far.
I have found that it appears that if it passes, you will see this before the
request:
{noformat}
INFO: Starting org.apache.solr.rest.SolrSchemaRestApi application
2948 INFO (qtp1453052536-35) [ x:collection1] o.a.s.r.SolrSchemaRestApi
createInboundRoot started for /schema
2948 INFO (qtp1453052536-35) [ x:collection1] o.a.s.r.RestManager Attached
managed resource at path: /analysis/stopwords/english
2948 INFO (qtp1453052536-35) [ x:collection1] o.a.s.r.RestManager Attached
managed resource at path: /analysis/stopwords/german
2948 INFO (qtp1453052536-35) [ x:collection1] o.a.s.r.RestManager Attached
managed resource at path: /analysis/synonyms/english
2948 INFO (qtp1453052536-35) [ x:collection1] o.a.s.r.RestManager Attached
managed resource at path: /analysis/synonyms/german
2948 INFO (qtp1453052536-35) [ x:collection1] o.a.s.r.RestManager Attached
managed resource at path: /managed
2948 INFO (qtp1453052536-35) [ x:collection1] o.a.s.r.RestManager Attached
5 ManagedResource endpoints to Restlet router: /schema
{noformat}
And when it fails, you don't see that in the logs at all.
> TestManagedSchemaDynamicFieldResource failing reproducibly
> ----------------------------------------------------------
>
> Key: SOLR-8411
> URL: https://issues.apache.org/jira/browse/SOLR-8411
> Project: Solr
> Issue Type: Test
> Reporter: Ishan Chattopadhyaya
>
> While working on SOLR-8220, I hit upon this failure:
> ant test -Dtestcase=TestManagedSchemaDynamicFieldResource
> -Dtests.seed=C0DE559FF2A0799
> However, even after backing out all my changes, this failed at trunk. I
> suspect this could be related to SOLR-8131.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]