[
https://issues.apache.org/jira/browse/GEODE-6066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16709015#comment-16709015
]
ASF subversion and git services commented on GEODE-6066:
--------------------------------------------------------
Commit 0f5570d9adedf45de8a46893f8157aea18fb5889 in geode's branch
refs/heads/develop from BenjaminPerryRoss
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0f5570d ]
GEODE-6066: Added error for no members found in CreateDataSourceCommand (#2913)
* Added error for no members found in CreateDataSourceCommand
- Added an error case for when no servers are available when
CreateDataSourceCommand is run and Cluster Config is not enabled
* Fixed error output based on PR feedback
> gfsh create data-source should fail if no servers are running
> -------------------------------------------------------------
>
> Key: GEODE-6066
> URL: https://issues.apache.org/jira/browse/GEODE-6066
> Project: Geode
> Issue Type: Bug
> Components: extensions
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Currently create data-source will return Status.OK if no servers are running.
> But when that happens:
> # no validation of the data-source was done
> # no cluster config changes were made.
> So even though it returns OK is did not create the data-source.
> It should instead fail and say that at least one server is required when
> creating a data-source.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)