You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Tomas Eduardo Fernandez Lobbe (Jira)" <ji...@apache.org> on 2023/03/09 23:09:00 UTC

[jira] [Created] (SOLR-16692) Evaluate using Empty CookieStore

Tomas Eduardo Fernandez Lobbe created SOLR-16692:
----------------------------------------------------

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


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-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org