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

GAUSS-04601 -- GAUSS-04610

GAUSS-04601: "Cannot get the llvm::Intrinsic::sadd_with_overflow function!\n"

SQLSTATE: XX000

Description: The addition (+) function in the LLVM database needs to be invoked. If this function is declared failed, an error is reported.

Solution: Contact technical support. Alternatively, check whether the LLVM database and the LLVM save path are correct.

GAUSS-04602: "Cannot get the llvm::Intrinsic::ssub_with_overflow function!\n"

SQLSTATE: XX000

Description: The subtraction (-) function in the LLVM database needs to be invoked. If this function is declared failed, an error is reported.

Solution: Contact technical support. Alternatively, check whether the LLVM database and the LLVM save path are correct.

GAUSS-04603: "Cannot get the llvm::Intrinsic::smul_with_overflow function!\n"

SQLSTATE: XX000

Description: The multiplication (x) function in the LLVM database needs to be invoked. If this function is declared failed, an error is reported.

Solution: Contact technical support. Alternatively, check whether the LLVM database and the LLVM save path are correct.

GAUSS-04604: "Unsupport address, cfgpath, storepath options when the filesystem is not HDFS."

SQLSTATE: XX000

Description: When the tablespace is created, only when the filesystem option is set to HDFS, the address, cfgpath and storepath options are supported.

Solution: Ensure that the values of the address, cfgpath, and storepath options in CREATE TABLESPACE..LOCATION indicate the HDFS file system.

GAUSS-04605: "Failed to get storepath from tablespace options."

SQLSTATE: XX000

Description: Failed to obtain a valid storepath parameter from the created tablespace option.

Solution: Ensure that the CREATE TABLESPACE..LOCATION syntax contains the storepath option.

GAUSS-04606: "Failed to get cfgpath from tablespace options."

SQLSTATE: XX000

Description: The cfgpath parameter is not found during HDFS tablespace creation.

Solution: Specify cfgpath when creating the HDFS tablespace.

GAUSS-04608: "tablespace HDFS path '%s' is too long."

SQLSTATE: 42P17

Description: The cfgpath path of the HDFS tablespace is too long.

Solution: Set the configured path to no more than 1024 bytes.

GAUSS-04609: "Directory '%s' already in use as a tablespace on HDFS."

SQLSTATE: 55006

Description: The directory where the error is reported already exists. The tablespace fails to be created.

Solution: Select another storepath parameter value when creating the tablespace.

GAUSS-04610: "Failed to drop external directory, because the cfgpath option has not been found from pg_tablespace."

SQLSTATE: XX000

Description: The cfgpath parameter is not found in the option of the deleted tablespace when you delete the tablespace.

Solution: Internal system error. In the pg_tablespace system catalog, the existing tablespace names are modified abnormally. Contact technical support.