diff --git a/service/src/java/org/apache/hive/service/cli/CLIService.java b/service/src/java/org/apache/hive/service/cli/CLIService.java index 9cbe7e1..22c4026 100644 --- a/service/src/java/org/apache/hive/service/cli/CLIService.java +++ b/service/src/java/org/apache/hive/service/cli/CLIService.java @@ -569,8 +569,7 @@ public RowSet fetchResults(OperationHandle opHandle, FetchOrientation orientatio } // obtain delegation token for the give user from metastore - // TODO: why is this synchronized? - public synchronized String getDelegationTokenFromMetaStore(String owner) + public String getDelegationTokenFromMetaStore(String owner) throws HiveSQLException, UnsupportedOperationException, LoginException, IOException { HiveConf hiveConf = getHiveConf(); if (!hiveConf.getBoolVar(HiveConf.ConfVars.METASTORE_USE_THRIFT_SASL) ||