Updated on 2023-12-22 GMT+08:00

GAUSS-02261 -- GAUSS-02270

GAUSS-02261: "Fail to generate stream element due to out of memory"

SQLSTATE: 53200

Description: An internal system error occurs. Creating internal objects in distribution mode fails.

Solution: The memory is insufficient. Check the memory usage and clear the cache.

GAUSS-02262: "Distribute query fail due to duplicate plan id"

SQLSTATE: XX000

Description: Duplicate plan node IDs are generated.

Solution: Restart the database.

GAUSS-02263: "Distribute query initializing network connection timeout. un-connected nodes: %s"

SQLSTATE: XX000

Description: The connection timed out.

Solution: Check the network status.

GAUSS-02264: "unrecognized result from subplan"

SQLSTATE: XX004

Description: An internal system error occurs. The result returned by the lower-layer operator is not bitmap.

Solution: Contact technical support.

GAUSS-02265: "BitmapOr doesn't support zero inputs"

SQLSTATE: XX000

Description: An internal system error occurs. The input of the BitmapOr operator is null.

Solution: Contact technical support.

GAUSS-02266: "could not identify CTID variable"

SQLSTATE: 42809

Description: The obtained variable is not the CTID variable.

Solution: View the execution plan and check whether the type returned by the expression is ctid. If it is not, an internal error occurs. Contact technical support.

GAUSS-02267: "could not identify CTID expression"

SQLSTATE: 22000

Description: The obtained expression is not related to CTID.

Solution: View the execution plan and check whether the type returned by the expression is ctid. If it is not, an internal error occurs. Contact technical support.

GAUSS-02268: "invalid operation on partition, allowed are UPDATE/DELETE/SELECT"

SQLSTATE: XX000

Description: Partitioned tables can be only deleted, queried, and modified.

Solution: Check whether the current operation performed for the partitioned table is correct.

GAUSS-02269: "can'nt initialize bitmap index scans using unusable index '%s'"

SQLSTATE: XX000

Description: The bitmap index scanning fails to be initialized because the index is unavailable.

Solution: Modify the index in the system catalog.

GAUSS-02270: "can'nt initialize bitmap index scans using unusable local index '%s'"

SQLSTATE: XX000

Description: The bitmap index scanning fails to be initialized because the index is unavailable.

Solution: Modify the index in the system catalog.