Geoffrey Wossum
Geoffrey Wossum
Backport #25052 to 2.7
Fix race condition in TestPartition_PrependLogFile_Write_Fail.
Add documentation via LDAP sample configuration for LDAPS and LDAP client certificates. These are new features in the yet-to-be released Enterprise 1.11.7
Add `--pid-file` option to write PID files on startup. The PID filename is specified by the argument after `--pid-file`. Example: `influxd --pid-file /var/lib/influxd/influxd.pid` PID files are automatically removed when the...
Add a configuration option to write a PID file during influxd startup. The PID file should then be removed when influxd is shutdown.
Introduce a new CLI argument that specifies influxd should flush or snapshot all its WALs prior to completing shutdown. When this flag is set, influxd will perform cache snapshots on...
Replace uses of "%v" with "%w" where appropriate in file_store.go.