[GitHub] ignite pull request #5452: Ignite 2.4.12 p2

2018-11-20 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 2.4.12 p2



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

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

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

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


commit cb89494be26be1b0e397e06f7eaeb6419aec1828
Author: Alexey Kuznetsov 
Date:   2018-03-02T09:35:26Z

IGNITE-7803 REST: Implemented possibility to get values from cache inserted 
via API or SQL.

(cherry picked from commit a84018b)

commit 149802a3be82ba1f88770dbff75d74b892bb0a94
Author: Alexey Kuznetsov 
Date:   2018-03-07T17:17:20Z

IGNITE-7803 Fixed regression in tests.

(cherry picked from commit 90c0af8)

commit 5b5571adc7282a29cdecd8ab2e945a446ea709fc
Author: Alexey Kuznetsov 
Date:   2018-03-23T02:55:13Z

IGNITE-8002 REST: Added support of new authentication via new API.

(cherry picked from commit 921f0cf)

commit 128fdfcd874286f4a358546c0f43b6ef082a064b
Author: devozerov 
Date:   2018-04-02T10:11:16Z

IGNITE-7884: Sample data set for JDBC. This closes #3702.

commit 247a9ef5a68de198106a866b277f1bee596c3633
Author: devozerov 
Date:   2018-04-02T10:16:00Z

Merge branch 'ignite-2.4.4' into ignite-2.4-master

commit 3949df02128e3003c409e0169ad0c80948ba134c
Author: Aleksey Plekhanov 
Date:   2018-02-13T13:43:49Z

IGNITE-5265 Eviction Rate memory metric to be implemented

Signed-off-by: Anton Vinogradov 

commit 7bc6c1ad3bacaf5e354d2710931eb398c346c06c
Author: Tim Onyschak 
Date:   2018-03-31T12:58:25Z

IGNITE-7090 Semaphore Stuck when no acquirers to assign permit - Fixes 
#3443.

Signed-off-by: dspavlov 

(cherry picked from commit 3fc5d57)

commit c854ad86f4c64260171085c8c7cce97ba1ad2530
Author: Pavel Kovalenko 
Date:   2018-02-22T09:02:31Z

IGNITE-7749 Fixed testDiscoCacheReuseOnNodeJoin test. - Fixes #3540.

Signed-off-by: Alexey Goncharuk 

commit b2e94b36bddebbf7b3ff40631e099939d16926d2
Author: Alexey Goncharuk 
Date:   2018-02-13T15:53:23Z

IGNITE-7692 Corrected test to not fail when SQL is executed on backup

commit 852425d4170ed1871c79f5ac26bfb3d03cc36a6f
Author: Алексей Стельмак 
Date:   2018-04-06T15:28:22Z

IGNITE-8049 Limit the number of operation cycles in B+Tree - Fixes #3769.

Signed-off-by: dpavlov 
(cherry picked from commit e491f10)

commit 42f529f0a04ce22786bb4a23032a64f93e214233
Author: Alexey Kuznetsov 
Date:   2018-04-09T02:25:50Z

IGNITE-8159 control.sh: Fixed NPE on adding nodes on empty baseline and not 
active cluster.

(cherry picked from commit 834869c)

commit b5f180838246f895d36846ea707790c1ff7fe70a
Author: Stanislav Lukyanov 
Date:   2018-04-09T11:33:13Z

IGNITE-7904: Changed IgniteUtils::cast not to trim exception chains. This 
closes #3683.

(cherry picked from commit 3a4f23b)

commit 1ce8e1a8fd48469073592e2fb77e2881a168a219
Author: Roman Guseinov 
Date:   2018-04-09T11:45:44Z

IGNITE-7944: Disconnected client node tries to send JOB_CANCEL message. 
Applied fix:
- Skip sending message if client disconnected;
- Throw IgniteCheckedException if a client node is disconnected and 
communication client is null.
This closes #3737.

(cherry picked from commit d70477b)

commit 840e193b3e604e8b0d90be5fac16cf11d8c832e6
Author: Ilya Lantukh 
Date:   2018-04-06T10:49:10Z

ignite-8087 : Backported ignite-8018.

(cherry picked from commit 175edf3)

commit 94e857c94ce5e7998fc39e38deee69f389ddbc5b
Author: Alexey Goncharuk 
Date:   2018-04-10T17:33:47Z

IGNITE-6430 Complete failing test early

commit 770f7469d4b86ce9af61e9e43c7262d86ee05b54
Author: Eduard Shangareev 
Date:   2018-04-06T16:22:07Z

IGNITE-8114 Add fail recovery mechanism to tracking pages

commit 549d6e3de86a22697577f77a2ebab3d0dca7338d
Author: Alexey Kukushkin 
Date:   2018-04-11T13:29:07Z

IGNITE-8221: Security for thin clients.

commit 94c0f56ef78e6c61f0e753c8aa0185c611630d45
Author: devozerov 
Date:   2018-04-11T13:44:33Z

IGNITE-8148: JDBC thin: semicolon as delimiter for properties. This closes 
#3794.

commit d99a50ccd6923aa48da78955207fe747b287ea81
Author: mcherkasov 
Date:   2018-04-11T00:23:29Z

IGNITE-8153 Nodes fail to connect each other when SSL is enabled - Fixes 
#3773.

Signed-off-by: Valentin Kulichenko 

commit 03285e953d005a18fb88a35d21701100f58f7a29
Author: devozerov 
Date:   2018-04-12T07:37:36Z

IGNITE-8042: .NET thin client: authentication support. This closes #3790.

commit 8e740164e8a0102a94f408d72b41f73df675cfb1
Author: Ilya Kasnacheev 
Date:   2018-04-05T09:55:36Z

IGNITE-7712: SQL: system property to force lazy query execution.

Cherry

[GitHub] ignite pull request #5385: Ignite 1.8.22

2018-11-13 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 1.8.22



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

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

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

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


commit 4ffc3acfa1bc43bea8c79bfd1864787c15cfc4de
Author: Alexey Goncharuk 
Date:   2017-06-20T04:59:09Z

IGNITE-5528 - IS_EVICT_DISABLED flag is not cleared on cache store 
exception.

commit 9036ad239d68eff663bc73a81baab2826b054d9a
Author: Andrey V. Mashenkov 
Date:   2017-06-21T15:25:31Z

Added MBean for system cache executors.

commit ed34a5dc681ea8f284f4d25c5575ad46569cc600
Author: Andrey V. Mashenkov 
Date:   2017-06-21T15:33:55Z

Partial fix of IGNITE-5562.

commit d427021f329292fb69d348ba949ad1f8f1e9089e
Author: Andrey V. Mashenkov 
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 
Date:   2017-06-14T18:37:54Z

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

commit beb2409cfe2045789443d47de735d879961d371e
Author: Andrey V. Mashenkov 
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 
Date:   2017-06-22T21:24:57Z

Fix compilation

commit 39d2dec85a3c571dfdb1cd6189b53ae2413a5d22
Author: Andrey V. Mashenkov 
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 
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 
Date:   2017-06-23T10:48:10Z

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

commit bfec212b1ece0e9e791de6dfb642324834fa77ca
Author: AMRepo 
Date:   2017-06-22T21:24:57Z

Partially reverted GG-12352.

commit 1abc14fdc4e39d8245c3e50fb2cf3d183df08021
Author: AMRepo 
Date:   2017-06-22T21:24:57Z

Partially reverted GG-12352.

