[ https://issues.apache.org/jira/browse/TEZ-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300753#comment-15300753 ]
Bikas Saha commented on TEZ-3274: --------------------------------- This is a known limitation. The ideal solution is to split the VertexManager from a monolith to an composition of vertex modifier and scheduler. The root input manager is a modifier. Auto-reduce is a modifier. Slow start is a scheduler. > Vertex with MRInput and shuffle input does not respect slow start > ----------------------------------------------------------------- > > Key: TEZ-3274 > URL: https://issues.apache.org/jira/browse/TEZ-3274 > Project: Apache Tez > Issue Type: Bug > Reporter: Jonathan Eagles > > Vertices with shuffle input and MRInput choose RootInputVertexManager (and > not ShuffleVertexManager) and start containers and tasks immediately. In this > scenario, resources can be wasted since they do not respect > tez.shuffle-vertex-manager.min-src-fraction > tez.shuffle-vertex-manager.max-src-fraction. -- This message was sent by Atlassian JIRA (v6.3.4#6332)