You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/22 03:45:17 UTC

[lucene-solr] branch reference_impl updated: @288 Remove the handler for now, not using, add the shutdown handler.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/reference_impl by this push:
     new 1b8153f  @288 Remove the handler for now, not using, add the shutdown handler.
1b8153f is described below

commit 1b8153f23741d95aba0b3b75d13764a6e6ddd7ee
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Tue Jul 21 22:45:01 2020 -0500

    @288 Remove the handler for now, not using, add the shutdown handler.
---
 solr/server/etc/jetty.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/solr/server/etc/jetty.xml b/solr/server/etc/jetty.xml
index 72e1368..6f94277 100644
--- a/solr/server/etc/jetty.xml
+++ b/solr/server/etc/jetty.xml
@@ -179,11 +179,7 @@
                  </New>
                </Item>
                <Item>
-                 <New id="InstrumentedHandler" class="com.codahale.metrics.jetty9.InstrumentedHandler">
-                   <Arg><Ref refid="solrJettyMetricRegistry"/></Arg>
-                   <Set name="handler">
-                     <New id="DefaultHandler" class="org.eclipse.jetty.server.handler.DefaultHandler"/>
-                   </Set>
+                 <New id="ShutdownHandler" class="org.eclipse.jetty.server.handler.ShutdownHandler">
                  </New>
                </Item>
              </Array>