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

GAUSS-04131 -- GAUSS-04140

GAUSS-04131: "flush file '%s' failed: %m"

SQLSTATE: XX000

Description: Failed to write to the storage file.

Solution: Contact technical support. Alternatively, check the file that failed to be written based on the error message.

GAUSS-04132: "magic is not matched, maybe data has corrupted"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-04133: "CU size error, %d in CU descriptor but %ld in CU header"

SQLSTATE: XX000

Description: The size of the written CU in column-store mode does not match that of the system catalog.

Solution: Contact technical support.

GAUSS-04134: "memory is not enough during decompressing CU for integer type %d"

SQLSTATE: XX000

Description: The memory for decompressing column-store CU is insufficient.

Solution: Contact technical support. Alternatively, increase the value of the memory configuration parameter of the database.

GAUSS-04135: "data corupts during decompressing CU for integer type %d"

SQLSTATE: XX000

Description: The column-store CU data is damaged.

Solution: Contact technical support.

GAUSS-04138: "could not initialize CStore Column space desc hash table"

SQLSTATE: XX000

Description: The idle space hash table fails to be initialized in the column storage mode.

Solution: Restart the database.

GAUSS-04139: "No CUID is left for new CU in relation '%u'. Please execute the VACUUM FULL before do anything else"

SQLSTATE: XX000

Description: No CUID is left for new CU.

Solution: Perform the operation again after the VACUUM is successfully executed.

GAUSS-04140: "build global column space cache hash table failed"

SQLSTATE: XX000

Description: The idle space hash table fails to be initialized in the column storage mode.

Solution: Restart the database.