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

Hrishikesh Gadre commented on SENTRY-1475:
------------------------------------------

It looks like a maven repository cache issue. If the version of 
solr-sentry-handlers jar file in local repository is stale, then the 
TestDocLevelOperations test fails as above. I was able reproduce this issue 
locally. The fix is to clean up the maven repository cache before running the 
maven build. i.e.

{noformat}
rm -rf ~/.m2/repository/org/apache/sentry/*
mvn clean install
{noformat}

Not sure how to make this happen for the QA bot...

> Integrate Sentry with Solr authorization framework
> --------------------------------------------------
>
>                 Key: SENTRY-1475
>                 URL: https://issues.apache.org/jira/browse/SENTRY-1475
>             Project: Sentry
>          Issue Type: New Feature
>          Components: Sentry, Solr Plugin
>            Reporter: Hrishikesh Gadre
>            Assignee: Hrishikesh Gadre
>             Fix For: 2.0.0
>
>         Attachments: SENTRY-1475.1.patch, SENTRY-1475.2.patch
>
>
> Solr 6 has added support for pluggable authorization modules. We should 
> integrate Sentry within this authorization framework.
> https://cwiki.apache.org/confluence/display/solr/Authentication+and+Authorization+Plugins



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to