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

GAUSS-04761 -- GAUSS-04770

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

SQLSTATE: XX000

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

Solution: Specify storepath when creating the HDFS tablespace.

GAUSS-04762: "current text search configuration doesnot 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 extended clog page has been zeroed for multiple times due to program errors, which may have an impact on the transaction status. In this situation, 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 the transaction status that does not exist is invoked actively, ignore it.
  • If the gs_clean is reported, maybe the transaction is not in the node, ignore it.
  • It may also be a normal transaction and the node is involved in this transaction, ask for help. Contact technical support.

GAUSS-04765: "rewrite_page_list_write: Cannot allocate memory"

SQLSTATE: XX000

Description: The system memory is insufficient and cannot be applied for.

Solution: After the OS released part of memory, apply for the memory again.

GAUSS-04766: "CUListWrite: Cannot allocate memory"

SQLSTATE: XX000

Description: The system memory is insufficient and cannot be applied for.

Solution: After the OS released part of memory, apply for the memory again.

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

SQLSTATE: XX000

Description: An exception occurs when the data file is written in the asynchronization I/O mode.

Solution: Restore the cluster data file from the standby server or the 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 cannot be applied for.

Solution: After the OS released part of memory, apply for the memory again.