[
https://issues.apache.org/jira/browse/SOLR-9762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16775935#comment-16775935
]
Kevin Risden commented on SOLR-9762:
------------------------------------
Ran through the tests and this failed since the default didn't change after
HADOOP-13346.
We need to do something like this:
{code:java}
conf.put(DelegationTokenAuthenticationHandler.JSON_MAPPER_PREFIX +
"AUTO_CLOSE_TARGET", "false");
{code}
So there is now the hook available to not auto close, but it is not setup by
default.
For reference here are the tests suits that had failures:
* TestSolrCloudWithDelegationTokens
* TestDelegationWithHadoopAuth
> Remove the workaround implemented for HADOOP-13346
> --------------------------------------------------
>
> Key: SOLR-9762
> URL: https://issues.apache.org/jira/browse/SOLR-9762
> Project: Solr
> Issue Type: Sub-task
> Security Level: Public(Default Security Level. Issues are Public)
> Affects Versions: 8.0
> Reporter: Hrishikesh Gadre
> Assignee: Kevin Risden
> Priority: Minor
> Fix For: 8.x, master (9.0)
>
> Attachments: SOLR-9762.patch
>
>
> Here is the workaround that needs to be removed:
> *
> [https://github.com/apache/lucene-solr/blob/branch_8_0/solr/core/src/java/org/apache/solr/security/KerberosPlugin.java#L230]
> *
> https://github.com/apache/lucene-solr/blob/branch_8_0/solr/core/src/java/org/apache/solr/security/HadoopAuthPlugin.java#L247
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]