[GitHub] ignite pull request #5767: [ML] IGNITE-10573: Consistent API for Ensemble tr...

2018-12-27 Thread artemmalykh
GitHub user artemmalykh opened a pull request:

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

[ML] IGNITE-10573: Consistent API for Ensemble training



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

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

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

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


commit 765c4400588398695c954a183887149dfd72cb6e
Author: Artem Malykh 
Date:   2018-11-15T20:00:06Z

First version

commit 78857ec45c527ef07517f3a66d85843554851433
Author: Artem Malykh 
Date:   2018-11-16T12:49:21Z

LearningEnvironmentBuilder is now interface

commit 762568c28eb9f7d0ca044d7c4a3a4e4173dfdb34
Author: Artem Malykh 
Date:   2018-11-19T14:38:17Z

Started integrating learning environment into transformers

commit 74f9b09602a435c04127218f05e601e1876dee8a
Author: Artem Malykh 
Date:   2018-11-20T11:13:25Z

Learning environment included in bagging

commit eeefda2107e60dc47a9229c01f50303fbb0d877e
Author: Artem Malykh 
Date:   2018-11-22T15:22:43Z

Insterted learning environment into compute

commit 2ce75e07bc531092a9388688f67125463bdd7ea6
Author: Artem Malykh 
Date:   2018-11-22T15:48:58Z

Fixed javadocs

commit 13bfc70d4b9c39eaec8f4c37ba6b341ba1f7401a
Author: Artem Malykh 
Date:   2018-11-22T16:03:03Z

Javadocs

commit 8454f2dbfe105fedb28025359a9414a2d7666090
Author: Artem Malykh 
Date:   2018-11-22T16:06:22Z

Merge branch 'master-apache' into ignite-10272

commit a143a0edd6873611354298301dc253f8c03f92ad
Author: Artem Malykh 
Date:   2018-11-22T16:21:54Z

Added javadocs

commit 0093271b3609eca9f214d79acad4a7c3fee293e4
Author: Artem Malykh 
Date:   2018-11-22T16:38:13Z

Removing environment on close

commit b337daa6e59bab2f13db96e3f8872e2e96d6ba74
Author: Artem Malykh 
Date:   2018-11-23T10:32:38Z

Javadocs

commit 80d67bae4f627d56e770c3180ceff7392f292c50
Author: Artem Malykh 
Date:   2018-11-23T12:46:32Z

Fixes in javadocs

commit c83545542da475d9899899832baffe66bfeb4657
Author: Artem Malykh 
Date:   2018-11-23T13:21:39Z

Dependency on partition in LearningEnvironmentBuilder API

commit 9ec0896e85a5eb6f50898e2df6d8b2f9a75e8fa4
Author: Artem Malykh 
Date:   2018-11-23T13:23:02Z

LEB is Serializable

commit 6d034d2b85b4aedf2d205fa061ba2d97d99c0350
Author: Artem Malykh 
Date:   2018-11-23T15:34:27Z

Removed UpstreamTransformerBuildersChain

commit 4a63f57716716b9655c470af6cc61b7011149002
Author: Artem Malykh 
Date:   2018-11-23T16:30:27Z

IGNITE-10272: Fixes in functional interfaces.

commit 28b49312da50825d18c80af6abd156c37b451a7f
Author: Artem Malykh 
Date:   2018-11-26T13:24:31Z

Some fixes

commit 7d3219affe0db8fcfb845edbd4af8a11e22f8cfc
Author: Artem Malykh 
Date:   2018-11-26T15:29:39Z

Some fixes

commit 2184eb467a9533cac7e7f15e7c328e8b692f76c5
Author: Artem Malykh 
Date:   2018-11-27T14:00:59Z

IGNITE-10272: Fixes.

commit cac69950579a07a48ce49502760e61eead19fda5
Author: Artem Malykh 
Date:   2018-11-27T14:12:19Z

IGNITE-10272: Fixes.

commit 8bfc27455bf9950d61773154b12c7fcd627e5770
Author: Artem Malykh 
Date:   2018-11-28T12:11:48Z