commit cb95f7aa729fda19b4c3b7a5ada903a1e1bc2eab
Author: Andrey V. Mashenkov 
Date:   2017-06-23T16:08:00Z

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

commit 897f4c00c4945eda3f9f4a41d064ded2f6f27ccc
Author: sboikov 
Date:   2017-06-27T09:55:11Z

gg-12133 Deadlock for metadata update from GridCacheMapEntry.innerUpdate

commit 90e96db22dbb7a341bfe1a8130b6dc16d5d8ae81
Author: agura 
Date:   2017-06-27T11:43:06Z

Compilation is fixed.

commit 3f33a902ed0d0a3e27be548209fe8e7933da57a9
Author: Andrey V. Mashenkov 
Date:   2017-06-26T09:27:58Z

Minor fix for GG-12197 "Ignore events for discarded update in CLOCK mode".

commit 3668b91817c1da7958cc3d7c4dddf890a2237772
Author: Andrey V. Mashenkov 
Date:   2017-06-27T07:34:42Z

Partially reverted GG-12352.

commit 172f41c489c0ca5b7613163cd325b0c01d5b28b1
Author: sboikov 
Date:   2017-06-27T09:55:11Z

gg-12133 Deadlock for metadata update from GridCacheMapEntry.innerUpdate

(cherry picked from commit 897f4c0)

commit 0521b7780756788d92bfa35ef00f56b5bb01367d
Author: Andrey V. Mashenkov 
Date:   2017-06-27T17:43:07Z

GG-12370: Fixed massive NODE_FAILED events lead to excessive momentary 
memory consumption.

commit 6abe5bf5bd732bf9f79df577e15924

[GitHub] ignite pull request #4807: Ignite 2.4.8 p5

2018-09-21 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 2.4.8 p5



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

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

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

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


commit 002e4d650c072c0927a93075e79d2ab1652b475d
Author: EdShangGG 
Date:   2018-03-22T14:58:39Z

IGNITE-8007 We should treat as empty any partition as empty if it doesn't 
have any data - Fixes #3677.

(cherry picked from commit 14f7bce)

commit 699561265ae616b5eb75897343be84d8c83be804
Author: Anton Kalashnikov 
Date:   2018-03-21T15:53:15Z

GG-13631 fix GridDhtPartitionDemandLegacyMessage

(cherry picked from commit ffbc56e)

commit 37c8033c72ac4fd1ec1e419ba68142c4fe11ad8b
Author: tledkov-gridgain 
Date:   2018-03-13T09:37:29Z

IGNITE-7860: JDBC thin: changed default socket buffer size to 64Kb. This 
closes #3600.

commit 130adcf29ddb61f8e9baa784b81454d3ed7c3b75
Author: Pavel Tupitsyn 
Date:   2018-01-26T08:48:14Z

IGNITE-7530 .NET: Fix GetAll memory usage and performance in binary mode

This closes #3436

commit 824004909b23a9a7d599500967af34103acb8c47
Author: Igor Sapego 
Date:   2018-01-30T12:56:17Z

IGNITE-6810: Implemented SSL support for ODBC.

This closes #3361

commit 82da0b5e9dc2ee2339c3fb1023e35d415bf1b647
Author: Pavel Kuznetsov 
Date:   2018-02-07T12:37:52Z

IGNITE-6217: Added benchmark to compare JDBC vs native SQL

This closes #2558

commit 701c6f141f6812ad7bc050a86266e696cf5863ed
Author: tledkov-gridgain 
Date:   2018-02-08T12:29:42Z

IGNITE-6625: JDBC thin: support SSL connection to Ignite node

This closes #3233

commit 2d729bf5c6f6fca9d07be2d57850642ba4b55004
Author: tledkov-gridgain 
Date:   2018-02-09T11:08:15Z

IGNITE-6625: SSL support for thin JDBC: additional fix test; change error 
message

commit 8994f847d7f5f15db73706d9210cdccb1cf3fb26
Author: devozerov 
Date:   2018-02-12T13:34:24Z

IGNITE-7003: Fixed faulty test 
WalModeChangeAdvancedSelfTest.testJoinCoordinator.

commit b142712264007d7397d1594541681a4a7e3d4b93
Author: Igor Sapego 
Date:   2018-02-26T12:02:07Z

IGNITE-7362: Fixed PDO ODBC integration issue

commit a2b2aee52cc65d01f2ecaf9462adc4bd368438ea
Author: Igor Sapego 
Date:   2018-02-28T10:23:12Z

IGNITE-7763: Fixed 32bit tests configurations to prevent OOM

This closes #3557

commit 652f3c4cdbaad40f5de25b06f0c13710aa7f2fd9
Author: Pavel Kuznetsov 
Date:   2018-03-13T12:46:36Z

IGNITE-7531: Data load benchmarks. This closes #3571.

commit 9337a53d9fcd62af87f6760080d350b43e275105
Author: tledkov-gridgain 
Date:   2018-03-16T11:38:38Z

IGNITE-7879: Fixed splitter logic for DISTINCT with subqueries. This closes 
#3634.

commit 7bec8b13cb373002d2a6b1b268d410338259bac2
Author: Igor Sapego 
Date:   2018-03-19T11:17:33Z

IGNITE-7811: Implemented connection failover for ODBC

This closes #3643

commit e512e5e0a2602df0ecfb69b2b5efabce836b04db
Author: Igor Sapego 
Date:   2018-03-20T10:37:02Z

IGNITE-7888: Implemented login timeout for ODBC.

This closes #3657

commit 211fca3a55e84b78ff0c1af04d91e25d6fc846c4
Author: devozerov 
Date:   2018-03-20T11:13:46Z

IGNITE-7984: SQL: improved deadlock handling in DML. This closes #3655.

commit bcd2888d27afe65f1a060e35b99a05ea420979c7
Author: Roman Guseinov 
Date:   2018-02-16T09:57:26Z

IGNITE-7192: Implemented JDBC support FQDN to multiple IPs

This closes #3439

commit d2659d0ec9f6e1a0b905fc7bf23b65fd5522c80a
Author: Alexander Paschenko 
Date:   2018-03-14T09:23:37Z

IGNITE-7253: JDBC thin driver: implemented streaming. This closes #3499. 
This closes #3591.

commit bc9018ef8b116f81b8e06d2ff7651ba2b6c7beae
Author: tledkov-gridgain 
Date:   2018-03-19T08:01:26Z

IGNITE-7029: JDBC thin driver now supports multiple IP addresses with 
transparent failover. This closes #3585.

commit 587022862fd5bdbb076ab6207ae6fd9bc7583c13
Author: Sergey Chugunov 
Date:   2018-03-16T16:24:17Z

IGNITE-7964 rmvId is stored to MetaStorage metapage during operations - 
Fixes #3645.

commit 006ef4d15e4faedb6dfce6ce9637602055b97293
Author: tledkov-gridgain 
Date:   2018-03-22T11:47:06Z

IGNITE-7436: Simple username/password authentication. This closes #3483.

commit 1c7f59c90514670e802d9d07544b00b7562fe6d2
Author: Pavel Tupitsyn 
Date:   2018-01-30T09:48:16Z

.NET: Fix build status icon in README

commit 162df61b305fccfc55e186d07351727f35b55179
Author: Pavel Tupitsyn 
Date:   2018-02-01T11:53:16Z

IGNITE-7561 .NET: Add IServices.GetDynamicServiceProxy

This closes #3457

commit 9a0328ebbc9d52f8e96898a384fa45743d2efa5b
Author: Pavel Tupitsyn 
Date:   2018

