GAUSS-03631 -- GAUSS-03640
GAUSS-03631: "multiple active vacuums for index '%s'"
SQLSTATE: XX000
Description: Multiple VACUUM operations are performed on an index.
Solution: Do not perform multiple VACUUM operations on a B-tree index at the same time.
GAUSS-03632: "out of btvacinfo slots"
SQLSTATE: XX000
Description: The number of VACUUM operations exceeds the maximum value.
Solution: Perform this operation after other VACUUM operations are complete.
GAUSS-03633: "index '%s' is not a btree"
SQLSTATE: XX002
Description: This node is not the root of the B-tree index.
Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.
GAUSS-03634: "version mismatch in index '%s': file version %d, code version %d"
SQLSTATE: XX002
Description: The index version is not correct.
Solution: Recreate the index.
GAUSS-03635: "no live root page found in index '%s'"
SQLSTATE: XX000
Description: The B-tree index has no root node.
Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.
GAUSS-03636: "root page %u of index '%s' has level %u, expected %u"
SQLSTATE: XX000
Description: The root page of the index contains incorrect level information.
Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.
GAUSS-03637: "failed to re-find parent key in index '%s' for deletion target page %u"
SQLSTATE: XX000
Description: The parent node cannot be found during the deletion.
Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.
GAUSS-03638: "not enough stack items"
SQLSTATE: XX000
Description: Internal system error.
Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.
GAUSS-03639: "left link changed unexpectedly in block %u of index '%s'"
SQLSTATE: XX000
Description: The page number of the left link is changed.
Solution: An internal error occurs. This is a preventive error mechanism. Contact technical support.
GAUSS-03640: "right sibling's left-link doesn't match: block %u links to %u instead of expected %u in index '%s'"
SQLSTATE: XX000
Description: The B-tree index structure is incorrect. The left connection of the right sibling does not match.
Solution: An internal error occurs. This is a preventive error mechanism. 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