GAUSS-01371 -- GAUSS-01380
GAUSS-01371: “invalid parameter list format: '%s'”
SQLSTATE: 42601
Description: During dictionary deserialization, the list format is invalid, and a space is missing after the equal sign (=).
Solution: Add a space after the equal sign (=) in the list.
GAUSS-01372: “unrecognized deserialize_deflist state: %d”
SQLSTATE: XX000
Description: The deserialization process state machine of the full text retrieval directory cannot be identified.
Solution: Internal system error. Contact technical support.
GAUSS-01375: “Bad socket.”
SQLSTATE: XX000
Description: Internal system error. Socket reading is invalid.
Solution: Ensure that the network connection between GDS and DNs, network environment, and the system ports of nodes are normal.
GAUSS-01376: “Unexpected EOF on GDS connection '%s': %m”
SQLSTATE: XX000
Description: Internal system error. An error occurs while the database exchanges data with GDS.
Solution: Ensure that the network connection between GDS and DNs, network environment, and the system ports of nodes are normal. Check the GDS warning and error logs to identify the cause.
GAUSS-01377: “Unexpected connection EOF from '%s':%m”
SQLSTATE: XX000
Description: Internal system error. An error occurs while the database exchanges data with GDS.
Solution: Ensure that the network connection between GDS and DNs, network environment, and the system ports of nodes are normal. Check the GDS warning and error logs to identify the cause.
GAUSS-01378: “invalid URI '%s'”
SQLSTATE: XX000
Description: The URI of the GDS foreign table is invalid.
Solution: Check and correct the location settings of the GDS foreign table.
GAUSS-01380: “'%s' is a table”
SQLSTATE: 42809
Description: INSTEAD OF triggers are defined on tables.
Solution: Define only BEFORE or AFTER triggers on tables.