[GitHub] ignite pull request #4802: IGNITE-9657 Fix socket leak in TcpDiscoverySpi

2018-09-21 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-9657 Fix socket leak in TcpDiscoverySpi



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

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

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

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


commit 7461b59cf124af761281de2f3a155525ad78715c
Author: ezhuravl 
Date:   2018-09-21T09:15:43Z

IGNITE-9657 Fix socket leak in TcpDiscoverySpi




---


[GitHub] ignite pull request #1479: IGNITE-4533 GridDhtPartitionsExchangeFuture store...

2018-08-17 Thread ezhuravl
Github user ezhuravl closed the pull request at:

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


---


[GitHub] ignite pull request #4446: IGNITE-5103 - Server drops client node from clust...

2018-07-27 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-5103 - Server drops client node from cluster when no metrics u…

…pdate messages received in clienFailureDetectionTimeout

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

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

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

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


commit 63733ec7ce2875bf92a473534506ee0d354346ba
Author: ezhuravl 
Date:   2018-07-27T13:51:04Z

IGNITE-5103 - Server drops client node from cluster when no metrics update 
messages received in clienFailureDetectionTimeout




---


[GitHub] ignite pull request #4308: IGNITE-8934 remove error message when LongJVMPaus...

2018-07-05 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-8934 remove error message when LongJVMPauseDetector stops



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

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

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

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


commit 111dc822630490ee937f336941301af3cd091738
Author: ezhuravl 
Date:   2018-07-05T08:28:07Z

IGNITE-8934 remove error message when LongJVMPauseDetector stops




---


[GitHub] ignite pull request #4284: IGNITE-8899 remove creating JavaLogger in static ...

2018-06-29 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-8899 remove creating JavaLogger in static context in IgniteJdb…

…cDriver

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

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

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

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


commit a2f5910d33ee15d5f8777666f7f68a64bf043d1a
Author: ezhuravl 
Date:   2018-06-29T15:59:16Z

IGNITE-8899 remove creating JavaLogger in static context in IgniteJdbcDriver




---


[GitHub] ignite pull request #4249: IGNITE-8426 LongJVMPauseDetector add logger from ...

2018-06-22 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-8426 LongJVMPauseDetector add logger from context



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

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

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

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






---


[GitHub] ignite pull request #4226: IGNITE-4939 Receive event before cache initialize...

2018-06-19 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-4939 Receive event before cache initialized fix



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

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

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

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


commit 704f0fda313f559b810da9278fc120916c80795e
Author: ezhuravl 
Date:   2018-06-18T09:19:39Z

IGNITE-4939 Receive event before cache initialized fix




---


[GitHub] ignite pull request #4176: Ignite 2.4.5.b3

2018-06-09 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 2.4.5.b3



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

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

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

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


commit 915dd2966084d78f7b4f3d482e6bd25f860c1e23
Author: Alexey Goncharuk 
Date:   2018-01-31T08:22:26Z

IGNITE-7569 Fixed index rebuild future - Fixes #3454.

commit 8ea8609259039852ab0c26f26ac528c1ffae7c94
Author: Alexey Goncharuk 
Date:   2018-01-31T08:24:57Z

IGNITE-7577 Fixing public API active flag on baseline changes - Fixes #3455.

commit c8ce1f66e98b3174d771a3b801a2538499dc2c3d
Author: Ivan Rakov 
Date:   2018-01-31T09:51:09Z

IGNITE-7475 Improved VerifyBackupPartitionsTask to calculate partition 
hashes in parallel - Fixes #3407.

Signed-off-by: Alexey Goncharuk 

commit 258ff4299da20122d7c387cb8579264035c93c18
Author: Alexey Goncharuk 
Date:   2018-01-31T13:52:24Z

IGNITE-7573 Fixed full API tests to be compliant with baseline topology

commit 254ed3a9c32d092702a0461509bf867cbd7cdee6
Author: Alexey Kuznetsov 
Date:   2018-02-01T08:22:53Z

ignite-2.4.0 Update version.

(cherry picked from commit 2e43749)

commit c1a9c0a404d77fba08170bedf14844f87abe3028
Author: Alexey Goncharuk 
Date:   2018-02-01T10:17:28Z

IGNITE-7569 Fixing index rebuild future

commit e43799ce70cdbe03d9e206381d1d5138b820b075
Author: Alexey Goncharuk 
Date:   2018-02-01T13:39:17Z

IGNITE-7520 Provide util-methods to get baseline from context - Fixes #3431.

commit 8f5fc7cfb0624cf2048efad38dfff32f782116e8
Author: Sergey Chugunov 
Date:   2018-02-02T08:24:29Z

IGNITE-7580 Fix compatibilityMode flag consistency

This closes #3466

(cherry picked from commit 8f2045e)

commit d3ddd50cb2b889173176b6c47c9ff61410e1d909
Author: Ilya Lantukh 
Date:   2018-02-07T10:33:28Z

IGNITE-7514 Affinity assignment should be recalculated when primary node is 
not OWNER

(cherry picked from commit faf50f1)

commit d3745e9d0a3ff5a64fba494889b7e2605f3af6bb
Author: Alexey Goncharuk 
Date:   2018-02-07T18:10:32Z

IGNITE-7639 Fixed NPE

commit f7c16855ba802d9d47048521aec7e14285e4a281
Author: Pavel Kovalenko 
Date:   2018-02-09T13:55:15Z

IGNITE-7540 Prevent page memory metadata corruption during checkpoint and 
group destroying. - Fixes #3490.

Signed-off-by: Alexey Goncharuk 

commit c92f167fc491078f02b9f94fe89edafc2902ebc2
Author: ilantukh 
Date:   2018-02-14T12:40:13Z

Updated version in properties.

commit 1ecf348dd429cf7861b414e0e5a7776b72dba281
Author: Sergey Chugunov 
Date:   2018-02-16T13:21:12Z

IGNITE-7699 BinaryMetadata exchange should not be triggered if metadata was 
not updated - Fixes #3523.

Signed-off-by: Alexey Goncharuk 

(cherry-picked from commit bcd3881)

commit 2458bd08a5b501b3eeb5caf0ae6dcaa2bcccd915
Author: EdShangGG 
Date:   2018-02-16T13:29:49Z

IGNITE-7676 Add affinity version to snapshot plugin stub - Fixes #3510.

Signed-off-by: Alexey Goncharuk 
(cherry picked from commit b6d21fb)

commit bfdcda7a2a6b5cf64f15ed169d2beb886f131fac
Author: EdShangGG 
Date:   2018-02-12T16:36:30Z

IGNITE-7626 Unify code in test which cleans up persistence directories - 
Fixes #3477.

Signed-off-by: Alexey Goncharuk 
(cherry picked from commit a0997b9)

commit 2e92e0094b270aa8489e66d94bfcf15eadabfb4f
Author: EdShangGG 
Date:   2018-02-12T18:44:10Z

IGNITE-7626 Unify code in test which clean up persistence directories - 
Fixes #3512.

Signed-off-by: Alexey Goncharuk 
(cherry picked from commit 6f6f8dd)

commit 3f86c127c78065999663a4fc4eaedb5e5d4bee1c
Author: EdShangGG 
Date:   2018-02-12T18:26:31Z

compilation fix

commit 0b9322c566f9b464291854142ac02495bd1817e4
Author: gg-shq 
Date:   2018-02-07T11:28:04Z

IGNITE-6917: Implemented SQL COPY command.

