暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

磐维数据库备库重建

手机用户5225 2025-06-23
96

一:检查互信

检查主机的 sshd_config 文件内 PermitRootLogin 是否为 yes,如果不是,需要修改为 yes,并重启 sshd 服务 systemctl restart sshd

二、数据库集群状态确认

三:模拟备节点损坏

  1. 查询要删除的testdb1数据库的oid

  1. 删除对应的数据文件

  1. 检查主备控制文件更新情况
  2. 主库控制文件更新情况

备库控制文件更新情况,发现备库停止更新

三:备节点修复

  1. 备库执行build重新加入集群

gs_ctl build -D /database/panweidb/data

查看buid进度

Build日志

[2025-03-17 15:34:06.657][33387][][gs_ctl]: gs_ctl incremental build ,datadir is /database/panweidb/data

[2025-03-17 15:34:06.657][33387][][gs_ctl]: fopen build pid file "/database/panweidb/data/gs_build.pid" success

[2025-03-17 15:34:06.657][33387][][gs_ctl]: fprintf build pid file "/database/panweidb/data/gs_build.pid" success

[2025-03-17 15:34:06.657][33387][][gs_ctl]: fsync build pid file "/database/panweidb/data/gs_build.pid" success

waiting for server to shut down.... done

server stopped

[2025-03-17 15:34:07.680][33387][dn_6001_6002][gs_ctl]: Get repl_auth_mode is and repl_uuid is

[2025-03-17 15:34:07.693][33387][dn_6001_6002][gs_ctl]: build try host(192.168.75.11) port(17701) success

[2025-03-17 15:34:07.694][33387][dn_6001_6002][gs_rewind]: set gaussdb state file when incremental build:db state(BUILDING_STATE), server mode(STANDBY_MODE), build mode(INC_BUILD).

[2025-03-17 15:34:07.710][33387][dn_6001_6002][gs_rewind]: connected to server: host=192.168.75.11 port=17701 dbname=postgres application_name=gs_rewind connect_timeout=5 rw_timeout=600

[2025-03-17 15:34:07.721][33387][dn_6001_6002][gs_rewind]: connect to primary success

[2025-03-17 15:34:07.724][33387][dn_6001_6002][gs_rewind]: get pg_control success

[2025-03-17 15:34:07.724][33387][dn_6001_6002][gs_rewind]: target server was interrupted in mode 2.

[2025-03-17 15:34:07.724][33387][dn_6001_6002][gs_rewind]: sanityChecks success

[2025-03-17 15:34:07.724][33387][dn_6001_6002][gs_rewind]: find last checkpoint at 0/F2003508 and checkpoint redo at 0/F2003488 from source control file

[2025-03-17 15:34:07.724][33387][dn_6001_6002][gs_rewind]: find last checkpoint at 0/F2003508 and checkpoint redo at 0/F2003488 from target control file

[2025-03-17 15:34:07.724][33387][dn_6001_6002][gs_rewind]: find max lsn 0/F2003508 success, find max lsn rec (0/F2003508) success.

[2025-03-17 15:34:07.725][33387][dn_6001_6002][gs_rewind]: Get repl_auth_mode is and repl_uuid is

[2025-03-17 15:34:07.740][33387][dn_6001_6002][gs_rewind]: build try host(192.168.75.11) port(17701) success

[2025-03-17 15:34:07.741][33387][dn_6001_6002][gs_rewind]: request lsn is 0/F2003508 and its crc(source, target):[2849415864, 2849415864]

[2025-03-17 15:34:07.741][33387][dn_6001_6002][gs_rewind]: find common checkpoint 0/F2003508

[2025-03-17 15:34:07.741][33387][dn_6001_6002][gs_rewind]: find diverge point success

[2025-03-17 15:34:07.741][33387][dn_6001_6002][gs_rewind]: could not read WAL record at 0/F2003488: SimpleXLogPageRead could not open file "pg_xlog/0000000100000000000000F2": No such file or directory, retryCnt(11)

