GAUSS-04601 -- GAUSS-04610
GAUSS-04601: “Failed on getting IR function : LLVMIRrtrim1!\n”
SQLSTATE: XX000
Description: The ll file corresponding to the IR file contains the function.
Solution: Exclude this function from the ll file corresponding to the IR file or set enable_codegen to off.
GAUSS-04602: “Failed on getting IR function : LLVMIRbtrim1!\n”
SQLSTATE: XX000
Description: The** LLVMIRbtrim1** function is not found in the current LLVM module. An error is reported to avoid subsequent invalid calling.
Solution: Exclude this function from the ll file corresponding to the IR file or set enable_codegen to off.
GAUSS-04603: “Failed on getting IR function : LLVMIRbpchareq!\n”
SQLSTATE: XX000
Description: The LLVMIRbpchareq function is not found in the current LLVM module. An error is reported to avoid subsequent invalid calling.
Solution: Exclude this function from the ll file corresponding to the IR file or set enable_codegen to off.
GAUSS-04604: “Cannot get the llvm::Intrinsic::sadd_with_overflow function!\n”
SQLSTATE: XX000
Description: The addition function in the LLVM database needs to be called. If this function is declared failed, an error is reported.
Solution: Contact technical support. Alternatively, check whether the LLVM database and the LLVM storage path are correct.
GAUSS-04605: “Cannot get the llvm::Intrinsic::ssub_with_overflow function!\n”
SQLSTATE: XX000
Description: The subtraction function in the LLVM database needs to be called. If this function is declared failed, an error is reported.
Solution: Contact technical support. Alternatively, check whether the LLVM database and the LLVM storage path are correct.
GAUSS-04606: “Cannot get the llvm::Intrinsic::smul_with_overflow function!\n”
SQLSTATE: XX000
Description: The multiplication function in the LLVM database needs to be called. If this function is declared failed, an error is reported.
Solution: Contact technical support. Alternatively, check whether the LLVM database and the LLVM storage path are correct.
GAUSS-04607: “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-04608: “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-04609: “Failed to get cfgpath from tablespace options.”
SQLSTATE: XX000
Description: Failed to find the cfgpath parameter during HDFS tablespace creation.
Solution: Specify cfgpath during HDFS tablespace creation.
GAUSS-04610: “Failed to create directory '%s' on HDFS.”
SQLSTATE: 42P17
Description: Internal system error.
Solution:Contact technical support.