[GitHub] ignite pull request #3731: IGNITE-8108: .NET: Fix flaky EntityFrameworkCache...

2018-04-02 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-8108: .NET: Fix flaky EntityFrameworkCacheInitializationTest.T…

…estConfigurationAndStartup

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

$ git pull https://github.com/gridgain/apache-ignite ignite-8108

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

https://github.com/apache/ignite/pull/3731.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 #3731


commit 096db41e45d21c386e7e1ff2c661e42492f55dae
Author: apopov <tank2.alex@...>
Date:   2018-04-02T14:12:59Z

IGNITE-8108: .NET: Fix flaky 
EntityFrameworkCacheInitializationTest.TestConfigurationAndStartup




---


[GitHub] ignite pull request #3690: IGNITE-7928 .NET: Exception is not propagated to ...

2018-03-23 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-7928 .NET: Exception is not propagated to the C# client and th…

…e app hangs

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

$ git pull https://github.com/gridgain/apache-ignite ignite-7928

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

https://github.com/apache/ignite/pull/3690.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 #3690


commit 7090407889d0ade418167054e7660c1af6cab48e
Author: apopov <tank2.alex@...>
Date:   2018-03-23T10:24:50Z

IGNITE-7928 .NET: Exception is not propagated to the C# client and the app 
hangs




---


[GitHub] ignite pull request #3615: Ignite 2.3.1.b3

2018-03-07 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite 2.3.1.b3



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

$ git pull https://github.com/gridgain/apache-ignite ignite-2.3.1.b3

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

https://github.com/apache/ignite/pull/3615.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 #3615


commit b433df44c99f0c21ca894e99e71317ba2466331f
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2017-10-30T15:31:59Z

IGNITE-6746 Persist system cache when persistent data regions are present

commit 7acc4d20b6bba249f659f2ec2f688cb35efa9975
Author: apopov <tank2.alex@...>
Date:   2018-03-07T11:51:07Z

Ported IGNITE-7530 .NET: Fix memory usage and performance for GetAll and 
query cursors in binary mode




---


[GitHub] ignite pull request #3612: Ignite 2.3.2.b3

2018-03-06 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite 2.3.2.b3



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

$ git pull https://github.com/gridgain/apache-ignite ignite-2.3.2.b3

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

https://github.com/apache/ignite/pull/3612.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 #3612


commit be91bbf8bcb7e9c71fe6d3bea0f79763f9606558
Author: Krzysztof Chmielewski <krzysiek.chmielewski@...>
Date:   2017-10-10T14:50:59Z

Fixed "IGNITE-6234 Initialize schemaIds to empty set if schemas field is 
null during the deserialization".

Signed-off-by: nikolay_tikhonov <ntikho...@gridgain.com>

commit 08389601728512dc4e7fa5b953f5afe34ae4506f
Author: AMRepo <andrey.mashenkov@...>
Date:   2017-10-10T08:57:20Z

IGNITE-6545: Failure during Ignite Service.cancel() can break normal 
shutdown process. This closes #2807.

(cherry picked from commit 8ffa109)

commit 57547b5afae059a0a6dfa13c08b2e0b6c0e96ebd
Author: devozerov <vozerov@...>
Date:   2017-10-13T09:34:35Z

Merge branch 'ignite-2.3.1' into ignite-2.3.2

commit 08798f8e47bdfdd68a557385ed2ce98b4bb1609a
Author: devozerov <vozerov@...>
Date:   2017-10-13T11:12:44Z

IGNITE-6605: SQL: common backup filter. This closes #2836.

commit 2b59a241de3935a338842b8fc3221aedc8e11e1d
Author: devozerov <vozerov@...>
Date:   2017-10-16T07:33:36Z

IGNITE-6631: Minor improvements to GridH2KeyValueRowOnheap. This closes 
#2855.

commit 98438c954c5f9a08634cf3132361268456397864
Author: devozerov <vozerov@...>
Date:   2017-10-16T09:38:54Z

IGNITE-6632: SQL: simplified GridH2Row inheritance tree. This closes #2856.

commit 95b7ab518dd3c3db6fcc5142c2ee85da2516c2b6
Author: devozerov <vozerov@...>
Date:   2017-10-16T10:37:11Z

IGNITE-6634: Removed IgniteDistributedJoinTestSuite. It's tests are 
distributed between "Query" and "Query 2" suites. This closes #2857.

commit 9c91deff877ebc0eed84559d4abca71408e3cb0a
Author: devozerov <vozerov@...>
Date:   2017-10-16T13:46:13Z

Merge branch 'ignite-2.3.1' into ignite-2.3.2

commit 911ab7ab7a8a6968d219b053adb2338477738506
Author: Alexey Popov <tank2.alex@...>
Date:   2017-10-17T11:45:42Z

IGNITE-6627 .NET: Fix serialization of enums within generic collections

* Fix EnumEqualityComparer serialization
* Fix enum arrays serialization
* Fix empty objects missing metadata

This closes #2864

commit 3ba374c319ac7048a05871692060e2f143d6acdf
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-06T17:11:37Z

IGNITE-6463 Web Console: Fixed output of big numbers in SQL query results.
(cherry picked from commit 35589a7)

commit b67feb0f175bfbd6ffbefe82a8d693c8ab7d4213
Author: Vasiliy Sisko <vsisko@...>
Date:   2017-10-09T10:55:23Z

IGNITE-5767 Web console: Use byte array type instead of java.lang.Object 
for binary JDBC types.
(cherry picked from commit 3184437)

commit 8e1560322b87d79b3d3250832a3969ac4032d6fc
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-06T18:10:08Z

IGNITE-6574 Remove pending requests in case STATUS_AUTH_FAILURE && 
credentials == null.
(cherry picked from commit 85261a3)

commit 7a0300ae35894c389b126e95615f720a99a3d360
Author: devozerov <vozerov@...>
Date:   2017-10-18T11:18:08Z

Merge branch 'ignite-2.3.1' into ignite-2.3.2

commit ad01f9b099d0bf92537378859ad6d5a52de57748
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-19T02:43:20Z

IGNITE-6647 Web Console: Implemented support of schema migration scripts.
(cherry picked from commit c65399c)

commit 0c66344bc752dac98b256dd140fcab95d1662862
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-10-19T09:36:39Z

IGNITE-6627 .NET: Fix repeated known metadata updates

This closes #2876

commit 1b8abd214ed2afcd3fd1f6a4c71a19d6fe1a4b01
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-20T04:23:23Z

IGNITE-6647 Added missing Mongo injector.
(cherry picked from commit 173ecef)

commit a221066b3d029afc392be704a810c0e830fc0c49
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-20T14:15:02Z

IGNITE-6647 Web Console: Added folder for modules migrations.
(cherry picked from commit 3700717)

commit da8a9d5a968ba071697a28adb01bc59f80d1893c
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-10-23T08:55:33Z

Merge branch 'ignite-2.3.1' into ignite-2.3.2

# Conflicts:
#   
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj

commit 69fdac3acf768ecb9df80d4412c4de5ffd5bc4f5
Author: Dmitriy Shabalin <dshabalin@...>
Date:   2017-10-23T09:09:47Z

IGNITE-5909 Added list editable co

[GitHub] ignite pull request #3608: IGNITE-7889: .NET: linq GroupBy and Where does no...

2018-03-06 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-7889: .NET: linq GroupBy and Where does not work together



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7889

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

https://github.com/apache/ignite/pull/3608.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 #3608


commit 6156e04a4c8af1bc599cbbfeb30c7726264ab6ea
Author: apopov <tank2.alex@...>
Date:   2018-03-06T14:38:31Z

IGNITE-7889: .NET: linq GroupBy and Where does not work together




---


[GitHub] ignite pull request #3595: IGNITE-7851: .NET: linq query throws Hexadecimal ...

2018-03-02 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-7851: .NET: linq query throws Hexadecimal string with odd numb…

…er of characters exception

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

$ git pull https://github.com/gridgain/apache-ignite ignite-7851

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

https://github.com/apache/ignite/pull/3595.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 #3595


commit f0575df148e7c6e9a952a9da601adb09536914db
Author: apopov <tank2.alex@...>
Date:   2018-03-02T09:54:39Z

IGNITE-7851: .NET: linq query throws Hexadecimal string with odd number of 
characters exception




---


[GitHub] ignite pull request #3535: FIx flacky .Net test ServicesTest.TestCallJavaSer...

2018-02-16 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

FIx flacky .Net test ServicesTest.TestCallJavaService



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

$ git pull https://github.com/gridgain/apache-ignite ignite-gg-13485

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

https://github.com/apache/ignite/pull/3535.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 #3535


commit be91bbf8bcb7e9c71fe6d3bea0f79763f9606558
Author: Krzysztof Chmielewski <krzysiek.chmielewski@...>
Date:   2017-10-10T14:50:59Z

Fixed "IGNITE-6234 Initialize schemaIds to empty set if schemas field is 
null during the deserialization".

Signed-off-by: nikolay_tikhonov <ntikho...@gridgain.com>

commit 08389601728512dc4e7fa5b953f5afe34ae4506f
Author: AMRepo <andrey.mashenkov@...>
Date:   2017-10-10T08:57:20Z

