[ https://issues.apache.org/jira/browse/SENTRY-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609909#comment-16609909 ]
Hadoop QA commented on SENTRY-2396: ----------------------------------- Here are the results of testing the latest attachment https://issues.apache.org/jira/secure/attachment/12939144/SENTRY-2396.004.patch against master. {color:red}Overall:{color} -1 due to 5 errors {color:red}ERROR:{color} mvn test exited 1 {color:red}ERROR:{color} Failed: org.apache.sentry.cli.tools.TestSentryShellSqoop {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.hdfs.TestHDFSIntegrationTogglingConf {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.hdfs.TestHDFSIntegrationTogglingConf {color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.hdfs.TestHDFSIntegrationTogglingConf Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/4096/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, SENTRY-2396.002.patch, > SENTRY-2396.003.patch, SENTRY-2396.004.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)