5.2. Run Time Errors and Warnings
WARNING: Number of errors: N, skipped probes: M
Errors, skipped probes, or both occurred during this run. N and M are the numbers of errors encountered and probes skipped due to conditions, such as too much time required to execute event handlers over an interval of time.
aggregate element not found
A statistics extractor function other than @count
was invoked on an aggregate that has not had any values accumulated yet. This is similar to a division by zero.
aggregation overflow
An array containing aggregate values contains too many distinct key pairs at this time.
MAXNESTING exceeded
Too many levels of function call nesting were attempted. The default nesting of function calls allowed is 10.
MAXACTION exceeded
The probe handler attempted to execute too many statements in the probe handler. The default number of actions allowed in a probe handler is 1000.