-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
It's possible that an AsyncHandler could have a re-submitted to it if one of it's child handlers produces a log. This causes the queue to potentially fill up. We should check if a record comes from a the worker thread and take action on the record. The options seem to be:
- Ignore the record
- Pass the record through publishToNestedHandlers(). Note that this approach will block an AsyncHandler so this might not be ideal. However, it allows the subhandler to take action on the record.
- blocks
-
WFCORE-6596 AsyncHandler must not park worker thread
- Open
- is duplicated by
-
LOGMGR-339 AsyncHandler must not park worker thread
- Closed