- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-14-2025 03:18 AM
Hello,
If someone experiences an auto-commit failure after an upgrade with the error message "client gp_broker phase 1 failure commit failed," here i provide a workaround solution :
show jobs all
Enqueued Dequeued ID PositionInQ Type Status Result Completed
--------------------------------------------------------------------------------------
2025/01/14 10:46:02 10:46:02 4 AutoCom FIN FAIL 10:46:44
2025/01/14 10:45:22 10:45:22 2 AutoCom FIN FAIL 10:45:57
Run the following command to disable the gp_broker
debug management-server client disable gp_br
Once the next auto-commit completes successfully, re-enable the gp_broker
using the command
debug management-server client enable gp_broker
Best Regards