[ https://issues.apache.org/jira/browse/GEODE-7252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kirk Lund updated GEODE-7252: ----------------------------- Fix Version/s: 1.12.0 > IncrementalBackupDistributedTest.testMissingMemberInBaseline fails suspect > string java.io.IOException: No backup currently in progress > -------------------------------------------------------------------------------------------------------------------------------------- > > Key: GEODE-7252 > URL: https://issues.apache.org/jira/browse/GEODE-7252 > Project: Geode > Issue Type: Test > Components: tests > Affects Versions: 1.11.0 > Reporter: Kirk Lund > Assignee: Kirk Lund > Priority: Major > Labels: flaky > Fix For: 1.12.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > IncrementalBackupDistributedTest.testMissingMemberInBaseline intermittently > fails with suspect string {{java.io.IOException: No backup currently in > progress}}. > {noformat} > org.apache.geode.internal.cache.backup.IncrementalBackupDistributedTest > > testMissingMemberInBaseline FAILED > java.lang.AssertionError: Suspicious strings were written to the log > during this run. > Fix the strings or use IgnoredException.addIgnoredException to ignore. > ----------------------------------------------------------------------- > Found suspect string in log4j at line 1970 > [error 2019/09/27 21:50:39.144 GMT <Pooled Message Processor 2> tid=79] > Error processing request class > org.apache.geode.internal.cache.backup.FinishBackupRequest. > java.io.IOException: No backup currently in progress > at > org.apache.geode.internal.cache.backup.BackupService.doBackup(BackupService.java:69) > at > org.apache.geode.internal.cache.backup.FinishBackup.run(FinishBackup.java:36) > at > org.apache.geode.internal.cache.backup.FinishBackupRequest.createResponse(FinishBackupRequest.java:56) > at > org.apache.geode.internal.admin.remote.CliLegacyMessage.process(CliLegacyMessage.java:37) > at > org.apache.geode.distributed.internal.DistributionMessage.scheduleAction(DistributionMessage.java:372) > at > org.apache.geode.distributed.internal.DistributionMessage$1.run(DistributionMessage.java:436) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) > at > org.apache.geode.distributed.internal.ClusterOperationExecutors.runUntilShutdown(ClusterOperationExecutors.java:473) > at > org.apache.geode.distributed.internal.ClusterOperationExecutors.doProcessingThread(ClusterOperationExecutors.java:404) > at > org.apache.geode.internal.logging.LoggingThreadFactory.lambda$newThread$0(LoggingThreadFactory.java:119) > at java.base/java.lang.Thread.run(Thread.java:834) > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)