You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Prabhu Joseph (Jira)" <ji...@apache.org> on 2019/11/29 17:04:00 UTC

[jira] [Created] (YARN-10006) IOException used in place of YARNException in CapaitySheduler

Prabhu Joseph created YARN-10006:
------------------------------------

             Summary: IOException used in place of YARNException in CapaitySheduler
                 Key: YARN-10006
                 URL: https://issues.apache.org/jira/browse/YARN-10006
             Project: Hadoop YARN
          Issue Type: Bug
          Components: capacity scheduler
    Affects Versions: 3.3.0
            Reporter: Prabhu Joseph


IOException used in place of YARNException in CapaityScheduler. As per YARNException Doc,
{code:java}
/**
 * YarnException indicates exceptions from yarn servers. On the other hand,
 * IOExceptions indicates exceptions from RPC layer.
 */
{code}
Below methods throws IOException but it is suppose to throw YarnException.

CapaityShedulerQueueManager#parseQueue <- initializeQueues <- CapacityScheduler#initializeQueues <- initScheduler <- serviceInit



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org