Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A-Stack Runtime Error Message

Error TypeMessageDescription
FATAL

FATAL

FATAL
















WARN

"%s: Maximum queue size (%d) reached: %d", getName(), defMaxQueueSize, size

Example: TestFacet: Maximum queue size (1000) reached: 1000. Maximum queue size. Maximum queue size is configured via sff.max.queue.size parameter

This is usually indicative that the server is busy and the processing is more time than the new items to process. Look for NullChannleCount value, This will be higher as well.
WARN

Error Handling in Applications

...