[
https://issues.apache.org/jira/browse/IGNITE-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121413#comment-15121413
]
ASF GitHub Bot commented on IGNITE-2469:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/435
IGNITE-2469: ODBC processor simplified.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/isapego/ignite ignite-2469
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/435.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 #435
----
commit 27596864c51d87d71c6b1d6ec86e9e37e79f2948
Author: isapego <[email protected]>
Date: 2016-01-28T11:42:48Z
IGNITE-2469: Refactored ODBC requests handling.
commit d8e60282720ca2e5c1de9ea74a71aeff7a7c82c4
Author: isapego <[email protected]>
Date: 2016-01-28T12:04:51Z
IGNITE-2469: Removed unnecessary imports.
commit 3d18a7b16be7b9b7e337a47a5b4421ce522fd2a4
Author: isapego <[email protected]>
Date: 2016-01-28T12:42:18Z
IGNITE-2469: Removed OdbcTcpServer.
commit 29c7584fadba73c380418692d206000c12844f4c
Author: isapego <[email protected]>
Date: 2016-01-28T13:23:23Z
IGNITE-2469: OdbcTcpNioListener removed.
----
> ODBC: Remove OdbcProtocolHandler.
> ---------------------------------
>
> Key: IGNITE-2469
> URL: https://issues.apache.org/jira/browse/IGNITE-2469
> Project: Ignite
> Issue Type: Sub-task
> Components: odbc
> Affects Versions: 1.5.0.final
> Reporter: Vladimir Ozerov
> Assignee: Igor Sapego
> Fix For: 1.6
>
>
> The only thing this component does is additional complexity. Let's remove it
> and rework start logic as follows:
> 1) OdbcProcessor.constructor - instantiate all required components if
> isOdbcEnabled() == true
> 2) Remove all unnecessary abstractions like OdbcServer and OdbcTcpListener.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)