IGNITE-10272: Fixes.

commit f6236cb10d9f82045de0fdc8a19a1b6637aa4fd1
Author: Artem Malykh 
Date:   2018-11-28T12:28:40Z

IGNITE-10272: Added toto about fluent API.

commit 58c985f2e1d5da51a0f3cc1d1f519839b8ff7ae2
Author: Artem Malykh 
Date:   2018-11-28T15:04:04Z

IGNITE-10272: Fixed examples, added shortcuts for DatasetFactory.

commit 84a0d8ba278e598872bf0fa28aba081916f4dfa4
Author: Artem Malykh 
Date:   2018-11-30T12:53:38Z

Draft

commit 4e160d818a19a52d056cb946c88dadee11ee1ee2
Author: Artem Malykh 
Date:   2018-11-30T13:24:49Z

Merge branch 'master-apache' into ignite-10272

# Conflicts:
#   
modules/ml/src/main/java/org/apache/ignite/ml/dataset/PartitionDataBuilder.java
#   
modules/ml/src/main/java/org/apache/ignite/ml/dataset/UpstreamTransformerChain.java
#   
modules/ml/src/main/java/org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.java

commit 1c2c2dd40c698a0f3b3467a5eba23135bdafe5f8
Author: Artem Malykh 
Date:   2018-11-30T13:33:32Z

Merge branch 'master-apache' into ignite-10272

# Conflicts:
#   
modules/ml/src/main/java/org/apache/ignite/ml/dataset/PartitionDataBuilder.java
#   
modules/ml/src/main/java/org/apache/ignite/ml/dataset/UpstreamTransformerChain.java
#   
modules/ml/src/main/java/org/apache/ignite/ml/dataset/impl/local/LocalDatasetBuilder.java

commit dd7f5553cb74c07d6c4ad0cbf9bb478f2f937944
Author: Artem Malykh 
Date:   2018-11-30T20:33:59Z

WIP

commit 8c2d2953e143337359fd40f48632d1bd639f2dcc
Author: Artem Malykh 
Date:   2018-11-30T21:06:42Z

WIP

commit 6bb74236d88a350435a943e787845e24671fd931
Author: 

[GitHub] ignite pull request #5766: IGNITE-10821 Affinity recalculation optimizations

2018-12-27 Thread Jokser
GitHub user Jokser opened a pull request:

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

IGNITE-10821 Affinity recalculation optimizations



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

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

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

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


commit a74768fdcb80d68370c504da225a8dfb9db9f7ec
Author: Pavel Kovalenko 
Date:   2018-12-27T17:52:54Z

IGNITE-10821 Optimize reassignment enforce on coordinator.

Signed-off-by: Pavel Kovalenko 




---


[GitHub] ignite pull request #5756: IGNITE-10828 GridAbstractTest calculates test cou...

2018-12-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #5732: IGNITE-10774 migrate test suites that are fixed l...

2018-12-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #2547: Ignite 1.7.15 4557

2018-12-27 Thread mcherkasov
Github user mcherkasov closed the pull request at:

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


---


[GitHub] ignite pull request #3018: Ignite gg 12915

2018-12-27 Thread mcherkasov
Github user mcherkasov closed the pull request at:

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


---


[GitHub] ignite pull request #3370: Gg 13239

2018-12-27 Thread mcherkasov
Github user mcherkasov closed the pull request at:

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


---


[GitHub] ignite pull request #5765: IGNITE-10078 Node failure during concurrent parti...

2018-12-27 Thread ascherbakoff
GitHub user ascherbakoff opened a pull request:

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

IGNITE-10078 Node failure during concurrent partition updates may cause 
partition desync between primary and backup.



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

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

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

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


commit 253df1059b0ad0f003a711e63007df7b2e1b77c0
Author: Aleksei Scherbakov 
Date:   2018-10-31T15:38:07Z

IGNITE-10078 wip.

commit beb579c83782ef4d2be91a29c43b99410e4f8d6d
Author: Aleksei Scherbakov 
Date:   2018-11-01T09:51:24Z