gs_rewind receive FATAL, it will exit

[2025-03-17 15:34:07.741][33387][dn_6001_6002][gs_rewind]: read checkpoint redo (0/F2003488) success before rewinding.

[2025-03-17 15:34:07.741][33387][dn_6001_6002][gs_rewind]: rewinding from checkpoint point at 0/F2003508 on timeline 1

[2025-03-17 15:34:07.741][33387][dn_6001_6002][gs_rewind]: diverge xlogfile is 0000000100000000000000F2, older ones will not be copied or removed.

[2025-03-17 15:34:07.743][33387][dn_6001_6002][gs_rewind]: targetFileStatThread success pid 47271664146176.

[2025-03-17 15:34:07.744][33387][dn_6001_6002][gs_rewind]: reading source file list

[2025-03-17 15:34:07.744][33387][dn_6001_6002][gs_rewind]: traverse_datadir start.

[2025-03-17 15:34:07.744][33387][dn_6001_6002][gs_rewind]: Get log directory guc is /database/panweidb/log/omm/pg_log/dn_6002

[2025-03-17 15:34:07.961][33387][dn_6001_6002][gs_rewind]: waitEndTargetFileStatThread not return success.

gs_rewind receive ERROR, it will exit

[2025-03-17 15:34:07.961][33387][dn_6001_6002][gs_ctl]: inc build failed.

[2025-03-17 15:34:07.962][33387][dn_6001_6002][gs_ctl]: Get repl_auth_mode is and repl_uuid is

[2025-03-17 15:34:07.971][33387][dn_6001_6002][gs_ctl]: build try host(192.168.75.11) port(17701) success

[2025-03-17 15:34:07.973][33387][dn_6001_6002][gs_rewind]: set gaussdb state file when incremental build:db state(BUILDING_STATE), server mode(STANDBY_MODE), build mode(INC_BUILD).

[2025-03-17 15:34:07.989][33387][dn_6001_6002][gs_rewind]: connected to server: host=192.168.75.11 port=17701 dbname=postgres application_name=gs_rewind connect_timeout=5 rw_timeout=600

[2025-03-17 15:34:07.998][33387][dn_6001_6002][gs_rewind]: connect to primary success

[2025-03-17 15:34:07.999][33387][dn_6001_6002][gs_rewind]: get pg_control success

[2025-03-17 15:34:08.000][33387][dn_6001_6002][gs_rewind]: target server was interrupted in mode 2.

[2025-03-17 15:34:08.000][33387][dn_6001_6002][gs_rewind]: sanityChecks success

[2025-03-17 15:34:08.000][33387][dn_6001_6002][gs_rewind]: find last checkpoint at 0/F2003508 and checkpoint redo at 0/F2003488 from source control file

[2025-03-17 15:34:08.000][33387][dn_6001_6002][gs_rewind]: find last checkpoint at 0/F2003508 and checkpoint redo at 0/F2003488 from target control file

[2025-03-17 15:34:08.000][33387][dn_6001_6002][gs_rewind]: find max lsn 0/F2003508 success, find max lsn rec (0/F2003508) success.

[2025-03-17 15:34:08.000][33387][dn_6001_6002][gs_rewind]: Get repl_auth_mode is and repl_uuid is

[2025-03-17 15:34:08.011][33387][dn_6001_6002][gs_rewind]: build try host(192.168.75.11) port(17701) success

[2025-03-17 15:34:08.013][33387][dn_6001_6002][gs_rewind]: request lsn is 0/F2003508 and its crc(source, target):[2849415864, 2849415864]

[2025-03-17 15:34:08.013][33387][dn_6001_6002][gs_rewind]: find common checkpoint 0/F2003508

[2025-03-17 15:34:08.013][33387][dn_6001_6002][gs_rewind]: find diverge point success

