You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/04/02 17:03:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16422777#comment-16422777 ] 

ASF subversion and git services commented on GEODE-4893:
--------------------------------------------------------

Commit 8b8cef12fa423cbd0e18dd9ddcf7793e8f0090c5 in geode's branch refs/heads/develop from [~jinmeiliao]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8b8cef1 ]

GEODE-4893: Improve reloading the cluster configuration on existing vanilla servers



> 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
>          Time Spent: 1h
>  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)