-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0
-
Component/s: Logical Optimizer, UDF
-
Labels:None
The lock is inside a HS2-wide static object
// registry for system functions private static final Registry system = new Registry(true);
And this is the lock itself
public FunctionInfo getFunctionInfo(String functionName) throws SemanticException { lock.lock();