[2025-03-17 15:34:08.013][33387][dn_6001_6002][gs_rewind]: could not read WAL record at 0/F2003488: SimpleXLogPageRead could not open file "pg_xlog/0000000100000000000000F2": No such file or directory, retryCnt(11)

gs_rewind receive FATAL, it will exit

[2025-03-17 15:34:08.013][33387][dn_6001_6002][gs_rewind]: read checkpoint redo (0/F2003488) success before rewinding.

[2025-03-17 15:34:08.013][33387][dn_6001_6002][gs_rewind]: rewinding from checkpoint point at 0/F2003508 on timeline 1

[2025-03-17 15:34:08.013][33387][dn_6001_6002][gs_rewind]: diverge xlogfile is 0000000100000000000000F2, older ones will not be copied or removed.

[2025-03-17 15:34:08.016][33387][dn_6001_6002][gs_rewind]: targetFileStatThread success pid 47271664146176.

[2025-03-17 15:34:08.016][33387][dn_6001_6002][gs_rewind]: traverse_datadir start.

[2025-03-17 15:34:08.016][33387][dn_6001_6002][gs_rewind]: reading source file list

[2025-03-17 15:34:08.016][33387][dn_6001_6002][gs_rewind]: Get log directory guc is /database/panweidb/log/omm/pg_log/dn_6002

[2025-03-17 15:34:08.060][33387][dn_6001_6002][gs_rewind]: waitEndTargetFileStatThread not return success.

gs_rewind receive ERROR, it will exit

[2025-03-17 15:34:08.060][33387][dn_6001_6002][gs_ctl]: inc build failed.

[2025-03-17 15:34:08.060][33387][dn_6001_6002][gs_ctl]: Get repl_auth_mode is and repl_uuid is

[2025-03-17 15:34:08.072][33387][dn_6001_6002][gs_ctl]: build try host(192.168.75.11) port(17701) success

[2025-03-17 15:34:08.073][33387][dn_6001_6002][gs_rewind]: set gaussdb state file when incremental build:db state(BUILDING_STATE), server mode(STANDBY_MODE), build mode(INC_BUILD).

[2025-03-17 15:34:08.090][33387][dn_6001_6002][gs_rewind]: connected to server: host=192.168.75.11 port=17701 dbname=postgres application_name=gs_rewind connect_timeout=5 rw_timeout=600

[2025-03-17 15:34:08.096][33387][dn_6001_6002][gs_rewind]: connect to primary success

[2025-03-17 15:34:08.098][33387][dn_6001_6002][gs_rewind]: get pg_control success

[2025-03-17 15:34:08.098][33387][dn_6001_6002][gs_rewind]: target server was interrupted in mode 2.

[2025-03-17 15:34:08.098][33387][dn_6001_6002][gs_rewind]: sanityChecks success

[2025-03-17 15:34:08.098][33387][dn_6001_6002][gs_rewind]: find last checkpoint at 0/F2003508 and checkpoint redo at 0/F2003488 from source control file

[2025-03-17 15:34:08.098][33387][dn_6001_6002][gs_rewind]: find last checkpoint at 0/F2003508 and checkpoint redo at 0/F2003488 from target control file

[2025-03-17 15:34:08.098][33387][dn_6001_6002][gs_rewind]: find max lsn 0/F2003508 success, find max lsn rec (0/F2003508) success.

[2025-03-17 15:34:08.098][33387][dn_6001_6002][gs_rewind]: Get repl_auth_mode is and repl_uuid is

[2025-03-17 15:34:08.108][33387][dn_6001_6002][gs_rewind]: build try host(192.168.75.11) port(17701) success

[2025-03-17 15:34:08.108][33387][dn_6001_6002][gs_rewind]: request lsn is 0/F2003508 and its crc(source, target):[2849415864, 2849415864]

[2025-03-17 15:34:08.108][33387][dn_6001_6002][gs_rewind]: find common checkpoint 0/F2003508

[2025-03-17 15:34:08.108][33387][dn_6001_6002][gs_rewind]: find diverge point success

