You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2020/06/10 18:02:39 UTC

[GitHub] [storm] Ethanlm commented on pull request #3285: [STORM-3620] fix errors introduced by cherry-picking from master branch

Ethanlm commented on pull request #3285:
URL: https://github.com/apache/storm/pull/3285#issuecomment-642170381


   `ExecutorTransferMultiThreadingTest` spawns many threads for a unit test. And 
   ```
    executorService.awaitTermination(100, TimeUnit.MILLISECONDS);
   ```
   it only waits for 100ms. 
   So sometimes it will fail if threads can't be allocated or finished quickly enough. We can fix it by increasing the timeout. But for now, I just rerun the build.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org