Updated on 2025-03-26 GMT+08:00

GAUSS-04761 -- GAUSS-04770

GAUSS-04761: "No storepath is specified for a DFS server."

SQLSTATE: XX000

Description: storepath is not specified when creating the HDFS tablespace.

Solution: Specify storepath when creating the HDFS tablespace.

GAUSS-04762: "current text search configuration does not support options"

SQLSTATE: 22023

Description: The current configuration does not support options.

Solution: Modify the SQL statement based on the documentation.

GAUSS-04763: "Zero already extended clog page, maybe confuse transaction status"

SQLSTATE: XX000

Description: The expanded clog page is zeroed for multiple times due to a program problem, which may affect the transaction status. In this case, the program is in the PANIC status, preventing the clog page from being incorrectly used.

Solution: Restart the PANIC node.

GAUSS-04764: "could not access status of transaction %lu, nextXid is %lu"

SQLSTATE: XX000

Description: The transaction on the node to be accessed does not exist.

Solution:

  • If an attempt is made to access a non-existent transaction status, no action is required.
  • If the error is reported by gs_clean, it may indicate that the transaction is not active on a particular node. No action is required.
  • If the error occurs on regular transactions that involve nodes, contact technical support.

GAUSS-04765: "rewrite_page_list_write: Cannot allocate memory"

SQLSTATE: XX000

Description: The system memory is insufficient and memory application fails.

Solution: After the OS releases some memory, perform again.

GAUSS-04766: "CUListWrite: Cannot allocate memory"

SQLSTATE: XX000

Description: The system memory is insufficient and memory application fails.

Solution: After the OS releases some memory, perform again.

GAUSS-04767: "write cu failed, colid(%d) cuid(%u), offset(%lu), size(%d) : %m"

SQLSTATE: XX000

Description: An exception occurs when the asynchronous I/O writes data files.

Solution: Restore the cluster data file from the standby node or backup data.

GAUSS-04768: "Relation \'%s\' Column \'%s\' cudesc tuple(cuid %d) missing"

SQLSTATE: 02000

Description: The information in the corresponding column in CUDesc is lost.

Solution: Check whether the data in the CUDesc table is lost.

GAUSS-04769: "Relation \'%s\' virtual cudesc tuple(cuid %d) not found"

SQLSTATE: 02000

Description: The data tuple in the CUDesc table is invisible.

Solution: Try again.

GAUSS-04770: "CUListPrefetch: Cannot allocate memory"

SQLSTATE: XX000

Description: The system memory is insufficient and memory application fails.

Solution: After the OS releases some memory, perform again.