[2025-03-17 15:34:08.109][33387][dn_6001_6002][gs_rewind]: could not read WAL record at 0/F2003488: SimpleXLogPageRead could not open file "pg_xlog/0000000100000000000000F2": No such file or directory, retryCnt(11)

gs_rewind receive FATAL, it will exit

[2025-03-17 15:34:08.109][33387][dn_6001_6002][gs_rewind]: read checkpoint redo (0/F2003488) success before rewinding.

[2025-03-17 15:34:08.109][33387][dn_6001_6002][gs_rewind]: rewinding from checkpoint point at 0/F2003508 on timeline 1

[2025-03-17 15:34:08.109][33387][dn_6001_6002][gs_rewind]: diverge xlogfile is 0000000100000000000000F2, older ones will not be copied or removed.

[2025-03-17 15:34:08.111][33387][dn_6001_6002][gs_rewind]: targetFileStatThread success pid 47271664146176.

[2025-03-17 15:34:08.111][33387][dn_6001_6002][gs_rewind]: reading source file list

[2025-03-17 15:34:08.111][33387][dn_6001_6002][gs_rewind]: traverse_datadir start.

[2025-03-17 15:34:08.111][33387][dn_6001_6002][gs_rewind]: Get log directory guc is /database/panweidb/log/omm/pg_log/dn_6002

[2025-03-17 15:34:08.151][33387][dn_6001_6002][gs_rewind]: waitEndTargetFileStatThread not return success.

gs_rewind receive ERROR, it will exit

[2025-03-17 15:34:08.151][33387][dn_6001_6002][gs_ctl]: inc build failed.

[2025-03-17 15:34:08.151][33387][dn_6001_6002][gs_ctl]: inc build failed, change to full build.

[2025-03-17 15:34:08.151][33387][dn_6001_6002][gs_ctl]: current workdir is (/database/panweidb).

[2025-03-17 15:34:08.152][33387][dn_6001_6002][gs_ctl]: set gaussdb state file when auto build build:db state(BUILDING_STATE), server mode(STANDBY_MODE), build mode(FULL_BUILD).

[2025-03-17 15:34:08.154][33387][dn_6001_6002][gs_ctl]: Get repl_auth_mode is and repl_uuid is

[2025-03-17 15:34:08.161][33387][dn_6001_6002][gs_ctl]: build try host(192.168.75.11) port(17701) success

[2025-03-17 15:34:08.162][33387][dn_6001_6002][gs_ctl]: connected to server success, build started.

[2025-03-17 15:34:09.144][33387][dn_6001_6002][gs_ctl]: clear old target dir success

[2025-03-17 15:34:09.144][33387][dn_6001_6002][gs_ctl]: create build tag file success

[2025-03-17 15:34:09.145][33387][dn_6001_6002][gs_ctl]: create build tag file again success

[2025-03-17 15:34:09.145][33387][dn_6001_6002][gs_ctl]: get system identifier success

[2025-03-17 15:34:09.146][33387][dn_6001_6002][gs_ctl]: receiving and unpacking files...

[2025-03-17 15:34:09.146][33387][dn_6001_6002][gs_ctl]: create backup label success

[2025-03-17 15:34:09.637][33387][dn_6001_6002][gs_ctl]: xlog start point: 0/F2003488

[2025-03-17 15:34:09.637][33387][dn_6001_6002][gs_ctl]: begin build tablespace list

[2025-03-17 15:34:09.637][33387][dn_6001_6002][gs_ctl]: finish build tablespace list

[2025-03-17 15:34:09.637][33387][dn_6001_6002][gs_ctl]: begin get xlog by xlogstream

[2025-03-17 15:34:09.637][33387][dn_6001_6002][gs_ctl]: starting background WAL receiver

[2025-03-17 15:34:09.637][33387][dn_6001_6002][gs_ctl]: starting walreceiver

[2025-03-17 15:34:09.637][33387][dn_6001_6002][gs_ctl]: begin receive tar files

[2025-03-17 15:34:09.638][33387][dn_6001_6002][gs_ctl]: receiving and unpacking files...

[2025-03-17 15:34:09.699][33387][dn_6001_6002][gs_ctl]: build try host(192.168.75.11) port(17701) success

[2025-03-17 15:34:09.700][33387][dn_6001_6002][gs_ctl]: check identify system success

[2025-03-17 15:34:09.701][33387][dn_6001_6002][gs_ctl]: send START_REPLICATION 0/F2000000 success

[2025-03-17 15:36:39.092][33387][dn_6001_6002][gs_ctl]: finish receive tar files

[2025-03-17 15:36:39.092][33387][dn_6001_6002][gs_ctl]: xlog end point: 0/F30003B8

[2025-03-17 15:36:39.093][33387][dn_6001_6002][gs_ctl]: waiting for background process to finish streaming...

[2025-03-17 15:37:06.354][33387][dn_6001_6002][gs_ctl]: starting fsync all files come from source.

[2025-03-17 15:37:09.350][33387][dn_6001_6002][gs_ctl]: finish fsync all files.

[2025-03-17 15:37:09.351][33387][dn_6001_6002][gs_ctl]: build dummy dw file success

[2025-03-17 15:37:09.351][33387][dn_6001_6002][gs_ctl]: rename build status file success

[2025-03-17 15:37:09.411][33387][dn_6001_6002][gs_ctl]: auto build build completed(/database/panweidb/data).

[2025-03-17 15:37:09.575][33387][dn_6001_6002][gs_ctl]: waiting for server to start...

.0 LOG: [Alarm Module]can not read GAUSS_WARNING_TYPE env.

0 LOG: [Alarm Module]Host Name: panwei02

0 LOG: [Alarm Module]Host IP: panwei02. Copy hostname directly in case of taking 10s to use 'gethostbyname' when /etc/hosts does not contain <HOST IP>

0 LOG: [Alarm Module]Cluster Name: panweidb

0 LOG: [Alarm Module]Invalid data in AlarmItem file! Read alarm English name failed! line: 58

0 WARNING: failed to open feature control file, please check whether it exists: FileName=gaussdb.version, Errno=2, Errmessage=No such file or directory.

0 WARNING: failed to parse feature control file: gaussdb.version.

0 WARNING: Failed to load the product control file, so gaussdb cannot distinguish product version.

The core dump path is an invalid directory

0 [BACKEND] LOG: the config file /database/panweidb/data/postgresql.conf verify start.

2025-03-17 15:37:09.904 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: the config file /database/panweidb/data/postgresql.conf verify success.

2025-03-17 15:37:09.907 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] WARNING: Error happen when load license, error code 2, error message cannot write data to dir /etc/panweidb/license .

2025-03-17 15:37:09.907 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: base_page_saved_interval is 400, ori is 400.

2025-03-17 15:37:09.907 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [REDO] LOG: Recovery parallelism, cpu count = 4, max = 4, actual = 4

2025-03-17 15:37:09.907 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [REDO] LOG: ConfigRecoveryParallelism, true_max_recovery_parallelism:4, max_recovery_parallelism:4

2025-03-17 15:37:09.917 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: [Alarm Module]can not read GAUSS_WARNING_TYPE env.

2025-03-17 15:37:09.917 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: [Alarm Module]Host Name: panwei02

2025-03-17 15:37:09.917 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: [Alarm Module]Host IP: panwei02. Copy hostname directly in case of taking 10s to use 'gethostbyname' when /etc/hosts does not contain <HOST IP>

2025-03-17 15:37:09.917 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: [Alarm Module]Cluster Name: panweidb

2025-03-17 15:37:09.917 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: [Alarm Module]Invalid data in AlarmItem file! Read alarm English name failed! line: 58

2025-03-17 15:37:09.922 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: loaded library "security_plugin"

