Updated on 2023-12-22 GMT+08:00

GAUSS-04171 -- GAUSS-04180

GAUSS-04171: "temporary file size exceeds temp_file_limit (%dkB)"

SQLSTATE: 53400

Description: The temporary file size exceeds the upper limit.

Solution:1. Run the ANALYZE statement on the temporary table in the stored procedure. 2. Do VACUUM FULL to tables whose data volume changes greatly.

GAUSS-04173: "Invalid socket fd '%d' for poll():%m"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04174: "'%s:%d' connect failed"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04176: "AllocateDesc kind not recognized"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04178: "could not read directory '%s': %m"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04179: "SMgrRelation hashtable corrupted"

SQLSTATE: XX000

Description: The hash table is damaged.

Solution: Restart the node.

GAUSS-04180: "cannot extend file '%s' beyond %u blocks"

SQLSTATE: 54000

Description: The number of the table pages reaches the upper limit.

Solution: Run the VACUUM statement or create a table.