GAUSS-04341 -- GAUSS-04350
GAUSS-04341: "relation %d not find col %d"
SQLSTATE: XX000
Description: The distribution column of the table is not found.
Solution: Modify the SQL statement and specify the correct distribution column.
GAUSS-04342: "concurrent update under Stream mode is not yet supported"
SQLSTATE: 0A000
Description: Concurrent update operations are not supported in stream mode.
Solution: Set the enable_stream_operator switch to off, or prevent concurrent update operations in stream mode.
GAUSS-04343: "The registerName %s does not exist!"
SQLSTATE: 42704
Description: The unregistered instrumentation name is used.
Solution: Invoke the registered name.
GAUSS-04344: "cannot read results"
SQLSTATE: XX000
Description: Internal system error. Data cannot be read.
Solution: Contact technical support.
GAUSS-04345: "Operator with OID %u dose not exist."
SQLSTATE: XX000
Description: The operator does not exist.
Solution: Use correct operators such as "+" and "-".
GAUSS-04346: "Unsupport clause type for informational constraint."
SQLSTATE: XX000
Description: This statement does not support information constraint optimization.
Solution: The information constraint optimizes the query. To avoid incorrect method, set enable_constraint_optimization to off to disable the optimization.
GAUSS-04347: "Function with OID %u dose not exist. "
SQLSTATE: XX000
Description: This function does not exist.
Solution: Check whether this function exists in the pg_proc system catalog. If this function is found in the system catalog, the database needs to be rebooted. If the function is not found, the operation failed.
GAUSS-04348: "%s is redistributing, please retry later."
SQLSTATE: 0A000
Description: Tables that are being redistributed do not support other DDL operations other than import.
Solution: Wait until the redistribution of the redistributed table is complete and try again.
GAUSS-04349: "Initialize read&write lock failed."
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-04350: "duplicated URL '%s' in LOCATION"
SQLSTATE: XX000
Description: The URL used by the gds is duplicate.
Solution: Ensure that the URL used by the gds is different from the existing URL.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot