- comparing postgresql.conf from big log segment to other segment we found 2 extra GUCs were added.
diff gpseg4_postgresql.conf gpseg8_postgresql.conf
597a598,601
> Debug_persistent_print=on
> Debug_persistent_print_level=LOG
638c642
< [gpadmin@ddlgpsprd001 pg_log]$
---
> [gpadmin@ddlgpsprd001 pg_log]
\ No newline at end of f
- checking other servers with gpconfig we found it was primary and mirror segment that have 2 extra GUCs
[gpadmin@mdw ~]$ gpconfig -s Debug_persistent_print --file-compare | grep "value: on"
[context: 8] [dbid: 10] [name: Debug_persistent_print] [value: on | file: on]
[context: 8] [dbid: 298] [name: Debug_persistent_print] [value: on | file: on]
- These 2 GUCs print much more debugging information in a log file.
- The GUCs were removed from the postgresql.conf file after confirming that this information is not needed anymore.
- The database was then restarted.
- The log file size on the segment was then the same other segments.