[GitHub] ignite pull request #1201: IGNITE-3432 Multiple IGFS on the same caches.

2016-11-01 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3432  Multiple IGFS on the same caches.



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

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

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

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


commit a4c63ae113931615e940ada2411ebce32dba5db8
Author: iveselovskiy <iveselovs...@gridgain.com>
Date:   2016-09-30T07:45:13Z

IGNITE-3998: IGFS: Enabled 
IgfsAbstractSelfTest.testCreateConsistencyMultithreaded. This closes #1129.

commit a12298c0baf19407f3110ba3c4f0aab88b67946d
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-30T08:00:51Z

IGNITE-3868: ODBC: Fixed connection string parsing. This closes #1051.

commit 5e7ef8644ad824b87d4797e59133eb783ff8b098
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T07:37:25Z

Merge branch 'ignite-1.6.9' into ignite-1.6.10

commit 59b46d3e6ea073d054ca2262d676b055a74bbb1f
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T07:40:04Z

IGNITE-2881: Fixed SPI queries.

commit 0b66d2d7b695cf370a4b8a717844ad67742c6090
Author: sboikov <sboi...@gridgain.com>
Date:   2016-10-03T09:04:03Z

ignite-3601 Do not check version on commit for read-only serializable 
transactions.

commit 9f211e413332931f0fb1190744ddd7c7f38fd213
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-10-03T09:26:12Z

IGNITE-3645: IGFS: Local secondary: Implemented update() operation. This 
closes #1003.

commit fa698d6fcfde0006423ef009337dbef58ac62515
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T10:33:12Z

Fixed TcpDiscoverySnapshotHistoryTest intermittent failures caused by 
multicast IP finder.

commit bba019fd5076412ca43c10a32fd300b6031ccd0b
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T14:25:20Z

IGNITE-3980: Processed failing tests in query suites. This closes #1137.

commit a92f20b5cc75e6b80b2731da0192723526b0c1dc
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-04T11:10:26Z

IGNITE-3597: Removed static work directory.

commit 23461b8d33922772ef8e7217e9e87b3f3b0b37b1
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-06T07:14:59Z

IGNITE-4001: Timeouts for threads in Ignite pools. This closes #1130.

commit b94b0aeae4c42b1d35128c6b1de97e3fa318d497
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-10-06T07:22:50Z

IGNITE-3163 IGFS: Added working directory support to 
IgniteHadoopIgfsSecondaryFileSystem. This closes #1030. This closes #1058. This 
closes #1132.

commit e6317e01fa8a0de03e15dcdd84a575c6b06ce701
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-06T09:03:48Z

IGNITE-3593 .NET: IgniteConfiguration.WorkDirectory has no effect. This 
closes #903. This closes #1145.

commit 952be8b995050b34379006dd6e739da3fe3b49e3
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-07T12:00:09Z

Squashed commit of the following:

commit 566881b695b8bc00e618fe9a9b4c86a8fd563cc1
Author: sboikov <sboi...@gridgain.com>
Date:   Fri Oct 7 13:08:38 2016 +0300

minor

commit 7fe88a1cb21f794ee55a176ab36d895cbf916528
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Thu Oct 6 11:11:24 2016 +0300

ignite-update-notifier fix after review

(cherry picked from commit a10d2ff)

commit f2de749f958a3b18dc479f8a5517d7bf9362b933
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Tue Oct 4 12:12:08 2016 +0300

ignite-2079-2 optimize import and change url path

(cherry picked from commit 830a3cf)

commit 0d1be85ad55b0aa91224690d6c112ae92e8bc0a9
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Thu Sep 29 19:54:54 2016 +0300

update-notifier remove parse xml, now parse like properties

(cherry picked from commit 9ecaa29)

commit e43bca6fb4528a7fc0dcb804a74fca1c59d7468b
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Tue Sep 27 17:07:21 2016 +0300

remove dom parser

(cherry picked from commit d1653b2)

commit b9c776a8423471706ecb1dc6176b38f23e799077
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-10-10T08:52:57Z

IGNITE-3235 Failed to initialize primitive boolean cache property of 
superclass

commit f9a0676fad7fd6c23e3c91c10d7e0412ccb27c06
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-11T07:23:01Z

IGNITE-4041: Created separate processor

[GitHub] ignite pull request #1197: IGNITE-3191 BinaryObjectBuilder: binary schema id...

2016-10-31 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3191  BinaryObjectBuilder: binary schema id depends on the order of 
fields addition



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

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

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

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


commit 75997afc762aff0581e53adc25c3efa329f48c6e
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-15T10:23:44Z

Hadoop: Removed invalid test.

commit 3a28545e8c404e9b8dacd93ba1275a1919fb1d9e
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-15T10:24:07Z

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

commit 3a94f27e6bdee1672a2a94faf0b5b63ab218b476
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-15T10:58:38Z

IGNITE-3902: Hadoop: fixed incorrect context classloader management.

commit 0dc9713ac3124c0ea34d949271a813c992873656
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-15T11:01:19Z

IGNITE-3906: Hadoop: implemented additional user libs facility.

commit 2474e2b331da34e16acc7a69c4703335e67b142e
Author: shtykh_roman <rsht...@yahoo.com>
Date:   2016-09-15T01:40:38Z

IGNITE-3421: Add ability to configure maxIterCnt property in 
GridCacheQueryManager. - Fixes #1055.

Signed-off-by: shtykh_roman <rsht...@yahoo.com>

commit ebf354c568d0802b7eed1cc6b9d251941dbce014
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Date:   2016-09-16T11:32:13Z

IGNITE-3907 Fixed "Incorrect initialization CQ when node filter configured 
for cache"

commit c0b2b4797be4f250f6f1304ff27d45c72154608a
Author: Valentin Kulichenko <valentin.luliche...@gmail.com>
Date:   2016-09-16T21:59:35Z

IGNITE-3635 - Fixed StackOverflowError thrown from BinaryObject.toString()

commit c24cabafd69804b3ac8e2c08895c9b9b9597a7f3
Author: Valentin Kulichenko <valentin.luliche...@gmail.com>
Date:   2016-09-16T21:59:51Z

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

commit 147ab9c08f6ac7edecf656b23d8b25bfab91becf
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-09-19T10:58:41Z

IGNITE-3406 - Interceptor and continuous query get correct old value during 
rebalancing.

commit c3eff6b6c7817f83f07afcff8784ec6aa9473876
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-09-19T13:18:14Z

IGNITE-3406 - Fix incorrect patch.

commit 9b72d18dd94ec1383653f00474c102804c02790a
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-09-19T15:07:20Z

IGNITE-1525 Return value for cache operation can be lost with onePhaseCommit

commit 780bf23d5c89452dd062be4fab9e2e56d50bb9e2
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-19T15:19:33Z

ignite-3810 Fixed hang in FileSwapSpaceSpi when too large value is stored

commit c1372ce2f0633968036fcfb079718214605c3350
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-20T08:39:37Z

Client discovery: wait during join if receive RES_CONTINUE_JOIN, RES_WAIT.

commit 5a35ee9dad194b3009151b79f0ebd3976bb8fd22
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-20T09:10:55Z

IGNITE-3859:  IGFS:  Support direct PROXY mode invocation in the open 
method, add proxy mode to IgfsInputStreamImpl
This closes #1065. This closes #1083.

commit 135f0a8a39fb6895fada18d210260deebfb9426d
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-21T07:33:11Z

Added missing header to BinaryObjectToStringSelfTest.

commit b3ba8b886bd6e582a860d836da093918dc521745
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-09-21T08:20:07Z

Merge branch ignite-1.6.8 into ignite-1.6.9.

commit 4ee52f0a50d9cf8bc64a277f2d02600a832d6ca6
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-09-21T08:37:52Z

IGNITE-3936 Added check for already processed key types on load cache. 
Added info message about started/finished load cache. Improved exceptions 
messages.

commit 16b82b77f00dff8e525c8cc68d3387de107c78d1
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-21T09:35:07Z

IGNITE-3635: Additional fix for stack overflow in binary objects.

commit e3827a40bcbd54664cc0688e8e6ec57e4e328172
Author: Valentin Kulichenko <valentin.luliche...@gmail.com>
Date:   2016-09-21T23:07:02Z

IGNITE-3892 - Fixed bug in BinaryWriterExImpl.doWriteClass() method

commit f4cd72bdeee32c2cda0fa7ecbfcf5df1a06a35f1
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-09-22T07:34:01Z

Merge branch ignite-1.6.8 into ignite-1.6.9.

commit 0d5ee7887be03295133

[GitHub] ignite pull request #1182: IGNITE-4062 BinaryObject header should not partic...

2016-10-24 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-4062  BinaryObject header should not participate in equals test



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

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

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

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


commit a4c63ae113931615e940ada2411ebce32dba5db8
Author: iveselovskiy <iveselovs...@gridgain.com>
Date:   2016-09-30T07:45:13Z

IGNITE-3998: IGFS: Enabled 
IgfsAbstractSelfTest.testCreateConsistencyMultithreaded. This closes #1129.

commit a12298c0baf19407f3110ba3c4f0aab88b67946d
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-30T08:00:51Z

IGNITE-3868: ODBC: Fixed connection string parsing. This closes #1051.

commit 5e7ef8644ad824b87d4797e59133eb783ff8b098
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T07:37:25Z

Merge branch 'ignite-1.6.9' into ignite-1.6.10

commit 59b46d3e6ea073d054ca2262d676b055a74bbb1f
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T07:40:04Z

IGNITE-2881: Fixed SPI queries.

commit 0b66d2d7b695cf370a4b8a717844ad67742c6090
Author: sboikov <sboi...@gridgain.com>
Date:   2016-10-03T09:04:03Z

ignite-3601 Do not check version on commit for read-only serializable 
transactions.

commit 9f211e413332931f0fb1190744ddd7c7f38fd213
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-10-03T09:26:12Z

IGNITE-3645: IGFS: Local secondary: Implemented update() operation. This 
closes #1003.

commit fa698d6fcfde0006423ef009337dbef58ac62515
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T10:33:12Z

Fixed TcpDiscoverySnapshotHistoryTest intermittent failures caused by 
multicast IP finder.

commit bba019fd5076412ca43c10a32fd300b6031ccd0b
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T14:25:20Z

IGNITE-3980: Processed failing tests in query suites. This closes #1137.

commit a92f20b5cc75e6b80b2731da0192723526b0c1dc
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-04T11:10:26Z

IGNITE-3597: Removed static work directory.

commit 23461b8d33922772ef8e7217e9e87b3f3b0b37b1
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-06T07:14:59Z

IGNITE-4001: Timeouts for threads in Ignite pools. This closes #1130.

commit b94b0aeae4c42b1d35128c6b1de97e3fa318d497
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-10-06T07:22:50Z

IGNITE-3163 IGFS: Added working directory support to 
IgniteHadoopIgfsSecondaryFileSystem. This closes #1030. This closes #1058. This 
closes #1132.

commit e6317e01fa8a0de03e15dcdd84a575c6b06ce701
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-06T09:03:48Z

IGNITE-3593 .NET: IgniteConfiguration.WorkDirectory has no effect. This 
closes #903. This closes #1145.

commit 952be8b995050b34379006dd6e739da3fe3b49e3
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-07T12:00:09Z

Squashed commit of the following:

commit 566881b695b8bc00e618fe9a9b4c86a8fd563cc1
Author: sboikov <sboi...@gridgain.com>
Date:   Fri Oct 7 13:08:38 2016 +0300

minor

commit 7fe88a1cb21f794ee55a176ab36d895cbf916528
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Thu Oct 6 11:11:24 2016 +0300

ignite-update-notifier fix after review

(cherry picked from commit a10d2ff)

commit f2de749f958a3b18dc479f8a5517d7bf9362b933
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Tue Oct 4 12:12:08 2016 +0300

ignite-2079-2 optimize import and change url path

(cherry picked from commit 830a3cf)

commit 0d1be85ad55b0aa91224690d6c112ae92e8bc0a9
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Thu Sep 29 19:54:54 2016 +0300

update-notifier remove parse xml, now parse like properties

(cherry picked from commit 9ecaa29)

commit e43bca6fb4528a7fc0dcb804a74fca1c59d7468b
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Tue Sep 27 17:07:21 2016 +0300

remove dom parser

(cherry picked from commit d1653b2)

commit b9c776a8423471706ecb1dc6176b38f23e799077
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-10-10T08:52:57Z

IGNITE-3235 Failed to initialize primitive boolean cache property of 
superclass

commit f9a0676fad7fd6c23e3c91c10d7e0412ccb27c06
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-11T07:23:

[GitHub] ignite pull request #1159: IGNITE-4054 Add debug to trace HadoopMapReducePla...

2016-10-13 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-4054  Add debug to trace HadoopMapReducePlanner results



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

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

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

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


commit a4c63ae113931615e940ada2411ebce32dba5db8
Author: iveselovskiy <iveselovs...@gridgain.com>
Date:   2016-09-30T07:45:13Z

IGNITE-3998: IGFS: Enabled 
IgfsAbstractSelfTest.testCreateConsistencyMultithreaded. This closes #1129.

commit a12298c0baf19407f3110ba3c4f0aab88b67946d
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-30T08:00:51Z

