You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/10/02 08:55:01 UTC

[jira] [Commented] (SOLR-13707) API to expose the currently used package name, details for each plugin

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

ASF subversion and git services commented on SOLR-13707:
--------------------------------------------------------

Commit 9c80975bde51e0ee589e7e3622b62b39cf4f0f5f in lucene-solr's branch refs/heads/jira/SOLR-13661-reverted from Ishan Chattopadhyaya
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=9c80975 ]

SOLR-13707, SOLR-13659, SOLR-13565, SOLR-13650, SOLR-13710, SOLR-13721, SOLR-13637: Reverted these commits for a fresh start


> API to expose the currently used package name, details for each plugin
> ----------------------------------------------------------------------
>
>                 Key: SOLR-13707
>                 URL: https://issues.apache.org/jira/browse/SOLR-13707
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> If a plugin is loaded from a package, the config API can expose the details of the package where it is loaded from. This API will accept an extra parameter {{meta=true}} to fetch this extra information. This helps the users to debug and know if the correct version of the plugin is being used to serve the request.
> {{curl [http://localhost:8983/solr/gettingstarted/config/searchComponent/get?meta=true]}}
> {code:json}
> {
>    "config": {
>     "searchComponent": {
>       "get": {
>         "name": "get",
>         "class": "org.apache.solr.core.RuntimeLibSearchComponent",
>         "package": "pkg-name",
>         "_packageinfo_": {
>           "name": "pkg-name",
>           "sig": "signature",
>           "sha512" : "thes-sha512-string",  
>           "znodeVersion": 0
>         }
>       }
>     }
>   }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org