You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (Jira)" <ji...@apache.org> on 2019/09/27 22:04:00 UTC

[jira] [Created] (GEODE-7252) IncrementalBackupDistributedTest.testMissingMemberInBaseline fails suspect string java.io.IOException: No backup currently in progress

Kirk Lund created GEODE-7252:
--------------------------------

             Summary: 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
            Reporter: Kirk Lund


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)