IGNITE-6545: Failure during Ignite Service.cancel() can break normal 
shutdown process. This closes #2807.

(cherry picked from commit 8ffa109)

commit 57547b5afae059a0a6dfa13c08b2e0b6c0e96ebd
Author: devozerov <vozerov@...>
Date:   2017-10-13T09:34:35Z

Merge branch 'ignite-2.3.1' into ignite-2.3.2

commit 08798f8e47bdfdd68a557385ed2ce98b4bb1609a
Author: devozerov <vozerov@...>
Date:   2017-10-13T11:12:44Z

IGNITE-6605: SQL: common backup filter. This closes #2836.

commit 2b59a241de3935a338842b8fc3221aedc8e11e1d
Author: devozerov <vozerov@...>
Date:   2017-10-16T07:33:36Z

IGNITE-6631: Minor improvements to GridH2KeyValueRowOnheap. This closes 
#2855.

commit 98438c954c5f9a08634cf3132361268456397864
Author: devozerov <vozerov@...>
Date:   2017-10-16T09:38:54Z

IGNITE-6632: SQL: simplified GridH2Row inheritance tree. This closes #2856.

commit 95b7ab518dd3c3db6fcc5142c2ee85da2516c2b6
Author: devozerov <vozerov@...>
Date:   2017-10-16T10:37:11Z

IGNITE-6634: Removed IgniteDistributedJoinTestSuite. It's tests are 
distributed between "Query" and "Query 2" suites. This closes #2857.

commit 9c91deff877ebc0eed84559d4abca71408e3cb0a
Author: devozerov <vozerov@...>
Date:   2017-10-16T13:46:13Z

Merge branch 'ignite-2.3.1' into ignite-2.3.2

commit 911ab7ab7a8a6968d219b053adb2338477738506
Author: Alexey Popov <tank2.alex@...>
Date:   2017-10-17T11:45:42Z

IGNITE-6627 .NET: Fix serialization of enums within generic collections

* Fix EnumEqualityComparer serialization
* Fix enum arrays serialization
* Fix empty objects missing metadata

This closes #2864

commit 3ba374c319ac7048a05871692060e2f143d6acdf
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-06T17:11:37Z

IGNITE-6463 Web Console: Fixed output of big numbers in SQL query results.
(cherry picked from commit 35589a7)

commit b67feb0f175bfbd6ffbefe82a8d693c8ab7d4213
Author: Vasiliy Sisko <vsisko@...>
Date:   2017-10-09T10:55:23Z

IGNITE-5767 Web console: Use byte array type instead of java.lang.Object 
for binary JDBC types.
(cherry picked from commit 3184437)

commit 8e1560322b87d79b3d3250832a3969ac4032d6fc
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-06T18:10:08Z

IGNITE-6574 Remove pending requests in case STATUS_AUTH_FAILURE && 
credentials == null.
(cherry picked from commit 85261a3)

commit 7a0300ae35894c389b126e95615f720a99a3d360
Author: devozerov <vozerov@...>
Date:   2017-10-18T11:18:08Z

Merge branch 'ignite-2.3.1' into ignite-2.3.2

commit ad01f9b099d0bf92537378859ad6d5a52de57748
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-19T02:43:20Z

IGNITE-6647 Web Console: Implemented support of schema migration scripts.
(cherry picked from commit c65399c)

commit 0c66344bc752dac98b256dd140fcab95d1662862
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-10-19T09:36:39Z

IGNITE-6627 .NET: Fix repeated known metadata updates

This closes #2876

commit 1b8abd214ed2afcd3fd1f6a4c71a19d6fe1a4b01
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-20T04:23:23Z

IGNITE-6647 Added missing Mongo injector.
(cherry picked from commit 173ecef)

commit a221066b3d029afc392be704a810c0e830fc0c49
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-10-20T14:15:02Z

IGNITE-6647 Web Console: Added folder for modules migrations.
(cherry picked from commit 3700717)

commit da8a9d5a968ba071697a28adb01bc59f80d1893c
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-10-23T08:55:33Z

Merge branch 'ignite-2.3.1' into ignite-2.3.2

# Conflicts:
#   
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj

commit 69fdac3acf768ecb9df80d4412c4de5ffd5bc4f5
Author: Dmitriy Shabalin <dshabalin@...>
Date:   2017-10-23T09:09:47Z


[GitHub] ignite pull request #3498: IGNITE-3111 .NET: Configure SSL without Spring

2018-02-09 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-3111 .NET: Configure SSL without Spring



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

$ git pull https://github.com/gridgain/apache-ignite ignite-3111

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

https://github.com/apache/ignite/pull/3498.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 #3498


commit 10fe94c28b62cadabdced66776f8761d602b0468
Author: apopov <tank2.alex@...>
Date:   2018-02-09T11:55:29Z

IGNITE-3111 .NET: Configure SSL without Spring




---


[GitHub] ignite pull request #3353: IGNITE-7191 JDBC: set socket buffer to 64k by def...

2018-01-10 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-7191 JDBC: set socket buffer to 64k by default



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7191

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

https://github.com/apache/ignite/pull/3353.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 #3353


commit 5f6bd3e2fa0567160031cdd067b3e2b1f20c9972
Author: apopov <tank2.alex@...>
Date:   2018-01-10T16:08:05Z

IGNITE-7191 JDBC: set socket buffer to 64k by default




---


[GitHub] ignite pull request #3278: Ignite 2.1.10

2017-12-22 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite 2.1.10



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

$ git pull https://github.com/gridgain/apache-ignite ignite-2.1.10

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

https://github.com/apache/ignite/pull/3278.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 #3278


commit be60c08687f873a278d882666b61d60af7c0205c
Author: dpavlov <dpavlov@...>
Date:   2017-09-19T12:23:18Z

IGNITE-6428 Fixed IgniteOOME in PDS Indexing suite (increased memory policy 
size) - Fixes #2690.

Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>

commit 718e365f47bb5c91bc910854a7626b1933c83e59
Author: Igor Sapego <igorsapg@...>
Date:   2017-09-19T13:23:54Z

IGNITE-6099: ODBC: Implemented SQLGetInfo for all info types. This closes 
#2689.

commit 915682bd5facee9dd62fc5d6dfb35e37ff601db8
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-09-19T13:32:07Z

IGNITE-6399 .NET: Added ClientConnectorConfiguration. This closes #2696.

commit 433879963db63103ba597e67e703f6ab7d3c64e1
Author: vsisko <vsisko@...>
Date:   2017-09-19T17:10:46Z

IGNITE-6431 Web console: Fixed duplicate "Partition loss policy" field.
(cherry picked from commit 2299589)

commit 6318c1a15f05e952c22e42e6e238816d7ffdb0ca
Author: vsisko <vsisko@...>
Date:   2017-09-20T10:19:58Z

IGNITE-6376 Web console: Enable task and job events in demo mode by default.
(cherry picked from commit ff17783)

commit 668e29fa2766ad5f0fda829e027b777407d9ca4f
Author: vsisko <vsisko@...>
Date:   2017-09-20T10:27:14Z

IGNITE-6304 Fixed script execution after throttling interval.
(cherry picked from commit d1f178f)

commit 4e38b792517ff182391b78821937db57353a7388
Author: Dmitriy Shabalin <dshabalin@...>
Date:   2017-09-20T12:00:09Z

IGNITE-6435 Web Console: Added version to footer.
(cherry picked from commit 3c75184)

commit 1a6461582eac95e1e51faf8acd9b8bd10394dd47
Author: vsisko <vsisko@...>
Date:   2017-09-20T12:07:55Z

IGNITE-6449 Added missing cache configuration properties.
(cherry picked from commit 9b2bca7)

commit bd60ab1fa6aaf433849e8a052af41a2a333c7904
Author: Pavel Tupitsyn <ptupitsyn@...>
Date:   2017-09-20T13:49:49Z

IGNITE-6250 .NET: Thin client: Basic exception handling

This closes #2698

commit 58ba0d229476b502241940e474c25f0d895c
Author: Ilya Borisov <klaster1@...>
Date:   2017-09-21T03:25:19Z

IGNITE-6446 Fix permission transition hook and permissions for basic 
configuration screen.
(cherry picked from commit 0f8a2bf)

commit 3847b47752db7d83c85a76e09964fd154e2f0cc4
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-09-21T07:36:08Z

IGNITE-6461 Web Console: Sanitize user on save.
(cherry picked from commit 1b6873c)

commit 931320f6ded6f927931c6dca2b9ed6795632365c
Author: tledkov-gridgain <tledkov@...>
Date:   2017-09-21T11:40:13Z

IGNITE-6457: JDBC thin driver: now schema in URL string is case-insensitive 
by default. This closes #2712.

commit b6d570fb0d5cc5638f857a5aa463600a942fbba0
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2017-09-21T13:37:42Z

IGNITE-6342 Fixed exchange hanging on eviction when partition is lost

commit f5ff60eb72cf6bf55511b2c73f841eb50af59526
Author: Alexey Kuznetsov <akuznetsov@...>
Date:   2017-09-21T14:13:59Z

Web Console: minor refactoring.
(cherry picked from commit abe4ee8)

