[
https://issues.apache.org/jira/browse/STORM-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Li updated STORM-3651:
----------------------------
Summary: Give producerTasks in
ExecutorTransferMultiThreadingTest.testExecutorTransfer more time to finish
(was: Give producerTasks in ExecutorTransferMultiThreadingTest more time to
finish)
> 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
> 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)