Merge branch 'master' of https://github.com/apache/ignite into ignite-10078

commit a43e5876cb81bb00fdbccc004d28e9c4ceda475a
Author: Aleksei Scherbakov 
Date:   2018-11-06T07:31:38Z

IGNITE-10078 wip.

commit defbcc167aaf358991c2874b2b0d600b6248f921
Author: ascherbakoff 
Date:   2018-11-12T19:41:57Z

IGNITE-10078 wip.

commit 64d7e2d2a235fb822b68ca21f02d85f43f88b019
Author: ascherbakoff 
Date:   2018-11-12T19:42:43Z

Merge branch 'master' of https://github.com/apache/ignite into ignite-10078

commit 2317758268879c647d80367f44c121645713de78
Author: Aleksei Scherbakov 
Date:   2018-11-14T14:45:49Z

IGNITE-10078 wip.

commit 63d7ab771d664eafc1e5f18f7a2f51500113316b
Author: Aleksei Scherbakov 
Date:   2018-11-16T15:51:59Z

IGNITE-10078 wip.

commit e210e1cb26e774625252b1a2f11d295f80f48351
Author: ascherbakoff 
Date:   2018-11-18T14:06:45Z

IGNITE-10078 wip.

commit 2efba0a10b64490ac435e0157a5eeca8c2712ecc
Author: ascherbakoff 
Date:   2018-11-18T14:12:14Z

IGNITE-10078 wip.

commit e721aba13512433caf9b6420e00dfef76dce3c47
Author: ascherbakoff 
Date:   2018-11-18T14:31:20Z

IGNITE-10078 wip.

commit ef7a7857fc00bebe9fc9289ecdb687c43973e947
Author: ascherbakoff 
Date:   2018-11-18T14:43:15Z

IGNITE-10078 wip.

commit 22436a83dc0993461c08155b9e68b612dda3360a
Author: ascherbakoff 
Date:   2018-11-18T15:37:16Z

IGNITE-10078 wip.

commit d176c8b30c303f19b5beeff640e7ed5b961f81c3
Author: Aleksei Scherbakov 
Date:   2018-11-19T10:34:39Z

IGNITE-10078 wip.

commit 30a8f30eef9d76d5aa72f2bc43882c7e47f5d221
Author: Aleksei Scherbakov 
Date:   2018-11-19T13:20:16Z

IGNITE-10078 wip.

commit 97aba597a95ea4dc5e2684dfb7bc68c23e3a98d0
Author: Aleksei Scherbakov 
Date:   2018-11-19T13:49:39Z

IGNITE-10078 wip.

commit aacff35491a07f93ea844e360f774a0708b155c8
Author: Aleksei Scherbakov 
Date:   2018-11-19T13:55:38Z

IGNITE-10078 wip.

commit 29eee5c2c2790ff474957760973dd617a0584a61
Author: Aleksei Scherbakov 
Date:   2018-11-19T14:02:32Z

IGNITE-10078 wip.

commit 0b28c3d6da4285724116213d0b433160f62324cd
Author: Aleksei Scherbakov 
Date:   2018-11-19T14:05:32Z

IGNITE-10078 wip.

commit 06aba801780def39cb00c23a3467a534f44b0b84
Author: ascherbakoff 
Date:   2018-11-20T22:31:03Z

IGNITE-10078 wip.

commit a666157dc488c96fb5758daee24101c579e57b19
Author: Aleksei Scherbakov 
Date:   2018-11-21T16:10:03Z

IGNITE-10078 wip.

commit e9d52f94e9cb76f620bd9700aa1e7925f0a95842
Author: Aleksei Scherbakov 
Date:   2018-11-22T10:14:10Z

Merge branch 'master' of https://github.com/apache/ignite into ignite-10078

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheGroupContext.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/PartitionUpdateCounter.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java

commit 7a42fdbd821c2e57c3edff16cca719e17505b68d
Author: Aleksei Scherbakov 
Date:   2018-11-22T10:21:36Z

Merge branch 'master' of https://github.com/apache/ignite into ignite-10078

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheGroupContext.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/PartitionUpdateCounter.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java