commit c5e386ca96750213bddcd98d0af0c589fee476ca
Author: gg-shq 
Date:   2018-02-07T15:31:27Z

IGNITE-7586: Added COPY command into the JDBC example.

This closes #3485

commit d8203e2d81f8fbf0f7fbe5e710c9908f2fcb8307
Author: shq 
Date:   2018-02-15T10:36:00Z

IGNITE-7709: SQL COPY command: make sure file name is always quoted. This 
closes #3526.

commit 1185993ee7cd83695388f698f18f95b43e15de06
Author: devozerov 
Date:   2018-02-15T11:00:42Z

IGNITE-7714: SQL COPY command: fixed "Table not found" issue on the client 
node.

commit 88c8bdcc0dc2fdf2b2b22562a6b30031e053f671
Author: devozerov 
Date:   2018-02-16T14:54:24Z

IGNITE-7737: SQL COPY: renamed BUFFER_SIZE to PACKET_SIZE. This closes 
#3533.

commit bc331f9de716c30d6f733e28821ab44da7ed0cf7
Author: Alexander Pasch

[GitHub] ignite pull request #3136: IGNITE-7088 Fix implementation of DIRECT comparat...

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

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

IGNITE-7088 Fix implementation of DIRECT comparator for ordering caches



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

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

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

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


commit bf7f857d15e17ab27ffcc2b5448160a72d481045
Author: ezhuravl <ezhurav...@gridgain.com>
Date:   2017-12-04T16:09:36Z

IGNITE-7088 Fix implementation of DIRECT comparator for ordering cache 
start operations




---


[GitHub] ignite pull request #3107: Ignite 2.1.8.b1

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

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

Ignite 2.1.8.b1



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

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

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

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


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_CLOSE).

(cherry picked from commit dc6b73b)

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

IGNITE-3987: ODBC: Improved error output when query parsing failed.

(cherry picked from commit 29ce1fa)

commit a5f5a9932f598062e45f903c2f170301157ac00a
Author: Alexey Kukushkin <alexeykukush...@yahoo.com>
Date:   2017-08-31T14:44:11Z

ignite-5966 IgniteCache#get() fails with "Requesting mapping from grid 
failed" when deserialising binary object loaded from CacheJdbcPojoStoreFactory

commit 5bb79244a3049efa2a455f8e0eb8b76fb916ce02
Author: Igor Seliverstov <gvvinbl...@gmail.com>
Date:   2017-09-01T09:56:56Z

IGNITE-6182 Change default max memory size from 80% to 20%

commit 1f6102f75f759fed525e62bb9781f85404a68c9b
Author: devozerov <voze...@gridgain.com>
Date:   2017-09-04T14:41:30Z

IGNITE-6182: Improved message.

commit 78a7cdb0196ecfe6c11943f5150630897ccc4d6c
Author: devozerov <voze...@gridgain.com>
Date:   2017-09-04T14:59:44Z

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

commit dd3c7198861d3f7079a00fcb011bbe5e587eb972
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-09-01T11:25:34Z

ignite-5999 : Fixed calculation of moving partitions count.

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

ignite-6214 resolve problem with concurrent metadata updates

commit 9112c9bdba233de5e350e06ac9df8b270870c47d
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-09-05T07:39:32Z

IGNITE-6255 .NET: Fix TestAffinityCall to take late affinity assignment 
into account

This closes #2589

commit 21220f245464a73e2311d79e25f1dedce5ad2dce
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-09-05T14:20:51Z

IGNITE-6119: Added 'lazy' flag to ODBC driver.

(cherry picked from commit d6cbc50)

commit 2e8a7f492685ebba6e66c98bb4d3b6cd1a4b9c36
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-09-05T15:12:53Z

IGNITE-5344: JDBC thin driver: support Statement.closeOnCompletion. This 
closes #2131.

commit 2e053d85e20b338e259e60367e4f21786df29b84
Author: vk <kaligula...@gmail.com>
Date:   2017-09-06T07:41:16Z

IGNITE-6179: Improved reliability of 
DynamicIndexAbstractConcurrentSelfTest.testClientReconnectWithCacheRestart. 
This closes #2596.

commit f3707d0db44965f453d2d5668f8a956e9ed89de1
Author: Igor Sapego <isap...@gridgain.com>
Date:   2017-09-06T10:42:04Z

IGNITE-6119: Fixes for style and DSN.

(cherry picked from commit 6c9bb89)

commit 9eabbe915b8c465033f047152fdcacd2ff41f400
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2017-09-04T10:21:06Z

ignite-6254 : Fixed assertions for req.txState().

commit f34b5547e536d84133a1a242aaf6a369e61a4b59
Author: Alexander Belyak <alexandr.bel...@xored.com>
Date:   2017-09-06T14:07:33Z

ignite-5061: move rebalance enabled methods to 
GridCacheSharedContext

commit b5897d4dca6cca69f841321004550f4e43ecb66a
Author: devozerov <ppoze...@gmail.com>
Date:   2017-09-06T14:34:11Z

IGNITE-5339: JDBC thin driver: improved compliance. This closes #2112.

commit 9b5c9af084fa05dc1a5d5ab6db60eb7870647b15
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2017-09-06T15:18:23Z

IGNITE-5572: SQL: ALTER TABLE ADD COLUMN support. This closes #2344.

commit 19e204250b05f76116c59981003bd1740a8efacd
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-09-06T15:42:22Z

IGNITE-6130 JDBC thin driver: implemented type conversions. This closes 
#2510.

commit 25898aa06e161940a5b8267cc43e78e89dd1d8ef
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-09-07T07:17:27Z

Merge remote-tracking branch 'remotes/origin/ignite-2.1.4-p1' into 
ignite-2.1.5

commit d6fb2bf5e5f6bd978ec376c03de0346eaaff1212
Author: Vasiliy Sisko <vsi...@grid

[GitHub] ignite pull request #3097: IGNITE-6992 FIX Ignite MR problem with accessing ...

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

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

IGNITE-6992 FIX Ignite MR problem with accessing hdfs with enabled Ke…

…rberos

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

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

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

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


commit 683233bfbb72c35f0ecdcc5703d7d8654ffcc72f
Author: ezhuravl <ezhurav...@gridgain.com>
Date:   2017-11-27T16:34:32Z

IGNITE-6992 FIX Ignite MR problem with accessing hdfs with enabled Kerberos




---


[GitHub] ignite pull request #2655: Ignite 1.6.13

2017-09-13 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 1.6.13



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

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

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

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






---


[GitHub] ignite pull request #2527: IGNITE-5814 Remove non Ignite classes from marsha...

2017-08-28 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-5814 Remove non Ignite classes from marshaller exclusions



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

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

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

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


commit fdb15c144c94e127061fcd9e5b6289561459c501
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-08-28T11:16:56Z

IGNITE-5814 Remove non Ignite classes from marshaller exclusions




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2457: IGNITE-6088 Socket#shutdownOutput in ServerImpl l...

2017-08-16 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-6088 Socket#shutdownOutput in ServerImpl leads to UnsupportedO…

…perationException on SSLSocket

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

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

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

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


commit 5658aa9d0c79e216613f94bdc5d459ec949851c8
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-08-16T14:56:08Z

IGNITE-6088 Socket#shutdownOutput in ServerImpl leads to 
UnsupportedOperationException on SSLSocket




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2428: IGNITE-4991 Do not print out system properties wh...

2017-08-10 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-4991 Do not print out system properties when IGNITE_TO_STRING_…

