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

Hudson commented on HDFS-10722:
-------------------------------

SUCCESS: Integrated in Hadoop-trunk-Commit #10216 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/10216/])
HDFS-10722. Fix race condition in (kihwal: rev 
4a8e6dc02fb1d0dc89c3981b444575494511444a)
* 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLog.java


> Fix race condition in TestEditLog#testBatchedSyncWithClosedLogs
> ---------------------------------------------------------------
>
>                 Key: HDFS-10722
>                 URL: https://issues.apache.org/jira/browse/HDFS-10722
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: hdfs
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 2.8.0, 3.0.0-alpha2
>
>         Attachments: HDFS-10722.patch
>
>
> The test may fail the following assertion if async edit logs are enabled:
> {{logging edit without syncing should do not affect txid expected:<1> but 
> was:<2>}}.  The async thread is doing batched syncs in the background.  
> logSync just ensures the edit is durable, so the txid may increase prior to 
> sync.  It's a race.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to