mirror of
https://github.com/rsyslog/rsyslog.git
synced 2026-08-30 17:30:16 +02:00
If the database rejected some entry, making the statement fail on it, the batch was not cleaned and the same values were retried over and over, causing a cascade of failures and a denial of service. We use now OCI_BATCH_ERRORS so that everything valid in the batch is inserted, and rejected values can be discarded.