…INCLUDE_SENSITIVE is set to false

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

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

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

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


commit 4f90b6fd77bd23fa818620f0757b792ba388ef93
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-08-10T15:54:57Z

IGNITE-4991 Do not print out system properties when 
IGNITE_TO_STRING_INCLUDE_SENSITIVE is set to false




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Resurrect FairAffinityFunction

2017-08-09 Thread ezhuravl
Folks,

I've started working on a https://issues.apache.org/jira/browse/IGNITE-5836
ticket and found that the recently added feature with cacheGroups doing
pretty much the same that was described in this issue. CacheGroup guarantees
that all caches within a group have same assignments since they share a
single underlying 'physical' cache.

I think we can return FairAffinityFunction and add information to its
Javadoc that all caches with same AffinityFunction and NodeFilter should be
combined in cache group to avoid a problem with inconsistent previous
assignments.

What do you guys think?

Evgenii



--
View this message in context: 
http://apache-ignite-developers.2346864.n4.nabble.com/Resurrect-FairAffinityFunction-tp19987p20669.html
Sent from the Apache Ignite Developers mailing list archive at Nabble.com.


[GitHub] ignite pull request #2242: Ignite 1.8.8 p1

2017-07-24 Thread ezhuravl
Github user ezhuravl closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2323: Ignite 1.7.4 p2

2017-07-24 Thread ezhuravl
Github user ezhuravl closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2263: IGNITE-5467 Exception in communication SPI can st...

2017-07-24 Thread ezhuravl
Github user ezhuravl closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2323: Ignite 1.7.4 p2

2017-07-19 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 1.7.4 p2



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

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

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

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


commit 8127667a14184f77bc0f686d21e3062ae19260a3
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-27T13:37:56Z

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

commit 2bfa06dd75fa55ad01438fa59d14b864ec95834e
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-09-28T01:22:40Z

Fixed typo.

commit c188c3c4a96eacb85ea8e08f0634288332432c1c
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-09-28T01:46:23Z

IGNITE-3983 Fixed wrong cache load optimization. Test added.

commit 89c30c8b0be6915d2399be508ddcd9eb439a9aaa
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-09-28T01:57:45Z

IGNITE-3965 @GridInternal tasks should run via standart LoadBalancingSpi. 
Added test.

commit a53c399e10926120106379d1c764edd7d3854e6a
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-09-28T02:07:55Z

Merge ignite-1.6.9 into ignite-1.7.2.

commit ec9ddcd3d99d19403bf19e1172ede2afdab6c86f
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-28T09:05:28Z

Code style fixes.

commit 17c2fc0b69abd023b2a1e5da344e67951fd49408
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-28T09:56:17Z

ignite-2833 Need call 'touch' for cache entry if it was obtained using 
'entryEx'.

commit daf974d261efa525678d5fabc6191642c07f9ad4
Author: AKuznetsov <akuznet...@gridgain.com>
Date:   2016-09-28T10:22:10Z

IGNITE-3965 Fixed issues found on review.

commit 53fbad7ddafdae7b368b0f207d06d16574978d62
Author: AKuznetsov <akuznet...@gridgain.com>
Date:   2016-09-28T10:24:56Z

Merge branch ignite-1.6.9 into ignite-1.7.2.

commit 4ff19c20b169e0373eafc8025a838db8bfc61f27
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-28T10:47:51Z

ignite-3621 Fixed 'testEvictExpired'.

commit bfe4458448a59542713830f57713b3ac2af08e2b
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-28T11:31:24Z

ignite-3621 Fixed 'testEvictExpired'.

commit d643dcf2dd2caac4c3ff04cb72f31bbfbf97339a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2016-09-28T11:34:23Z

IGNITE-3970 .NET: Fix Cyrillic 'C' letters in code - add test

commit 474ade276c4ae3e8f93cce37473d37270b4e7ad9
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-28T11:38:04Z

IGNITE-3988: Moved failing cloud tests to ignore module.

commit ccfaaf8d060ef984678d2376b16b5a17e7c17e9d
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-28T11:38:17Z

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

commit c7fa918c10d771efa91cde1017662c26d0a61085
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2016-09-28T11:47:17Z

Merge remote-tracking branch 'remotes/community/ignite-1.6.9' into 
ignite-1.7.3

commit b9105df77cc70b532f94899c754fba47e3e05e9a
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-28T11:53:20Z

IGNITE-3989: Moved failing JTA tests to ignore module.

commit d595345765db2151ff432beecd478ce056393593
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-28T12:08:38Z

IGNITE-3990: Moved failing Spring tests to "ignore" module.

commit e3f13455d4273e615727d0410783e3719db98f76
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-28T09:56:17Z

ignite-2833 Need call 'touch' for cache entry if it was obtained using 
'entryEx'.

(cherry picked from commit 17c2fc0)

commit b2faa339acb2eea24e6dd5e0c21fc3d3d0592ff6
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-28T10:47:51Z

ignite-3621 Fixed 'testEvictExpired'.

(cherry picked from commit 4ff19c2)

commit 74d2fc2416b8e6bc0598152552021f984a013061
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-28T11:31:24Z

ignite-3621 Fixed 'testEvictExpired'.

(cherry picked from commit bfe4458)

commit d2563dacceea61b19bb6e083e29ebacc28fdd323
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-28T12:51:55Z

IGNITE-3993: Added failing client tests to "ignored" test suite.

commit 33d34941390c00e8d6a2488e8f2e11e6abba8a01
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-28T12:54:52Z

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

commit 78144c4c9d6200ceef8b666a186039685f053381
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-28T13:52:13Z

Fixed i

[GitHub] ignite pull request #2319: IGNITE-5775 JobsProcessor: Remove job from active...

2017-07-18 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-5775 JobsProcessor: Remove job from activeJobs before invoke o…

…nCollision

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

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

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

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


commit 23cb1312faa172d7dd1a0cee088b39a69568dec5
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-07-18T16:46:36Z

IGNITE-5775 JobsProcessor: Remove job from activeJobs before invoke 
onCollision




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2317: IGNITE-5776 Add option to turn on filter reachabl...

2017-07-18 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-5776 Add option to turn on filter reachable addresses in TcpCo…

…mmunicationSpi

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

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

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

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






---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2316: IGNITE-5776 Add option to turn on filter reachabl...

2017-07-18 Thread ezhuravl
Github user ezhuravl closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2316: IGNITE-5776 Add option to turn on filter reachabl...

2017-07-18 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-5776 Add option to turn on filter reachable addresses in 
TcpCommunicationSpi



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

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

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

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


commit 4cd0a328c5b8d344ac2bce2f081d3d76d8fcefda
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-07-18T14:51:28Z

IGNITE-5776 Add option to turn on filter reachable addresses in 
TcpCommunicationSpi




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2263: IGNITE-5467 Exception in communication SPI can st...

2017-07-07 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-5467 Exception in communication SPI can stall the cluster



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

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

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

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


commit 76060a8f6609948aa03910196710dc314a8abbb6
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-07-07T14:43:37Z

IGNITE-5467 Exception in communication SPI can stall the cluster




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2242: Ignite 1.8.8 p1

2017-07-05 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 1.8.8 p1



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

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

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

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


commit f9aaf0353cea54afefea4caac74b1583eb17969b
Author: agura 
Date:   2017-01-18T15:04:45Z

ignite-4499 Drop node from topology in case when connection creation is 
impossible

commit d396398c1b4660b3bca24d2650a10f6c0677b4df
Author: sboikov <sboi...@gridgain.com>
Date:   2016-12-02T07:36:41Z

