[ 
https://issues.apache.org/jira/browse/SOLR-10529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16721476#comment-16721476
 ] 

Jan Høydahl commented on SOLR-10529:
------------------------------------

To reproduce:
 # Edit {{solr/example/techproducts/solr/techproducts/conf/solrconfig.xml}} and 
add this section
{code:xml}
<requestHandler name="/admin/ping" class="solr.PingRequestHandler">
  <!-- relative paths are resolved against the data dir -->
  <str name="healthcheckFile">server-enabled.txt</str>
  <lst name="invariants">
    <str name="qt">/query</str><!-- handler to delegate to -->
    <str name="q">*:*</str>
  </lst>
</requestHandler>
{code}

 # Start with {{bin/solr -e techproducts}}
 # Load the core overview for "techproducts" 
[http://localhost:8983/solr/#/techproducts/core-overview]
 # In the right-hand part of the screen there is now an "enable ping" button, 
which does not work

!pingbutton.png|width=400!

[~a3836903], I have not tested your patch. Would you care to update it to 
current master and add a CHANGES.txt entry?

> Solr UI Health Check enable/disable ping Button doesn't work
> ------------------------------------------------------------
>
>                 Key: SOLR-10529
>                 URL: https://issues.apache.org/jira/browse/SOLR-10529
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>    Affects Versions: 6.5
>            Reporter: Oscar Wang
>            Priority: Major
>              Labels: regresion
>         Attachments: pingbutton.png
>
>
> The Health Check enable/disable ping Button works in original UI.
> However, it doesn't work in new AngularJS core-overview page.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to