GAUSS-04221 -- GAUSS-04230
GAUSS-04221: "unrecognized conflict mode: %d"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04222: "terminating autovacuum process due to administrator command"
SQLSTATE: 57P01
Description: The autovacuum process is terminated by the administrator.
Solution: Contact the system administrator to check whether the autovacuum process is terminated. Let the administrator to restart the process if it has been terminated.
GAUSS-04223: "terminating connection due to conflict with recovery"
SQLSTATE: 40001
Description: The current request conflicts with the data recovery process performed on the database server. The requested connection fails.
Solution: Try to reconnect the database later and run the command again.
GAUSS-04224: "terminating connection due to conflict with recovery"
SQLSTATE: 57P04
Description: The current request conflicts with the data recovery process performed on the database server. The requested connection fails.
Solution: Try to reconnect the database later and run the command again.
GAUSS-04225: "terminating connection due to administrator command"
SQLSTATE: 57P01
Description: The administrator terminates the current connection. Check whether the client exits because of large SQL data volume and long query duration.
Solution: Contact the system administrator to obtain the reason why the connection is terminated. If the problem is caused by large SQL data volume, manually configure a limit to optimize the statement and filter out unnecessary data.
GAUSS-04226: "connection to client lost"
SQLSTATE: 08006
Description: The connection is lost.
Solution: Check whether the database connection is normal.
GAUSS-04227: "canceling authentication due to timeout"
SQLSTATE: 57014
Description: The authentication is canceled due to a timeout.
Solution: Check the network connection.
GAUSS-04228: "canceling statement due to statement timeout"
SQLSTATE: 57014
Description: The current operation is canceled due to a timeout.
Solution: Check whether the database connection is normal.
GAUSS-04229: "canceling autovacuum task"
SQLSTATE: 57014
Description: The autovauum task is canceled.
Solution: Find the reason why the process is canceled.
GAUSS-04230: "canceling statement due to conflict with recovery"
SQLSTATE: 40001
Description: The connection is canceled due to the conflict with recovery.
Solution: Reconnect to the database after a while and enter the command again.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.