[ 
https://issues.apache.org/jira/browse/HADOOP-17040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17106103#comment-17106103
 ] 

Masatake Iwasaki commented on HADOOP-17040:
-------------------------------------------

{noformat}
[ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.491 s 
<<< FAILURE! - in 
org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService
[ERROR] 
testShutdown(org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService)  
Time elapsed: 0.29 s  <<< ERROR!
java.lang.RuntimeException: Blocking call returned too fast.
        at 
org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService.assertDidBlock(ITestBlockingThreadPoolExecutorService.java:139)
        at 
org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService.verifyQueueSize(ITestBlockingThreadPoolExecutorService.java:101)
        at 
org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService.testSubmitRunnable(ITestBlockingThreadPoolExecutorService.java:84)
        at 
org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService.testShutdown(ITestBlockingThreadPoolExecutorService.java:112)
        ...
{noformat}

{noformat}
[INFO] Running org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService
[ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.127 s 
<<< FAILURE! - in 
org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService
[ERROR] 
testSubmitRunnable(org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService)
  Time elapsed: 0.151 s  <<< ERROR!
java.lang.RuntimeException: Blocking call returned too fast.
        at 
org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService.assertDidBlock(ITestBlockingThreadPoolExecutorService.java:139)
        at 
org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService.verifyQueueSize(ITestBlockingThreadPoolExecutorService.java:101)
        at 
org.apache.hadoop.fs.s3a.ITestBlockingThreadPoolExecutorService.testSubmitRunnable(ITestBlockingThreadPoolExecutorService.java:84)
        ...
{noformat}

> Fix intermittent failure of ITestBlockingThreadPoolExecutorService
> ------------------------------------------------------------------
>
>                 Key: HADOOP-17040
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17040
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3, test
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Minor
>
> ITestBlockingThreadPoolExecutorService intermittently fails due to race on 
> creating thread pool.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to