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

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

Commit 64e029e465ca9de8a0d472733d16d35b0d3bbd7b in solr's branch 
refs/heads/main from Eric Pugh
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=64e029e465c ]

SOLR-18091: Separate out core specific info into it's own CoreInfoHandler 
(#4084)

SystemInfoHandler is loaded at the node/container level, while the core 
specific CoreInfoHandler is configured via ImplicitPlugins.json.  This matches 
our pattern of other handlers.

> Separate Core specific information from SystemInfoHandler
> ---------------------------------------------------------
>
>                 Key: SOLR-18091
>                 URL: https://issues.apache.org/jira/browse/SOLR-18091
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Eric Pugh
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Today the SystemInfoHandler has both system information AND if nested under a 
> core, then it has Core information.   Which means it's configured both in 
> CoreContainer AND ImplicitPlugins.json.   
> If we split it into SystemInfoHandler and CoreInfoHandler, then each can 
> focus on one job, and CoreInfoHandler can live in ImplicitPlugins.json with 
> the other core specific request handlers.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to