ignite-4314 cache.clear should not destroy offheap map

(cherry picked from commit 88c06ec)

commit 51e1f874624c428cc93e9c16407ec5a8b4cf8420
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-19T07:52:42Z

Throw CacheException from queries API.

commit 9c9175d4a84194a224a4020e6185d1e2aee0a5aa
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-01-19T08:19:18Z

ignite-4147 - Rollback due to test failing on many restarts, should be 
improved to be more durable

commit f35057833900ba028b3a9a8bd547df61f42a45ed
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-19T09:44:57Z

CacheScanPartitionQueryFallbackSelfTest fixed to use default page size.

commit 71a76c81530d1aa38525fd78a90b065b6e19a6bb
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-01-19T10:29:55Z

IGNITE-4550: Move service deployment to certain test. This closes #1437.

commit 476b089b1dd4b4c5d3b6ae21e1b3b2c010c086ac
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2017-01-20T14:33:34Z

IGNITE-4507: Hadoop: added direct output support for combiner. This closes 
#1434.

commit 065fe4525cc46a46f65dd40af6f4be9f034c0de2
Author: devozerov <voze...@gridgain.com>
Date:   2017-01-20T14:36:02Z

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

commit 09ed12847422b265a60d7217530b98728363688b
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-23T08:20:57Z

Merge remote-tracking branch 'remotes/community/ignite-1.7.6' into 
ignite-1.8.3

commit db84b9b6e39ac37791b35479bccb8bbd75bb1676
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-23T08:26:18Z

Merge ignite-4499.

commit 7f0af43519f9e27f84ce8106d98b90aff00ee936
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-23T11:14:22Z

Added benchmark.

commit e832ef9ce363fad34097aa78293a57f4aefcbcc0
Author: Anton Vinogradov <a...@apache.org>
Date:   2017-01-24T11:44:33Z

IGNITE-3699 (Backported from master) CreatedExpiryPolicy doesn't work if 
entry is loaded from store

commit 3db0971d7d32798aeb3ce5dd8c0b3246a895fe91
Author: devozerov <voze...@gridgain.com>
Date:   2017-01-24T13:45:59Z

IGNITE-4598: Hadoop: implemented raw comparator for BytesWritable key type. 
This closes #1457.

commit d3e2e0c5574f7677645e73e1fbafaee3563895f1
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-01-25T07:27:01Z

Merge branches 'ignite-1.7.6' and 'web-console-production' of 
https://github.com/gridgain/apache-ignite into web-console-production

commit 295f80d10da02692540435d46961a9c3cca99b3c
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-01-25T06:58:57Z

IGNITE-4520 Added credential request for authentication on proxy.

(cherry picked from commit ef04f35)

commit f25f85afb9d9d5e91116086a6b3998a5bbb082b9
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-01-25T06:58:57Z

IGNITE-4520 Added credential request for authentication on proxy.

(cherry picked from commit ef04f35)

commit ccc0f41794bfd2deecc3e0bd042f82d81c9809d0
Author: Vasiliy Sisko <vsi...@gridgain.com>
Date:   2017-01-20T09:22:24Z

IGNITE-4548 CacheJdbcStore: support mapping of enum types.

(cherry picked from commit f1fca3a)

commit 6f6ff397c8a2fb3f1041958a3338294cb44af998
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-01-25T09:48:05Z

IGNITE-1596 Fixed version sort.

(cherry picked from commit 128ba07)

commit faa20530a707014ac34477cba8adaaa4b67de1bb
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-01-25T09:48:05Z

IGNITE-1596 Fixed version sort.

(cherry picked from commit 128ba07)

commit 9d9e61fc9db0f79daaa87b7ec2c89c652bd3beaa
Author: sboikov <sboi...@gridgain.com>
Date:   2017-01-25T11:37:57Z

Added benchmark IgnitePutOffHeapIndexedValue8Benchmark.

commit f5e601e2973bfa81593241e55e4b6f97c0e55c3c
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-01-26T07:18:34Z

IGNITE-4036 - Fix. Near cache is not expired together with corresponding 
server cache

[GitHub] ignite pull request #2170: H2Indexes are not deleted if key class implements...

2017-06-22 Thread ezhuravl
Github user ezhuravl closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2170: H2Indexes are not deleted if key class implements...

2017-06-21 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

H2Indexes are not deleted if key class implements Externalizable



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

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

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

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


commit b252b441a9ada31c7200b385d75e0b3e7c0362dd
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-12-23T11:20:44Z

Implemented Visor tasks for Services.

(cherry picked from commit fdf1f4b)

commit fb8191028eb19b0683b8239b7024f7fa6ccabd4e
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-12-23T11:40:51Z

Updated classnames for ignite-1.7.5.

commit 2da2816fd74b17590f45781268337da5205c44fa
Author: Vasiliy Sisko <vsi...@gridgain.com>
Date:   2016-12-23T11:58:47Z

Fixed broken links.

(cherry picked from commit 6ca8670)

commit 2ccae40e2a21398d15c3762b72575216c56a7fb0
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-12-23T14:51:49Z

IGNITE-4109 - BinaryType.isEnum() throws an exception if typeId==0

commit 9273e51cd039049a4aae73f9dcafc02915bc6153
Author: Alexandr Kuramshin <akurams...@gridgain.com>
Date:   2016-12-26T10:23:28Z

ignite-4167 Do not log cache key/values

commit 5769f44367cae5908cd291f226e9fccd68fe1c39
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-12-27T08:14:13Z

Fixed Visor queries for BinaryObjects.

commit 5494dfb8dd222bf7aee8214b6bb201d3ae8a1ec5
Author: Ignite Teamcity <ign...@apache.org>
Date:   2016-12-27T11:50:58Z

1.8.0-SNAPSHOT

commit b8cb82de65a529040ea18b0dc03fa7109c69bb4a
Author: Vasiliy Sisko <vsi...@gridgain.com>
Date:   2016-12-29T07:48:45Z

IGNITE-4442 Implemented cache affinity configuration.

(cherry picked from commit f4a1e6c)

commit 6c38eb28623271a3604ee8d966deb88677a3adb1
Author: devozerov <voze...@gridgain.com>
Date:   2016-12-29T09:20:20Z

IGNITE-4167: Changed IGNITE_TO_STRING_INCLUDE_SENSITIVE default value to 
"true".

commit 864a95e13f1262f14351df0883d0a1abd1bf70c7
Author: sboikov <sboi...@gridgain.com>
Date:   2016-12-29T11:45:08Z

Removed duplicated benchmark.

commit da5b68cc89ba6eeff25beb66e3a4d8c2b9871ab3
Author: sboikov <sboi...@gridgain.com>
Date:   2016-12-29T12:46:59Z

For communication spi disabled pairedConnections by default, implemented 
NIO sessions balancing for this mode.

commit 71412cecd861119965a873520da96078f99c94e2
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-12-30T10:41:34Z

IGNITE-4424 REPLICATED cache isn't synced across nodes

commit 121f034e5739dcc7dd9c9577c9a437acaf710a19
Author: devozerov <voze...@gridgain.com>
Date:   2017-01-05T09:00:49Z

Merge branch 'ignite-1.8.2' into ignite-1.8.3

commit 494cf88209b196f2677e26f468aab1f98d791217
Author: devozerov <voze...@gridgain.com>
Date:   2017-01-05T09:05:04Z

