You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/03/24 18:57:00 UTC

[jira] [Commented] (NIFI-7269) Solrj in nifi-solr-nar needs upgrade

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

ASF subversion and git services commented on NIFI-7269:
-------------------------------------------------------

Commit 9b4292024be6fae188cb1efa3a07dc9489e9a5b4 in nifi's branch refs/heads/master from Mubashir Kazia
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9b42920 ]

NIFI-7269 - Upgrade solrj version to 7 in nifi-solr-processors

Remove unused imports

Use the latest solrj version(8.4.1)

Setup default schemaFactory for tests
The default schemaFactory ManagedIndexSchemaFactory creates
additional files in test's resources directory. Change it to
ClassicIndexSchemaFactory for classic behavior.

This closes #4152.

Signed-off-by: Bryan Bende <bb...@apache.org>


> Solrj in nifi-solr-nar needs upgrade
> ------------------------------------
>
>                 Key: NIFI-7269
>                 URL: https://issues.apache.org/jira/browse/NIFI-7269
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: 1.11.3
>         Environment: Solr 7.4 configured with Kerberos and LDAP(Basic) Authentication
>            Reporter: Mubashir Kazia
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> If Solr is configured with Kerberos (SPNEGO) and LDAP (Basic) Authentication then using Kerberos Authentication on any of the Solr processors like QuerySolr or PutSolrContent fails with error
> {{java.lang.IllegalStateException: Unsupported authentication scheme: Basic}}
>  This can be attributed to the solrj version 6.6.6 used in the nifi-solr-nar. If the solrj version is upgraded to 7.7.2, this error no longer appears.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)