commit 099d33ceaee8bb8b3edbd1bee91a580572537e45
Author: tledkov-gridgain <tledkov@...>
Date:   2017-09-21T14:46:47Z

IGNITE-6448: Fixed a bug causing stale SQL statement to reside in cache 
after ALTER TABLE command. This closes #2702.

commit be8afd4f39599b7e26ad148331c5aa6ba4faf513
Author: tledkov-gridgain <tledkov@...>
Date:   2017-09-21T14:51:26Z

IGNITE-6465: JDBC thin driver: added SQLSTATE propagation for 
BatchUpdateException. This closes #2719.

commit 111d8abbe6ec7710c7f0e7ebe6d43f3ccb904dcb
Author: Alexei Scherbakov <alexey.scherbakoff@...>
Date:   2017-09-21T14:40:16Z

IGNITE-6228 Avoid closing page store by thread interruption. Fixes #2715

commit aeb4aeaef44ff7abc152f3942dee9e40086bc69c
Author: EdShangGG <eshangareev@...>
Date:   2017-09-21T15:36:37Z

ignite-6470 Fixed wrong casting og long value to int

Signed-off-by: Andrey Gura <ag...@apache.org>

(cherry picked from commit b98ffab)

commit 21d7fed8a43ba4606eaf850438fc39fcc3223d1c
Author: Alexander Paschenko <alexander.a.paschenko@...>
Date:   2017-09-21T15:51:18Z

IGNITE-6316: SQL: fixed CacheConfiguration persistence logic for DDL 
operations. This closes #2701.

commit e82f077df78972a58fdd06917839445711432705
Author: Dmitriy Govorukh

[GitHub] ignite pull request #3221: Ignite gg 13200

2017-12-13 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite gg 13200



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

$ git pull https://github.com/gridgain/apache-ignite ignite-gg-13200

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

https://github.com/apache/ignite/pull/3221.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 #3221


commit f1b9cdc0716a1b23f54d68ce0fe19eb85107567d
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-14T18:37:54Z

GG-12354: Partial fix of IGNITE-5473: Introduce troubleshooting logger.

commit beb2409cfe2045789443d47de735d879961d371e
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T09:26:06Z

GG-12352: Forcible node drop makes cluster instable in some cases.
Disable forcible node drop by default.

commit 802f18fc250cbae8959192c78bb28dc525ed3cf7
Author: AMRepo <andrey.mashen...@gmail.com>
Date:   2017-06-22T21:24:57Z

Fix compilation

commit 39d2dec85a3c571dfdb1cd6189b53ae2413a5d22
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T10:41:30Z

Merge branch 'ignite-1.7.12-b2' into ignite-1.8.8

# Conflicts:
#   modules/core/src/main/java/org/apache/ignite/internal/GridTopic.java
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/IgniteIoTestMessage.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/service/GridServiceProcessor.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/task/GridTaskThreadContextKey.java
#   
modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.java
#   
modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite5.java

commit 96445156143b46b664f785b353463dd435ac342d
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T10:42:44Z

Merge remote-tracking branch 'origin/ignite-1.8.8' into ignite-1.8.8

# Conflicts:
#   
modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite5.java

commit 7c569f15a80ab9301c21011d2c9159e311e46cef
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T10:48:10Z

Merge remote-tracking branch 'origin/ignite-1.8.7.p1' into ignite-1.8.8

commit a64339449be8fa602cab3f2868c5f74004a7b747
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-06-23T13:57:49Z

IGNITE-4370: Implemented writing of batch of parameters for ODBC.

(cherry picked from commit c10be5780589cc84e7929e234e4411d515166e0b)
(cherry picked from commit d268b32cb252a5f06887d2b803d27ddc20ded95f)

commit cbe5df51c423568782e31245c7f1aa06c9ba3be1
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-06-13T16:47:00Z

IGNITE-5478: ODBC: SQLNumParams now returns number of required parameters.

(cherry picked from commit b1c56a1)

(cherry picked from commit 4a8f295)

commit 9ad513e68b89e907f7db36a3f3f0daca0e5986e6
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-06-23T14:06:40Z

IGNITE-5478: Fix for cherry pick

(cherry picked from commit a2a4ec1ee9794cb542f146a07c6c67002cad444e)

commit bfec212b1ece0e9e791de6dfb642324834fa77ca
Author: AMRepo <andrey.mashen...@gmail.com>
Date:   2017-06-22T21:24:57Z

Partially reverted GG-12352.

commit 1abc14fdc4e39d8245c3e50fb2cf3d183df08021
Author: AMRepo <andrey.mashen...@gmail.com>
Date:   2017-06-22T21:24:57Z

Partially reverted GG-12352.

commit cb95f7aa729fda19b4c3b7a5ada903a1e1bc2eab
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T16:08:00Z

Merge remote-tracking branch 'origin/ignite-1.7.12' into ignite-1.7.12

commit f59007f2c1221d8dd22abb0a9692b4abb31e87ad
Author: AMRepo <andrey.mashen...@gmail.com>
Date:   2017-06-22T21:24:57Z

Partially reverted GG-12352.

commit 2c7d3c03cd36aee4f0985e674f550a62fc64d2db
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T17:11:00Z

Merge branch 'ignite-1.8.8' into ignite-1.9.4

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePreloaderAdapter.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridDhtParti

[GitHub] ignite pull request #3219: test baseline

2017-12-13 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

test baseline



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

$ git pull https://github.com/gridgain/apache-ignite ignite-1.9.9

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

https://github.com/apache/ignite/pull/3219.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 #3219


commit d427021f329292fb69d348ba949ad1f8f1e9089e
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-21T16:30:27Z

IGNITE-5552: ServiceProcessor recalculates all service assignments even if 
there is a pending topology change.

commit f1b9cdc0716a1b23f54d68ce0fe19eb85107567d
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-06-14T18:37:54Z

GG-12354: Partial fix of IGNITE-5473: Introduce troubleshooting logger.

commit beb2409cfe2045789443d47de735d879961d371e
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T09:26:06Z

GG-12352: Forcible node drop makes cluster instable in some cases.
Disable forcible node drop by default.

commit 802f18fc250cbae8959192c78bb28dc525ed3cf7
Author: AMRepo <andrey.mashen...@gmail.com>
Date:   2017-06-22T21:24:57Z

Fix compilation

commit 39d2dec85a3c571dfdb1cd6189b53ae2413a5d22
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T10:41:30Z

Merge branch 'ignite-1.7.12-b2' into ignite-1.8.8

# Conflicts:
#   modules/core/src/main/java/org/apache/ignite/internal/GridTopic.java
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/IgniteIoTestMessage.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/service/GridServiceProcessor.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/task/GridTaskThreadContextKey.java
#   
modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/TcpCommunicationSpi.java
#   
modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite5.java

commit 96445156143b46b664f785b353463dd435ac342d
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T10:42:44Z

Merge remote-tracking branch 'origin/ignite-1.8.8' into ignite-1.8.8

# Conflicts:
#   
modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite5.java

commit 7c569f15a80ab9301c21011d2c9159e311e46cef
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T10:48:10Z

Merge remote-tracking branch 'origin/ignite-1.8.7.p1' into ignite-1.8.8

commit a64339449be8fa602cab3f2868c5f74004a7b747
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-06-23T13:57:49Z

IGNITE-4370: Implemented writing of batch of parameters for ODBC.

(cherry picked from commit c10be5780589cc84e7929e234e4411d515166e0b)
(cherry picked from commit d268b32cb252a5f06887d2b803d27ddc20ded95f)

commit cbe5df51c423568782e31245c7f1aa06c9ba3be1
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-06-13T16:47:00Z

IGNITE-5478: ODBC: SQLNumParams now returns number of required parameters.

(cherry picked from commit b1c56a1)

(cherry picked from commit 4a8f295)

commit 9ad513e68b89e907f7db36a3f3f0daca0e5986e6
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-06-23T14:06:40Z

IGNITE-5478: Fix for cherry pick

(cherry picked from commit a2a4ec1ee9794cb542f146a07c6c67002cad444e)

commit bfec212b1ece0e9e791de6dfb642324834fa77ca
Author: AMRepo <andrey.mashen...@gmail.com>
Date:   2017-06-22T21:24:57Z

Partially reverted GG-12352.

commit 1abc14fdc4e39d8245c3e50fb2cf3d183df08021
Author: AMRepo <andrey.mashen...@gmail.com>
Date:   2017-06-22T21:24:57Z

Partially reverted GG-12352.

commit cb95f7aa729fda19b4c3b7a5ada903a1e1bc2eab
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T16:08:00Z

Merge remote-tracking branch 'origin/ignite-1.7.12' into ignite-1.7.12

commit f59007f2c1221d8dd22abb0a9692b4abb31e87ad
Author: AMRepo <andrey.mashen...@gmail.com>
Date:   2017-06-22T21:24:57Z

Partially reverted GG-12352.

commit 2c7d3c03cd36aee4f0985e674f550a62fc64d2db
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-06-23T17:11:00Z

Merge branch 'ignite-1.8.8' int

[GitHub] ignite pull request #3203: IGNITE-7170 Fix javadoc MemoryConfiguration (20% ...