Merge branch 'ignite-1.7.5' into ignite-1.8.3

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/binary/BinaryObjectExImpl.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
#   
modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs
#   
modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs
#   
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesCodeConfigurationTest.cs
#   
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs
#   modules/platforms/dotnet/Apache.Ignite.NLog/Properties/AssemblyInfo.cs
#   modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs
#   
modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs
#   
modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs

commit ac92bdb44ed0fb02893c1e7e9df4443a0a26d331
Author: Ivan Veselovskiy <iveselovs...@gridgain.com>
Date:   2016-12-19T08:57:00Z

IGNITE-3966: Hadoop: add Hadoop native library to Java arguments 
automatically. This closes #1320.

commit 1776e9eb04895bbb870f7c6aa89ca96db2af31b7
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-12-29T08:14:10Z

IGNITE-4458: Hadoop: "striped" shuffle mode is default from now on. This 
closes #1390.

commit e7d781ee3221107d9a819dd70cb5776558a59e2a
Author: devozerov <voze...@gridgain.com>
Date:   2017-01-05T08:30:42Z

IGNITE-4516: Hadoop: implemented optional compression for remote shuffle 
output. This closes #1399.

commit b6005b07b3e28907c8ff5cb6ebcce25bdb23bb48
Author: 

[GitHub] ignite pull request #2158: Ignite 5399 Manual cache rebalancing fix

2017-06-19 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 5399 Manual cache rebalancing fix



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

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

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

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


commit 29d82f450a4abb98db95a7df74263d4421c9a0a1
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-06-19T13:17:23Z

IGNITE-5399 Manual cache rebalancing fix

commit 6cecfde5d96bd768aa97be4ed4324a9bd7fed8cd
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-06-19T13:19:04Z

Merge remote-tracking branch 'remotes/upstream/master' into ignite-5399




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1814: IGNITE-4939 Receive event before cache initialize...

2017-06-02 Thread ezhuravl
Github user ezhuravl closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2051: Ignite 1.9.3 Release

2017-05-31 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 1.9.3 Release



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

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

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

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


commit 8c56e4516e55c7ed9c14779f0e77e00f055d9a81
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-02T15:05:16Z

IGNITE-3827: Removed double marshalling of keys in 
DataStreamerImpl.addData(Map) method.

commit 4dc624fc9a8852f77f1fe7db4dc06a474b34c2eb
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-02T15:23:09Z

IGNITE-3829: Optimized affinity key field name handling.

commit 7b0d2326ccc62afd5d162b056398f96d8d7c9100
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T07:19:48Z

IGNITE-3829: Additional fix.

commit b8cb82de65a529040ea18b0dc03fa7109c69bb4a
Author: Vasiliy Sisko <vsi...@gridgain.com>
Date:   2016-12-29T07:48:45Z

IGNITE-4442 Implemented cache affinity configuration.

(cherry picked from commit f4a1e6c)

commit 71412cecd861119965a873520da96078f99c94e2
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-12-30T10:41:34Z

IGNITE-4424 REPLICATED cache isn't synced across nodes

commit 852f03829c997883376245e3515e47822e9012eb
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-01-11T09:34:23Z

Merge branches 'ignite-1.7.5' and 'web-console-production' of 
https://github.com/gridgain/apache-ignite into web-console-production

commit fe424591161595de1151a29cf1cdeb50456c3e39
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-01-12T14:43:21Z

Minors

commit cf9f0a79da7540dc40c3ac860a94158e87e2d7ec
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2017-01-12T14:50:02Z

Minors

commit d3e2e0c5574f7677645e73e1fbafaee3563895f1
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-01-25T07:27:01Z

Merge branches 'ignite-1.7.6' and 'web-console-production' of 
https://github.com/gridgain/apache-ignite into web-console-production

commit 295f80d10da02692540435d46961a9c3cca99b3c
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-01-25T06:58:57Z

IGNITE-4520 Added credential request for authentication on proxy.

(cherry picked from commit ef04f35)

commit faa20530a707014ac34477cba8adaaa4b67de1bb
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-01-25T09:48:05Z

IGNITE-1596 Fixed version sort.

(cherry picked from commit 128ba07)

commit 1b3bbdb1758eb19c755dabcb5fe329529fa0f378
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-01-27T04:30:49Z

IGNITE-4622 Fixed generation in domain model for cache store.

(cherry picked from commit 43007d5)

commit a8355feef630a5c8c4edbe02224c8325dd5952d3
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-02-03T04:58:43Z

IGNITE-4610 Added more informative message.

(cherry picked from commit 9ff2a8f)

commit 94d8a6fc0a61bb3046e2ebd8b3cbffb8917c2b6a
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-02-08T04:43:22Z

IGNITE-4472 Added user activities in Web Console.

(cherry picked from commit 26ee9c2)

commit b571fd40f009709718bce0c969d47b62be06b8f6
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-02-08T10:05:08Z

IGNITE-4472 Added user activities in Web Console.

(cherry picked from commit 26ee9c2)

commit db48f545a83bb72cded77d8269fe4f8820e8380f
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-02-10T08:55:05Z

IGNITE-4678 Web Console: Implemented demo load as service.

(cherry picked from commit a600caf)

commit e4b54c985f256478ae2cae23b423d9b8e0842df8
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-02-13T02:48:50Z

Merge branch 'ignite-1.8.3' of https://github.com/gridgain/apache-ignite 
into web-console-production

commit 2d6735a20ac8009d1ac3f003da4fcd319271bd71
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-02-09T09:44:41Z

IGNITE-4676 Fixed hang if closure executed nested internal task with 
continuation. Added test.

(cherry picked from commit e7a5307)

commit d307e2eced1fd10b007ee08c3dd113e7bb4f22ba
Author: Andrey Novikov <anovi...@gridgain.com>
Date:   2017-02-13T10:35:29Z

IGNITE-4687 Added pool to process REST request in Web Agent.

(cherry picked from commit 262a341)

commit 8874f99f44dc2edf08a525619edb49d5db70b938
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2017-02-14T15:44:57Z

IGNITE-4641 - Refresh client attributes during reconnect

commit ca5956be

[GitHub] ignite pull request #2026: IGNITE-5299 Don't set IgniteLock as broken if loc...

2017-05-29 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-5299 Don't set IgniteLock as broken if lock is failoverSafe



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

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

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

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


commit 02ebe624a37379055345ae1409918ba96da1d3fc
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-05-29T13:46:11Z

IGNITE-5299 Don't set IgniteLock as broken if lock is failoverSafe




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1814: IGNITE-4939 Receive event before cache initialize...

2017-04-18 Thread ezhuravl
GitHub user ezhuravl reopened a pull request:

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

IGNITE-4939 Receive event before cache initialized fix



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

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

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

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


commit e448a4d011c4137528f7915600fdf32cc5455128
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-04-18T09:14:07Z

IGNITE-4939 Receive event before cache initialized fix




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1814: IGNITE-4939 Receive event before cache initialize...

2017-04-18 Thread ezhuravl
Github user ezhuravl closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1814: IGNITE-4939 Receive event before cache initialize...

2017-04-18 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-4939 Receive event before cache initialized fix



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

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

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

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


commit e448a4d011c4137528f7915600fdf32cc5455128
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-04-18T09:14:07Z

IGNITE-4939 Receive event before cache initialized fix




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1750: IGNITE-4925 Fix IgniteCacheEntryListenerEagerTtlD...

2017-04-06 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-4925 Fix 
IgniteCacheEntryListenerEagerTtlDisabledTest.hronousEventsObjectKeyValue…



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

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

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

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


