GAUSS-04181 -- GAUSS-04190
GAUSS-04181: "could not extend file '%s': wrote only %d of %d bytes at block %u"
SQLSTATE: 53100
Description: All disk space is used.
Solution: Free up disk space or expand the disk capacity.
GAUSS-04182: "could not read block %u in file '%s': %m"
SQLSTATE: XX000
Description: An I/O error occurred when reading the file.
Solution: Check whether the disk is damaged or whether the memory is sufficient.
GAUSS-04183: "could not read block %u in file '%s': read only %d of %d bytes"
SQLSTATE: XX001
Description: An I/O error occurred during file reading. The data size was less than one page.
Solution: Check whether the disk is damaged.
GAUSS-04184: "could not write block %u in file '%s': %m"
SQLSTATE: XX000
Description: An I/O error occurred when writing the file.
Solution: Check whether the disk is damaged or whether the memory is sufficient.
GAUSS-04185: "could not write block %u in file '%s': wrote only %d of %d bytes"
SQLSTATE: 53100
Description: All disk space is used.
Solution: Expand the disk space.
GAUSS-04186: "segment too big"
SQLSTATE: XX000
Description: An I/O error occurred during file writing. The written data size was less than one page.
Solution: Check whether any disk space is available.
GAUSS-04187: "could not truncate file '%s' to %u blocks: it's only %u blocks now"
SQLSTATE: XX000
Description: The size of the file to be truncated must be larger than the size of the actual file.
Solution: Use the SQL statements of the equivalent function to solve the problem.
GAUSS-04188: "could not truncate file '%s': %m"
SQLSTATE: XX000
Description: Failed to truncate the file.
Solution: Check whether the disk is damaged.
GAUSS-04189: "could not truncate file '%s' to %u blocks: %m"
SQLSTATE: XX000
Description: Failed to truncate the file.
Solution: Check whether the disk is damaged.
GAUSS-04190: "cannot sync without a pendingOpsTable"
SQLSTATE: XX000
Description: An internal error occurs. The hash table required for data synchronization does not exist.
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