Transaction got stuck in rendering state for long timeProblemA transaction is stuck in rendering state for a long time on the portal Steps to reproduce Go to v_cluster_transaction.listObserve there is a transaction rendering for long time Root CauseThere are custom code causing the issue. Checking the stack found this issue has calling a custom widget. The custom widget has needed calls on same tables. Multiple entries like that was found on the widget code. Steps to Resolve1. Review the custom widget and adjust the server script code to avoid those for the stuck issue.2. Request to restart the node with issues to Customer Support