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

GAUSS-01971 -- GAUSS-01980

GAUSS-01971: "could not stat control file '%s': %m"

SQLSTATE: XX000

Description: Files to be accessed during program operation do not exist.

Solution: Manually create required files. Alternatively, reinitialize the data directory.

GAUSS-01972: "duplicate option '%s'"

SQLSTATE: 42601

Description: The server receives duplicate recreation command parameters.

Solution: R&D engineers need to check correct the command parameters of the client.

GAUSS-01973: "could not stat file or directory '%s': %m"

SQLSTATE: XX000

Description: Files or directories to be accessed during program operation do not exist.

Solution: Manually create the required files or directories. Alternatively, reinitialize the data directory.

GAUSS-01974: "Postmaster exited, aborting active base backup"

SQLSTATE: XX000

Description: The main thread exits when sub-threads process recreation commands.

Solution: Restart the thread.

GAUSS-01975: "shutdown requested, aborting active base backup"

SQLSTATE: XX000

Description: The main thread exits when sub-threads process recreation commands.

Solution: Restart the thread.

GAUSS-01976: "server run mode changed, aborting active base backup"

SQLSTATE: XX000

Description: The status of the primary server changes during recreation command processing.

Solution: Restart in primary server mode.

GAUSS-01977: "could not open file '%s': %m"

SQLSTATE: XX000

Description: Possible causes for failures to open a certain file include nonexistence of the file, incorrect permission, or file damage.

Solution: Analyze the cause based on the error message. If the file does not exist, create corresponding files. If the permission is incorrect, adjust the permission. If the file is damaged, restore the file system or disk.

GAUSS-01978: "archive member '%s' too large for tar format"

SQLSTATE: XX000

Description: During recreation command processing, the file sent by the primary server is too large to be compressed.

Solution: If the file is valid, split the file into several files and compress each separately.

GAUSS-01979: "base backup could not send data, aborting backup"

SQLSTATE: XX000

Description: During recreation command processing, the primary and standby servers are disconnected, resulting in file sending failures.

Solution: Recover network connection between the primary and standby servers.

GAUSS-01980: "could not close log file %u, segment %u: %m"

SQLSTATE: XX000

Description: A file cannot be closed probably due to file damage.

Solution: Analyze the cause based on the error message. If the file is damaged, restore the file system or disk.