[
https://issues.apache.org/jira/browse/STORM-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Li reassigned STORM-3651:
-------------------------------
Assignee: Ethan Li
> Give producerTasks in ExecutorTransferMultiThreadingTest.testExecutorTransfer
> more time to finish
> -------------------------------------------------------------------------------------------------
>
> Key: STORM-3651
> URL: https://issues.apache.org/jira/browse/STORM-3651
> Project: Apache Storm
> Issue Type: Test
> Reporter: Ethan Li
> Assignee: Ethan Li
> Priority: Minor
>
> Currently in ExecutorTransferMultiThreadingTest, we only wait for 100ms for
> the producerTasks to finish. Sometimes it is not enough in case of lack of
> cpu resources
> {code:java}
> executorService.awaitTermination(100, TimeUnit.MILLISECONDS);
> {code}
> We should increase it. This is just the maximum wait time.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)