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

[jira] [Closed] (GEODE-4893) import cluster configuration command shuts down the existing servers

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

Anthony Baker closed GEODE-4893.
--------------------------------

> import cluster configuration command shuts down the existing servers
> --------------------------------------------------------------------
>
>                 Key: GEODE-4893
>                 URL: https://issues.apache.org/jira/browse/GEODE-4893
>             Project: Geode
>          Issue Type: Bug
>          Components: configuration, docs, gfsh
>    Affects Versions: 1.4.0
>            Reporter: Jinmei Liao
>            Assignee: Jinmei Liao
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.6.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> `import cluster-configuration --zip-file-name=...` in a cluster which has locator and servers (Server has no application regions defined yet). the server is shutdown without any message in the logs as to why the server was shutdown. Gfsh says import was successful.
> On manual restart of the server I can see that the config was actually imported successfully.
>  
> We had added the feature that user can do an {{import cluster-configuration --zip-file-name=...}} without shutting down the vanilla servers, and the servers cache would just bounce. We should
>  # make sure the server's cache is completely empty. i.e. not just without regions, should not have any other entities like async event queue, disk stores etc.
>  # make sure after the import, the servers are not shut down.
> We have ClusterConfigImportDUnitTest.testImportWithRunningServer to test this scenaio, in the Dunit environment, the servers are not shut down after the import. We will need to write a similar acceptance tests to expose the problem.



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