Done
Details
Assignee
Julio PasinattoJulio PasinattoReporter
Philipp MalkmusPhilipp MalkmusLabels
Needs QA
YesFix versions
Affects versions
Priority
Low
Details
Details
Assignee
Julio Pasinatto
Julio PasinattoReporter
Philipp Malkmus
Philipp MalkmusLabels
Needs QA
Yes
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created March 6, 2024 at 9:55 PM
Updated August 21, 2024 at 8:03 AM
Resolved August 12, 2024 at 6:14 PM
Description: The log rotation functionality ceases to operate correctly when the
proxy_protocol_networks=*
option is enabled in the XtraDBCluster Custom Resource configuration. This issue manifests as an error during the execution of thepostrotate-mysql.sh
script, subsequently preventing logs from being collected. Additionally, this results in the deletion of the/var/lib/mysql/mysqld-error.log
file, halting the logcollector's ability to forward logs to stdout.Temporary Solution: Removing the
proxy_protocol_networks
option from the configuration restores log rotation functionality. However, a permanent fix is required to support the proxy protocol without impacting log rotation.