Assertion failure when no contents from the log are specified in any format string #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Noticed by Nils with:
-g rawand this configuration:That would have the effect of just emitting the fixed string for every raw transaction (possibly filtered by a query) -- obviously very much a corner case, but nevertheless varnishevent shouldn't crash.
This is where the reader thread is ensuring that its local free list for records is not empty before it enters the main loop, unless one of the output formats specified contents that don't require any records, such as only XIDs, the timestamp for raw transactions, and so forth. But evidently this case should be covered as well.
Title changed from Assertion-Failure when no contents from the log are specified in any format string to Assertion failure when no contents from the log are specified in any format string