You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Hung Tran (JIRA)" <ji...@apache.org> on 2019/05/23 16:18:00 UTC

[jira] [Created] (GOBBLIN-780) Handle scenarios that causes the YarnAutoScalingManager to be stuck

Hung Tran created GOBBLIN-780:
---------------------------------

             Summary: Handle scenarios that causes the YarnAutoScalingManager to be stuck
                 Key: GOBBLIN-780
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-780
             Project: Apache Gobblin
          Issue Type: Task
            Reporter: Hung Tran


Issue 1: The YarnAutoScalingRunnable is run in a fixed schedule by a ScheduledExecutorService in YarnAutoScalingManager. If the runnable encounters an exception the the executor service will stop scheduling it. Catch all exceptions in the runnable, log, and do not re-raise.

Issue 2: The auto scaler may reduce the container count to 0. Helix will not schedule any flows if there are no participants connected. This results in the auto scaler keeping the container count at 0 and no progress is made. Fix this by not allowing the container count to be reduced below 1.

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)