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

Joel Bernstein commented on SOLR-8213:
--------------------------------------

A little more information on how the parallelism is accomplished in the 
SQLHandler. 

If you look through the code in the SQLHandler you'll find a few places where 
the ParallelStream is used. In these scenarios the ParallelStream wraps another 
stream, for example the RollupStream, and sends it to worker nodes. It does 
this by calling toExpression() on the underlying stream which creates a 
Streaming Expression which is sent across the wire to the /stream handler on 
the workers. The workers run the expression and stream tuples back to the /sql 
handler for further processing. So it's the ParallelStream that would need to 
be adjusted if AUTH is to be passed through to the workers.

> SolrJ JDBC support basic authentication
> ---------------------------------------
>
>                 Key: SOLR-8213
>                 URL: https://issues.apache.org/jira/browse/SOLR-8213
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrJ
>    Affects Versions: master
>            Reporter: Kevin Risden
>         Attachments: SOLR-8213.patch, add_401_httpstatus_code_check.patch, 
> add_basic_authentication_authorization_streaming.patch
>
>
> SolrJ JDBC doesn't support authentication where as Solr supports Basic and 
> Kerberos authentication currently. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to