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

David Smiley commented on SOLR-15751:
-------------------------------------

I agree that for V2 we should have one endpoint instead of V1's dual endpoint.  
Note there are some peculiarities... notably CLUSTERSTATUS will check liveNodes 
when returning the replica's state but COLSTATUS doesn't do that.  I do 
recommend the live node check as the replica is effectively down.

If we agree on the above, then I think this issue could at least mark 
CLUSTERSTATUS's duplicative code as deprecated, pointing to ColStatus code as 
it's successor.

> Create a v2 equivalent for 'COLSTATUS'
> --------------------------------------
>
>                 Key: SOLR-15751
>                 URL: https://issues.apache.org/jira/browse/SOLR-15751
>             Project: Solr
>          Issue Type: Sub-task
>          Components: v2 API
>            Reporter: Jason Gerlowski
>            Priority: Major
>              Labels: V2, newdev
>
> Solr's 'COLSTATUS' command under the v1 \{{/solr/admin/collections}} endpoint 
> has no full v2 equivalent. The \{{/v2/collections/<collName>}} API has 
> similar (identical?) output as a vanilla COLSTATUS request, but COLSTATUS can 
> also return detailed index information that \{{/v2/collections/<collName>}} 
> cannot expose. We should add parameters to this v2 API to expose similar data 
> to achieve parity with the v1 COLSTATUS API.



--
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