commit b24e832ab1e17fe50c7b8bbddbbcf0207675cf61
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-04-06T13:02:44Z

IGNITE-4925 Fix 
IgniteCacheEntryListenerEagerTtlDisabledTest.testSynchronousEventsObjectKeyValue
 test




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1677: ignite-4869 remove unnecessary benchmarks for leg...

2017-03-27 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

ignite-4869 remove unnecessary benchmarks for legacy binary identity



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

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

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

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






---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1649: Ignite 4558 Use BinaryArrayIdentityResolver by de...

2017-03-21 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 4558 Use BinaryArrayIdentityResolver by default



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

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

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

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






---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1591: Ignite 4558

2017-03-03 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 4558



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

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

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

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


commit 833426312e9cd2db685cd8b61d3218cd889bd7ca
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-01-26T12:53:54Z

IGNITE-4558 Use BinaryArrayIdentityResolver by default

commit f3054b4a44aa527348cdbe2945a3855262833714
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-01-27T11:09:32Z

IGNITE-4558 not overwrite if hashcode set

commit bdbc9109f6dad2039c0b5809b937743ad76beaca
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-02-07T08:36:16Z

IGNITE-4558 - fix test for hachcode

commit 3da70842f1a9da0bff9cb0dc78d0a419b60f7bf0
Author: devozerov <voze...@gridgain.com>
Date:   2017-02-13T13:22:20Z

Merge branch 'ignite-2.0' into ignite-4558

commit 3ce1f2683063088f2f44ab0e6a4b56a274bb5a96
Author: devozerov <voze...@gridgain.com>
Date:   2017-02-13T13:44:03Z

Minor corrections.

commit d33b5fbb64391b71f7d3a74d3223a5e11b82
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-03-03T12:16:19Z

IGNITE-4558 Delete BinaryObjectBuilder.hashCode

commit dc1ec736f3814ceb56da1684261451e642f21a50
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-03-03T12:17:23Z

Merge remote-tracking branch 'remotes/upstream/ignite-2.0' into ignite-4558




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1585: IGNITE 4577 filter non reachable addresses

2017-03-02 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE 4577 filter non reachable addresses



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

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

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

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


commit 8cb16404276edcc933d6d57edb38f7192810a2aa
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-03-02T10:22:07Z

IGNITE 4577 filter non reachable addresses




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1536: IGNITE-4577 Add sort for virtual interface addres...

2017-03-02 Thread ezhuravl
Github user ezhuravl closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1578: Ignite 3386

2017-02-27 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 3386



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

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

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

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


commit 1ef4bf43af6d82af36e5f7dd3b4ad33bc94eb9aa
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-02-27T14:32:12Z

IGNITE-3386 Re-create lock state if lock owner leaves topology

commit fba0b733318c71b8560dc4d18260a858e88a6ea1
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-02-27T14:33:40Z

IGNITE-3386 Re-create lock state if lock owner leaves topology




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1576: IGNITE-4752 Hadoop examples fail for hadoop accel...

2017-02-27 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-4752 Hadoop examples fail for hadoop accelerator



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

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

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

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


commit 7d883ad438c5936977386d6d92d393c46d2bc2a6
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-02-27T10:37:18Z

IGNITE-4752 Hadoop examples fail for hadoop accelerator




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1574: IGNITE-4754 SharedRDDExample missed in example JA...

2017-02-27 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-4754 SharedRDDExample missed in example JAR file



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

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

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

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


commit d1b1e491b3647c4918ecdf488823311da4fdfbf0
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-02-27T08:45:48Z

IGNITE-4754 SharedRDDExample missed in example JAR file




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1546: Ignite 3710 Upgrade ignite-spark module to Spark ...

2017-02-16 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

Ignite 3710 Upgrade ignite-spark module to Spark 2.0



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

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

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

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


commit 20d63f35dfd9eedf6e4d1a8a4d3c43713a58edec
Author: Denis Magda <dma...@gridgain.com>
Date:   2016-12-11T05:35:23Z

IGNITE-3710: Upgrade ignite-spark module to Spark 2.0

commit 1382071e39dbda57922ffbca6a6d1375397f9713
Author: Denis Magda <dma...@gridgain.com>
Date:   2016-12-11T06:22:18Z

IGNITE-3710: including spark parent

commit d674081b5e671b645e132a18c2229cb279d550bc
Author: Denis Magda <dma...@gridgain.com>
Date:   2016-12-11T06:27:31Z

IGNITE-3710: revert latest changes

commit 24ae9e5f3bae3edf1f2597f7416b271f4a534381
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-12-16T12:21:06Z

IGNITE-3710 Dependency fix.

commit aa7f631cc3ccb1b8653724b63bc382850539efa7
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-12-16T12:51:13Z

IGNITE-3710 Dependency fix.

commit fe02969a68eb4ae82f4d6cf0fc7fc9687b548793
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-12-16T12:55:27Z

IGNITE-3710 Dependency fix.

commit e0b444c51f7e892b0e153046960afd9a6c6a791c
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-12-16T13:16:47Z

IGNITE-3710 Dependency fix.

commit 2f4ff70ba0a2553b54a707b147a1dbdd94bd17f0
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-12-16T17:26:05Z

IGNITE-3710 Dependency fix

commit 2c562ac38d0c418f77f07866d1c54da1f7c8903b
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-12-16T17:50:28Z

IGNITE-3710 Dependency fix

commit 1c9d17de62fc993c130f53f207a1fb2797fba3d3
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-12-16T17:58:23Z

IGNITE-3710 Dependency fix

commit 892c5415cc3e61c458157ddb740ec3e611339303
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-12-19T09:11:06Z

IGNITE-3710 Dependency fix

commit 7412f391cd32233ff7cd08184cbe681d079a317b
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-02-16T14:14:51Z

IGNITE-3710 update spark to 2.1.0 and fix dependencies for 2.10




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1482: IGNITE-4630 return valid date for org.apache.igni...

2017-01-31 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-4630 return valid date for 
org.apache.ignite.lang.IgniteProductVersion.releaseDate



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

$ git pull https://github.com/ezhuravl/ignite ignite-4630

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

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


commit d3d771672b76f86234cc41ec178ec8616c6470b4
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-01-31T14:07:45Z

IGNITE-4630 return valid date for 
org.apache.ignite.lang.IgniteProductVersion.releaseDate




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1479: IGNITE-4533 GridDhtPartitionsExchangeFuture store...

2017-01-30 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-4533 GridDhtPartitionsExchangeFuture stores unnecessary messag…

…es after processing done

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

$ git pull https://github.com/ezhuravl/ignite ignite-4533

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

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


commit 6be5c89dcf05c395ca7a2fe1c85f4e634b5eef87
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-01-30T10:48:35Z

IGNITE-4533 GridDhtPartitionsExchangeFuture stores unnecessary messages 
after processing done




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1467: IGNITE-4558 Use BinaryArrayIdentityResolver by de...

2017-01-26 Thread ezhuravl
GitHub user ezhuravl opened a pull request:

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

IGNITE-4558 Use BinaryArrayIdentityResolver by default



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

$ git pull https://github.com/ezhuravl/ignite ignite-4558

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

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


commit 833426312e9cd2db685cd8b61d3218cd889bd7ca
Author: Evgenii Zhuravlev <ezhurav...@gridgain.com>
Date:   2017-01-26T12:53:54Z

IGNITE-4558 Use BinaryArrayIdentityResolver by default




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---