GAUSS-03721 -- GAUSS-03730
GAUSS-03721: "cannot add a node to an inner tuple without node labels"
SQLSTATE: XX000
Description: When you add a node to an internal tuple, the node label cannot be empty.
Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.
GAUSS-03723: "row is too big: size %lu, maximum size %lu"
SQLSTATE: 54000
Description: The length of a single tuple exceeds the specification, and the TOAST technology cannot be used for storage.
Solution: A large table with a large number of columns can be split into multiple small tables before data storage. You can also change certain data types to string for storage. The 64-bit xid system changes the page specification. If an error occurs in the old table, you need to split the large table with a large number of columns into multiple small tables before data storage, or you can also change certain data types to string for storage.
GAUSS-03724: "failed to add tuple"
SQLSTATE: XX000
Description: Internal error. Failed to insert the tuple.
Solution: Try again.
GAUSS-03725: "wrong buffer passed to visibilitymap_clear"
SQLSTATE: XX000
Description: An internal error occurs. Failed to check the validity of the page and page number before the visibility table operation.
Solution: Try again.
GAUSS-03726: "wrong heap buffer passed to visibilitymap_set"
SQLSTATE: XX000
Description: An internal error occurs. Failed to check the validity of the page and page number before the visibility table operation.
Solution: Try again.
GAUSS-03727: "wrong buffer passed to visibilitymap_set"
SQLSTATE: XX000
Description: An internal error occurs. Failed to check the validity of the page and page number before the visibility table operation.
Solution: Try again.
GAUSS-03728: "found toasted toast chunk for toast value %u in %s"
SQLSTATE: XX014
Description: An internal exception occurs in the TOAST data storage.
Solution: Contact technical support.
GAUSS-03729: "unexpected chunk number %d (expected %d) for toast value %u in %s"
SQLSTATE: XX014
Description: An internal error occurs. The number of chunks in TOAST data storage is different from expected.
Solution: Contact technical support.
GAUSS-03730: "unexpected chunk size %d (expected %d) in chunk %d of %d for toast value %u in %s"
SQLSTATE: XX014
Description: An internal exception occurs in the TOAST data storage.
Solution: Contact technical support.
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