IGNITE-3868: ODBC: Fixed connection string parsing. This closes #1051.

commit 5e7ef8644ad824b87d4797e59133eb783ff8b098
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T07:37:25Z

Merge branch 'ignite-1.6.9' into ignite-1.6.10

commit 59b46d3e6ea073d054ca2262d676b055a74bbb1f
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T07:40:04Z

IGNITE-2881: Fixed SPI queries.

commit 0b66d2d7b695cf370a4b8a717844ad67742c6090
Author: sboikov <sboi...@gridgain.com>
Date:   2016-10-03T09:04:03Z

ignite-3601 Do not check version on commit for read-only serializable 
transactions.

commit 9f211e413332931f0fb1190744ddd7c7f38fd213
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-10-03T09:26:12Z

IGNITE-3645: IGFS: Local secondary: Implemented update() operation. This 
closes #1003.

commit fa698d6fcfde0006423ef009337dbef58ac62515
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T10:33:12Z

Fixed TcpDiscoverySnapshotHistoryTest intermittent failures caused by 
multicast IP finder.

commit bba019fd5076412ca43c10a32fd300b6031ccd0b
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T14:25:20Z

IGNITE-3980: Processed failing tests in query suites. This closes #1137.

commit a92f20b5cc75e6b80b2731da0192723526b0c1dc
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-04T11:10:26Z

IGNITE-3597: Removed static work directory.

commit 23461b8d33922772ef8e7217e9e87b3f3b0b37b1
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-06T07:14:59Z

IGNITE-4001: Timeouts for threads in Ignite pools. This closes #1130.

commit b94b0aeae4c42b1d35128c6b1de97e3fa318d497
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-10-06T07:22:50Z

IGNITE-3163 IGFS: Added working directory support to 
IgniteHadoopIgfsSecondaryFileSystem. This closes #1030. This closes #1058. This 
closes #1132.

commit e6317e01fa8a0de03e15dcdd84a575c6b06ce701
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-06T09:03:48Z

IGNITE-3593 .NET: IgniteConfiguration.WorkDirectory has no effect. This 
closes #903. This closes #1145.

commit 952be8b995050b34379006dd6e739da3fe3b49e3
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-07T12:00:09Z

Squashed commit of the following:

commit 566881b695b8bc00e618fe9a9b4c86a8fd563cc1
Author: sboikov <sboi...@gridgain.com>
Date:   Fri Oct 7 13:08:38 2016 +0300

minor

commit 7fe88a1cb21f794ee55a176ab36d895cbf916528
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Thu Oct 6 11:11:24 2016 +0300

ignite-update-notifier fix after review

(cherry picked from commit a10d2ff)

commit f2de749f958a3b18dc479f8a5517d7bf9362b933
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Tue Oct 4 12:12:08 2016 +0300

ignite-2079-2 optimize import and change url path

(cherry picked from commit 830a3cf)

commit 0d1be85ad55b0aa91224690d6c112ae92e8bc0a9
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Thu Sep 29 19:54:54 2016 +0300

update-notifier remove parse xml, now parse like properties

(cherry picked from commit 9ecaa29)

commit e43bca6fb4528a7fc0dcb804a74fca1c59d7468b
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Tue Sep 27 17:07:21 2016 +0300

remove dom parser

(cherry picked from commit d1653b2)

commit b9c776a8423471706ecb1dc6176b38f23e799077
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-10-10T08:52:57Z

IGNITE-3235 Failed to initialize primitive boolean cache property of 
superclass

commit f9a0676fad7fd6c23e3c91c10d7e0412ccb27c06
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-11T07:23:

[GitHub] ignite pull request #1157: IGNITE-4060 RoundRobinLoadBalancingSpi doesn't wo...

2016-10-12 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-4060  RoundRobinLoadBalancingSpi doesn't work after client reconnect.



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

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

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

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






---
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 #1155: IGNITE-2356 IGFS client should be able to failove...

2016-10-11 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-2356  IGFS client should be able to failover in case of server crash



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

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

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

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


commit a4c63ae113931615e940ada2411ebce32dba5db8
Author: iveselovskiy <iveselovs...@gridgain.com>
Date:   2016-09-30T07:45:13Z

IGNITE-3998: IGFS: Enabled 
IgfsAbstractSelfTest.testCreateConsistencyMultithreaded. This closes #1129.

commit a12298c0baf19407f3110ba3c4f0aab88b67946d
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-30T08:00:51Z

IGNITE-3868: ODBC: Fixed connection string parsing. This closes #1051.

commit 5e7ef8644ad824b87d4797e59133eb783ff8b098
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T07:37:25Z

Merge branch 'ignite-1.6.9' into ignite-1.6.10

commit 59b46d3e6ea073d054ca2262d676b055a74bbb1f
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T07:40:04Z

IGNITE-2881: Fixed SPI queries.

commit 0b66d2d7b695cf370a4b8a717844ad67742c6090
Author: sboikov <sboi...@gridgain.com>
Date:   2016-10-03T09:04:03Z

ignite-3601 Do not check version on commit for read-only serializable 
transactions.

commit 9f211e413332931f0fb1190744ddd7c7f38fd213
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-10-03T09:26:12Z

IGNITE-3645: IGFS: Local secondary: Implemented update() operation. This 
closes #1003.

commit fa698d6fcfde0006423ef009337dbef58ac62515
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T10:33:12Z

Fixed TcpDiscoverySnapshotHistoryTest intermittent failures caused by 
multicast IP finder.

commit bba019fd5076412ca43c10a32fd300b6031ccd0b
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-03T14:25:20Z

IGNITE-3980: Processed failing tests in query suites. This closes #1137.

commit a92f20b5cc75e6b80b2731da0192723526b0c1dc
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-04T11:10:26Z

IGNITE-3597: Removed static work directory.

commit 23461b8d33922772ef8e7217e9e87b3f3b0b37b1
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-06T07:14:59Z

IGNITE-4001: Timeouts for threads in Ignite pools. This closes #1130.

commit b94b0aeae4c42b1d35128c6b1de97e3fa318d497
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-10-06T07:22:50Z

IGNITE-3163 IGFS: Added working directory support to 
IgniteHadoopIgfsSecondaryFileSystem. This closes #1030. This closes #1058. This 
closes #1132.

commit e6317e01fa8a0de03e15dcdd84a575c6b06ce701
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-10-06T09:03:48Z

IGNITE-3593 .NET: IgniteConfiguration.WorkDirectory has no effect. This 
closes #903. This closes #1145.

commit 952be8b995050b34379006dd6e739da3fe3b49e3
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2016-10-07T12:00:09Z

Squashed commit of the following:

commit 566881b695b8bc00e618fe9a9b4c86a8fd563cc1
Author: sboikov <sboi...@gridgain.com>
Date:   Fri Oct 7 13:08:38 2016 +0300

minor

commit 7fe88a1cb21f794ee55a176ab36d895cbf916528
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Thu Oct 6 11:11:24 2016 +0300

ignite-update-notifier fix after review

(cherry picked from commit a10d2ff)

commit f2de749f958a3b18dc479f8a5517d7bf9362b933
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Tue Oct 4 12:12:08 2016 +0300

ignite-2079-2 optimize import and change url path

(cherry picked from commit 830a3cf)

commit 0d1be85ad55b0aa91224690d6c112ae92e8bc0a9
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Thu Sep 29 19:54:54 2016 +0300

update-notifier remove parse xml, now parse like properties

(cherry picked from commit 9ecaa29)

commit e43bca6fb4528a7fc0dcb804a74fca1c59d7468b
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   Tue Sep 27 17:07:21 2016 +0300

remove dom parser

(cherry picked from commit d1653b2)

commit b9c776a8423471706ecb1dc6176b38f23e799077
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-10-10T08:52:57Z

IGNITE-3235 Failed to initialize primitive boolean cache property of 
superclass

commit 0d5a8ed6eca756fda9fd3254d41ed0fe0ddc2141
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-10-11T10:14:58Z

IGNITE-2356 IGFS

[GitHub] ignite pull request #1132: IGNITE-3163 IGFS: Add working directory notion.

2016-09-29 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3163  IGFS: Add working directory notion.



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

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

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

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


commit 583ef2edbc3b05c65d794611553e8a7ff0a83619
Author: vsisko <vsi...@gridgain.com>
Date:   2016-07-04T17:21:56Z

 Fixed IGFS max size.

commit d33f4db130d4379fa3ab7320ccf118a94c17b889
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2016-06-21T05:25:56Z

IGNITE-3326 Map-reduce query waits for rebalancing forever when it's 
disabled. - Fixes #813.

Signed-off-by: Sergi Vladykin <sergi.vlady...@gmail.com>

commit df16a75d02be2b73167b17a3150f5c704c24d23f
Author: Andrey Novikov <anovi...@apache.org>
Date:   2016-07-05T10:55:31Z

IGNITE-3337 Fixed compilation under java 8.

commit 2d40ae67248fbb626bda59073d9dc649d93e650a
Author: Valentin Kulichenko <valentin.luliche...@gmail.com>
Date:   2016-07-06T01:09:10Z

IGNITE-2949 - Replaced JCache dependency with Geronimo

commit 3b22e83fd7684d93bfa9c58059206c07820df506
Author: Valentin Kulichenko <valentin.luliche...@gmail.com>
Date:   2016-07-06T01:41:38Z

IGNITE-2949 - Replaced JCache dependency with Geronimo

commit 58f3d0f99c71b7a610f91e7ae2aa12a9daeda017
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-07-01T11:58:31Z

IGNITE-3410: IGFS: Added missing classes to BInaryContext.

commit 9d033e54a69785860759e6994fd3e403b5ed6049
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-07-01T12:22:39Z

IGNITE-3411: Hadoop: Implemented Hadoop attributes.

commit 34798d3ae007c99c4c813d7a1e060f4f145b4ec2
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-07-01T12:39:40Z

IGNITE-3185: Hadoop: Improved classpath resolution logic.

commit 955a5f84f1b2e8c99c5a3ad6c4f27ba068b7e5fc
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-07-05T11:58:25Z

IGNITE-3154: More efficient BinaryObject.type() implmentation.

commit 2e65beb4f628e0ba138abc2dfab707bc9a5e965e
Author: sboikov <sboi...@gridgain.com>
Date:   2016-07-06T07:43:38Z

