[
https://issues.apache.org/jira/browse/HDFS-16184?focusedWorklogId=641089&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-641089
]
ASF GitHub Bot logged work on HDFS-16184:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Aug/21 13:27
Start Date: 24/Aug/21 13:27
Worklog Time Spent: 10m
Work Description: virajjasani opened a new pull request #3329:
URL: https://github.com/apache/hadoop/pull/3329
### Description of PR
Test TestBlockScanner#testSkipRecentAccessFile is flaky:
```
[ERROR]
testSkipRecentAccessFile(org.apache.hadoop.hdfs.server.datanode.TestBlockScanner)
Time elapsed: 3.936 s <<< FAILURE!
java.lang.AssertionError: Scan nothing for all files are accessed in last
period.
at org.junit.Assert.fail(Assert.java:89)
at
org.apache.hadoop.hdfs.server.datanode.TestBlockScanner.testSkipRecentAccessFile(TestBlockScanner.java:1015)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
```
### How was this patch tested?
Unit tests
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 641089)
Remaining Estimate: 0h
Time Spent: 10m
> De-flake TestBlockScanner#testSkipRecentAccessFile
> --------------------------------------------------
>
> Key: HDFS-16184
> URL: https://issues.apache.org/jira/browse/HDFS-16184
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Test TestBlockScanner#testSkipRecentAccessFile is flaky:
>
> {code:java}
> [ERROR]
> testSkipRecentAccessFile(org.apache.hadoop.hdfs.server.datanode.TestBlockScanner)
> Time elapsed: 3.936 s <<< FAILURE![ERROR]
> testSkipRecentAccessFile(org.apache.hadoop.hdfs.server.datanode.TestBlockScanner)
> Time elapsed: 3.936 s <<< FAILURE!java.lang.AssertionError: Scan nothing
> for all files are accessed in last period. at
> org.junit.Assert.fail(Assert.java:89) at
> org.apache.hadoop.hdfs.server.datanode.TestBlockScanner.testSkipRecentAccessFile(TestBlockScanner.java:1015)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> {code}
> e.g
> [https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3235/37/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt]
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]