[
https://issues.apache.org/jira/browse/IGNITE-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15274070#comment-15274070
]
ASF GitHub Bot commented on IGNITE-3094:
----------------------------------------
GitHub user isapego reopened a pull request:
https://github.com/apache/ignite/pull/694
IGNITE-3094: Default host now is empty.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/isapego/ignite ignite-3094
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/694.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #694
----
commit c086dfc7034a573f7d7d83b2fcaa0a1b07e2b0d0
Author: isapego <[email protected]>
Date: 2016-05-06T13:57:11Z
IGNITE-3094: Default host now is empty.
----
> ODBC: localhost should not be used as default host.
> ---------------------------------------------------
>
> Key: IGNITE-3094
> URL: https://issues.apache.org/jira/browse/IGNITE-3094
> Project: Ignite
> Issue Type: Task
> Components: odbc
> Affects Versions: 1.5.0.final
> Reporter: Vladimir Ozerov
> Assignee: Igor Sapego
> Fix For: 1.6
>
>
> *Problem*
> Currently we use "localhost" as default host to connect to. This is wrong
> because normally user will connect to remote cluster and this setting is
> almost certainly invalid.
> To the contrast, default port 10800 makes perfect sense because this is
> expected port.
> *Solution*
> We should not have any defaults for host.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)