You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Anne Yu (JIRA)" <ji...@apache.org> on 2015/08/28 01:28:45 UTC

[jira] [Created] (SENTRY-860) Fix intermittent test failure for TestPrivilegesAtFunctionScope.testFuncPrivileges1

Anne Yu created SENTRY-860:
------------------------------

             Summary: Fix intermittent test failure for TestPrivilegesAtFunctionScope.testFuncPrivileges1
                 Key: SENTRY-860
                 URL: https://issues.apache.org/jira/browse/SENTRY-860
             Project: Sentry
          Issue Type: Bug
            Reporter: Anne Yu
            Assignee: Anne Yu


Failed

{code}
org.apache.sentry.tests.e2e.hive.TestPrivilegesAtFunctionScope.testFuncPrivileges1

Failing for the past 1 build (Since Unstable#42 )
Took 7.6 sec.
add description
Error Message

org.apache.thrift.transport.TTransportException
Stacktrace

java.sql.SQLException: org.apache.thrift.transport.TTransportException
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:86)
	at org.apache.thrift.transport.TSaslTransport.readLength(TSaslTransport.java:376)
	at org.apache.thrift.transport.TSaslTransport.readFrame(TSaslTransport.java:453)
	at org.apache.thrift.transport.TSaslTransport.read(TSaslTransport.java:435)
	at org.apache.thrift.transport.TSaslClientTransport.read(TSaslClientTransport.java:37)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:86)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:429)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:318)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:219)
	at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:69)
	at org.apache.hive.service.cli.thrift.TCLIService$Client.recv_ExecuteStatement(TCLIService.java:225)
	at org.apache.hive.service.cli.thrift.TCLIService$Client.ExecuteStatement(TCLIService.java:212)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at org.apache.hive.jdbc.HiveConnection$SynchronizedHandler.invoke(HiveConnection.java:1263)
	at com.sun.proxy.$Proxy33.ExecuteStatement(Unknown Source)
	at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:243)
	at org.apache.sentry.tests.e2e.hive.TestPrivilegesAtFunctionScope.testFuncPrivileges1(TestPrivilegesAtFunctionScope.java:97)
Standard Output
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)