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

Eric Pugh commented on SOLR-18091:
----------------------------------

This is weird, I only see one commit, for main, and not the one to 
branch_10x...   So, I got some help crafting a git command to see if this PR 
was backproted to branch_10x:

 

git log origin/branch_10x --oneline --grep="SOLR-18091" 2>&1; echo "---"; git 
log origin/branch_10x --oneline --grep="CoreInfoHandler" 2>&1

 

And it was: 

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

 

I then checked [https://github.com/apache/solr/commit/3e6191e69ee] and can 
confirm that in Github the commit is on branch_10x.   So going to close this PR.

 

> 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