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

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

Commit cc35c1e3bc4675f7ec8f447fb0256e96450db1c2 in solr's branch 
refs/heads/main from Tomas Eduardo Fernandez Lobbe
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=cc35c1e3bc4 ]

SOLR-16692: Let users set the CookieStore implementation in Http2SolrClient 
(#1445)



> Evaluate using Empty CookieStore
> --------------------------------
>
>                 Key: SOLR-16692
>                 URL: https://issues.apache.org/jira/browse/SOLR-16692
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrJ
>            Reporter: Tomas Eduardo Fernandez Lobbe
>            Priority: Minor
>         Attachments: image-2023-03-09-15-15-07-793.png
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> I noticed when running SolrJ app with a profiler that there is some time 
> spent in {{{}InMemoryCookieStore.get(URI){}}}. It's not a lot, but it's 
> something and it has a lock so I'm guessing it may be worse with high number 
> of threads. 
> Searching in the code, I can see the Kerberos auth seems to use cookies, but 
> I can't see anything else. I'm thinking we should at least make the 
> CookieStore optional, or maybe just enable it for Kerberos, unless I'm 
> missing something



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to