Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.2AS
-
None
Description
There is a delay of 40 seconds in the code that executes when UIMA-AS error handler determines that the JVM should exit due to reaching max AE errors. This delay seems wrong and should be taken out. The decision has already been made to terminate, so why wait. Remove the delay. Code in question is in BaseAnalysisEngine.handleAction()