commit 0448651174c41d33a10df44add94c25cd62d6b2d
Author: Aleksei Scherbakov 
Date:   2018-11-28T13:52:10Z

Merge branch 'master' of 

[GitHub] ignite pull request #5764: IGNITE-10087 IgniteClientReconnectMassiveShutdown...

2018-12-27 Thread NSAmelchev
GitHub user NSAmelchev opened a pull request:

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

IGNITE-10087 
IgniteClientReconnectMassiveShutdownTest.testMassiveServersShutdown1 is flaky 
in master



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

$ git pull https://github.com/NSAmelchev/ignite ignite-10087

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

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


commit 56767196ff5e34d4489525b3b06c4680e1711756
Author: NSAmelchev 
Date:   2018-12-27T16:00:19Z

Fix for the test




---


[GitHub] ignite pull request #5763: IGNITE-9893 Assembly LGPL dependencies for hibern...

2018-12-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #5763: IGNITE-9893 Assembly LGPL dependencies for hibern...

2018-12-27 Thread alamar
GitHub user alamar opened a pull request:

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

IGNITE-9893 Assembly LGPL dependencies for hibernate_5.3 module.



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

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

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

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


commit c16f5bb54312decac394f0a5429a947a710184e0
Author: Ilya Kasnacheev 
Date:   2018-12-27T15:12:05Z

IGNITE-9893 Assembly LGPL dependencies for hibernate_5.3 module.




---


[GitHub] ignite pull request #5498: IGNITE-10403 added parent guava dependency in pom...

2018-12-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #5751: IGNITE-10606: [ML] Add new tests for BinaryClassi...

2018-12-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #5744: IGNITE-10803:[ML] Add prototype LogReg loading fr...

2018-12-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #5762: IGNITE-10580 H2 connection and statements are reu...

2018-12-27 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-10580  H2 connection and statements are reused invalid for local sql 
queries



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

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

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

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


commit 1ebdf5ae5b59a8780003db8a6deac0e2d259bab9
Author: tledkov 
Date:   2018-12-06T15:41:50Z

IGNITE-10580: add test to reproduce

commit 614d1b194bdb97d83e87893aa3a5462c970bb2c4
Author: tledkov 
Date:   2018-12-06T15:43:27Z

IGNITE-10580: test cleanup

commit 035e4b0c874a103227b0f3874decbd5dd383f19c
Author: tledkov 
Date:   2018-12-07T09:32:48Z

IGNITE-10580: modify test

commit 54708047eef6d6364273637d3be3f239b5d8e148
Author: tledkov 
Date:   2018-12-14T10:30:31Z

Merge branch '_master' into ignite-10580

commit 174f50640fce72388d7efe013eb26f1bc4aba471
Author: tledkov 
Date:   2018-12-14T10:51:23Z

IGNITE-10580: save the progress

commit a00a8ff7969b84b9b57c098fe8035272c2b955ac
Author: tledkov 
Date:   2018-12-24T09:52:34Z

Merge branch '_master' into ignite-10580

commit 8be520299c5a5de2f55018a8b2cfa262905c89af
Author: tledkov 
Date:   2018-12-24T09:55:28Z

Merge master into ignite-10580

commit 6c7cebe9426c494f9841f05ffdeb443d2fa4a4a6
Author: tledkov 
Date:   2018-12-24T10:23:01Z

IGNITE-10580: cleanup

commit 349d74ff9ebacfa279fbfb5d97e090a0c2fd0816
Author: tledkov 
Date:   2018-12-27T13:16:28Z

Merge master into ignite-10580




---


[GitHub] ignite pull request #4153: IGNITE-1260 Added support for S3 keyPrefix in AWS...

2018-12-27 Thread udaykale
Github user udaykale closed the pull request at:

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


---


[GitHub] ignite pull request #5761: Ignite 2.5.1 p163

2018-12-27 Thread voropava
GitHub user voropava opened a pull request:

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

Ignite 2.5.1 p163



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

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

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

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


