aparnasuresh85 commented on PR #2571:
URL: https://github.com/apache/solr/pull/2571#issuecomment-2256383781

   > The previous PR to solve this 
[apache/lucene-solr#2086](https://github.com/apache/lucene-solr/pull/2086) has 
a test suggesting the alias matter only results in one request?
   
   That is only true for `add()` - `resolveAliases()` is only invoked once in 
that code path. Whereas for `commit()`, `/select` etc `resolveAliases()` would 
be called twice, once in `CSC.retryRequestWithStaleState()` and then again in 
`CSC.sendRequest()`
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to