You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Tommy Becker (JIRA)" <ji...@apache.org> on 2017/03/01 16:49:45 UTC

[jira] [Created] (SAMZA-1112) BrokerProxy does not log fatal errors

Tommy Becker created SAMZA-1112:
-----------------------------------

             Summary: BrokerProxy does not log fatal errors
                 Key: SAMZA-1112
                 URL: https://issues.apache.org/jira/browse/SAMZA-1112
             Project: Samza
          Issue Type: Bug
    Affects Versions: 0.12.0
            Reporter: Tommy Becker
            Assignee: Tommy Becker


We hit an issue today where having a large backlog of messages to process caused an OutOfMemoryError in one our our jobs, presumably due to the BrokerProxy's default buffer size of 50k messages being too large. The issue though was that the error was not logged, and from the logs it appeared that the job just spontaneously exited. 

Looking at the BrokerProxy, there is no UncaughtExceptionHandler set for its thread, so any fatal errors only go to stderr.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)