Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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();