commit 158f36de551e860176ac7f3bcf92e9751039a35c
Author: ilantukh 
Date:   2018-08-01T13:31:15Z

IGNITE-8900 SqlFieldsQuery provides incorrect result when item size exceeds 
page size.

(cherry picked from commit f1ecbbc)

commit ef331f3ba58da49746f34546f1972cf65c083b3d
Author: Maxim Muzafarov 
Date:   2018-08-01T15:39:54Z

IGNITE-7165 Re-balancing is cancelled if client node joins

Signed-off-by: Anton Vinogradov 
(cherry picked from commit 137dd06aaee9cc84104e6b4bf48306b050341e3a)

commit cfe95a1b1762501dd9ac48a1a24228ac0bc3b5c3
Author: Pavel Kovalenko 
Date:   2018-08-02T12:51:17Z

IGNITE-9111 Do not wait for deactivation.

Signed-off-by: agura 

(cherry picked from commit 8811a14)

commit 2e43db33e09e1ed456ccaf3e9361e9b2f07f99a7
Author: Pavel Kovalenko 
Date:   2018-08-02T13:18:44Z

IGNITE-9129 P2P class deployment with ZK discovery fixed.

Signed-off-by: agura 

(cherry picked from commit 0e9bb1c)

commit d1ae06b8a2adbb1890b7e0605708dddb52cd0d29
Author: Ivan Daschinskiy 
Date:   2018-08-02T15:57:22Z

IGNITE-8869 PartitionsExchangeOnDiscoveryHistoryOverflowTest hangs on 
TeamCity. - Fixes #4277.

Signed-off-by: Dmitriy Pavlov 
(cherry picked from commit b718e4438e469ad0341f1bf9a605c2fe3ab5970c)

commit c9ebbb2c2b8f1a1ebaac21586fa56ea6f57a7bb0
Author: Vitaliy Biryukov 
Date:   2018-07-30T17:33:04Z

IGNITE-9127 ZooKeeper (Discovery) 1 suite hang, JMX logging disabled for ZK 
- Fixes #4450.

Signed-off-by: Dmitriy Pavlov 
(cherry picked from commit 774ed773a6786cbcd4e6ca7f12290211f4f52201)

commit c191c75e67be4819b3c5b243dfdfb58f2e8240e2
Author: Sergey Chugunov 
Date:   2018-04-28T13:52:44Z

IGNITE-8252 NPE is replaced with IgniteException with meaningful message - 
Fixes #3908.

Signed-off-by: dspavlov 
(cherry picked from commit 5135f82f3f53eddef9ab91da2e647e14488b2d5a)

commit 63b4c4d2a479b957b6aa5cb00ac31c749e40cdfe
Author: Anton Vinogradov 
Date:   2018-07-23T10:18:16Z

IGNITE-8783 Failover tests periodically cause hanging of the whole Data 
Structures suite on TC

Signed-off-by: Anton Vinogradov 
(cherry picked from commit 6582b084943ac63c36b062c8ae66b43883ef6c19)

commit aa4a9b09dfd25a628cef62a92decd6c583141025
Author: Anton Kalashnikov 
Date:   2018-07-23T13:48:18Z

IGNITE-8998 Send reconnect exception without partitions - Fixes #4358.

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

commit 7e89cf89088f11d282f79c331897d17d7db00ed2
Author: EdShangGG 
Date:   2018-07-17T14:19:36Z

IGNITE-9012 Fixed exchange await logic in GridServiceProcessor - Fixes 
#4367.

(cherry picked from commit 66e547a9eebf3e8354135b3300619754294a805d)

commit 52cf2809a759071d440719f968ab0d0040fdf23e
Author: EdShangGG 
Date:   2018-07-17T15:04:38Z

IGNITE-9013 Fail cache future when local node is stopping - Fixes #4369.

(cherry picked from commit 85b2002796fb601d7e7ce7d7320943f9323c2bdd)

commit 92dbb2197488b5c0c61182586d49254263b3a49b
Author: Evgeny Stanilovskiy 
Date:   2018-08-10T14:47:13Z

