-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Brief summary of the bug. What is it ? Where is it ?
When using the Outlier Analysis feature, the evaluation is performed every time a flow node is hovered over. When the request is expensive (i.e. lots of data), these numerous requests can cause Optimize to crash with an OOM exception. We should consider adding a delay on this evaluation on hover, or alternatively an action to prompt analysis as an alternative to the current hover behaviour. This is exacerbated with subprocesses, where hovering is required to expand collapsed subprocesses.
Steps to reproduce:
Hover over many flow nodes in quick succession during outlier analysis
Actual result:
Observe many requests being made instantly when hovering over each flow node. In worst case scenario, Optimize will crash
Expected result:
Optimize better handles this functionality, either through action-driven requests or otherwise less frequent requests
This is the controller panel for Smart Panels app
- duplicates
-
OPT-5732 Request is triggered before clicking download instances button in target duration heatmap
- Done