[ https://issues.apache.org/jira/browse/HIVE-4882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13712450#comment-13712450 ]
Brock Noland commented on HIVE-4882: ------------------------------------ Work around is a restart of the ptest2 webservice. > PTest2 via the Cloud Provider doesn't replace bad hosts if an exception occurs > ------------------------------------------------------------------------------ > > Key: HIVE-4882 > URL: https://issues.apache.org/jira/browse/HIVE-4882 > Project: Hive > Issue Type: Bug > Reporter: Brock Noland > > In PTest2 if there is an exception during a run, we don't replace the bad > hosts. Specifically this code in PTest.run should be in a finally block: > {noformat} > for(HostExecutor hostExecutor : mHostExecutors) { > if(hostExecutor.remainingDrones() == 0) { > mExecutionContext.addBadHost(hostExecutor.getHost()); > } > } > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira