GAUSS-03731 -- GAUSS-03740
GAUSS-03731: "unexpected chunk size %d (expected %d) in final chunk %d for toast value %u in %s"
SQLSTATE: XX014
Description: An internal exception occurs in the TOAST data storage.
After locating the name of the damaged table based on its TOAST OID, the Solution: repairs the damaged table.
GAUSS-03732: "unexpected chunk number %d (out of range %d..%d) for toast value %u in %s"
SQLSTATE: XX014
Description: An internal exception occurs in the TOAST data storage.
After locating the name of the damaged table based on its TOAST OID, the Solution: repairs the damaged table.
GAUSS-03733: "missing chunk number %d for toast value %u in pg_toast_XXXX"
SQLSTATE: XX014
The data in the TOAST table associated with the Description: table is damaged.
After locating the name of the damaged table based on its TOAST OID, the Solution: repairs the damaged table.
GAUSS-03734: "unexpected chunk size %d (expected %d) in chunk %d of %d for toast value %u in %s when fetching slice"
SQLSTATE: XX014
Description: The chunk size of the TOAST table is different from that of the expected (expected %d).
Solution: Check the TOAST table and changes the chunk size of the TOAST table.
GAUSS-03735: "unexpected chunk size %d (expected %d) in final chunk %d for toast value %u in %s when fetching slice"
SQLSTATE: XX014
Description: The chunk size of the TOAST table is different from that of the expected (expected %d).
Solution: Check the TOAST table and changes the chunk size of the TOAST table.
GAUSS-03736: "could not open relation with OID %u"
SQLSTATE: XX000
Description: The relation OID is invalid.
Solution: Query the table name and OID in pg_class.
GAUSS-03737: "block number %u is out of range for relation 'table_name'"
SQLSTATE: XX000
Description: The block number exceeds the maximum block number in the table.
Solution: Search for the table based on the table name in the error message and check the length of the table.
GAUSS-03738: "attempted to delete invisible tuple"
SQLSTATE: XX000
Description: The tuple to be deleted is invisible.
Solution: Check whether other operations are concurrently performed on the table.
GAUSS-03739: "tuple already updated by self"
SQLSTATE: XX000
Description: The tuple has been updated by the current transaction.
Solution: Contact technical support.
GAUSS-03740: "tuple concurrently updated"
SQLSTATE: XX000
Description: The tuple is concurrently updated or deleted.
Solution: Check whether other operations are concurrently performed on the table.
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