[ 
https://issues.apache.org/jira/browse/SOLR-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shalin Shekhar Mangar updated SOLR-4839:
----------------------------------------
    Attachment: SOLR-4839.patch

bq. Jetty logging works but somehow the rootLogger for /solr is always null, I 
am not sure why

Actually the same thing happens on branch_5x and it's fine. The logging works 
as expected.

I traced the test failures to double initialization of SolrDispatchFilter in 
JettySolrRunner. The root.addServlet also calls filter init for all filter 
added till that point. This was leading to thread leaks and test failures. I am 
not sure if this is a bug in jetty but adding SolrDispatchFilter after all 
other filters and servlets have been added works around this issue.

bq. Now I will try to upgrade restlet to 2.3

This patch passes all the schema related tests that were failing earlier. I see 
HttpPartitionTest fail with this patch. The failure can be reproduced with:

{quote}
ant test  -Dtestcase=HttpPartitionTest -Dtests.method=testDistribSearch 
-Dtests.seed=B85FF6DC513799E3 -Dtests.slow=true -Dtests.locale=es_GT 
-Dtests.timezone=Asia/Chungking -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
{quote}

> Jetty 9
> -------
>
>                 Key: SOLR-4839
>                 URL: https://issues.apache.org/jira/browse/SOLR-4839
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Bill Bell
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 5.0, Trunk
>
>         Attachments: SOLR-4839.patch, SOLR-4839.patch, SOLR-4839.patch, 
> SOLR-4839.patch, SOLR-4839.patch
>
>
> Implement Jetty 9



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to