2017-12-12 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-7170 Fix javadoc MemoryConfiguration (20% instead of 80%)



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7170

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

https://github.com/apache/ignite/pull/3203.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 #3203


commit 104b43cec4e8b07bbb8f2d00852bda6b762a5716
Author: apopov <tank2.a...@gmail.com>
Date:   2017-12-12T09:20:40Z

IGNITE-7170 Fix javadoc MemoryConfiguration (20% instead of 80%)




---


[GitHub] ignite pull request #3189: Ignite 7053

2017-12-08 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite 7053



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7053

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

https://github.com/apache/ignite/pull/3189.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 #3189


commit b2fef64ae69af259d17953ed11038d3c82981aa5
Author: apopov <tank2.a...@gmail.com>
Date:   2017-12-08T08:54:18Z

IGNITE-7052 S3 IP finder: add an ability to provide endpoint address

commit 295aa6f2d6a8eaf06b365899df5039f7793f248a
Author: apopov <tank2.a...@gmail.com>
Date:   2017-12-08T15:20:01Z

IGNITE-7052 S3 IP finder: add an ability to provide endpoint address

commit 2f86e774e84da79c2208897f9f3f669dffcc197a
Author: apopov <tank2.a...@gmail.com>
Date:   2017-12-08T16:22:55Z

IGNITE-7053 S3 IP finder: support server side encryption

commit 64e9b92722b63a33e349b30e7db7db086ffa395d
Author: apopov <tank2.a...@gmail.com>
Date:   2017-12-08T16:31:44Z

master merge




---


[GitHub] ignite pull request #3179: IGNITE-7052 S3 IP finder: add an ability to provi...

2017-12-08 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-7052 S3 IP finder: add an ability to provide endpoint address



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7052

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

https://github.com/apache/ignite/pull/3179.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 #3179


commit b2fef64ae69af259d17953ed11038d3c82981aa5
Author: apopov <tank2.a...@gmail.com>
Date:   2017-12-08T08:54:18Z

IGNITE-7052 S3 IP finder: add an ability to provide endpoint address




---


[GitHub] ignite pull request #3133: Ignite 2.1.1.b6

2017-12-04 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite 2.1.1.b6



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

$ git pull https://github.com/gridgain/apache-ignite ignite-2.1.1.b6

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

https://github.com/apache/ignite/pull/3133.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 #3133


commit 84719156d0335483e1c72a5e709c8d3f4125eebc
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-07-07T23:58:51Z

Improving documentation

commit 972ee25baccb1a8b3518324f943f91fd35a4e665
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-07-11T19:17:27Z

Simplified Memory Policies Example

commit ce02c239f48fc958585686a9e083f210295f40b4
Author: apopov <tank2.a...@gmail.com>
Date:   2017-11-29T12:51:24Z

IGNITE-7047 NPE at org.jsr166.ConcurrentLinkedHashMap.replace




---


[GitHub] ignite pull request #3109: IGNITE-7047 NPE at org.jsr166.ConcurrentLinkedHas...

2017-11-29 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-7047 NPE at org.jsr166.ConcurrentLinkedHashMap.replace



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

$ git pull https://github.com/gridgain/apache-ignite ignite-7047

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

https://github.com/apache/ignite/pull/3109.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 #3109


commit 37af9454221a057d8af4a57bda1c77ae9e4f771e
Author: apopov <tank2.a...@gmail.com>
Date:   2017-11-29T12:51:24Z

IGNITE-7047 NPE at org.jsr166.ConcurrentLinkedHashMap.replace




---


[GitHub] ignite pull request #3095: IGNITE-6971 Ignite Logger type & logging file con...

2017-11-27 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6971 Ignite Logger type & logging file config indication



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6971

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

https://github.com/apache/ignite/pull/3095.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 #3095


commit b244a39935d4b0d0e2c215dce32780c33e6afafa
Author: apopov <tank2.a...@gmail.com>
Date:   2017-11-27T08:18:04Z

IGNITE-6971 Ignite Logger type & logging file config indication




---


[GitHub] ignite pull request #3073: Ignite 2.1.8

2017-11-21 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite 2.1.8



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

$ git pull https://github.com/gridgain/apache-ignite ignite-2.1.8

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

https://github.com/apache/ignite/pull/3073.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 #3073


commit 6c45edeaf83f94a9c0539d9768dd8be0e25dc36e
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-08-29T15:35:49Z

IGNITE-6178 .NET: Fix PersistentStoreConfiguration.CheckpointingThreads 
default value

This closes #2511

(cherry picked from commit 08a831f)

commit 3eed5e6f49dfcbc0b16b7fa71f71fe8fd2a7463f
Author: vsisko <vsi...@gridgain.com>
Date:   2017-08-30T09:43:17Z

IGNITE-6223 Fixed NPE when data is null on job fail.

commit b26f5f1027c1b9c13a6106ad3162551d666ef8a0
Author: Ilya Kasnacheev <ilya.kasnach...@gmail.com>
Date:   2017-08-30T13:20:45Z

IGNITE-6125: JDBC thick: several fixes to JdbcDatabaseMetadata. This closes 
#2506.

commit 01c627a0a36692a045a646d4d165820bb3b7cf04
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-30T13:58:32Z

gg-12686 : Fixed null CacheMapHolder if node is restarted with partition in 
RENTING state.

Signed-off-by: Andrey Gura <ag...@apache.org>

commit 2ef22f523f5162574a31d3c7eb45e8edb5e3f2b8
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-08-31T08:03:18Z

IGNITE-5409: JDBC thin: added schema to connection URL. This closes #2179.

commit 67d5c6e45ba00a8b59289436c83f2d428b502d74
Author: Andrey Gura <ag...@apache.org>
Date:   2017-08-31T12:04:30Z

Merge branch 'ignite-2.1.4' into ignite-2.1.5

commit e1cbe2b7358691e5f082b457723285c61d36c15b
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-08-31T14:03:44Z

IGNITE-5425 JDBC thin driver: don't throw unsupported exception on 
ClientInfo methods. This closes #2184. This closes #2525.

commit 3a2eebe35e24391f4d61068af99246516f759d21
Author: devozerov <voze...@gridgain.com>
Date:   2017-08-31T14:05:56Z

Merge remote-tracking branch 'upstream/ignite-2.1.5' into ignite-2.1.5

commit 6e69a92f979da89970bcdfaf4727569b28329764
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-08-31T14:23:31Z

IGNITE-5462: JDBC thin driver: additional test for DDL/DML commands. This 
closes #2122.

commit ca13d0db21125c40d2f728ec6823c539b16a8344
Author: Denis Mekhanikov <dmekhani...@gmail.com>
Date:   2017-08-31T07:32:25Z

ignite-6214 resolve problem with concurrent metadata updates

commit 748a6d21a0460c6a3208d218fd43478472379ca7
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-01T08:15:23Z

IGNITE-6081 .NET: Fix PutAll for dependent objects

commit 5427e72f58c565031ea9b37f398309346819badb
Author: vsisko <vsi...@gridgain.com>
Date:   2017-08-22T10:51:55Z

IGNITE-6120 Lazy query execution from Web console.

commit 20a2a4f741cf7a70bfa8cfbe7a5297f5972f4c77
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-09-01T13:24:04Z

IGNITE-6211: ODBC: SQLBindParameter now does not unbind parameter if the
ParameterValuePtr is NULL

(cherry picked from commit 72608a5)

commit 1958f3790363c88211d1b846f9831b695f541659
Author: Evgeny Stanilovskiy <estanilovs...@gridgain.com>
Date:   2017-09-01T12:46:57Z

IGNITE-5869 Client hangs in case of binary configuration compact footer of 
client node differs from server node

Signed-off-by: Andrey Gura <ag...@apache.org>

commit eb14f224ce0facea3865f278ae79cddca8a58b91
Author: Andrey Gura <ag...@apache.org>
Date:   2017-09-01T14:25:26Z

IGNITE-5869 Code review

commit f971066951d19b818607f2de879fd4ad4b5a7320
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-09-04T10:19:50Z

IGNITE-6197: SQL: QueryIndex.setInlineSize now returns this instead of 
void. This closes #2567.

commit 7df8c826f6870a5eef3098fb706464f613b31e5a
Author: Roman Shtykh <app...@gmail.com>
Date:   2017-09-04T10:35:34Z

IGNITE-6170: JDBC: now all drivers return "Apache Ignite" as product name. 
This closes #2514.

commit bdcbef0a611933ba2ba6f670eab429e7aa4ad490
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-09-04T10:47:17Z

IGNITE-6220: JDBC thin driver: fixed long[] data type propagation. This 
closes #2563.

commit 96cdf426bf53f777a1214a6b618f8304d86d031a
Author: Ilya Kasnacheev <ilya.kasnach...@gmail.com>
Date:   2017-09-04T10:56:25Z

IGNITE-6139: JDBC thick driver: fixed driver versions. This closes #2552.

commit 6e608b881f05ab3503304ab73506163c840dc55d
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-09-04T12:34:59Z

