You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2018/02/01 22:52:51 UTC

[jira] [Closed] (GEODE-183) Warning message about multiple replies logged when performing a backup

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

Swapnil Bawaskar closed GEODE-183.
----------------------------------

> Warning message about multiple replies logged when performing a backup
> ----------------------------------------------------------------------
>
>                 Key: GEODE-183
>                 URL: https://issues.apache.org/jira/browse/GEODE-183
>             Project: Geode
>          Issue Type: Bug
>          Components: management
>            Reporter: Dan Smith
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> This warning message is logged when issuing a backup command through gfsh.
> [warning 2015/07/30 17:57:03.950 PDT locator1 <RMI TCP Connection(5)-127.0.0.1> tid=0x69] Received reply from member 172.16.115.205(locator1:105277:locator)<v0>:54895 but was not expecting one. More than one reply may have been received. The reply that was not expected is: com.gemstone.gemfire.admin.internal.FinishBackupResponse: [91384a78-4703-416e-881f-f17c6b85ec4e [172.16.115.205:/home/dsmith/data/manual_test/locator1/ConfigDiskDir_locator1]]
> To reproduce
> {noformat}
> gfsh start locator --name=locator1 --port=55221
> gfsh start server --name=server1 --J=-Dgemfire.locators=localhost[55221] --J=-Dgemfire.mcast-port=0 
> gfsh create region --name=region1 --type=REPLICATE_PERSISTENT
> gfsh backup disk-store --dir=/tmp/backup1
> {noformat}
> Looking at the code in FinishBackupRequest, the issue is that the locator performing the backup locally on any disk stores present on the locator. It passes the result of that backup into the reply processor. The reply processor logs this warning because it was only initialized to expect replies from the other members, not from the locator itself.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)