-
Type:
Improvement
-
Status: Patch Available
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.3.2
-
Fix Version/s: None
-
Component/s: Parser
-
Labels:None
Certain queries might take a very high time to parse.
A facility to short circuit the parsing if it takes more time (configurable) would be really useful.
Proposed solution
Add a property parser.timeoutSec. **Invoke the core parse method in a different thread. Wait till the configured or return user exception.