[GitHub] ignite pull request #2460: IGNITE-5790 SQL: Append UUID to names of Ignite i...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2460: IGNITE-5790 SQL: Append UUID to names of Ignite i...

andrey-kuznetsov
GitHub user alamar opened a pull request:

    https://github.com/apache/ignite/pull/2460

    IGNITE-5790 SQL: Append UUID to names of Ignite instances opened by JDBC

    All Ignite instances created by Jdbc driver should now be either named or appended with ignite-jdbc-driver-UUID to avoid conflicting with instances created in other places.
   
    Had to inline parts of IgnitionEx.start() to apply changes to every decision branch.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alamar/ignite ignite-5790

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2460.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 #2460
   
----
commit 05c45747750e10fc094a09a2189f895ffd768520
Author: Ilya Kasnacheev <[hidden email]>
Date:   2017-08-16T15:26:43Z

    IGNITE-5790 SQL: Append UUID to names of Ignite instances opened by JDBC.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2460: IGNITE-5790 SQL: Append UUID to names of Ignite i...

andrey-kuznetsov
Github user alamar closed the pull request at:

    https://github.com/apache/ignite/pull/2460


---