Description
MDCAwareThreadPoolExecutor has this line in it's{execute method
final Exception submitterStackTrace = new Exception("Submitter stack trace");
This means that every call via the a thread pool will create this exception, and only when it sees an error will it be used.