[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Enis Soztutar updated ZOOKEEPER-1596:
-------------------------------------

    Attachment: zookeeper-1596_v1.patch

Attaching simple patch. Also applies to 3.4. 
                
> Zab1_0Test should ensure that the file is closed
> ------------------------------------------------
>
>                 Key: ZOOKEEPER-1596
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1596
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.5.0, 3.4.5
>            Reporter: Enis Soztutar
>         Attachments: zookeeper-1596_v1.patch
>
>
> Zab1_0Test fails on windows with: 
> {code}
> java.io.IOException: Could not rename temporary file 
> C:\Users\ADMINI~1\AppData\Local\Temp\2\test6831881113551099349dir\version-2\acceptedEpoch.tmp
>  to C:\Users\A
> DMINI~1\AppData\Local\Temp\2\test6831881113551099349dir\version-2\acceptedEpoch
>         at 
> org.apache.zookeeper.common.AtomicFileOutputStream.close(AtomicFileOutputStream.java:82)
>         at 
> org.apache.zookeeper.server.quorum.QuorumPeer.writeLongToFile(QuorumPeer.java:1121)
>         at 
> org.apache.zookeeper.server.quorum.QuorumPeer.setAcceptedEpoch(QuorumPeer.java:1148)
>         at 
> org.apache.zookeeper.server.quorum.Learner.registerWithLeader(Learner.java:281)
>         at 
> org.apache.zookeeper.server.quorum.Follower.followLeader(Follower.java:72)
>         at 
> org.apache.zookeeper.server.quorum.Zab1_0Test$1.run(Zab1_0Test.java:450)
> {code}
> The file handlers currentEpoch and acceptedEpoch are not closed, so delete 
> fails on windows. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to