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

ASF GitHub Bot logged work on BEAM-8025:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Sep/19 14:50
            Start Date: 19/Sep/19 14:50
    Worklog Time Spent: 10m 
      Work Description: aromanenko-dev commented on pull request #9614: 
[BEAM-8025] Avoid embedded cluster clean at startup to avoid race condition in 
cleaning temp cassandra directory with the TemporaryFolder ClassRule.
URL: https://github.com/apache/beam/pull/9614#discussion_r326218503
 
 

 ##########
 File path: 
sdks/java/io/cassandra/src/test/java/org/apache/beam/sdk/io/cassandra/CassandraIOTest.java
 ##########
 @@ -130,6 +128,7 @@ public static void beforeClass() throws Exception {
             .withSavedCachesFolder(savedCache)
             .withShutdownHook(shutdownHook)
             .withJMXPort(jmxPort)
+            .cleanDataFilesAtStartup(false)
 
 Review comment:
   Is it possible that these data files won’t be cleaned up at all if it’s 
always called with `cleanDataFilesAtStartup(false)`?
 
----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 315102)
    Time Spent: 50m  (was: 40m)

> Cassandra IO classMethod test is flaky
> --------------------------------------
>
>                 Key: BEAM-8025
>                 URL: https://issues.apache.org/jira/browse/BEAM-8025
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-cassandra, test-failures
>    Affects Versions: 2.16.0
>            Reporter: Kyle Weaver
>            Assignee: Etienne Chauchot
>            Priority: Blocker
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The most recent runs of this test are failing:
> [https://builds.apache.org/job/beam_PreCommit_Java_Commit/7398/]
> [https://builds.apache.org/job/beam_PreCommit_Java_Commit/7399/console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to