IGNITE-9231 improvement throttle implementation, unpark threads on cpBuf 
condition. - Fixes #4506.

Signed-off-by: Ivan Rakov 

commit 0e66d270a41caeedee20a93a3ad4aea95f074dce
Author: Dmitriy Govorukhin 
Date:   2018-08-13T08:59:27Z

IGNITE-9244 Partition eviction should not take all threads in system pool

(cherry picked from commit 2d63040)
Signed-off-by: Dmitriy Govorukhin 

commit fcef6b826ef1eef13c14e752e52c1d05e49ac508
Author: Alexey Kukushkin 
Date:   2018-04-26T16:31:43Z

IGNITE-8237 Ignite blocks on SecurityException in exchange-worker due to 
unauthorised on-heap cache configuration. - Fixes #3818.

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

commit 0a12c50b4755380ab1b25dceee7420d465a6bfec
Author: dpavlov 
Date:   2018-04-26T16:38:05Z

IGNITE-8237 Javadoc for method parameters added.

(cherry picked from commit ebe55e3ff84232f67a2885354e3e26426a6b16cb)

commit 35cc55405823482e51929d42b74c5e9030bb74e9
Author: Evgeny Stanilovskiy 
Date:   2018-08-10T13:21:25Z

IGNITE-8724 Fixed misleading U.warn implementation - Fixes #4145.

commit 3ce67e86bde0c12f954403c12b1b799661f5d5ae
Author: Dmitriy Govorukhin 
Date:   2018-08-14T12:10:30Z

Merge remote-tracking 

[GitHub] ignite pull request #5532: IGNITE-10353: Spring Add Update/Delete support fo...

2018-12-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #5760: IGNITE-10830 Return back semantic of GridServiceP...

2018-12-27 Thread daradurvs
GitHub user daradurvs opened a pull request:

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

IGNITE-10830 Return back semantic of 
GridServiceProcessor#ServiceTopologyCallable to avoid possible serialization 
issues



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

$ git pull https://github.com/daradurvs/ignite ignite-10830

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

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


commit 33cb0575d2e38dc32771c55fc9a0aa7dffb1778d
Author: Vyacheslav Daradur 
Date:   2018-12-27T10:39:13Z

Fixed.




---


[GitHub] ignite pull request #5759: IGNITE-10811 Add new TC build-config to test Serv...

2018-12-27 Thread daradurvs
GitHub user daradurvs opened a pull request:

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

IGNITE-10811 Add new TC build-config to test Service Grid new and old 
implementations



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

$ git pull https://github.com/daradurvs/ignite ignite-10811

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

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


commit 70b30d4be62fa8c11f073ef8ec8ff00f6c41f6b3
Author: Vyacheslav Daradur 
Date:   2018-12-26T12:49:19Z

Added IgniteServiceGridTestSuite

commit f68822601f3a234017ac92d21b29a0e7cc4099a5
Author: Vyacheslav Daradur 
Date:   2018-12-27T10:05:44Z

Merge branch 'master' into ignite-10811

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

commit 8f69d128b7b0b3b3383232664a23c8815e9a2479
Author: Vyacheslav Daradur 
Date:   2018-12-27T10:06:11Z

Added new tests from master




---


[GitHub] ignite pull request #5022: IGNITE-9845 Implemented support for passing argum...

2018-12-27 Thread akuznetsov-gridgain
Github user akuznetsov-gridgain closed the pull request at:

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


---


[GitHub] ignite pull request #5758: IGNITE-10827

2018-12-27 Thread ygerzhedovich
GitHub user ygerzhedovich opened a pull request:

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

IGNITE-10827

…been read

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

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

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

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


commit a06abb2c80b883fc0c94027dcee8c74748584883
Author: Yury Gerzhedovich 
Date:   2018-12-27T09:13:28Z

IGNITE-10827: auto close iterator for query cursor when all data has been 
read




---


[GitHub] ignite pull request #5578: IGNITE-10505 IGNITE_DISABLE_WAL_DURING_REBALANCIN...

2018-12-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #5746: IGNITE-10815 Fixed coordinator failover in case o...

2018-12-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---