You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2018/09/07 19:56:00 UTC

[jira] [Commented] (SENTRY-2396) Minimize the time sentry blocks HMS threads

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

Hadoop QA commented on SENTRY-2396:
-----------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12938883/SENTRY-2396.001.patch against master.

{color:red}Overall:{color} -1 due to 26 errors

{color:red}ERROR:{color} mvn test exited 1
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestAuthorizingDDLAuditLogWithKerberos
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServiceImportExport
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryWebServerWithSSL
{color:red}ERROR:{color} Failed: org.apache.sentry.api.generic.thrift.TestAuditLogForSentryGenericService
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServiceClientPool
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServiceClientPool
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryWebServerWithoutSecurity
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryPolicyServiceClient
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryPolicyServiceClient
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServerWithoutKerberos
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServiceFailureCase
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServiceIntegration
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryWebServerWithKerberos
{color:red}ERROR:{color} Failed: org.apache.sentry.api.generic.thrift.TestSentryGenericServiceIntegration
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServerPubSub
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryWebServiceForAuthTypeNone
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServiceMetrics
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServerLogLevel
{color:red}ERROR:{color} Failed: org.apache.sentry.api.generic.thrift.TestSentryGenericServiceClient
{color:red}ERROR:{color} Failed: org.apache.sentry.api.generic.thrift.TestSentryGenericServiceClient
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServerForPoolWithoutKerberos
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServiceWithKerberos
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServiceWithInvalidMsgSize
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServiceWithInvalidMsgSize
{color:red}ERROR:{color} Failed: org.apache.sentry.api.service.thrift.TestSentryServiceForPoolWithKerberos

Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/4092/console

This message is automatically generated.

> Minimize the time sentry blocks HMS threads
> -------------------------------------------
>
>                 Key: SENTRY-2396
>                 URL: https://issues.apache.org/jira/browse/SENTRY-2396
>             Project: Sentry
>          Issue Type: Sub-task
>          Components: Sentry
>    Affects Versions: 2.1.0
>            Reporter: kalyan kumar kalvagadda
>            Assignee: kalyan kumar kalvagadda
>            Priority: Major
>         Attachments: SENTRY-2396.001.patch
>
>
> Currently HMS is blocked for max of one sec by sentry for below operations
>  # create database
>  # drop database
>  # create table
>  # drop table
>  # alter table
> Reason for this is to make sure that sentry fetched  the notification event from HMS and processed.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)