[ 
https://issues.apache.org/jira/browse/HDFS-15836?focusedWorklogId=553556&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-553556
 ]

ASF GitHub Bot logged work on HDFS-15836:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Feb/21 11:19
            Start Date: 17/Feb/21 11:19
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on pull request #2702:
URL: https://github.com/apache/hadoop/pull/2702#issuecomment-780487969


   I'm sorry. I thought I'd tested everything, at least through the IDE, but 
was wrong. The new test really tries to determine what supports hflush/hsync 
and what just pretends to by not raising an exception in hflush() but which 
doesn't actually update the output. Apparently the HBase team care about 
durable storage of their WAL. I've given them the probes, the validation *and 
the ability to use a RAID-5 local FS as the WAL destination*


----------------------------------------------------------------
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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 553556)
    Time Spent: 1h 20m  (was: 1h 10m)

> RBF: Fix contract tests after HADOOP-13327
> ------------------------------------------
>
>                 Key: HDFS-15836
>                 URL: https://issues.apache.org/jira/browse/HDFS-15836
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: rbf
>            Reporter: Akira Ajisaka
>            Assignee: Akira Ajisaka
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.3.1, 3.4.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> {noformat}
> [ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
> 19.094 s <<< FAILURE! - in 
> org.apache.hadoop.fs.contract.router.TestRouterHDFSContractCreate
> [ERROR] 
> testSyncable(org.apache.hadoop.fs.contract.router.TestRouterHDFSContractCreate)
>   Time elapsed: 0.102 s  <<< FAILURE!
> java.lang.AssertionError: Should not have capability: hflush in 
> FSDataOutputStream{wrappedStream=DFSOutputStream:block==null}
>       at org.junit.Assert.fail(Assert.java:88)
>       at org.junit.Assert.assertTrue(Assert.java:41)
>       at org.junit.Assert.assertFalse(Assert.java:64)
>       at 
> org.apache.hadoop.fs.contract.ContractTestUtils.assertCapabilities(ContractTestUtils.java:1553)
>       at 
> org.apache.hadoop.fs.contract.AbstractContractCreateTest.validateSyncableSemantics(AbstractContractCreateTest.java:497)
>       at 
> org.apache.hadoop.fs.contract.AbstractContractCreateTest.testSyncable(AbstractContractCreateTest.java:459)
>       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)
>       at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>       at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>       at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>       at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>       at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>       at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>       at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>       at 
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
>       at 
> org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
>       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>       at java.lang.Thread.run(Thread.java:748)
> {noformat}
> https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2696/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs-rbf.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]

Reply via email to