[ 
https://issues.apache.org/jira/browse/GEODE-6777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16855021#comment-16855021
 ] 

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

Commit 7ce0f51ef8b64fb2db96a28a6d0470e06155bf85 in geode's branch 
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7ce0f51 ]

GEODE-6777: Create gateway senders command should only return when 
DistributedSystemMXBean reflects creation status (#3643)



> Create gateway senders command should only return when 
> DistributedSystemMXBean reflects creation status
> -------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-6777
>                 URL: https://issues.apache.org/jira/browse/GEODE-6777
>             Project: Geode
>          Issue Type: Improvement
>          Components: gfsh
>            Reporter: Jens Deppe
>            Priority: Major
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Currently, the following sequence of commands will fail:
> {noformat}
> $GEODE_HOME/bin/gfsh -e "connect --locator=localhost[10334]" \
>   -e "create gateway-sender --id=gs --parallel=false 
> --remote-distributed-system-id=1" \
>   -e "create region --name=region --type=REPLICATE 
> --gateway-sender-id=gs"{noformat}
> With an error indicating that the gateway sender does not exist. This is due 
> to the time it takes for the creation to be registered in the 
> {{DistributedSystemMXBean}}. We should only return from this command once the 
> appropriate constructs are visible in the bean.
> Once fixed, we can remove 
> {{MemberVM.waitUntilGatewaySendersAreReadyOnExactlyThisManyServers}}.



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

Reply via email to