Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB69318711 for ; Thu, 20 Aug 2015 00:29:48 +0000 (UTC) Received: (qmail 62724 invoked by uid 500); 20 Aug 2015 00:29:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 62675 invoked by uid 500); 20 Aug 2015 00:29:46 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 62546 invoked by uid 99); 20 Aug 2015 00:29:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2015 00:29:46 +0000 Date: Thu, 20 Aug 2015 00:29:46 +0000 (UTC) From: "Paulo Motta (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-10129) Windows utest 2.2: RecoveryManagerTest.testRecoverPITUnordered failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-10129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Motta resolved CASSANDRA-10129. ------------------------------------- Resolution: Duplicate > Windows utest 2.2: RecoveryManagerTest.testRecoverPITUnordered failure > ---------------------------------------------------------------------- > > Key: CASSANDRA-10129 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10129 > Project: Cassandra > Issue Type: Bug > Reporter: Joshua McKenzie > Assignee: Paulo Motta > Labels: Windows > > {noformat} > FSWriteError in build\test\cassandra\commitlog;84\CommitLog-5-1439989060300.log > at org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:132) > at org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:149) > at org.apache.cassandra.db.commitlog.CommitLogSegmentManager.recycleSegment(CommitLogSegmentManager.java:359) > at org.apache.cassandra.db.commitlog.CommitLog.recover(CommitLog.java:167) > at org.apache.cassandra.db.commitlog.CommitLog.startUnsafe(CommitLog.java:441) > at org.apache.cassandra.db.commitlog.CommitLog.resetUnsafe(CommitLog.java:414) > at org.apache.cassandra.db.RecoveryManagerTest.testRecoverPITUnordered(RecoveryManagerTest.java:166) > Caused by: java.nio.file.AccessDeniedException: build\test\cassandra\commitlog;84\CommitLog-5-1439989060300.log > at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:83) > at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) > at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) > at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269) > at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103) > at java.nio.file.Files.delete(Files.java:1126) > at org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:126) > {noformat} > Failure started with build #89 but reverting CASSANDRA-9749 doesn't resolve it; I can reproduce the error locally even after revert/rebuild. > I've bashed my head against trying to get the CommitLogTests to behave on Windows enough times that I think we could use a new set of eyes on them. > Assigning to Paulo and taking review. -- This message was sent by Atlassian JIRA (v6.3.4#6332)