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

Hudson commented on ACCUMULO-696:
---------------------------------

Integrated in Accumulo-Trunk #529 (See 
[https://builds.apache.org/job/Accumulo-Trunk/529/])
    ACCUMULO-696 unit test thrift 0.8.0 problem (Revision 1399834)

     Result = SUCCESS
ecn : 
Files : 
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ThriftTest.java
* /accumulo/trunk/core/src/main/thrift/client.thrift
* 
/accumulo/trunk/core/src/test/java/org/apache/accumulo/core/client/TestThrift1474.java

                
> Thrift 0.8 boolean RPCs can't throw errors
> ------------------------------------------
>
>                 Key: ACCUMULO-696
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-696
>             Project: Accumulo
>          Issue Type: Bug
>          Components: client
>            Reporter: John Vines
>
> Thrift 0.8 has a standing issue with boolean RPCs which default to FALSE when 
> errors are thrown. The only operations this affects are authenticateUser, 
> hasSsytemPermission, and hasTablePermission. Failing closed like it does 
> prevents any real issues, it just throws off the security random walk test, 
> as well as some of the normally defined behavior.
> Up until release, we'll leave it as is. Once it comes to release time, if a 
> fixed version of thrift isn't available, we can either change teh defined 
> behavior (I'm not a fan) or tweak the 3 thrift generated methods where the 
> problem lies. But we'll cross that bridge when we get there.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to