2025-03-17 15:37:10.114 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] WARNING: could not create any HA TCP/IP sockets

2025-03-17 15:37:10.117 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: InitNuma numaNodeNum: 1 numa_distribute_mode: none inheritThreadPool: 0.

2025-03-17 15:37:10.117 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: reserved memory for backend threads is: 340 MB

2025-03-17 15:37:10.117 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: reserved memory for WAL buffers is: 320 MB

2025-03-17 15:37:10.118 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: Set max backend reserve memory is: 660 MB, max dynamic memory is: 3238 MB

2025-03-17 15:37:10.118 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: shared memory 4277 Mbytes, memory context 3898 Mbytes, max process memory 8192 Mbytes

2025-03-17 15:37:10.119 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [MEM_CTL] LOG: PGSharedMemoryCreate(): ShmemBase=0x2b6c8da97000, totalsize=4485409200, freeoffset=56

2025-03-17 15:37:10.616 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [CACHE] LOG: set data cache size(12582912)

2025-03-17 15:37:10.860 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [SEGMENT_PAGE] LOG: Segment-page constants: DF_MAP_SIZE: 8156, DF_MAP_BIT_CNT: 65248, DF_MAP_GROUP_EXTENTS: 4175872, IPBLOCK_SIZE: 8168, EXTENTS_PER_IPBLOCK: 1021, IPBLOCK_GROUP_SIZE: 4090, BMT_HEADER_LEVEL0_TOTAL_PAGES: 8323072, BktMapEntryNumberPerBlock: 2038, BktMapBlockNumber: 25, BktBitMaxMapCnt: 512

2025-03-17 15:37:10.937 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: panweidb: fsync file "/database/panweidb/data/gaussdb.state.temp" success

2025-03-17 15:37:10.937 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: create gaussdb state file success: db state(STARTING_STATE), server mode(Standby), connection index(1)

2025-03-17 15:37:11.198 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [BACKEND] LOG: max_safe_fds = 99974, usable_fds = 100000, already_open = 16

The core dump path is an invalid directory

2025-03-17 15:37:11.277 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] WARNING: Failed to obtain environment value $GAUSSLOG!

2025-03-17 15:37:11.277 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] DETAIL: N/A

2025-03-17 15:37:11.277 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] CAUSE: Incorrect environment value.

2025-03-17 15:37:11.277 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] ACTION: Please refer to backend log for more details.

2025-03-17 15:37:11.279 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] WARNING: Failed to obtain environment value $GAUSSLOG!

2025-03-17 15:37:11.279 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] DETAIL: N/A

2025-03-17 15:37:11.279 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] CAUSE: Incorrect environment value.

2025-03-17 15:37:11.279 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] ACTION: Please refer to backend log for more details.

2025-03-17 15:37:11.279 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] WARNING: Failed to obtain environment value $GAUSSLOG!

2025-03-17 15:37:11.279 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] DETAIL: N/A

2025-03-17 15:37:11.279 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] CAUSE: Incorrect environment value.

2025-03-17 15:37:11.279 [unknown] [unknown] localhost 47744634258304 0[0:0#0] 0 [EXECUTOR] ACTION: Please refer to backend log for more details.

..............

[2025-03-17 15:37:25.325][33387][dn_6001_6002][gs_ctl]: done

[2025-03-17 15:37:25.325][33387][dn_6001_6002][gs_ctl]: server started (/database/panweidb/data)

[2025-03-17 15:37:25.325][33387][dn_6001_6002][gs_ctl]: fopen build pid file "/database/panweidb/data/gs_build.pid" success

[2025-03-17 15:37:25.325][33387][dn_6001_6002][gs_ctl]: fprintf build pid file "/database/panweidb/data/gs_build.pid" success

[2025-03-17 15:37:25.326][33387][dn_6001_6002][gs_ctl]: fsync build pid file "/database/panweidb/data/gs_build.pid" success

  1. 验证

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论