ignite-3418 Avoid unnecessary discovery messages (cherry picked from 
#b0a5128)

commit e9a508ef0d86d5114d709bcaa7666bde7e69efd2
Author: sboikov <sboi...@gridgain.com>
Date:   2016-07-06T06:31:07Z

ignite-3428 Fixed message recovery handling on reconnect
(cherry picked from commit 89d722c)

commit 6be26ad8904a7af58944be9a7aacc65dab02b338
Author: sboikov <sboi...@gridgain.com>
Date:   2016-07-06T08:18:35Z

ignite-3336 Added properties IGNITE_THREAD_DUMP_ON_EXCHANGE_TIMEOUT, 
IGNITE_LONG_OPERATIONS_DUMP_TIMEOUT. Refactored cache message logging.
(cherry picked from commit 8ed13e84499a2006baf8df22d897509e2d4e3f7e)

commit ad76dda5216fd79c1dd54f27b0df83314227801e
Author: sboikov <sboi...@gridgain.com>
Date:   2016-07-06T07:18:26Z

ignite-3336 Added properties IGNITE_THREAD_DUMP_ON_EXCHANGE_TIMEOUT, 
IGNITE_LONG_OPERATIONS_DUMP_TIMEOUT. Refactored cache message logging.
(cherry picked from commit 8ed13e8)

commit aabe815f41545e7ad261fa4c46f580380b0b456a
Author: Denis Magda <dma...@gridgain.com>
Date:   2016-07-06T09:37:37Z

ignite-1802: Ignite.countDownLatch() can return null if latch has been 
already created.

commit f267a3042d79969405f957301bfb4ad462c7344f
Author: Denis Magda <dma...@gridgain.com>
Date:   2016-07-06T10:05:14Z

gg-11253: load tests based on SB cases

commit aa499959d5551967ee6d4aba321e98a3415094ba
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-07-06T11:17:52Z

 VisorNodeDataCollectorTask should be aware of passed nodes IDs.

commit d27e7351feb3ee2738511696597df34f6fb997a4
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-07-06T13:35:29Z

Updated classnames.properties to run Ignite from IDE.

commit b2fd2aa6d7a74e63ea5957408192112e539cf6a7
Author: Igor Rudyak <irud...@gmail.com>
Date:   2016-07-06T16:37:36Z

IGNITE-3417: Cassandra packages have no descriptions

commit b20e45c361cf6215bd374ab915173d18d1ee9822
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-07-07T11:45:59Z

GG-11294 ignite-schema-import-db shouldn't be uploaded on maven repository

commit 0b118553cffa8bac970474df27086d2e7a82b4e9
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-07-07T22:58:50Z

IGNITE-3227 - Added method to get partition size

commit d3bd6c186959b9bc125b7ca5913c15ba9fe3bbd5
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-07-07T23:23:19Z

IGNIT

[GitHub] ignite pull request #1058: IGNITE-3163 IGFS: Add working directory notion.

2016-09-29 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #1114: IGNITE-3961 IGFS: Support direct PROXY mode invoc...

2016-09-26 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3961 IGFS: Support direct PROXY mode invocation in method: aff…

…inity

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

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

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

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


commit 199d34c787fdc7661f3200cd64c9c8ea886e9fe4
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-26T08:16:19Z

IGNITE-3961 IGFS: Support direct PROXY mode invocation in method: affinity




---
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 #1108: IGNITE-3333 IGFS: Allow for ATOMIC data cache.

2016-09-23 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-  IGFS: Allow for ATOMIC data cache.



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

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

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

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


commit 29f508b17eb383a1c910c72e7d5056564acc37c2
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-23T07:59:55Z

IGNITE-3925: Output process ID to the log on node start.

commit 40f647258a10fa8b42ac6fda67d6fa4db71b8100
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-09-08T15:58:31Z

IGNITE-3874 sync putIfAbsent forever blocked on all nodes after one node is 
stopped

commit 062ecd75908131084e27883f3f160f3504e92165
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-23T11:05:17Z

IGNITE-3931: IGFS: Test fixes for PROXY mode. This closes #1102.

commit 4ff401b555f067dbbdf810f1a43228d174d2f238
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-23T11:05:27Z

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

commit cac4720ca49922cc96b526d94820f42d38789e4c
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-23T08:42:00Z

IGNITE- IGFS: Allow for ATOMIC data cache




---
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 #1102: IGNITE-3931 IGFS: Support direct PROXY mode invoc...

2016-09-22 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3931 IGFS: Support direct PROXY mode invocations. Fix tests & …

…stabilization

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

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

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

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






---
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 #1065: IGNITE-3859 IGFS: Support direct PROXY mode invoc...

2016-09-20 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #1083: IGNITE-3859 IGFS: Support direct PROXY mode invoc...

2016-09-20 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #1084: IGNITE-3858 IGFS: Support direct PROXY mode invoc...

2016-09-19 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3858 IGFS: Support direct PROXY mode invocation in methods: cr…

…eate / append

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

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

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

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


commit 775a86c53766dd97f572f37ddb74b5cdd429c7f0
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-19T12:52:19Z

IGNITE-3858 IGFS: Support direct PROXY mode invocation in methods: create / 
append




---
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 #1065: IGNITE-3859 IGFS: Support direct PROXY mode invoc...

2016-09-15 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3859  IGFS: Support direct PROXY mode invocation in method: open



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

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

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

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


commit 75997afc762aff0581e53adc25c3efa329f48c6e
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-15T10:23:44Z

Hadoop: Removed invalid test.

commit 3a28545e8c404e9b8dacd93ba1275a1919fb1d9e
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-15T10:24:07Z

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

commit ba744f3f4e1c2e8db610d815af7d7a83bdc6a409
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-15T11:50:41Z

IGNITE-3859 IGFS: Support direct PROXY mode invocation in method: open




---
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 #1058: IGNITE-3163 IGFS: Add working directory notion.

2016-09-13 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3163  IGFS: Add working directory notion.



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

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

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

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


commit 3cabdcf026fd528fdae305ec2ed832d6ad603cb0
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-06-06T14:50:58Z

IGNITE-3258: IGFS: Secondary file system input stream is opened only when 
it is really needed.

commit 33b0eb24dc7daebc13c07eb967e5b4ed7171ae55
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-06-06T15:10:36Z

IGNITE-3259: Delete worker is not started on client nodes any more.

commit a60bb3b658bb6d4688e07e0e4d07aff6a976c6a3
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-06-08T11:54:37Z

Merge remote-tracking branch 'upstream/gridgain-7.6.1' into gridgain-7.6.1

commit c300448b94ed0d3f847197d1bbe67c31165c6ae6
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-06-06T15:12:42Z

IGNITE-3260: IGFS: Delete messages are no longer passed.

commit 4273950458a9bb2f83d5fc0489da49aa1fa1dfaf
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-06-08T08:50:22Z

IGNITE-3274: Hadoop: Fixed NPE in BasicUserNameMapper.

commit 177ebd5c75b38e772e8889fa3589d86ab3fa8f70
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-06-08T11:41:49Z

IGNITE-3264: IGFS: Reworked output stream.

commit 7761e5f573d9f39b5cc542f3d67bacab4e66609a
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-06-08T12:13:33Z

IGNITE-3264: IGFS: Reworked output stream.

commit 17020cc81edbb6a75b45f35bdbb28c70c951a667
Author: Igor <irud...@gmail.com>
Date:   2016-06-09T23:38:41Z

IGNITE-3238 Javadoc Warning due to cassandra libs usage

commit 2040c3dda9dd5b4796797ed37a0fc01890dcb861
Author: Vladislav Pyatkov <vldpyat...@gmail.com>
Date:   2016-06-13T10:13:54Z

IGNITE-2616 - NonHeap memory usage metrics don't work as expected.
Reviewed and merged by Denis Magda.

commit 320c1aafdaaa0b5325f32566cb48fcbef455f69d
Author: MaBiao <mabiao...@gmail.com>
Date:   2016-06-13T10:39:37Z

IGNITE-3304: Fix parameter error in class GridServiceProcessor.
Reviewed and merged by Denis Magda.

commit 4f8ba17b412af8d32812ffba39e7dc2a2326ecf8
Author: Kristian Rosenvold <kristian.rosenv...@gmail.com>
Date:   2016-06-13T11:32:20Z

Mysql support broken in 1.6, externalize sql syntax to make it configurable
Reviewed and merged by Denis Magda.

commit 80d19f04a793fcf2009985b449ec3f058649ab4e
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-06-14T01:17:14Z

Add public API check for partitions count.

commit 96c599cf177321f4dd2a402f696fe4f0cafd9224
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-06-14T02:34:34Z

Implemented GridClientOptimizedMarshaller that zip content.

commit fad73bf570760e697e20ea19c00c18bc5d6cfc6e
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-06-14T02:37:29Z

Refactor collecting partitions in VisorCache into separate task 
VisorCachePartitionsTask.

commit 150b5c99828f701f72cabf852dfbff0dca4ea0ca
Author: sboikov <sboi...@gridgain.com>
Date:   2016-06-14T06:45:10Z

ignite-3261 Store information about AffinityKey class in metadata cache.
(cherry picked from commit 2b64e7c)

commit e90c9c8889235e780bb9f37ed0b0ca7a8d30136d
Author: sboikov <sboi...@gridgain.com>
Date:   2016-06-14T07:05:20Z

ignite-114 Load value from store for cache 'invoke'
(cherry picked from commit e10ffef)

commit e5fcebb095fc189487d1d4f267fbf2164aef7329
Author: sboikov <sboi...@gridgain.com>
Date:   2016-06-14T07:17:50Z

ignite-3038 Do not use custom discovery events to start continuous queries 
for system caches
(cherry picked from commit 7f878c5)

commit c88ce20a62e315418cac014c3419ce254c591bee
Author: sboikov <sboi...@gridgain.com>
Date:   2016-06-14T08:16:29Z

ignite-3038 Do not use custom discovery events to start continuous queries 
for system caches
(cherry picked from commit 7f878c5)

commit 3a4f587b457bd1bb86665bf51757a2aa3f986f07
Author: sboikov <sboi...@gridgain.com>
Date:   2016-06-14T08:42:52Z

Tcp discovery minor: create buffered input stream with size = socket 
receiveBufferSize.
(cherry picked from commit 54425bf)

commit 6094ee0d73f26e913dd5ff4c64d72a75e450479b
Author: Sergi Vladykin <sergi.vlady...@gmail.com>
Date:   2016-06-05T21:14:05Z

ignite-gg-11181 - scanCount with offheap index fix

commit fda4110baf5cba8c6d32d0cdd3d7e2c8945af2e5
Author:

[GitHub] ignite pull request #1057: GG-11503 WAL history is too short / NPE upon repe...

2016-09-12 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #1057: GG-11503 WAL history is too short / NPE upon repe...

2016-09-12 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

GG-11503  WAL history is too short / NPE upon repetitive node restarts



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

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

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

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


commit 6024564fd356b98b61520a018e7a2d2849268dba
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-07-12T08:17:49Z

GG-11220 - Cleanup metadata storage when cache/partition is destroyed.

- Added usage of destroy()

commit c3d01f0b48f677a1e776b68409ed9229cf421397
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-07-12T09:02:18Z

GG-11220 - Cleanup metadata storage when cache/partition is destroyed.

- Remove TODOs

commit b70630c3dff678f0dce892b193e856079aebb7e5
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-07-12T09:02:49Z

Merge branch 'ignite-gg-11196' into ignite-gg-11220

commit 56aa7a9a1d36bc583cc4162ae2ab9eb8b3a1c79f
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-07-12T09:03:21Z

GG-11220 - Cleanup metadata storage when cache/partition is destroyed.

- Remove TODOs

commit 261605e24e7a5924255308e04d337103faf643c1
Author: Sergi Vladykin <sergi.vlady...@gmail.com>
Date:   2016-07-12T13:07:38Z

ignite-db-x - tree destroy3

commit 5e5f6ea7949703613bbc8d98eb6f9415e2a5c877
Author: Sergi Vladykin <sergi.vlady...@gmail.com>
Date:   2016-07-12T20:20:11Z

ignite-db-x - b+tree: separated root cut off from page free

commit 433ab346f491db00ec7090196f0a47baafab9faf
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-07-13T07:23:29Z

Merge branch 'ignite-db-x' into ignite-gg-11276

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/freelist/FreeList.java

commit 14320827877f689ab93a2d38feae980ce8153b6e
Author: Sergi Vladykin <sergi.vlady...@gmail.com>
Date:   2016-07-13T10:43:08Z

ignite-gg-11276 - minor review fixes

commit eb1a4c01948d8660904dd3fb3a6853d39714f81f
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-07-13T12:46:25Z

gg-11288 : WIP.

commit 95e5c45c77938202966816ce2acfc9fa2e582daa
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-07-13T13:23:33Z

GG-11276 - Overflow pages to save entries larger than page size.

- Minors

commit 41ebb4f63b481b11e7657e5fdbb657b62444304b
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-07-13T13:27:07Z

gg-11288 : Backup message handling.

commit c30c6fbb046cc97610544138d5f8f1ab8624c530
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-07-13T13:43:29Z

GG-11276 - Overflow pages to save entries larger than page size.

- Minors

commit e561bd615685ef5d6f152058b87e3c598a02b26c
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-07-13T13:52:07Z

GG-11276 - Overflow pages to save entries larger than page size.

- Minors

commit 2c5ef1405b909723ca2483b01581193ad75c64db
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-07-13T14:07:14Z

gg-11288 : Backup message handling.

commit 27c4634dcd9c876172a68947172811e6cfea78ed
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-07-13T14:09:53Z

gg-11288 : Backup message handling.

commit 969e8d19713bcc5c8d668ca93fff437733a253b2
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-07-13T14:56:28Z

gg-11288 : Backup message handling.

commit e1ab93da43de3956374a5b8ca160d2336baa7838
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-07-18T12:30:58Z

gg-11288 : WIP

commit 70fe7bcbb89d8c3f21cb490444a354b32caf13c3
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-07-18T12:33:10Z

GG-11276 - Overflow pages to save entries larger than page size.

- Introducing helper class to remove code duplications.

commit 4be1d666055c3c4ab4810bed403f3fc22f891c46
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-07-18T13:06:54Z

gg-11288 : WIP

commit 46207fdfa28b34ef9e3767047409e1e8e965fce2
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-07-18T15:14:38Z

gg-11288 : WIP

commit 86d5c801c0b62ac0d01070fc9d6a3fc10b015009
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-07-19T10:00:27Z

GG-11288 - WIP

commit 4f725bd4e080b429f1a0be30eade57e9a49f6267
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-07-19T10:20:19Z

Merge branch 'ignite-db-x' of https://github.com/gridgain/apache-ignite 
into ignite-gg-11220

commit 04c9d

[GitHub] ignite pull request #1030: IGNITE-3163 IGFS: Add working directory notion.

2016-09-11 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #1054: IGNITE-3376 IGFS: Allow direct PROXY mode invocat...

2016-09-10 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3376  IGFS: Allow direct PROXY mode invocations.



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

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

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

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


commit 12fd4976f482ebc43831754645e34042c9073b2d
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-25T09:29:04Z

Fixed GridQueryParsingTest.

commit 12f532986677c30a716f73aeaa7d3587dd701f55
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-01T14:05:15Z

Merge remote-tracking branch 'remotes/community/ignite-1.6.6' into 
ignite-1.6.7

commit ae7765329fd6f7d50d13183d13626f39c5682334
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-09-02T15:01:12Z

IGNITE-2208 - Queries with object arguments doesn't work wth 
BinaryMarshaller.

commit 7a84ab6a9163ca31fbcfcc6d7ff27e06bf9babef
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 7bb961fd0a2e78334d33b6bc279c4edc323c246a
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-02T15:05:54Z

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

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

IGNITE-3829: Optimized affinity key field name handling.

commit e9c797fd964727882ad6f40f2a452b17ae7c857e
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:47:40Z

IGNITE-2946: CPP: Optimized GetNext() method for cursors. This closes #992.

commit c992213274ec5872ef7ce359efa51e26003424ad
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:49:42Z

IGNITE-3760: ODBC: Added tests for supported SQL92 string functions. This 
closes #1006.

commit d06eaa2344a753e08d1e3cb00e6b4ab83c6a9a01
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:52:04Z

IGNITE-3801: ODBC: Added tests for OUTER JOIN. This closes #1027.

commit f8ae67456703e63e3afc9bb5c21d81d576d59448
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-04T14:09:08Z

IGNITE-3651 IGFS: Implemented "usedSpaceSize()" operation for local 
secondary file system. This closes #1009.

commit fc2fe7bf1905675258d40932a4ff649156c17488
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-04T14:12:35Z

IGNITE-3646: IGFS: Added test for symlinked mkdirs on local secondary file 
system. This closes #1013.

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

IGNITE-3829: Additional fix.

commit a760918757bee71ab28495496f94e9067ef17888
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-05T07:36:38Z

IGNITE-3750: ODBC: Added tests for date/time types. This closes #1002.

commit d65228e42ec9c84182b8c9c9c8d06a0056d5eed2
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T08:20:26Z

IGNITE-2974: ODBC: Added "socketSendBufferSize" and 
"socketReceiveBufferSize" configuration parameters. This closes #994.

commit 40d4b6ac6a71ed541d20018cf7deb2fb9b9bbb9b
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T08:35:26Z

IGNITE-3834: Fixed a problem with BinaryMarshaller handles resolution.

commit 42963e6c99e9b282972e6ad67a813a8038cf580f
Author: Alexander Paschenko <apasche...@gridgain.com>
Date:   2016-09-05T11:10:39Z

IGNITE-3817: Fixed binary object re-build with missing schema.

commit df8163f1ad3a390bb8d51b0eb2f378b5b3663025
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T11:15:59Z

IGNITE-3743: ODBC: Added procedure call escape sequence support. This 
closes #1008.

commit e3533010b584ba986196f9c7dbc36359aebd829e
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-05T12:02:07Z

IGNITE-3819: ODBC: Improved error logging. This closes #1024.

commit 008cf64429f40635e396a71f2c0aaf184077ff2b
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T12:17:53Z

IGNITE-3741: ODBC: Added character escape support to expression parser. 
This closes #1004.

commit bf9371a3ddb020209a6b031e11282706e19c58cb
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T14:05:05Z

IGNITE-3611: IGFS: Slight refactoring to listPaths() and listFiles() 
methods.

commit 2c397d2fb8851b25aa5f0a5589ad1deffbe7eee9
Author: Andrey V. Mashenkov <andrey.mashen...@gmai

[GitHub] ignite pull request #1048: IGNITE-3857 IGFS: Support direct PROXY mode invoc...

2016-09-07 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3857  IGFS: Support direct PROXY mode invocation in methods: 
listPaths / listFiles



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

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

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

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


commit 12fd4976f482ebc43831754645e34042c9073b2d
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-25T09:29:04Z

Fixed GridQueryParsingTest.

commit 12f532986677c30a716f73aeaa7d3587dd701f55
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-01T14:05:15Z

Merge remote-tracking branch 'remotes/community/ignite-1.6.6' into 
ignite-1.6.7

commit ae7765329fd6f7d50d13183d13626f39c5682334
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-09-02T15:01:12Z

IGNITE-2208 - Queries with object arguments doesn't work wth 
BinaryMarshaller.

commit 7a84ab6a9163ca31fbcfcc6d7ff27e06bf9babef
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 7bb961fd0a2e78334d33b6bc279c4edc323c246a
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-02T15:05:54Z

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

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

IGNITE-3829: Optimized affinity key field name handling.

commit e9c797fd964727882ad6f40f2a452b17ae7c857e
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:47:40Z

IGNITE-2946: CPP: Optimized GetNext() method for cursors. This closes #992.

commit c992213274ec5872ef7ce359efa51e26003424ad
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:49:42Z

IGNITE-3760: ODBC: Added tests for supported SQL92 string functions. This 
closes #1006.

commit d06eaa2344a753e08d1e3cb00e6b4ab83c6a9a01
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:52:04Z

IGNITE-3801: ODBC: Added tests for OUTER JOIN. This closes #1027.

commit f8ae67456703e63e3afc9bb5c21d81d576d59448
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-04T14:09:08Z

IGNITE-3651 IGFS: Implemented "usedSpaceSize()" operation for local 
secondary file system. This closes #1009.

commit fc2fe7bf1905675258d40932a4ff649156c17488
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-04T14:12:35Z

IGNITE-3646: IGFS: Added test for symlinked mkdirs on local secondary file 
system. This closes #1013.

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

IGNITE-3829: Additional fix.

commit a760918757bee71ab28495496f94e9067ef17888
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-05T07:36:38Z

IGNITE-3750: ODBC: Added tests for date/time types. This closes #1002.

commit d65228e42ec9c84182b8c9c9c8d06a0056d5eed2
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T08:20:26Z

IGNITE-2974: ODBC: Added "socketSendBufferSize" and 
"socketReceiveBufferSize" configuration parameters. This closes #994.

commit 40d4b6ac6a71ed541d20018cf7deb2fb9b9bbb9b
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T08:35:26Z

IGNITE-3834: Fixed a problem with BinaryMarshaller handles resolution.

commit 42963e6c99e9b282972e6ad67a813a8038cf580f
Author: Alexander Paschenko <apasche...@gridgain.com>
Date:   2016-09-05T11:10:39Z

IGNITE-3817: Fixed binary object re-build with missing schema.

commit df8163f1ad3a390bb8d51b0eb2f378b5b3663025
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T11:15:59Z

IGNITE-3743: ODBC: Added procedure call escape sequence support. This 
closes #1008.

commit e3533010b584ba986196f9c7dbc36359aebd829e
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-05T12:02:07Z

IGNITE-3819: ODBC: Improved error logging. This closes #1024.

commit 008cf64429f40635e396a71f2c0aaf184077ff2b
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T12:17:53Z

IGNITE-3741: ODBC: Added character escape support to expression parser. 
This closes #1004.

commit bf9371a3ddb020209a6b031e11282706e19c58cb
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T14:05:05Z

IGNITE-3611: IGFS: Slight refactoring to listPaths() and listFiles() 
methods.

commit 2c397d2fb8851b25aa5f0a5589ad1deffbe7eee9
Author: Andrey V. Mashenkov <andrey.mashe

[GitHub] ignite pull request #1047: IGNITE-3856 IGFS: Support direct PROXY mode invoc...

2016-09-07 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3856  IGFS: Support direct PROXY mode invocation in method: mkdirs



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

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

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

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


commit 12fd4976f482ebc43831754645e34042c9073b2d
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-25T09:29:04Z

Fixed GridQueryParsingTest.

commit 12f532986677c30a716f73aeaa7d3587dd701f55
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-01T14:05:15Z

Merge remote-tracking branch 'remotes/community/ignite-1.6.6' into 
ignite-1.6.7

commit ae7765329fd6f7d50d13183d13626f39c5682334
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-09-02T15:01:12Z

IGNITE-2208 - Queries with object arguments doesn't work wth 
BinaryMarshaller.

commit 7a84ab6a9163ca31fbcfcc6d7ff27e06bf9babef
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 7bb961fd0a2e78334d33b6bc279c4edc323c246a
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-02T15:05:54Z

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

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

IGNITE-3829: Optimized affinity key field name handling.

commit e9c797fd964727882ad6f40f2a452b17ae7c857e
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:47:40Z

IGNITE-2946: CPP: Optimized GetNext() method for cursors. This closes #992.

commit c992213274ec5872ef7ce359efa51e26003424ad
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:49:42Z

IGNITE-3760: ODBC: Added tests for supported SQL92 string functions. This 
closes #1006.

commit d06eaa2344a753e08d1e3cb00e6b4ab83c6a9a01
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:52:04Z

IGNITE-3801: ODBC: Added tests for OUTER JOIN. This closes #1027.

commit f8ae67456703e63e3afc9bb5c21d81d576d59448
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-04T14:09:08Z

IGNITE-3651 IGFS: Implemented "usedSpaceSize()" operation for local 
secondary file system. This closes #1009.

commit fc2fe7bf1905675258d40932a4ff649156c17488
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-04T14:12:35Z

IGNITE-3646: IGFS: Added test for symlinked mkdirs on local secondary file 
system. This closes #1013.

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

IGNITE-3829: Additional fix.

commit a760918757bee71ab28495496f94e9067ef17888
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-05T07:36:38Z

IGNITE-3750: ODBC: Added tests for date/time types. This closes #1002.

commit d65228e42ec9c84182b8c9c9c8d06a0056d5eed2
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T08:20:26Z

IGNITE-2974: ODBC: Added "socketSendBufferSize" and 
"socketReceiveBufferSize" configuration parameters. This closes #994.

commit 40d4b6ac6a71ed541d20018cf7deb2fb9b9bbb9b
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T08:35:26Z

IGNITE-3834: Fixed a problem with BinaryMarshaller handles resolution.

commit 42963e6c99e9b282972e6ad67a813a8038cf580f
Author: Alexander Paschenko <apasche...@gridgain.com>
Date:   2016-09-05T11:10:39Z

IGNITE-3817: Fixed binary object re-build with missing schema.

commit df8163f1ad3a390bb8d51b0eb2f378b5b3663025
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T11:15:59Z

IGNITE-3743: ODBC: Added procedure call escape sequence support. This 
closes #1008.

commit e3533010b584ba986196f9c7dbc36359aebd829e
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-05T12:02:07Z

IGNITE-3819: ODBC: Improved error logging. This closes #1024.

commit 008cf64429f40635e396a71f2c0aaf184077ff2b
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T12:17:53Z

IGNITE-3741: ODBC: Added character escape support to expression parser. 
This closes #1004.

commit bf9371a3ddb020209a6b031e11282706e19c58cb
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T14:05:05Z

IGNITE-3611: IGFS: Slight refactoring to listPaths() and listFiles() 
methods.

commit 2c397d2fb8851b25aa5f0a5589ad1deffbe7eee9
Author: Andrey V. Mashenkov <andrey.mashen...@gmai

[GitHub] ignite pull request #1046: IGNITE-3855 IGFS: Support direct PROXY mode invoc...

2016-09-07 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3855  IGFS: Support direct PROXY mode invocation in method: delete



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

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

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

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


commit 12fd4976f482ebc43831754645e34042c9073b2d
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-25T09:29:04Z

Fixed GridQueryParsingTest.

commit 12f532986677c30a716f73aeaa7d3587dd701f55
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-01T14:05:15Z

Merge remote-tracking branch 'remotes/community/ignite-1.6.6' into 
ignite-1.6.7

commit ae7765329fd6f7d50d13183d13626f39c5682334
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-09-02T15:01:12Z

IGNITE-2208 - Queries with object arguments doesn't work wth 
BinaryMarshaller.

commit 7a84ab6a9163ca31fbcfcc6d7ff27e06bf9babef
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 7bb961fd0a2e78334d33b6bc279c4edc323c246a
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-02T15:05:54Z

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

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

IGNITE-3829: Optimized affinity key field name handling.

commit e9c797fd964727882ad6f40f2a452b17ae7c857e
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:47:40Z

IGNITE-2946: CPP: Optimized GetNext() method for cursors. This closes #992.

commit c992213274ec5872ef7ce359efa51e26003424ad
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:49:42Z

IGNITE-3760: ODBC: Added tests for supported SQL92 string functions. This 
closes #1006.

commit d06eaa2344a753e08d1e3cb00e6b4ab83c6a9a01
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:52:04Z

IGNITE-3801: ODBC: Added tests for OUTER JOIN. This closes #1027.

commit f8ae67456703e63e3afc9bb5c21d81d576d59448
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-04T14:09:08Z

IGNITE-3651 IGFS: Implemented "usedSpaceSize()" operation for local 
secondary file system. This closes #1009.

commit fc2fe7bf1905675258d40932a4ff649156c17488
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-04T14:12:35Z

IGNITE-3646: IGFS: Added test for symlinked mkdirs on local secondary file 
system. This closes #1013.

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

IGNITE-3829: Additional fix.

commit a760918757bee71ab28495496f94e9067ef17888
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-05T07:36:38Z

IGNITE-3750: ODBC: Added tests for date/time types. This closes #1002.

commit d65228e42ec9c84182b8c9c9c8d06a0056d5eed2
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T08:20:26Z

IGNITE-2974: ODBC: Added "socketSendBufferSize" and 
"socketReceiveBufferSize" configuration parameters. This closes #994.

commit 40d4b6ac6a71ed541d20018cf7deb2fb9b9bbb9b
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T08:35:26Z

IGNITE-3834: Fixed a problem with BinaryMarshaller handles resolution.

commit 42963e6c99e9b282972e6ad67a813a8038cf580f
Author: Alexander Paschenko <apasche...@gridgain.com>
Date:   2016-09-05T11:10:39Z

IGNITE-3817: Fixed binary object re-build with missing schema.

commit df8163f1ad3a390bb8d51b0eb2f378b5b3663025
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T11:15:59Z

IGNITE-3743: ODBC: Added procedure call escape sequence support. This 
closes #1008.

commit e3533010b584ba986196f9c7dbc36359aebd829e
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-05T12:02:07Z

IGNITE-3819: ODBC: Improved error logging. This closes #1024.

commit 008cf64429f40635e396a71f2c0aaf184077ff2b
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T12:17:53Z

IGNITE-3741: ODBC: Added character escape support to expression parser. 
This closes #1004.

commit bf9371a3ddb020209a6b031e11282706e19c58cb
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T14:05:05Z

IGNITE-3611: IGFS: Slight refactoring to listPaths() and listFiles() 
methods.

commit 2c397d2fb8851b25aa5f0a5589ad1deffbe7eee9
Author: Andrey V. Mashenkov <andrey.mashen...@gmai

[GitHub] ignite pull request #1042: IGNITE-3854 IGFS: Support direct PROXY mode invoc...

2016-09-07 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3854  IGFS: Support direct PROXY mode invocation in method: rename



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

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

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

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






---
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 #1040: IGNITE-3852 IGFS: Support direct PROXY mode invoc...

2016-09-07 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3852  IGFS: Support direct PROXY mode invocation in method: info



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

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

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

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


commit 12fd4976f482ebc43831754645e34042c9073b2d
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-25T09:29:04Z

Fixed GridQueryParsingTest.

commit 12f532986677c30a716f73aeaa7d3587dd701f55
Author: sboikov <sboi...@gridgain.com>
Date:   2016-09-01T14:05:15Z

Merge remote-tracking branch 'remotes/community/ignite-1.6.6' into 
ignite-1.6.7

commit ae7765329fd6f7d50d13183d13626f39c5682334
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-09-02T15:01:12Z

IGNITE-2208 - Queries with object arguments doesn't work wth 
BinaryMarshaller.

commit 7a84ab6a9163ca31fbcfcc6d7ff27e06bf9babef
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 7bb961fd0a2e78334d33b6bc279c4edc323c246a
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-02T15:05:54Z

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

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

IGNITE-3829: Optimized affinity key field name handling.

commit e9c797fd964727882ad6f40f2a452b17ae7c857e
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:47:40Z

IGNITE-2946: CPP: Optimized GetNext() method for cursors. This closes #992.

commit c992213274ec5872ef7ce359efa51e26003424ad
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:49:42Z

IGNITE-3760: ODBC: Added tests for supported SQL92 string functions. This 
closes #1006.

commit d06eaa2344a753e08d1e3cb00e6b4ab83c6a9a01
Author: isapego <isap...@gridgain.com>
Date:   2016-09-04T13:52:04Z

IGNITE-3801: ODBC: Added tests for OUTER JOIN. This closes #1027.

commit f8ae67456703e63e3afc9bb5c21d81d576d59448
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-04T14:09:08Z

IGNITE-3651 IGFS: Implemented "usedSpaceSize()" operation for local 
secondary file system. This closes #1009.

commit fc2fe7bf1905675258d40932a4ff649156c17488
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-04T14:12:35Z

IGNITE-3646: IGFS: Added test for symlinked mkdirs on local secondary file 
system. This closes #1013.

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

IGNITE-3829: Additional fix.

commit a760918757bee71ab28495496f94e9067ef17888
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-05T07:36:38Z

IGNITE-3750: ODBC: Added tests for date/time types. This closes #1002.

commit d65228e42ec9c84182b8c9c9c8d06a0056d5eed2
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T08:20:26Z

IGNITE-2974: ODBC: Added "socketSendBufferSize" and 
"socketReceiveBufferSize" configuration parameters. This closes #994.

commit 40d4b6ac6a71ed541d20018cf7deb2fb9b9bbb9b
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T08:35:26Z

IGNITE-3834: Fixed a problem with BinaryMarshaller handles resolution.

commit 42963e6c99e9b282972e6ad67a813a8038cf580f
Author: Alexander Paschenko <apasche...@gridgain.com>
Date:   2016-09-05T11:10:39Z

IGNITE-3817: Fixed binary object re-build with missing schema.

commit df8163f1ad3a390bb8d51b0eb2f378b5b3663025
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T11:15:59Z

IGNITE-3743: ODBC: Added procedure call escape sequence support. This 
closes #1008.

commit e3533010b584ba986196f9c7dbc36359aebd829e
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-09-05T12:02:07Z

IGNITE-3819: ODBC: Improved error logging. This closes #1024.

commit 008cf64429f40635e396a71f2c0aaf184077ff2b
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-09-05T12:17:53Z

IGNITE-3741: ODBC: Added character escape support to expression parser. 
This closes #1004.

commit bf9371a3ddb020209a6b031e11282706e19c58cb
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-09-05T14:05:05Z

IGNITE-3611: IGFS: Slight refactoring to listPaths() and listFiles() 
methods.

commit 2c397d2fb8851b25aa5f0a5589ad1deffbe7eee9
Author: Andrey V. Mashenkov <andrey.mashen...@gmai

[GitHub] ignite pull request #1039: IGNITE-3851 IGFS: Support direct PROXY mode invoc...

2016-09-07 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3851  IGFS: Support direct PROXY mode invocation in method: exists



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

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

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

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






---
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 #1026: IGNITE-3611 IGFS: Merge listPaths and listFiles o...

2016-09-02 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3611  IGFS: Merge listPaths and listFiles operations.



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

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

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

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


commit dabd86c62e39eb983ef3d198c8b8ee96d2623c84
Author: Andrey Novikov <anovi...@apache.org>
Date:   2016-08-31T09:00:19Z

IGNITE-3811 Fixed query for merge with complex key on SQL Server.

commit 70e69cb7aa08c268b07920838add4a40e28fe25d
Author: isapego <isap...@gridgain.com>
Date:   2016-08-31T13:47:11Z

IGNITE-3390: Added DSN configuration window.

commit a5decca9ff9ff12e7bf0a242c92069f12379c5d1
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-02T08:02:24Z

IGNITE-3611 IGFS: Merge listPaths and listFiles operations.




---
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 #1023: IGNITE-3613 IGFS: IgfsImpl.size() doesn't take se...

2016-09-01 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3613 IGFS: IgfsImpl.size() doesn't take secondary file system in 
count.



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

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

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

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


commit dabd86c62e39eb983ef3d198c8b8ee96d2623c84
Author: Andrey Novikov <anovi...@apache.org>
Date:   2016-08-31T09:00:19Z

IGNITE-3811 Fixed query for merge with complex key on SQL Server.

commit 70e69cb7aa08c268b07920838add4a40e28fe25d
Author: isapego <isap...@gridgain.com>
Date:   2016-08-31T13:47:11Z

IGNITE-3390: Added DSN configuration window.

commit 0434bf5476249cab91bcd36b064d40cb2c499699
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-09-01T15:08:29Z

IGNITE-3613 IGFS: IgfsImpl.size() doesn't take secondary file system in 
count.




---
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 #1013: IGNITE-3646 IGFS: Local secondary: Support symlin...

2016-08-31 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3646 IGFS: Local secondary: Support symlinks for mkdirs operation.



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

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

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

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


commit dabd86c62e39eb983ef3d198c8b8ee96d2623c84
Author: Andrey Novikov <anovi...@apache.org>
Date:   2016-08-31T09:00:19Z

IGNITE-3811 Fixed query for merge with complex key on SQL Server.

commit 684f7af64169912959d1545990c736433494fa32
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-31T13:09:17Z

IGNITE-3646 IGFS: Local secondary: Support symlinks for mkdirs operation.




---
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 #1009: IGNITE-3651 IGFS: Local secondary: Implement "use...

2016-08-30 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3651 IGFS: Local secondary: Implement "usedSpaceSize()" operation.



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

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

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

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






---
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 #1003: IGNITE-3645 IGFS: Local secondary: Implement upda...

2016-08-29 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3645 IGFS: Local secondary: Implement update() operation.



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

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

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

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


commit 4e9e7b8ee1c990bacdc2d081b706ca315927fdce
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-24T09:12:00Z

IGNITE-3716: ODBC: Added SQL escape sequence parsing.

commit 118db2fcffe3534aa1e5f4b97b8fbe23891752c4
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-24T09:12:24Z

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

commit c02ad87f863bd730e60fb7052547fa0848e7eb77
Author: isapego <isap...@gridgain.com>
Date:   2016-08-24T14:21:48Z

IGNITE-3736: ODBC: Added support for string scalar functions. This closes 
#979.

commit 13dfcbe03aca137ee70698f6083df27c10ecdaf9
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-24T14:31:38Z

IGNITE-3736: ODBC: Reverted back removed "supported" futures.

commit d6449ffbc65acda6a2cf4484608188367837dd17
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-24T15:34:02Z

Fixed issues on node stop:
- in service processor need guard depExe access with busyLock
- do not error log IO errors in ClientImpl on stop

commit 5a3b3e2c6ecb5d6c96513b79f21828526b4a98a0
Author: isapego <isap...@gridgain.com>
Date:   2016-08-25T09:35:07Z

IGNITE-3749: ODBC: Added support for numeric scalar functions. This closes 
#981.

commit 0e3a6e2df8b42f255a5a4688d5827dccaabfd3a4
Author: isapego <isap...@gridgain.com>
Date:   2016-08-25T11:34:31Z

IGNITE-3757: ODBC: Added aggregate functions support. This closes #983.

commit e2f287039011bc9437c94fb574e61e2ac226
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-08-25T13:26:02Z

IGNITE-3738: ODBC: Fixed escape sequence whitespaces handling. This closes 
#982.

commit 8aabd6ea65d883d3bbcf37c05c146105dff8a6e2
Author: isapego <igors...@gmail.com>
Date:   2016-08-25T13:30:20Z

IGNITE-3751: ODBC: Added system functions support. This closes #985.

commit ae0b5ebf02f3eb70d24dd3b0eb63dde9843c82b0
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-08-26T08:12:31Z

IGNITE-3739: ODBC: Added GUID escape sequence support. This closes #988.

commit 6fd53ea5b50148e5a1156d83ea28acb8faf84035
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-08-26T08:19:39Z

IGNITE-3761: ODBC: Added tests for SQL_SQL92_VALUE_EXPRESSIONS. This closes 
#989.

commit 99e3e8a2d997aa681264460c2845984712ded90e
Author: Igor Sapego <isap...@gridgain.com>
Date:   2016-08-26T08:23:49Z

IGNITE-3764: ODBC Added tests for SQL operators. This closes #986.

commit 87a1928a4f90b4f8a221041cfff9d22e3dd801cc
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-26T12:22:15Z

IGNITE-3776: Removed code duplication in GridNearAtomicAbstractUpdateFuture.

commit 92f18bf353cc8c3821c6500ce9f1cd397a7cf17c
Author: Andrey V. Mashenkov <andrey.mashen...@gmail.com>
Date:   2016-08-26T12:31:30Z

IGNITE-3745: ODBC: Implemented date/time/timestamp escape sequence parsing. 
This closes #991.

commit b5757642e135908d9baa027a605035dd0d4acfc9
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-26T12:47:02Z

IGNITE-3670 IGFS: Improved symlink handling for delete operation and added 
more tests. This closes #975.

commit 174dea6d1288e53abcd020a78dca50de9bb50a04
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-29T14:02:12Z

IGNITE-3645 IGFS: Local secondary: Implement update() operation.




---
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 #975: IGNITE-3670 IGFS: Local secondary: Add test for li...

2016-08-29 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #987: IGNITE-3167 Hadoop: restore external execution.

2016-08-25 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3167 Hadoop: restore external execution.



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

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

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

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


commit 4e9e7b8ee1c990bacdc2d081b706ca315927fdce
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-24T09:12:00Z

IGNITE-3716: ODBC: Added SQL escape sequence parsing.

commit 118db2fcffe3534aa1e5f4b97b8fbe23891752c4
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-24T09:12:24Z

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

commit c02ad87f863bd730e60fb7052547fa0848e7eb77
Author: isapego <isap...@gridgain.com>
Date:   2016-08-24T14:21:48Z

IGNITE-3736: ODBC: Added support for string scalar functions. This closes 
#979.

commit 13dfcbe03aca137ee70698f6083df27c10ecdaf9
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-24T14:31:38Z

IGNITE-3736: ODBC: Reverted back removed "supported" futures.

commit d6449ffbc65acda6a2cf4484608188367837dd17
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-24T15:34:02Z

Fixed issues on node stop:
- in service processor need guard depExe access with busyLock
- do not error log IO errors in ClientImpl on stop

commit 12fd4976f482ebc43831754645e34042c9073b2d
Author: sboikov <sboi...@gridgain.com>
Date:   2016-08-25T09:29:04Z

Fixed GridQueryParsingTest.

commit 6eefceb98deed5d65f17cb327517dd1599bfe068
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-25T15:34:01Z

IGNITE-3167 Hadoop: restore external execution.




---
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 #784: IgniteRDD type mapping: add the test for StructFie...

2016-08-22 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #960: IGNITE-3693 IgfsLocalSecondaryFileSystemDualAsyncS...

2016-08-16 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3693 IgfsLocalSecondaryFileSystemDualAsyncSelfTest.testFormat fails.



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

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

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

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


commit 1d0cbb45cd61c5c8e6ec926d7e629eb94111b32f
Author: vd-pyatkov <vpyat...@gridgain.com>
Date:   2016-08-11T05:43:50Z

IGNITE-3618: Client can not load data after server restarts. This closes 
#941.

commit 1139a9f76b5d37073261d729a15b1fbec674d48d
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-11T05:47:48Z

Added missing license.

commit 0b4ffdbcce63e5ce53572f71af967cff300d5670
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-14T15:18:40Z

IGNITE-2852: Fixed TreeMap and TreeSet serialization.

commit 89bce0fc5cb3dba56626c7088e607d0b25c3353c
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-06-30T10:14:16Z

IGNITE-3021: IGFS: Fixed failiing 
IgfsStreamsSelfTest.testCreateFileColocated() test. Failure as caused by 
misconfiguration.

commit 78aa065b4c7b05381b1fa31159b74969ec4a2bfe
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-07-21T10:15:35Z

IGNITE-826: Removed HadoopHashMapSelfTest.testAllocation() as it tested 
nothing.

commit f87ca482420fc1e6ffcb000a227717142d24e270
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-07-21T10:15:41Z

IGNITE-826: Removed HadoopHashMapSelfTest.testAllocation() as it tested 
nothing.

commit 9ddf9d846f52a4e8fc433643409993884c70ce37
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-07-21T13:00:45Z

IGNITE-466: IGFS: Added "IgfsMode mode(IgfsPath)" method.

commit dc81069ba9ebb88bc11cf6917e8733cc1f6de2fb
Author: Ivan Veselovskiy <iveselovs...@gridgain.com>
Date:   2016-08-02T08:11:24Z

IGNITE-3343: IGFS: Secondary file system is not queried for statuses during 
MKDIRS and CREATE operations. This closes #896.

commit ae54e36f27719f46d1d276f62a977c3f8d053b44
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-04T14:04:41Z

IGNITE-3331 IGFS: Route client tasks to primary node when metadata 
co-location is enabled. This closes #921.

commit 970137b1db7dc6c5e546581e22e428ae15c86513
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-05T12:05:32Z

IGNITE-3631: IGFS: Now metadata co-location is used for PARTITIONED cache 
as well.

commit 4d876a7560060c892908da447178e97bfe12ca9c
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-05T12:05:43Z

IGNITE-3631: IGFS: Now metadata co-location is used for PARTITIONED cache 
as well.

commit f5a040a01280c654df1fc4789cc39ff1ac2d32a4
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-09T07:01:56Z

IGNITE-3332: IGFS: Optimized file unlock routine with help of a client 
callable. This closes #916.

commit 5cf3bea32a25ccc78641f083aa7f1ac81b4187ba
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-15T10:40:41Z

IGNITE-1926: IGFS: Implemented local secondary file system.

commit 278633eced6d8039b5be4a18eefe6c65650aba4f
Author: Yakov Zhdanov <yzhda...@gridgain.com>
Date:   2016-08-15T11:27:22Z

IGNITE-3688: Fixed visiblity issue in GridCacheIoManager.idxClsHandlers.

commit 09a3922d57f9a4c8fbe6c1056f3ea128869c250e
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-16T09:52:09Z

IGNITE-3692: IGFS: Test fixes.

commit e70259070109f1bb068651a48e39fe8433c61a3d
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-16T12:03:54Z

IGNITE-3693 IgfsLocalSecondaryFileSystemDualAsyncSelfTest.testFormat fails




---
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 #948: IGNITE-3676 Fix the test IgfsDualAbstractSelfTest#...

2016-08-11 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3676 Fix the test IgfsDualAbstractSelfTest#testOpenNoPrefetch



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

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

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

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


commit 3eb77c06d1dfd174cc00b221cceda4c6d8fc0121
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-11T10:46:01Z

IGNITE-3676 Fix the test IgfsDualAbstractSelfTest#testOpenNoPrefetch




---
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 #947: Ignite 3676

2016-08-11 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #947: Ignite 3676

2016-08-11 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

Ignite 3676



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

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

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

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


commit d0f7252caa1b5b7ec388db6d788e1a05061dd1e8
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-08T10:17:49Z

IGNITE-3590: Initial implementation.

commit c358487b76dfb4662a913ec029814546359eb2b3
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-08T10:27:30Z

Minors.

commit 5930806eef48593c1441bda0d0234376f3f8b34f
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-08T10:28:59Z

Minors.

commit 2f95ce875d8b8eaf86b4ffc73da9fcef13807161
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-08T10:33:44Z

TODOs.

commit b7e2a33570185f7e39c23c57743e7b014c4039bd
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-08T10:40:03Z

TODOs.

commit 569be691e066d1d86eed5fe2599a57629b03f471
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-08T10:42:27Z

TODOs.

commit 24229d450c2bf17ab9f5d74910db5f1cdb49eb1b
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-08T10:50:21Z

TODOs.

commit 1b67b9ce60d83ad653817485130ed76f41c8347c
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-08T15:29:55Z

Fix for work dir.

commit 427955bac52e2c6cedb5fa7eb429c14c503855e3
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-09T07:20:03Z

IGNITE-3638: Implemented rename.

commit 861134bd320d34956933c1475939a9092545b7e8
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-09T07:48:51Z

Merge branch 'ignite-1.7.2' into ignite-1926

commit ba0088e3b977ee006d7621dd4771719c027f1b8b
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-10T07:12:12Z

IGNITE-3649 IGFS: Local secondary: "create" flag is now used for append() 
operation. This closes #938.

commit 4bfa08d0290ccda6a1b638fef21ee551afe709f9
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-10T07:14:37Z

IGNITE-3644 IGFS: Local secondary: Implemented exists() operation. This 
closes #935.

commit 3eb77c06d1dfd174cc00b221cceda4c6d8fc0121
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-11T10:46:01Z

IGNITE-3676 Fix the test IgfsDualAbstractSelfTest#testOpenNoPrefetch




---
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 #944: IGNITE-3668 IGFS: Local secondary: Review all "thr...

2016-08-10 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3668 IGFS: Local secondary: Review all "throw new IOException"…

… places.

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

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

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

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


commit 367f12de468fd362c1949c0f8ac36ec5cc7c2b74
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-10T16:31:24Z

IGNITE-3668 IGFS: Local secondary: Review all "throw new IOException" 
places.




---
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 #939: IGNITE-3650 IGFS: Local secondary: Implement "info...

2016-08-09 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3650 IGFS: Local secondary: Implement "info()" operation.



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

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

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

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


commit 02ca57cf8d5f9b7381d8d1676314e47e19e49bf6
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-09T13:20:00Z

IGNITE-3650 IGFS: Local secondary: Implement "info()" operation.




---
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 #937: IGNITE-3647 IGFS: Local secondary: Implement listP...

2016-08-09 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3647 IGFS: Local secondary: Implement listPaths() and listFiles() 
operations.

…s() operations.

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

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

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

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


commit d87daf99e7980d738d6fbef0c91fe168b7012102
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-09T12:06:21Z

IGNITE-3647 IGFS: Local secondary: Implement listPaths() and listFiles() 
operations.




---
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 #935: IGNITE-3644 IGFS: Local secondary: Implement exist...

2016-08-09 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3644 IGFS: Local secondary: Implement exists() operation.



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

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

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

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


commit 88d6446e8e27414734c751254487cc0a5ba92192
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-09T10:20:35Z

IGNITE-3644 IGFS: Local secondary: Implement exists() operation.

commit 41b9582a52c89be7a79316bece2e01333c139c54
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-09T10:20:49Z

Merge remote-tracking branch 'remotes/origin/ignite-1926' into ignite-3644




---
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 #919: IGNITE-2310 Lock cache partition for affinityRun/a...

2016-08-08 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #923: IGNITE-3625 IGFS: Use common naming for IGFS meta ...

2016-08-04 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3625 IGFS: Use common naming for IGFS meta and data caches



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

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

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

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


commit 6be0a6f16fc76792dd35c82e992c7b685526c512
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-04T09:31:44Z

IGNITE-3625 IGFS: Use common naming for IGFS meta and data caches




---
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 #921: IGNITE-3331 IGFS: Route client tasks to primary no...

2016-08-03 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3331 IGFS: Route client tasks to primary node when metadata co…

…-location is enabled.

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

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

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

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


commit be6ad25e2107267928122cda93dfa28a0da2166d
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-03T13:47:06Z

IGNITE-3331 IGFS: Route client tasks to primary node when metadata 
co-location is enabled.




---
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 #919: IGNITE-2310 Lock cache partition for affinityRun/a...

2016-08-03 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-2310 Lock cache partition for affinityRun/affinityCall execution



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

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

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

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


commit 485f4bf6cd9289d8a5364fbe0e93e8204d6311fe
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-27T12:16:27Z

IGNITE-2310 Lock cache partition for affinityRun/affinityCall execution




---
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 #910: Ignite 2310

2016-08-03 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #916: Ignite 3332

2016-08-02 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

Ignite 3332



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

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

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

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


commit 1cd658883527c55e4a322ea4519254ab3e4a2189
Author: sboikov <sboi...@gridgain.com>
Date:   2016-07-29T06:43:41Z

TcpCommunicationSpi minor: correct error messages.

commit f6d1d5b2d4d07fac10bbdbab3baf979d65c33eb9
Author: sboikov <sboi...@gridgain.com>
Date:   2016-07-29T08:47:43Z

Correction for CacheLateAffinityAssignmentTest.testNoForceKeysRequests.

commit 7b3d1963cb7240ce3f59f5c9f81965bf5730bad0
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-07-29T09:03:20Z

Fixed compatibility.

commit 0c5d5886e057dac936f637ba8aece087e05b184d
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-07-29T09:20:58Z

Merge remote-tracking branch 'remotes/community/ignite-1.6.3' into 
ignite-1.7

commit 6eb116be7bf714d203805d05db7ee6c6a665effe
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-01T11:11:23Z

Release notes for 1.7.

commit de8684390cb2c5664f4bb8401f4169e930a07e10
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-08-01T11:17:55Z

Release notes for 1.7.

commit 4f8d1822520afcffd1c97c3e643f16ff1bd85513
Author: Ivan Veselovskiy <iveselovs...@gridgain.com>
Date:   2016-08-02T08:11:24Z

IGNITE-3343: IGFS: Secondary file system is not queried for statuses during 
MKDIRS and CREATE operations. This closes #896.

commit 604731508d200f30becaf5880be7215b65a719bf
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-08-02T09:38:01Z

IGNITE-3332 IGFS: Use task for file unlock routine on client nodes.




---
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 #910: Ignite 2310

2016-08-01 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

Ignite 2310



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

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

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

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


commit f57f3657b1da33abf28f885cd405780dabfd57e3
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-16T10:22:07Z

IGNITE-2846: IGFS: Reworked IgfsMetaManager.updateInfo() operation to use 
"invoke" instead of "put".

commit 8a93c3bf1687e6f2de1a4391d95366d733a44a7d
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-18T13:38:45Z

IGNITE-2860: IGFS: Reworked base meta operations.

commit 8e9e790e482b8911142bf8b21fa3ad7267a62db6
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-18T14:07:58Z

IGNITE-2834: IGFS: Implemented optional metadata co-location.

commit bfa7bf6c3d693406f1dd5121488796687aebbe7d
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-18T14:45:48Z

IGNITE-2813: IGFS: Optimized metadata values splitting file and directory 
into separate classes.

commit 8de40f2f8649c9ffecf86202f9fd4efbc3827e83
Author: thatcoach <ppoze...@list.ru>
Date:   2016-03-18T18:15:04Z

IGNITE-2860: IGFS: Fixed minor bug in append() operation.

commit 9a4b5bd720c5ed1f96b82a457fa3eaed1bdbb132
Author: thatcoach <ppoze...@list.ru>
Date:   2016-03-19T18:13:35Z

IGNITE-2861: IGFS: Moved metadata processors into separate top-level 
classes to simplify code. Also cleaned up IgfsMetaManager from unused code.

commit 2cd0dcb37ce43a4cb07885ddfb2e72392fc814a7
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-21T07:29:20Z

IGNITE-2836: IGFS: Ensured that metadata can be serialized through 
BinaryMarshaller in the most efficient way.

commit 76191ff39456a30246df3aca7c026773d00a8446
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-21T07:36:26Z

IGNITE-2861: Added missing Apache headers.

commit ee5ea53bf9c4ad897459466e0b9b5447fc93ec2a
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-22T06:20:32Z

IGNITE-2869: IGFS: Slightly improved serialization of IgfsListingEntry.

commit 218132dc0c3764966294a5f29ad480af4af7b0ff
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-22T06:23:29Z

IGNITE-2868: IGFS: Increased trash concurrency from 16 to 64.

commit e886ad0aa800cddb3308fa5f8400902e5879ee3c
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-22T07:28:13Z

IGNITE-2811: IGFS: Optimized properties handling.

commit 8d95ebacaa01f3f9271a1ce0d1b991dfead1d0c1
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-22T09:06:51Z

IGNITE-2871: IGFS: Removed "path" from IgfsEntryInfo. Purge event is never 
fired now, it will be fixed as a part of IGNITE-1679.

commit b286facc4b8c44ab1628039dded6c7527760df73
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-22T09:34:35Z

IGNITE-2806: IGFS: Implemented relaxed consistency model.

commit 26f115734e7262d4b4b60f1c6016783f67c66986
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-22T09:46:23Z

IGFS: Added misssing "final" modifiers to FileSystemConfiguration defaults.

commit 00a0e4b51c299871ff690bbe6d462cf80dae045e
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-24T07:35:43Z

IGNITE-2878: IGFS: Optimzied serialization of IgfsListingEntry and 
properties map.

commit 01a6e86ec4e19d372b8efbc5c497c84f4238a46c
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-24T10:28:30Z

IGNITE-2876: Fixed possible starvation in system pool caused by 
IgfsBlockMessage. This closes #575.

commit 59705e008267b1d5926410f95c68bb8ffb8cd93c
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-24T11:29:35Z

IGNITE-2883: IGFS: Now IPC messages are handled in a dedicated thread pool.

commit 0412c9bfd89b8d2a377588e908f1012c845ac5bc
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-03-30T04:43:19Z

Added detail info about keys count in partitions for offheap and swap.

commit 28d2a7bf7f35ec4b51fba872ace47cdbc255ded8
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-03-30T07:42:12Z

Minor change to Visor classes: added setters for name and queryMetrics 
properties.

commit a70d2dc48c42f23b1ea64c2a219560efa44fb99f
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-04-04T07:14:42Z

Minor fix for Visor query metrics.

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

[GitHub] ignite pull request #857: Ignite 2310 Lock cache partition for affinityRun/a...

2016-08-01 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #857: Ignite 2310 Lock cache partition for affinityRun/a...

2016-07-07 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

Ignite 2310 Lock cache partition for affinityRun/affinityCall execution



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

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

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

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


commit aa8dcd11aa311e6dd639e0a25c5b0eb714e663ad
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Date:   2016-03-23T12:47:17Z

Fixed Ignite Client Nodes suite.

commit 4cb994a7253c6b493b4a376ed1489513ecefd8f9
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Date:   2016-03-25T08:20:39Z

IGNITE-GG-11048 Fix missed event notification in remove-remove case.

commit 31ae7ea791e258c49f1b25944cba75fd08d0ca49
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Date:   2016-03-25T09:37:25Z

Removed isDebug from test.

commit 1c04005c08ae7ca2006d6f2f687a95c2638c73fc
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Date:   2016-03-25T12:22:37Z

IGNITE-GG-11048 Added tests.

commit 53a87290fe028e12a81058fc4b2f2f2341395f9a
Author: Tikhonov Nikolay <tikhonovnico...@gmail.com>
Date:   2016-03-25T16:49:31Z

Fixed tests (renamed test methods).

commit ce56625099b5253f8baf27bfbcff4682787a5ee1
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-03-28T11:13:20Z

Query Suite separation : 1,2,3

commit 08f5981509711e65c0d4c6fc1209068f8958eb06
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-28T09:24:16Z

Support optional IO policy resolver in DataStreamer.

commit 60e74618b310dafc28eb5f935859fed4ec87584c
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-28T11:52:13Z

Merge remote-tracking branch 'upstream/gridgain-7.5.10' into gridgain-7.5.10

commit 9e84e508a394b790ef046cdcf2a015bcf853c064
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Date:   2016-03-28T13:59:56Z

Divide test suite.

commit d36a2e51e3aa3105dff73839c84e52a531fbd918
Author: Denis Magda <dma...@gridgain.com>
Date:   2016-03-24T17:07:48Z

IGNITE-2849: BinaryObjectBuilder doesn't properly check metadata

commit 9e62b667e73396d3affbc4d1e62449d07d08ec8b
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-03-29T11:56:21Z

 IGNITE-2801 Coordinator floods network with partitions full map exchange 
messages

commit 85a675b7bfbc54745ee9ce95d5786b5bae5be963
Author: iveselovskiy <iveselovs...@gridgain.com>
Date:   2016-01-18T14:28:42Z

IGNITE-1788: Removed duplicate check of a single invariant from 
IgfsProcessor.  This closes #221.

commit 0e753c38a986cbd46eb24845808ec1d0fc7d1dea
Author: dkarachentsev <dkarachent...@gridgain.com>
Date:   2016-02-10T09:38:43Z

IGNITE-2575: Added validation of IGFS endpoint port value. This closes #469.

commit 99028b509c736b79faac7fb8104b1bc3cfe30720
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-03T09:56:55Z

IGFS: Minor refactoring.

commit 219238f2793a3f3f9f5705a065c67510c286df1c
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-03T10:25:43Z

IGNITE-2754: IGFS: Created separate processor for listing remove operation.

commit ff5b68ca69050817794ef4b142c955a186e03de9
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-14T07:19:23Z

IGNITE-2781: IGFS: Force "copyOnRead=false" for meta and data caches.

commit 37c4d508c9e40dcba274ae1625d7bf59bfeef144
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-14T08:49:03Z

IGNITE-2810: IGFS: Striped trash directory to reduce contention during 
removals.

commit 54e6991cb1d0b68c4490dede603c9e3ba7cc3b9e
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-14T09:05:39Z

IGNITE-2810: IGFS: Minor correction to IgfsUtils.isRootOrTrashId() method.

commit 8083391be726c2bbc27e018983ca713e4b25e2a2
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-14T10:17:58Z

IGNITE-2814: IGFS: File lock/unlock/reserve operations are no longer 
require put/replace on cache. Thin entry processors are used instead.

commit a7c1f44420ae96f183abc2e17125f0c9aa0775d5
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-14T12:57:28Z

IGNITE-2828: IGFS: Introduced processor for "updateTimes" operation.

commit ba30ddbc599d67f398ffba1263d174f5b58b4b7d
Author: thatcoach <ppoze...@list.ru>
Date:   2016-03-15T17:46:13Z

IGNITE-2838: IGFS: Opimized format of IgfsListingEntry. Now it contains 
only file ID and boolean flag endicating whether this a directory or file.

commit 4f7e3c1c2e82596a26cec3b3587991ae18078b64
Author: vozerov-gridgain <voze...@gridgain.com>
Date:   2016-03-1

[GitHub] ignite pull request #769: IGNITE-2310 Lock cache partition for affinityRun/a...

2016-06-30 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #822: GG-11133 TTL should be tracked in off-heap page st...

2016-06-22 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

GG-11133 TTL should be tracked in off-heap page structures



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

$ git pull https://github.com/gridgain/apache-ignite ignite-db-x-gg-11133

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

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


commit 4a2691150450500506302b0436a0ed53d0f83487
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-05-13T03:33:18Z

Merge branches 'ignite-1.6' and 'master' of 
https://git-wip-us.apache.org/repos/asf/ignite

commit a9b382732c4b0d4b8117e3e8d06234ab192617e6
Author: Sergi Vladykin <sergi.vlady...@gmail.com>
Date:   2016-05-13T03:58:49Z

ignite-db - validate

commit 0da06b05db376a2759d4f078839f0b3f12568f73
Author: Sergi Vladykin <sergi.vlady...@gmail.com>
Date:   2016-05-13T03:59:00Z

Merge branch 'ignite-db-x' of https://github.com/gridgain/apache-ignite 
into ignite-db-x

commit ff83ad26b20c4a6c92a21b33b701b1c9ad5cbb8d
Author: Sergi Vladykin <sergi.vlady...@gmail.com>
Date:   2016-05-13T04:25:50Z

ignite-db - fixes

commit 8c2fc429cc40b899e6578a85e37fb8579b160a87
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-13T06:17:39Z

gg-10884 Refactoring WIP

commit 1c9fb9f969f43b44fbd8ccd356eda62c955524d8
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-05-13T06:30:32Z

ignite-2954 - fixed ttl update. This closes #634

commit 457d4f247f6b56892127aaf62f505e307347ec86
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-05-13T06:51:02Z

Merge branch 'ignite-1.6'

commit bc642a4cf43f86dadd35b57c2ad4d63773ef6426
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-13T07:07:51Z

ignite-1.6 Enabled test.

commit 9b606b8875152ca30827314c79478e80223c725b
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-13T07:08:38Z

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

commit b4a5d376608fdc36ab0a5dd8157834771a006d37
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-13T07:20:00Z

ignite-2982 Unwrap offheap object before pass it to indexing (this closes 
#693)

commit 5682d8ead60f49ba3bffbf6dc1180d6855928f56
Author: Kristian Rosenvold <krosenv...@apache.org>
Date:   2016-05-13T07:29:34Z

Cachehanged CacheJdbcBlobStore default SQL statements: key to aKey - Fixes 
#661.

Signed-off-by: Alexey Kuznetsov <akuznet...@apache.org>

commit 093a3e00a0906e037a9c5e66a1d6731275b062d1
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2016-05-13T07:31:34Z

Merge branches 'ignite-1.6' and 'master' of 
https://git-wip-us.apache.org/repos/asf/ignite

commit dd756c0374d930e30caec9d1d1a117fcaf3388f4
Author: Saikat Maitra <saikat.mai...@gmail.com>
Date:   2016-05-13T07:34:03Z

review ignite-1102 - IgniteSpringBean should have getConfiguration() method

commit 7c41116913caa9e8c5e0d6022b276e855fce1b6c
Author: Yakov Zhdanov <yzhda...@gridgain.com>
Date:   2016-05-13T07:34:18Z

Merge remote-tracking branch 'origin/master'

commit 2ac4aa6039f51626529ccc6f606e683b48854406
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-13T07:44:40Z

ignite-1.6 Update ready topology version before complete cache start future

commit 1a384af17b39c453694c352836ef97e581ad96c6
Author: Anton Vinogradov <a...@apache.org>
Date:   2016-05-13T07:49:24Z

Compilation hotfix

commit 0534f7a38c4dc4829fc58ea1cedf00eb3bed89a3
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-13T07:53:44Z

ignite-1.6 Fixed tests.

commit a7e57e5c6cb468adf00924438e1062d352b03e5b
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-13T08:44:06Z

ignite-1.6 Fixed tests.

commit cd063dad296da777ac92a39e792ab4029b7bcfaf
Author: Yakov Zhdanov <yzhda...@gridgain.com>
Date:   2016-05-13T08:48:00Z

review IGNITE-2708 Need to validate that SPIs are started only once

commit bf561e1157dc829270ba430348d625a49e00c542
Author: Yakov Zhdanov <yzhda...@gridgain.com>
Date:   2016-05-13T08:59:02Z

reverting review IGNITE-2708 Need to validate that SPIs are started only 
once

commit 98338ff89525be276a7d651b6d561b8b013f8c3d
Author: Ryan Zhao <ryan.zhao...@gmail.com>
Date:   2016-05-13T09:00:43Z

review IGNITE-2708 Need to validate that SPIs are started only once (commit 
with proper author)

commit b8d624a28c2b31fafaa287fae22348ea36694a22
Author: Yakov Zhdanov <yzhda...@gridgain.com>
Date:   2016-05-13T09:54:01Z

review IGNITE-2708 Need to validate that SPIs are started only once (added 
logic to protect properly started grids)

commit 06ba3fe2aa4e092c7697041b40a50944aabec6f8
Author: Saikat Maitra 

[GitHub] ignite pull request #821: GG-11133 TTL should be tracked in off-heap page st...

2016-06-22 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #821: GG-11133 TTL should be tracked in off-heap page st...

2016-06-22 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

GG-11133 TTL should be tracked in off-heap page structures



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

$ git pull https://github.com/gridgain/apache-ignite ignite-db-x-gg-11133

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

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


commit 8cc480fa5833a4c708fb49c044dd6c21a82e0e5e
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-04-19T13:40:52Z

gg-11017 : Algorithm for preloading.

commit 3e88d8bf802e0a36c97d146cfe10f67dad587d4e
Author: sboikov <sboi...@gridgain.com>
Date:   2016-04-19T13:50:55Z

ignite-db-10884

commit f8255541bda5d45273014427c2dc9e513ece3108
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-19T17:22:35Z

ignite-db - minor refactor

commit d0db6cfdf4d10c9fef077d3cab29fd9c050f297c
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-19T19:49:50Z

ignite-db - fixes

commit a5a189416c3c80701a380839d8d6856d7dc21576
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-04-20T01:33:29Z

ignite-db - WAL redesign

commit 19197d1037e8d19e18d15186156e816ce89f5595
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-20T04:30:41Z

ignite-db - more fixes

commit 13d0037138c02490491f1be07314932f9996feff
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-20T05:31:23Z

ignite-db - reuse list

commit 3c64b806889557ed4e4da41ea3177c7959e3413a
Author: sboikov <sboi...@gridgain.com>
Date:   2016-04-20T10:23:10Z

ignite-db-10884

commit e69e995e6e00a12c94a81cd182e1d3ca7cb09360
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-20T12:51:18Z

ignite-db - wip

commit 38ead2a78876ef8cdba0c3aed162768db3036e53
Author: sboikov <sboi...@gridgain.com>
Date:   2016-04-20T13:02:04Z

Merge remote-tracking branch 'remotes/community/ignite-db' into 
ignite-db-x-10884

Conflicts:

modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/CacheDataRow.java

modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/freelist/io/FreeIO.java

modules/indexing/src/main/java/org/apache/ignite/internal/processors/cache/database/IgniteCacheH2DatabaseManager.java

commit 35d26f4e4c2ba9a0b20a2fa214b9e777585b2ec6
Author: sboikov <sboi...@gridgain.com>
Date:   2016-04-20T13:02:59Z

Merge remote-tracking branch 'remotes/community/ignite-db' into 
ignite-db-x-10884

Conflicts:

modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/CacheDataRow.java

modules/core/src/main/java/org/apache/ignite/internal/processors/cache/database/freelist/io/FreeIO.java

modules/indexing/src/main/java/org/apache/ignite/internal/processors/cache/database/IgniteCacheH2DatabaseManager.java

commit 82bbf9f0069696c5923e11226d4fb80391acaf8e
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-04-20T13:25:01Z

gg-11017 : Minors.

commit 38f4a6769b6013754122d1ded0bcdfd69dc74a2d
Author: Ilya Lantukh <ilant...@gridgain.com>
Date:   2016-04-20T15:30:30Z

gg-11017 : Persistence.

commit f0757ac3214bec2714addf4e57edc8cb3c3f6448
Author: sboikov <sboi...@gridgain.com>
Date:   2016-04-20T15:20:24Z

ignite-db-x-10884

commit 213fc70ddaefba3d076a665709af314f71b74e53
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-20T18:02:38Z

ignite-db - remove refactored

commit 14ffbf0bcc48ffa4a652e523da74e29d53c7ead3
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-20T18:10:41Z

ignite-db - minor refactor

commit 9cfda8d61aa34e0c43b86f1e0a5cb2f8961be438
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-20T18:20:14Z

ignite-db - final

commit 813c36f6959ab2216dc6c32c20ef81777289a53e
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-20T20:14:21Z

ignite-db - reuse fix

commit 1ec6712ec7b21a2f4e35d5e587971ba8642febd9
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-20T20:16:33Z

ignite-db - reuse list

commit 24a345a00c23a54963ea2fe7c9388ecb69a2ff1a
Author: S.Vladykin <svlady...@gridgain.com>
Date:   2016-04-20T20:18:39Z

ignite-db - getForWrite is not reentrant

commit 4e7013328110c1f2fb41a57830a0c10ba4e08694
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-04-20T21:04:02Z

Merge master into ignite-gg-11023

commit 16ee1e5279d39db6de2598587028bed577fd8ae6
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2016-04-20T21:04:13Z

Merge master into ignite-gg-11023

commit d7e35ee4d025dda3e71b9178c36093f82e057ce0
Author: S.Vladykin 

[GitHub] ignite pull request #784: IgniteRDD type mapping: add the test for StructFie...

2016-06-08 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IgniteRDD type mapping: add the test for StructField



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

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

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

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


commit 13a53275e454b1dfbe2f9c542356a5357b07ca2f
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-06-08T07:56:47Z

IgniteRDD type mapping: add the test for StructField




---
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 #775: IGNITE-3175 BigDecimal fields are not supported if...

2016-06-07 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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 #775: IGNITE-3175 BigDecimal fields are not supported if...

2016-06-02 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3175 BigDecimal fields are not supported if query is executed …

…from IgniteRDD: fix java.sql.Date mapping

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

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

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

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


commit e56dd3401e04d8dc7800c9de8b7884fbbdf2180f
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-06-02T13:56:20Z

IGNITE-3175 BigDecimal fields are not supported if query is executed from 
IgniteRDD: fix java.sql.Date mapping




---
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: IGNITE-2310 Lock cache partition for affinityRun/affini...

2016-06-01 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-2310 Lock cache partition for affinityRun/affinityCall execution



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

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

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

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


commit 4b65ae906f43a70f914fb33fcf7a65108f39c2cb
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-27T12:16:27Z

add test

commit 5c46507045da69d7613b57a528a82011fc383c65
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-27T15:07:03Z

test to validate issue

commit a7f9edd6d05cef68b949993d920943fa8fdd5ee2
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-30T13:25:10Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-2310

commit 33524cf9089b1b743923faeb47f3b8421185c7fc
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-06-01T11:45:08Z

IGNITE-2310 Lock cache partition for affinityRun/affinityCall execution: 
add method affinityRun(cacheName, affKey, job,  
Map<String, int[]> 
partsToLock) ;




---
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: IGNITE-2865 Continuous query event passed to ...

2016-05-23 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-2865 Continuous query event passed to filter should be immutale for 
users.



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

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

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

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


commit b9feb2900ee2660685710b17503b774765e7bdae
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-20T14:10:13Z

IGNITE-2865 Continuous query event passed to filter should be immutable for 
users.




---
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: IGNITE-2865 Continuous query event passed to ...

2016-05-23 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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: IGNITE-3175 BigDecimal fields are not support...

2016-05-23 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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: IgniteSourceConnectorTest stabilization

2016-05-20 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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: IGNITE-3009 querySql sometimes fails in Ignit...

2016-05-20 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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: IGNITE-3175 BigDecimal fields are not support...

2016-05-19 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3175 BigDecimal fields are not supported if query is executed from 
IgniteRDD



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

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

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

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


commit 4fa840399bd2580ff313f05ea8ea905677df1749
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-19T16:03:56Z

IGNITE-3175 BigDecimal fields are not supported if query is executed from 
IgniteRDD




---
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: IGNITE-3009 querySql sometimes fails in Ignit...

2016-05-19 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3009  querySql sometimes fails in Ignite RDD embedded mode test

sets the overwrite=true data streamer's flag for the tests

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

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

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

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


commit 72dca2a7e9e2c9493e218cbb6ebd2600eb66fdcd
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-19T09:31:04Z

IGNITE-3009  querySql sometimes fails in Ignite RDD embedded mode test; 
sets the overwrite=true data streamer's flag for the tests




---
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: IgniteSourceConnectorTest stabilization: incr...

2016-05-18 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IgniteSourceConnectorTest stabilization: increase timeout, use wait f…

…or predicate instead pure timeout

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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-tledkov-test-stabilization

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

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


commit 903605f3dbe732b15ccbfea809db46b5bd017a03
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-18T08:20:50Z

IgniteSourceConnectorTest stabilization: increase timeout, use wait for 
predicate instead pure timeout




---
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: Ignite tledkov test stabilization

2016-05-18 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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: IGNITE-3090 Memory leak in IgniteH2Indexing p...

2016-05-18 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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: Ignite tledkov test stabilization

2016-05-17 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

Ignite tledkov test stabilization



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-tledkov-test-stabilization

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

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


commit ef904c789e50ebab7d2a64b03a7ff29faee2d687
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-17T08:42:49Z

add debug print

commit 5106bd5266b6d3eca45b6f07317f8ab5293916e8
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-17T08:55:11Z

IgniteSourceTask stabilization




---
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: Ignite tledkov test stabilization

2016-05-17 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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: Ignite tledkov test stabilization

2016-05-17 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

Ignite tledkov test stabilization



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-tledkov-test-stabilization

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

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


commit b7788ba23876ba270abfe553b02c1145b73fcd43
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-05T08:43:40Z

stabilization: GridUnsafeDataOutputArraySizingSelfTest

commit 95bcf6c270cfcb00efcc9c13bfe7687e78b00eb3
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-05T10:28:29Z

fix:GridMessageListenSelfTest

commit 5ce19e3ea87f2e8e2dcfa646dbee4236771f5200
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-05T13:45:29Z

Merge remote-tracking branch 'remotes/origin/master' into 
ignite-tledkov-test-stabilization

commit 098405dfe5315fff65ff3e056fc1ce9ea98aac60
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-05T13:49:45Z

Minor.

commit ffb68ee3beb5bb539b03b62d18cc321fcf04c9bc
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-05T14:18:04Z

fix:GridTaskExecutionSelfTest

commit f3e0699f42bbb0b65781b686197a4c596ca9b422
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-05T14:24:35Z

Merge branch 'ignite-tledkov-test-stabilization' of 
https://github.com/gridgain/apache-ignite into ignite-tledkov-test-stabilization

commit ad3ffebc222847ae2ea941c2fb8231d7e49e4f9c
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-06T11:39:31Z

fix racing that is detected by GridCacheStoreManagerDeserializationTest

commit 3cbdba352474f90ed21a5824ccc4a1d090395fae
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-10T08:47:22Z

hotfix the test that depends on IGNITE-3099 Race condition on the order of 
events

commit 8ee40a8e8d11f7a68e56c003a3c98d213253fb22
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-10T08:48:21Z

increase timeout and check the property settings

commit 9db4ae5d0517664f76bdc109684a363a482f7d1d
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-10T11:43:12Z

Change the sequence of tests to  properly set up 
IGNITE_MARSHAL_BUFFERS_RECHECK property for test IGNITE_MARSHAL_BUFFERS_RECHECK

commit eb33bedc0e15412f02e164c01697e5dd0ce046f3
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-10T14:59:35Z

Fix  test GridUnsafeDataOutputArraySizingSelfTest: add non-static field 
'checkFreq' to the  GridUnsafeDataOutput

commit f51f7ec4470feb4d4ab85445010a14c6198de319
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-11T07:31:08Z

remove debug print

commit cff5a190c40c28982ac3197d2d6aef957619f7c1
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-11T09:21:51Z

investigate TC behavior

commit c3fe718bc1f553bfa607da711bc232ee8552e2b5
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-11T09:54:25Z

revert: investigate TC behavior

commit d1edd404d19de479c0565d980a3d932ff383b9ef
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-16T13:34:25Z

    IgniteSourceTask stabilization

commit 0e6d4f97b5cda51639019e906b4e153f9c7d834b
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-17T08:42:49Z

add debug print




---
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: Fix race condition on dynamic cache creation

2016-05-16 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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: IGNITE-3090 Memory leak in IgniteH2Indexing p...

2016-05-12 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3090 Memory leak in IgniteH2Indexing prepared statements cache…

Add cleanupStmtCache method that is called periodically by the 
GridTimeoutProcessor.
Add memory leaks unit test for specified cases.

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

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

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

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


commit 001788808b75b3c1790b32dde5daa10a897f9530
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-12T14:40:30Z

IGNITE-3090 Memory leak in IgniteH2Indexing prepared statements cache. Add 
cleanupStmtCache method that is called periodically by the GridTimeoutProcessor.




---
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: Fix race condition on dynamic cache creation

2016-05-10 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

Fix race condition on dynamic cache creation



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-tledkov-test-stabilization

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

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


commit b7788ba23876ba270abfe553b02c1145b73fcd43
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-05T08:43:40Z

stabilization: GridUnsafeDataOutputArraySizingSelfTest

commit 95bcf6c270cfcb00efcc9c13bfe7687e78b00eb3
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-05T10:28:29Z

fix:GridMessageListenSelfTest

commit 5ce19e3ea87f2e8e2dcfa646dbee4236771f5200
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-05T13:45:29Z

Merge remote-tracking branch 'remotes/origin/master' into 
ignite-tledkov-test-stabilization

commit 098405dfe5315fff65ff3e056fc1ce9ea98aac60
Author: sboikov <sboi...@gridgain.com>
Date:   2016-05-05T13:49:45Z

Minor.

commit ffb68ee3beb5bb539b03b62d18cc321fcf04c9bc
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-05T14:18:04Z

fix:GridTaskExecutionSelfTest

commit f3e0699f42bbb0b65781b686197a4c596ca9b422
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-05T14:24:35Z

Merge branch 'ignite-tledkov-test-stabilization' of 
https://github.com/gridgain/apache-ignite into ignite-tledkov-test-stabilization

commit ad3ffebc222847ae2ea941c2fb8231d7e49e4f9c
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-06T11:39:31Z

fix racing that is detected by GridCacheStoreManagerDeserializationTest




---
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: Ignite 3018

2016-05-04 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

Ignite 3018



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

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

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

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


commit 04c1c159293972af1197c86d69e662ed19933fcb
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-04-28T07:29:40Z

IGNITE-3018 raw sources

commit b772b57304267ead713df0aaf9bfd8f3ff16df4f
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-04-29T09:44:07Z

IGNITE-3018 implement  bucket-based hashing

commit e63a69764beac879f3c848607df1c321f7cfb29d
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-04T14:42:32Z

IGNITE-3018 implement  bucket based algorithm

commit ed958091a0d8b0a97ab59986943be69906c58bcd
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-05-04T14:44:48Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-3018




---
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: IGNITE-3019 Implement config variations test ...

2016-04-22 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at:

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


---
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: IGNITE-3019 Implement config variations test ...

2016-04-20 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

 IGNITE-3019  Implement config variations test for IgniteCompute

IGNITE-3019 Implement config variations test for IgniteCompute

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

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

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

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


commit 3e0fdceb3c8512689e34dc101b687e3e537c686c
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-04-19T15:42:24Z

IGNITE-3019 Implement config variations test for IgniteCompute

commit 3e6274da0b2ad517763792d009d2cb132788708c
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-04-20T10:50:00Z

IGNITE-3019 add tests for call and affinityCall

commit 3fb06ae0722ad288fe608a19e6943f1175c83987
Author: tledkov-gridgain <tled...@gridgain.com>
Date:   2016-04-20T10:53:04Z

Merge branch 'master' of https://github.com/gridgain/apache-ignite into 
ignite-3019




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


<    1   2   3