IGNITE-6188: ODBC: Fix for SQLFreeStmt(SQL_C

[GitHub] ignite pull request #3067: IGNITE-6955 Update com.google.code.simple-spring-...

2017-11-20 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6955 Update com.google.code.simple-spring-memcached:spymemcach…

…ed to 2.8.4

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

$ git pull https://github.com/gridgain/apache-ignite ignite-6955

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

https://github.com/apache/ignite/pull/3067.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 #3067


commit 0b9b26af54ba1b7671ae5dc1cbbfd337817b7b51
Author: apopov <tank2.a...@gmail.com>
Date:   2017-11-20T09:14:06Z

IGNITE-6955 Update com.google.code.simple-spring-memcached:spymemcached to 
2.8.4




---


[GitHub] ignite pull request #3060: Ignite 2.1.7.b3

2017-11-17 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite 2.1.7.b3



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

$ git pull https://github.com/gridgain/apache-ignite ignite-2.1.7.b3

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

https://github.com/apache/ignite/pull/3060.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 #3060


commit ad38f7b4b5e6845b2d7eb888f805484504f5
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-23T11:12:42Z

gg-12662 : Fixed JDBC backward compatibility.

commit 28c906e3e0c51e6f1a4a95b2027d248f9b5035c2
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-08-02T15:14:46Z

IGNITE-5542 CacheGroup configuration from cluster is merged with local 
settings

(cherry picked from commit 88818ec)

commit caeb11936fa3534b9468d443c11744362044cae5
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-23T12:19:52Z

ignite-6124 Guard logging with isInfoEnabled

(cherry picked from commit bebe4d8)

commit 6f407ebabb9dc27459fdbee6423640132b995b1d
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-08-23T12:46:23Z

IGNITE-6169: Fixed thin JDBC driver compatibility problem.

commit 9dac636c4eef494fe612389c19218eec92057fc0
Author: Ilya Kasnacheev <ilya.kasnach...@gmail.com>
Date:   2017-08-23T13:26:58Z

IGNITE-4643: Fixed NPE in  JdbcDatabaseMetadata.getIndexInfo(). This closes 
#2481.

commit 77241cdc45c90ee9bab4a7a0f3d5a1a7664e3426
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-23T13:45:34Z

Merge remote-tracking branch 'community/ignite-2.1.4' into ignite-2.1.4

commit a5e376f63886696331e5be0c457dc0624c49e3d4
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-23T13:44:04Z

ignite-6124 Added missed initialization of merged join exchanges in 
GridDhtPartitionsExchangeFuture.onBecomeCoordinator

(cherry picked from commit 0c5dca9)

commit be5589db9e0600b295b745ddab5e7aae390ac7ae
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-23T14:25:33Z

ignite-5986 : Fixed failing .NET test.

commit 43e4ff2c0ecd1ef30d18cf1fbc9052f5ba703d05
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-18T14:52:51Z

Fixed test IgniteClusterActivateDeactivateTestWithPersistence.

(cherry picked from commit 54585ab)

commit d596b7806db3f002f83da5a02bc882d03dae3dfd
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-23T15:23:06Z

Updated classnames.properties.

commit 3e08cd401d598a34832e72afc5e6c94a3a9ab081
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-23T15:29:52Z

ignite-6174 Temporary changed test until issue not fixed

(cherry picked from commit 4fe8f76)

commit 44e0b4cd62142dce8cf39f826449b9a04e22e1cf
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-24T07:57:36Z

IGNITE-6136 Fixed version for demo.
(cherry picked from commit e1bf8d7)

commit 8d1838b03d6c1e5f86dfbb7f41c59895775e20c1
Author: Dmitry Pavlov <dpavlov@gmail.com>
Date:   2017-07-27T11:51:25Z

Adjusted memory policy to prevent OOM.

commit a3ec54b16bce1a569fbefba17188ccb4702b82a4
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-24T11:09:12Z

ignite-6124 DataStreamerImpl: do not wait for exchange future inside cache 
gateway.

(cherry picked from commit 3ab523c)

commit 30e6d019a21f4a045a50d7d95a04507e3b646e69
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-24T11:10:34Z

Merge remote-tracking branch 'community/ignite-2.1.4' into ignite-2.1.4

commit 41f574a7372ffc04b69809298798f24fb34c161f
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-08-24T12:58:27Z

Fixed test.

commit 943736b36d67381157fc2807cd7af4b03d44fef3
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Date:   2017-08-24T15:58:16Z

Revert "IGNITE-5947 Fixed "ClassCastException when two-dimensional array is 
fetched from cache".
* Due to this changes break compatibility with .NET;
* This fix doesn't cover all cases.

Signed-off-by: nikolay_tikhonov <ntikho...@gridgain.com>

commit c2e836b5b9b183404f4507c64c13ab5c05653d24
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-08-24T16:15:24Z

ignite-6175 JVM Crash in Ignite Binary Objects Simple Mapper Basic suite

Signed-off-by: Andrey Gura <ag...@apache.org>

commit b2b596b4f59bcf7a1b7397a6fd681a0ae47092db
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-08-25T03:48:15Z

IGNITE-5200 Web Console: Don't cache generated chunks in production.
(cherry picked from commit e1eb1b9)

commit 9399610d2dd4b67b1da6475ce2141787fb8dbb0e
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-25T10:12:32Z

ig

[GitHub] ignite pull request #3049: IGNITE-6907 Check LINQ join tests for errors

2017-11-16 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6907 Check LINQ join tests for errors



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6907

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

https://github.com/apache/ignite/pull/3049.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 #3049


commit f09b03788611cd17570dfd1f240e2ffbbb5f3b06
Author: apopov <tank2.a...@gmail.com>
Date:   2017-11-16T15:44:56Z

IGNITE-6907Check LINQ join tests for errors




---


[GitHub] ignite pull request #3002: Ignite 2.1 master

2017-11-08 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite 2.1 master



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

$ git pull https://github.com/gridgain/apache-ignite ignite-2.1-master

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

https://github.com/apache/ignite/pull/3002.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 #3002


commit afad8e0fc58160f7876925dc6c3051be7a168155
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-23T09:18:44Z

Muted hanging test.

commit ad38f7b4b5e6845b2d7eb888f805484504f5
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-23T11:12:42Z

gg-12662 : Fixed JDBC backward compatibility.

commit 28c906e3e0c51e6f1a4a95b2027d248f9b5035c2
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-08-02T15:14:46Z

IGNITE-5542 CacheGroup configuration from cluster is merged with local 
settings

(cherry picked from commit 88818ec)

commit caeb11936fa3534b9468d443c11744362044cae5
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-23T12:19:52Z

ignite-6124 Guard logging with isInfoEnabled

(cherry picked from commit bebe4d8)

commit 6f407ebabb9dc27459fdbee6423640132b995b1d
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-08-23T12:46:23Z

IGNITE-6169: Fixed thin JDBC driver compatibility problem.

commit 9dac636c4eef494fe612389c19218eec92057fc0
Author: Ilya Kasnacheev <ilya.kasnach...@gmail.com>
Date:   2017-08-23T13:26:58Z

IGNITE-4643: Fixed NPE in  JdbcDatabaseMetadata.getIndexInfo(). This closes 
#2481.

commit 77241cdc45c90ee9bab4a7a0f3d5a1a7664e3426
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-23T13:45:34Z

Merge remote-tracking branch 'community/ignite-2.1.4' into ignite-2.1.4

commit a5e376f63886696331e5be0c457dc0624c49e3d4
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-23T13:44:04Z

ignite-6124 Added missed initialization of merged join exchanges in 
GridDhtPartitionsExchangeFuture.onBecomeCoordinator

(cherry picked from commit 0c5dca9)

commit be5589db9e0600b295b745ddab5e7aae390ac7ae
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-23T14:25:33Z

ignite-5986 : Fixed failing .NET test.

commit 43e4ff2c0ecd1ef30d18cf1fbc9052f5ba703d05
Author: sboikov <sboi...@gridgain.com>
Date:   2017-07-18T14:52:51Z

Fixed test IgniteClusterActivateDeactivateTestWithPersistence.

(cherry picked from commit 54585ab)

commit d596b7806db3f002f83da5a02bc882d03dae3dfd
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-08-23T15:23:06Z

Updated classnames.properties.

commit 3e08cd401d598a34832e72afc5e6c94a3a9ab081
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-23T15:29:52Z

ignite-6174 Temporary changed test until issue not fixed

(cherry picked from commit 4fe8f76)

commit 44e0b4cd62142dce8cf39f826449b9a04e22e1cf
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-08-24T07:57:36Z

IGNITE-6136 Fixed version for demo.
(cherry picked from commit e1bf8d7)

commit 8d1838b03d6c1e5f86dfbb7f41c59895775e20c1
Author: Dmitry Pavlov <dpavlov@gmail.com>
Date:   2017-07-27T11:51:25Z

Adjusted memory policy to prevent OOM.

commit a3ec54b16bce1a569fbefba17188ccb4702b82a4
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-24T11:09:12Z

ignite-6124 DataStreamerImpl: do not wait for exchange future inside cache 
gateway.

(cherry picked from commit 3ab523c)

commit 30e6d019a21f4a045a50d7d95a04507e3b646e69
Author: sboikov <sboi...@gridgain.com>
Date:   2017-08-24T11:10:34Z

Merge remote-tracking branch 'community/ignite-2.1.4' into ignite-2.1.4

commit 41f574a7372ffc04b69809298798f24fb34c161f
Author: Dmitriy Govorukhin <dgovoruk...@gridgain.com>
Date:   2017-08-24T12:58:27Z

Fixed test.

commit 943736b36d67381157fc2807cd7af4b03d44fef3
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Date:   2017-08-24T15:58:16Z

Revert "IGNITE-5947 Fixed "ClassCastException when two-dimensional array is 
fetched from cache".
* Due to this changes break compatibility with .NET;
* This fix doesn't cover all cases.

Signed-off-by: nikolay_tikhonov <ntikho...@gridgain.com>

commit c2e836b5b9b183404f4507c64c13ab5c05653d24
Author: EdShangGG <eshangar...@gridgain.com>
Date:   2017-08-24T16:15:24Z

ignite-6175 JVM Crash in Ignite Binary Objects Simple Mapper Basic suite

Signed-off-by: Andrey Gura <ag...@apache.org>

commit b2b596b4f59bcf7a1b7397a6fd681a0ae47092db
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-08-25T03:48:15Z

IGNITE-5200 Web Console: Don't cache generated chunks in production.
(cherry pic

[GitHub] ignite pull request #2997: IGNITE-6835 ODBC driver should handle ungraceful ...

2017-11-08 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6835 ODBC driver should handle ungraceful tcp disconnects



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6835

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

https://github.com/apache/ignite/pull/2997.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 #2997


commit dd595013ea42af8f5c60a3a8f5ea7a6c7b9c8e7e
Author: apopov <tank2.a...@gmail.com>
Date:   2017-11-08T11:42:59Z

IGNITE-6835 ODBC driver should handle ungraceful tcp disconnects




---


[GitHub] ignite pull request #2980: IGNITE-6828 Confusing messages SLF4J: Failed to l...

2017-11-03 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6828 Confusing messages SLF4J: Failed to load class at Ignite …

…start

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

$ git pull https://github.com/gridgain/apache-ignite ignite-6828

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

https://github.com/apache/ignite/pull/2980.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 #2980


commit 49dea9dc830b7284d14bf5fc7087df7a32c2d712
Author: apopov <tank2.a...@gmail.com>
Date:   2017-11-03T12:47:05Z

IGNITE-6828 Confusing messages SLF4J: Failed to load class at Ignite start




---


[GitHub] ignite pull request #2971: IGNITE-6690 DiscoverySpi: Clientmode Ignite shoul...

2017-11-02 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6690 DiscoverySpi: Clientmode Ignite should not fail on handshake 
errors

test fixes

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

$ git pull https://github.com/gridgain/apache-ignite ignite-6690

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

https://github.com/apache/ignite/pull/2971.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 #2971


commit 224e2343c12ad80417eb1094a67b63f3ec56c2a7
Author: apopov <tank2.a...@gmail.com>
Date:   2017-11-02T07:22:28Z

fixed tests broken by IGNITE-6690 and IGNITE-5860 incompatibility

commit 126a25ef8f3125415c743acaea0b5e47fe1f047b
Author: apopov <tank2.a...@gmail.com>
Date:   2017-11-02T08:22:03Z

fixed tests broken by IGNITE-6690 and IGNITE-5860 incompatibility




---


[GitHub] ignite pull request #2937: GG-12986 Backport IGNITE-4477 into 1.8.x

2017-10-26 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

GG-12986 Backport IGNITE-4477 into 1.8.x



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

$ git pull https://github.com/gridgain/apache-ignite ignite-gg-12986

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

https://github.com/apache/ignite/pull/2937.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 #2937


commit 05f3c747921aed6838804d2f5f2c8d2bd7985337
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-05T12:01:02Z

IGNITE-4917: Fixed failure when accessing BinaryObjectBuilder field value 
serialized with OptimizedMarshaller . This closes #1736.

(cherry picked from commit 443ac9a)

commit 3be4e00373ec5a2b49788d70eb0aebccc3cb6ccf
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T11:59:00Z

Merge branch ignite-1.6.5 into ignite-1.8.5-p1

commit d81548d3a4e384e1a9b4adacf1fb487444bbfd33
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:33:08Z

Merge branch ignite-1.6.6-p1 into ignite-1.8.5-p1

commit 6954ff0c85f2f75507ee0bd306c879f490b4201a
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:44:48Z

Merge branch ignite-1.6.12 into ignite-1.8.5-p1

commit 62dbba81c009170ff6243a28d3ef12fa75b96225
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:46:11Z

Merge branch ignite-1.7.4-p1 into ignite-1.8.5-p1

commit 4fce28054bc325741f65035ae384f9b4b9c3fee8
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T13:06:34Z

Merge branch ignite-1.8.4-p1 into ignite-1.8.5-p1

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java

commit 3d616799efb472227b3b313516e6b40729654631
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-10T07:36:11Z

IGNITE-2466 - Use current NIO back pressure mechanism to limit received 
messages. Mark them process only when backups acknowledged.

(backport from 1.9.2)

(cherry picked from commit 220db882b466c03eadd148b3a19a0bf70d82d4a6)

commit 2a88a7a7581465ff0a6f8733550e6d42d7f71a6c
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-10T07:54:37Z

IGNITE-4667 - Throw exception on starting client cache when indexed types 
cannot be loaded

commit ba6227be49c8a395a5632e9841a6acb65ae340b6
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-10T08:40:17Z

IGNITE-2466 - Disable back-pressure for sender data nodes to avoid deadlock.

commit 315ff38eeef96f12954d6ff39c84d58b2b959667
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-06T11:43:50Z

IGNITE-4879: Fixed System pool starvation while partition evicting.

commit 89e9dbe484312c251f02c9fbe9698c3ac2e03df8
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-10T13:36:33Z

Fix org.apache.ignite.internal.processors.cache.expiry
.IgniteCacheExpiryPolicyAbstractTest#testNearExpiresWithCacheStore

commit 02b194268071b179d291b28472cef5d587e7558a
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-11T09:00:59Z

Fix missing test resource directory for
org.apache.ignite.spi.discovery.tcp
.TcpDiscoveryNodeAttributesUpdateOnReconnectTest.testReconnect

commit 20016a20f780eb3c21f249d3cb74d08018c4eea5
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-11T11:54:06Z

Fix org.apache.ignite.internal.processors.cache.expiry
.IgniteCacheExpiryPolicyAbstractTest#testNearExpiresWithCacheStore

commit 465084da5b00dcfc056d338f5d0a24875ca2af08
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-12T10:01:25Z

IGNITE-4907: Fixed excessive service instances can be started with dynamic 
deployment. This closes #1766.

(cherry picked from commit 0f7ef74)

commit a20c307df1dd000309a273ef93231fdc41a2a81c
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-13T06:31:17Z

IGNITE-4891 - Fix. Key is deserialized during transactional get() even if 
withKeepBinary is set

(Backport from master)

commit 630558dfeb373f237057e394e8f2f63230d59dab
Author: vladisav <vladis...@gmail.com>
Date:   2017-04-13T10:24:42Z

ignite-4173 IgniteSemaphore with failoverSafe enabled doesn't release 
permits in case permits owner node left topology

Backport from master.

(cherry picked from commit 76485fc)

commit 870b752c095ed3776e91a65b99763142b9f2ebc0
Author: Vladisav Jelisavcic <vladis...@gmail.com>
Date:   2017-04-11T11:09:12Z

ignite-1977 - fixed IgniteSemaphore fault tolerance.

Backport from

[GitHub] ignite pull request #2898: Ignite 1.8.13.b1

2017-10-26 Thread apopovgg
Github user apopovgg closed the pull request at:

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


---


[GitHub] ignite pull request #2923: IGNITE-6690 DiscoverySpi: Clientmode Ignite shoul...

2017-10-25 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6690 DiscoverySpi: Clientmode Ignite should not fail on handsh…



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6690

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

https://github.com/apache/ignite/pull/2923.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 #2923


commit 9b9d8157e08460523ae2d0b5ba4d09e819f23b35
Author: apopov <tank2.a...@gmail.com>
Date:   2017-10-25T07:15:22Z

IGNITE-6690 DiscoverySpi: Clientmode Ignite should not fail on handshake 
errors




---


[GitHub] ignite pull request #2917: IGNITE-6690 DiscoverySpi: Clientmode Ignite shoul...

2017-10-25 Thread apopovgg
Github user apopovgg closed the pull request at:

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


---


[GitHub] ignite pull request #2917: Ignite-6690 DiscoverySpi: Clientmode Ignite shoul...

2017-10-24 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite-6690 DiscoverySpi: Clientmode Ignite should not fail on handshake 
errors



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6690

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

https://github.com/apache/ignite/pull/2917.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 #2917


commit fd6ba6de47760e20420a8e49260e561b76be
Author: apopov <tank2.a...@gmail.com>
Date:   2017-10-24T08:17:59Z

IGNITE-6690: DiscoverySpi: Clientmode Ignite should not fail on handshake 
errors

commit fb5973e0648df89bd5048b580f547ba112f80f5b
Author: apopov <tank2.a...@gmail.com>
Date:   2017-10-24T13:31:00Z

IGNITE-6690: possible case for SSL Exception added




---


[GitHub] ignite pull request #2898: Ignite 1.8.13.b1

2017-10-20 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite 1.8.13.b1



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

$ git pull https://github.com/gridgain/apache-ignite ignite-1.8.13.b1

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

https://github.com/apache/ignite/pull/2898.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 #2898


commit 925ee11c2002729b1264148ee5db5700ded5a7b7
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-04-04T09:06:01Z

Fixed typo.
(cherry picked from commit 3b84f34)

commit ce4b078c1c97cae4136c318ae38b27a50fe383cc
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-04-04T09:14:56Z

master Updated version.
(cherry picked from commit 5469626)

commit ae435fb5474429e7ac76faadd680c19a4c657371
Author: Sergi Vladykin <sergi.vlady...@gmail.com>
Date:   2017-04-02T12:35:04Z

ignite-2913 - SQL: EXISTS support added

commit b7ab27301b59bf93fc73b52fdf8e0bcf124fec1d
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-06T11:43:50Z

IGNITE-4832: Prevent service deployment on client by default when 
configuration is provided on startup. This closes #1748.

commit b214211eb3461746b6931c0623e086bb208e5dda
Author: Anton Vinogradov <a...@apache.org>
Date:   2017-04-06T12:00:12Z

IGNITE-4644 Value from IgniteQueue in atomic mode could be lost

commit 014161427fb603b6df7c8ecc3c0904f5df47a21d
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-02-14T01:33:32Z

IGNITE-4159: Kubernetes IP finder.
(cherry picked from commit 37c0a22)

commit 1db238402f11c67d2b28bfb7ff47955415f00c25
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-02-16T04:37:26Z

IGNITE-4159: fixing logging
(cherry picked from commit 06908d2)
(cherry picked from commit fa27ee3)

commit 5dfe16f7e91374008b9f6dfbb899364f5b2e1164
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-02-14T06:03:30Z

IGNITE-4159: using logger instead of system.out.println
(cherry picked from commit b9bf77c)

commit 6e596d1ef426b66abd866d011a8f5cf5c5c25124
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-06T11:43:50Z

IGNITE-4832: Prevent service deployment on client by default when 
configuration is provided on startup. This closes #1748.

(cherry picked from commit b7ab273)

commit 443ac9a7aa82af1359a03bcfc8f9212b108300e4
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-05T12:01:02Z

IGNITE-4917: Fixed failure when accessing BinaryObjectBuilder field value 
serialized with OptimizedMarshaller . This closes #1736.

commit 05f3c747921aed6838804d2f5f2c8d2bd7985337
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-05T12:01:02Z

IGNITE-4917: Fixed failure when accessing BinaryObjectBuilder field value 
serialized with OptimizedMarshaller . This closes #1736.

(cherry picked from commit 443ac9a)

commit 3be4e00373ec5a2b49788d70eb0aebccc3cb6ccf
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T11:59:00Z

Merge branch ignite-1.6.5 into ignite-1.8.5-p1

commit d81548d3a4e384e1a9b4adacf1fb487444bbfd33
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:33:08Z

Merge branch ignite-1.6.6-p1 into ignite-1.8.5-p1

commit 6954ff0c85f2f75507ee0bd306c879f490b4201a
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:44:48Z

Merge branch ignite-1.6.12 into ignite-1.8.5-p1

commit 62dbba81c009170ff6243a28d3ef12fa75b96225
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:46:11Z

Merge branch ignite-1.7.4-p1 into ignite-1.8.5-p1

commit 4fce28054bc325741f65035ae384f9b4b9c3fee8
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T13:06:34Z

Merge branch ignite-1.8.4-p1 into ignite-1.8.5-p1

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java

commit 3d616799efb472227b3b313516e6b40729654631
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-10T07:36:11Z

IGNITE-2466 - Use current NIO back pressure mechanism to limit received 
messages. Mark them process only when backups acknowledged.

(backport from 1.9.2)

(cherry picked from commit 220db882b466c03eadd148b3a19a0bf70d82d4a6)

commit 2a88a7a7581465ff0a6f8733550e6d42d7f71a6c
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-10T07:54:37Z

IGNITE-4667 - Throw exception on starting client cache when indexed types 
cannot be loaded

commit ba6227be49c8a395a5632e9841a6acb65ae340b6
Author: dkarachentsev <dkarachent...@gridgain.com>
Date

[GitHub] ignite pull request #2897: Ignite-1.8.13-b1

2017-10-20 Thread apopovgg
Github user apopovgg closed the pull request at:

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


---


[GitHub] ignite pull request #2897: Ignite-1.8.13-b1

2017-10-20 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

Ignite-1.8.13-b1



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

$ git pull https://github.com/gridgain/apache-ignite ignite-1.8.13-b1

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

https://github.com/apache/ignite/pull/2897.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 #2897


commit 925ee11c2002729b1264148ee5db5700ded5a7b7
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-04-04T09:06:01Z

Fixed typo.
(cherry picked from commit 3b84f34)

commit ce4b078c1c97cae4136c318ae38b27a50fe383cc
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-04-04T09:14:56Z

master Updated version.
(cherry picked from commit 5469626)

commit ae435fb5474429e7ac76faadd680c19a4c657371
Author: Sergi Vladykin <sergi.vlady...@gmail.com>
Date:   2017-04-02T12:35:04Z

ignite-2913 - SQL: EXISTS support added

commit b7ab27301b59bf93fc73b52fdf8e0bcf124fec1d
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-06T11:43:50Z

IGNITE-4832: Prevent service deployment on client by default when 
configuration is provided on startup. This closes #1748.

commit b214211eb3461746b6931c0623e086bb208e5dda
Author: Anton Vinogradov <a...@apache.org>
Date:   2017-04-06T12:00:12Z

IGNITE-4644 Value from IgniteQueue in atomic mode could be lost

commit 014161427fb603b6df7c8ecc3c0904f5df47a21d
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-02-14T01:33:32Z

IGNITE-4159: Kubernetes IP finder.
(cherry picked from commit 37c0a22)

commit 1db238402f11c67d2b28bfb7ff47955415f00c25
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-02-16T04:37:26Z

IGNITE-4159: fixing logging
(cherry picked from commit 06908d2)
(cherry picked from commit fa27ee3)

commit 5dfe16f7e91374008b9f6dfbb899364f5b2e1164
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-02-14T06:03:30Z

IGNITE-4159: using logger instead of system.out.println
(cherry picked from commit b9bf77c)

commit 6e596d1ef426b66abd866d011a8f5cf5c5c25124
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-06T11:43:50Z

IGNITE-4832: Prevent service deployment on client by default when 
configuration is provided on startup. This closes #1748.

(cherry picked from commit b7ab273)

commit 443ac9a7aa82af1359a03bcfc8f9212b108300e4
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-05T12:01:02Z

IGNITE-4917: Fixed failure when accessing BinaryObjectBuilder field value 
serialized with OptimizedMarshaller . This closes #1736.

commit 05f3c747921aed6838804d2f5f2c8d2bd7985337
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-05T12:01:02Z

IGNITE-4917: Fixed failure when accessing BinaryObjectBuilder field value 
serialized with OptimizedMarshaller . This closes #1736.

(cherry picked from commit 443ac9a)

commit 3be4e00373ec5a2b49788d70eb0aebccc3cb6ccf
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T11:59:00Z

Merge branch ignite-1.6.5 into ignite-1.8.5-p1

commit d81548d3a4e384e1a9b4adacf1fb487444bbfd33
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:33:08Z

Merge branch ignite-1.6.6-p1 into ignite-1.8.5-p1

commit 6954ff0c85f2f75507ee0bd306c879f490b4201a
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:44:48Z

Merge branch ignite-1.6.12 into ignite-1.8.5-p1

commit 62dbba81c009170ff6243a28d3ef12fa75b96225
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:46:11Z

Merge branch ignite-1.7.4-p1 into ignite-1.8.5-p1

commit 4fce28054bc325741f65035ae384f9b4b9c3fee8
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T13:06:34Z

Merge branch ignite-1.8.4-p1 into ignite-1.8.5-p1

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java

commit 3d616799efb472227b3b313516e6b40729654631
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-10T07:36:11Z

IGNITE-2466 - Use current NIO back pressure mechanism to limit received 
messages. Mark them process only when backups acknowledged.

(backport from 1.9.2)

(cherry picked from commit 220db882b466c03eadd148b3a19a0bf70d82d4a6)

commit 2a88a7a7581465ff0a6f8733550e6d42d7f71a6c
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-10T07:54:37Z

IGNITE-4667 - Throw exception on starting client cache when indexed types 
cannot be loaded

commit ba6227be49c8a395a5632e9841a6acb65ae340b6
Author: dkarachentsev <dkarachent...@gridgain.com>
Date

[GitHub] ignite pull request #2885: GG-12974 Don't use org.apache.spark.Logging in Ig...

2017-10-19 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

GG-12974 Don't use org.apache.spark.Logging in Ignite-spark



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

$ git pull https://github.com/gridgain/apache-ignite ignite-gg-12974

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

https://github.com/apache/ignite/pull/2885.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 #2885


commit b7ab27301b59bf93fc73b52fdf8e0bcf124fec1d
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-06T11:43:50Z

IGNITE-4832: Prevent service deployment on client by default when 
configuration is provided on startup. This closes #1748.

commit b214211eb3461746b6931c0623e086bb208e5dda
Author: Anton Vinogradov <a...@apache.org>
Date:   2017-04-06T12:00:12Z

IGNITE-4644 Value from IgniteQueue in atomic mode could be lost

commit 014161427fb603b6df7c8ecc3c0904f5df47a21d
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-02-14T01:33:32Z

IGNITE-4159: Kubernetes IP finder.
(cherry picked from commit 37c0a22)

commit 1db238402f11c67d2b28bfb7ff47955415f00c25
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-02-16T04:37:26Z

IGNITE-4159: fixing logging
(cherry picked from commit 06908d2)
(cherry picked from commit fa27ee3)

commit 5dfe16f7e91374008b9f6dfbb899364f5b2e1164
Author: Denis Magda <dma...@gridgain.com>
Date:   2017-02-14T06:03:30Z

IGNITE-4159: using logger instead of system.out.println
(cherry picked from commit b9bf77c)

commit 6e596d1ef426b66abd866d011a8f5cf5c5c25124
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-06T11:43:50Z

IGNITE-4832: Prevent service deployment on client by default when 
configuration is provided on startup. This closes #1748.

(cherry picked from commit b7ab273)

commit 443ac9a7aa82af1359a03bcfc8f9212b108300e4
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-05T12:01:02Z

IGNITE-4917: Fixed failure when accessing BinaryObjectBuilder field value 
serialized with OptimizedMarshaller . This closes #1736.

commit 05f3c747921aed6838804d2f5f2c8d2bd7985337
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-05T12:01:02Z

IGNITE-4917: Fixed failure when accessing BinaryObjectBuilder field value 
serialized with OptimizedMarshaller . This closes #1736.

(cherry picked from commit 443ac9a)

commit 3be4e00373ec5a2b49788d70eb0aebccc3cb6ccf
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T11:59:00Z

Merge branch ignite-1.6.5 into ignite-1.8.5-p1

commit d81548d3a4e384e1a9b4adacf1fb487444bbfd33
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:33:08Z

Merge branch ignite-1.6.6-p1 into ignite-1.8.5-p1

commit 6954ff0c85f2f75507ee0bd306c879f490b4201a
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:44:48Z

Merge branch ignite-1.6.12 into ignite-1.8.5-p1

commit 62dbba81c009170ff6243a28d3ef12fa75b96225
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T12:46:11Z

Merge branch ignite-1.7.4-p1 into ignite-1.8.5-p1

commit 4fce28054bc325741f65035ae384f9b4b9c3fee8
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-07T13:06:34Z

Merge branch ignite-1.8.4-p1 into ignite-1.8.5-p1

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java

commit 3d616799efb472227b3b313516e6b40729654631
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-10T07:36:11Z

IGNITE-2466 - Use current NIO back pressure mechanism to limit received 
messages. Mark them process only when backups acknowledged.

(backport from 1.9.2)

(cherry picked from commit 220db882b466c03eadd148b3a19a0bf70d82d4a6)

commit 2a88a7a7581465ff0a6f8733550e6d42d7f71a6c
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-10T07:54:37Z

IGNITE-4667 - Throw exception on starting client cache when indexed types 
cannot be loaded

commit ba6227be49c8a395a5632e9841a6acb65ae340b6
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-04-10T08:40:17Z

IGNITE-2466 - Disable back-pressure for sender data nodes to avoid deadlock.

commit 315ff38eeef96f12954d6ff39c84d58b2b959667
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-04-06T11:43:50Z

IGNITE-4879: Fixed System pool starvation while partition evicting.

commit 89e9dbe484312c251f02c9fbe9698c3ac2e03df8
Author: Alexander Fedotov <alexander.fedot...@gmail.com>
Date:   2017-04-10T13:36:33Z

Fix org.apache.ignite.interna

[GitHub] ignite pull request #2864: IGNITE-6627 .NET: cache deserialization fails wit...

2017-10-16 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6627 .NET: cache deserialization fails with complex value type…



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

$ git pull https://github.com/gridgain/apache-ignite ignite-6627

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

https://github.com/apache/ignite/pull/2864.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 #2864


commit 80bebfc0752fb75feb8eaea1771fb03ce01429ac
Author: apopov <tank2.a...@gmail.com>
Date:   2017-10-16T16:10:16Z

IGNITE-6627 .NET: cache deserialization fails with complex value type & enum




---


[GitHub] ignite pull request #2842: IGNITE-4723 .NET: Support REGEXP_LIKE in LINQ

2017-10-13 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-4723 .NET: Support REGEXP_LIKE in LINQ



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

$ git pull https://github.com/gridgain/apache-ignite ignite-4723

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

https://github.com/apache/ignite/pull/2842.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 #2842


commit 5b77a02948885239418708edde91480e1b73fb0d
Author: apopov <tank2.a...@gmail.com>
Date:   2017-10-13T08:03:10Z

IGNITE-4723 .NET: Support REGEXP_LIKE in LINQ




---


[GitHub] ignite pull request #2835: IGNITE-5928 .NET: Get rid of BinaryStreamBase

2017-10-12 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-5928 .NET: Get rid of BinaryStreamBase

Please review

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

$ git pull https://github.com/gridgain/apache-ignite ignite-5928

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

https://github.com/apache/ignite/pull/2835.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 #2835


commit 92bdcb407a9fc1a06964b44329608ad629aecbf2
Author: apopov <tank2.a...@gmail.com>
Date:   2017-10-12T08:40:30Z

IGNITE-5928 .NET: Get rid of BinaryStreamBase




---


[GitHub] ignite pull request #2833: IGNITE-6362 NPE in Log4J2Logger

2017-10-11 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6362 NPE in Log4J2Logger

Please review it

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

$ git pull https://github.com/gridgain/apache-ignite ignite-6362

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

https://github.com/apache/ignite/pull/2833.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 #2833


commit 0559a4c128b51cf6c05b2c166a7b67bace51e166
Author: apopov <tank2.a...@gmail.com>
Date:   2017-10-11T15:17:04Z

IGNITE-6362 NPE in Log4J2Logger




---


[GitHub] ignite pull request #2804: IGNITE-6362: NPE in Log4J2Logger

2017-10-11 Thread apopovgg
Github user apopovgg closed the pull request at:

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


---


[GitHub] ignite pull request #2813: IGNITE-6272: .NET: Propagate multiple services de...

2017-10-06 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6272: .NET: Propagate multiple services deployment

The following changes were made:
1. Java code:
added new JNI methods wrappers to Java: package 
org.apache.ignite.internal.processors.platform.services.PlatformServices with 
corresponding constants.
2. Net:
updated Apache.Ignite.Core.Services.IServices interface with new methods 
DeployAll() and DeployAllAsync()
added methods implementations
moved ServiceConfiguration serialization logic from 
Services.WriteServiceConfiguration() to ServiceConfiguration.Serialize()
updated Apache.Ignite.Core.Tests.Services tests with new ones
3. Executed & verified unit tests locally, TC is in progress

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

$ git pull https://github.com/gridgain/apache-ignite ignite-6272

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

https://github.com/apache/ignite/pull/2813.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 #2813


commit 50c18578c6706d43b5561e2ba873c1c62bce0bca
Author: apopov <tank2.a...@gmail.com>
Date:   2017-10-06T09:01:21Z

IGNITE-6272: .NET: Propagate multiple services deployment




---


[GitHub] ignite pull request #2808: IGNITE-5224: .NET: PadLeft and PadRight support i...

2017-10-05 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-5224: .NET: PadLeft and PadRight support in LINQ



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

$ git pull https://github.com/gridgain/apache-ignite ignite-5224

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

https://github.com/apache/ignite/pull/2808.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 #2808


commit 63c53f585b16effcf92ff8d0e9d0e416192fb980
Author: apopov <tank2.a...@gmail.com>
Date:   2017-10-05T12:54:01Z

IGNITE-5224: .NET: PadLeft and PadRight support in LINQ




---


[GitHub] ignite pull request #2804: IGNITE-6362: NPE in Log4J2Logger

2017-10-05 Thread apopovgg
GitHub user apopovgg opened a pull request:

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

IGNITE-6362: NPE in Log4J2Logger

1. There was an issue inside Log4J2Logger.createConsoleLogger(). null was 
passed instead of LoggerContext during ad-hoc logger creation via 
LoggerConfig.createLogger()
2. There were issues with unit tests:
Log4J2Logger holds context (static) for all logger instances and it is not 
expected to re-configure it on the fly. That was the issue to run tests 
one-by-one with different log configuration. A new method 
Log4J2Logger.cleanup() was implemented to terminate the Log4J logger context.

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

$ git pull https://github.com/gridgain/apache-ignite ignite-6362

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

https://github.com/apache/ignite/pull/2804.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 #2804


commit 7f3fed9f83b252a6d723f9e76ea4d9a9221629ed
Author: apopov <tank2.a...@gmail.com>
Date:   2017-10-05T07:19:46Z

IGNITE-6362: NPE in Log4J2Logger




---