[GitHub] ignite pull request #5068: Ignite 2.5.1 p12 snap fix

2018-10-24 Thread macrergate
GitHub user macrergate opened a pull request:

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

Ignite 2.5.1 p12 snap fix



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-2.5.1-p12-snap-fix

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

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


commit 7457fd319a372d54de68271be7fddbb634cb6070
Author: Anton Kalashnikov 
Date:   2018-04-17T07:30:52Z

IGNITE-8048 Store dynamic indexes to cache data on node join - Fixes #3719.

Signed-off-by: Alexey Goncharuk 

commit 2883ff4e958747916e7d9eec671100c366cad66b
Author: Ilya Borisov 
Date:   2018-04-17T08:01:36Z

IGNITE-8291 Web Console: Fixed Docker file generation.

(cherry picked from commit 5614621)

commit d0997d7740ea1114b4c8236f225d989de98e2f10
Author: YuriBabak 
Date:   2018-04-17T08:22:14Z

IGNITE-8292: Broken yardstick compilation.

this closes #3838

(cherry picked from commit e76fcb4)

commit 3d2556bc73eff6c5ccd52af1bea88b6016358db8
Author: Ilya Borisov 
Date:   2018-04-17T08:46:10Z

IGNITE-8285 Web console: Removed debug output.

(cherry picked from commit 8c80dce)

commit 4846e967e4cb7a174880a2956e807505a78fd441
Author: YuriBabak 
Date:   2018-04-17T08:54:41Z

IGNITE-8292: Broken yardstick compilation.

this closes #3840

(cherry picked from commit 3cebf91)

commit 733a62bcb6c0d9381a496f07417c10c7edea6d7c
Author: Ilya Borisov 
Date:   2018-04-17T07:12:39Z

IGNITE-8287 Change position on signup inputs on page-sign-in.

(cherry picked from commit e5c3f89)

commit 83e54311fce1d46279c6ddd687ced6f7c9f17ff6
Author: Ilya Borisov 
Date:   2018-04-17T10:15:57Z

IGNITE-8200 Web Console: Override clonedCluster in cluster-edit-form if 
caches or models have changed.
This improves interop with "import from DB" feature, which might update 
caches/models of cluster currently opened for editing.
The import dialog works as a separate state, so the form change 
detection mechanism ensures that any changes to the original
cluster are safe and won't interfere with changes made by user in 
cluster edit form.

(cherry picked from commit 7731669)

commit 86d3f196e436095f277bb9b3e2c32293185db634
Author: Sergey Chugunov 
Date:   2018-04-17T11:28:47Z

IGNITE-8210 Fixed custom event handling for baseline topology change - 
Fixes #3814.

Signed-off-by: Alexey Goncharuk 

commit a7dbea16064bbd52907a770bb40c3a2445313db2
Author: Dmitriy Sorokin 
Date:   2018-04-17T11:48:44Z

IGNITE-8255 Possible name collisions in WorkersRegistry.

Signed-off-by: Andrey Gura 

commit b762d681b97ea121a8321eb66bf02f89a1d177cd
Author: Aleksey Plekhanov 
Date:   2018-04-17T12:56:36Z

IGNITE-8166 PME hangs when error occurs during checkpoint

Signed-off-by: Andrey Gura 

commit 8428b0e63e97c10277f6d9e1640e16528a772270
Author: Ivan Daschinskiy 
Date:   2018-04-17T15:05:42Z

IGNITE-8021 Delete cache config files when cache is destroyed - Fixes #3697.

Signed-off-by: Alexey Goncharuk 

commit cd59c8e64f05ca03c7da8dc35d027a14fcebf250
Author: Aleksey Plekhanov 
Date:   2018-04-17T15:27:53Z

IGNITE-8033 Fixed flaky failure of 
TxOptimisticDeadlockDetectionCrossCacheTest

Signed-off-by: Andrey Gura 

commit acfef907db8204ac93fc235770f36bf7f61269c3
Author: Ilya Kasnacheev 
Date:   2018-04-17T16:50:51Z

IGNITE-2766 Fix .net test. - Fixes #3853.

Signed-off-by: dpavlov 

(cherry picked from commit 96cb795)

commit 6cea78e4e13fe43555b78dcd683366f54c6816ff
Author: Andrey Kuznetsov 
Date:   2018-04-17T16:58:43Z

IGNITE-7770 Test testRandomMixedTxConfigurations partialy fixed

Signed-off-by: Andrey Gura 

commit e394693a7389b4daff328827abdb1dcd28783f66
Author: Maxim Muzafarov 
Date:   2018-04-17T18:18:36Z

IGNITE-8301 testReconnectCacheDestroyedAndCreated should excpect recreated 
client cache - Fixes #3856.

Signed-off-by: dpavlov 

(cherry picked from commit 56be24b)

commit 4685ebe5f5dda4023980398806e222fada895e26
Author: Vasiliy Sisko 
Date:   2018-04-18T03:44:44Z

IGNITE-8140 Web Console: Fixed code generation for large numbers in 
configuration params.

(cherry picked from commit eda5fe7)

commit 5efc589fcabffdb29cd6dfe0e7323bc91db47703
Author: Ilya Borisov 
Date:   2018-04-18T04:39:41Z

IGNITE-8294 Web Console: Move "Beta" ribbon to the left.

(cherry picked from commit 69606e4)

commit af46856d7f7ec88aa663865a108900abb8314ffe
Author: oleg-ostanin 
Date:   2018-04-17T17:58:53Z

IGNITE-8274 sqlline.sh script uses JAVA_HOME now

Signed-off-by: Andrey Gura 

(cherry picked from com

[GitHub] ignite pull request #5010: IGNITE-5565 replace Cron4J with Spring task sched...

2018-10-17 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-5565 replace Cron4J with Spring task scheduler



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

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

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

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


commit 7e00950338df216e678e87346196bbc6b68d151a
Author: Sergey Kosarev 
Date:   2018-01-17T14:31:49Z

IGNITE-5565 replace Cron4J with Spring task scheduler

commit 253ea9e8adf198876f553cc469dcad70cd869d88
Author: macrergate 
Date:   2018-10-17T12:17:58Z

IGNITE-5565 fixed codestyle and start/stop and removed extra dependency




---


[GitHub] ignite pull request #4961: IGNITE-9739 don't write non-baseline nodes to wal...

2018-10-11 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-9739 don't write non-baseline nodes to wal TxRecord



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

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

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

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


commit 95ee30d9e1c0c69e7a7d251fd61b86fe9f5528d4
Author: Sergey Kosarev 
Date:   2018-10-11T17:44:51Z

IGNITE-9739 don't write non-baseline nodes to wal TxRecord




---


[GitHub] ignite pull request #4944: IGNITE-9430 Introduce IGNITE_REBALANCE_THROTTLE_O...

2018-10-10 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-9430 Introduce IGNITE_REBALANCE_THROTTLE_OVERRIDE system property



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

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

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

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


commit e6cdcd9cddb9af2de30df8399d84e2f226ac0e48
Author: macrergate 
Date:   2018-10-10T12:44:31Z

IGNITE-9430 Introduce IGNITE_REBALANCE_THROTTLE_OVERRIDE system property




---


[GitHub] ignite pull request #4896: Ignite 9084 2.5.1

2018-10-02 Thread macrergate
GitHub user macrergate opened a pull request:

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

Ignite 9084 2.5.1



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

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

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

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


commit dc1cc39ffc0cdb2abc2767852883d6c8307cf9ea
Author: Anton Kalashnikov 
Date:   2018-05-31T13:06:52Z

IGNITE-8530 fixed onNodeLeft for InitNewCoordinatorFuture - Fixes #4086.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 49fe8cd)

commit 383f3ad52d20045477fe4fed61d1d56e97ece35d
Author: dgladkikh 
Date:   2018-06-01T15:34:50Z

IGNITE-8603 Add JMX-metric to cluster: baseline nodes - Fixes #4060.

Signed-off-by: Ivan Rakov 

(cherry picked from commit 1f6266c)

commit a716bbee641a123f313325140ded10dc0c2de9ba
Author: Sergey Skudnov 
Date:   2018-05-14T10:35:14Z

IGNITE-8138 Uptime output with days - Fixes #3775.
Cherry-picked from dfb0b9ee35afeb6adc546160c37b08a85d869f59
Signed-off-by: dpavlov 

commit 9c381fd3ef0f75e2fed4562f562904ce5ede6bc3
Author: Ivan Daschinskiy 
Date:   2018-05-10T11:56:35Z

IGNITE-8424 Add directory sorting and skip duplicated config file in order 
to consistently start nodes.

Signed-off-by: Andrey Gura 

(cherry picked from commit bec3e9b)

commit dc8ba0932a944f3e966ebbe2af053488d1fe9b28
Author: Sergey Chugunov 
Date:   2018-05-04T12:26:02Z

IGNITE-8421 new implementation of getChildren method is added tolerating 
KeeperException.NoNodeException - Fixes #3939.

Signed-off-by: dpavlov 

(cherry-picked from commit #02e9ca993178d4aa648d06cb93ce1a9277eb22b1)

commit 0d37bd6749829ce07fbd4b0d2344b62588177628
Author: Ivan Rakov 
Date:   2018-06-05T11:42:43Z

IGNITE-8682 Attempt to configure IGFS in persistent mode without specific 
data region ends with AssertionError

(cherry picked from commit 2fe0a10)

commit 0c20c51025e5a550b7f3d8458acae27ec8cdcef5
Author: a-polyakov 
Date:   2018-06-05T15:49:19Z

IGNITE-8602 Add support filter "label null" for control.sh tx utility - 
Fixes #4073.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 3372590)

commit 455777d2cd2bd6b83d69dbdbbd7e95b4f375bb75
Author: a-polyakov 
Date:   2018-06-05T16:01:03Z

IGNITE-8467 Fixed filter minSize for transactions utility control.sh. Fixes 
#4069

(cherry picked from commit d61c068)

commit c40f7659f24b6037485a5ac5e1965b0c6bd573bb
Author: Sergey Kosarev 
Date:   2018-06-06T08:19:26Z

IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global locks 
on classCache - Fixes #4059.

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

commit af026c7840101e2c57c7dd882baabddb6df2fa82
Author: Ilya Lantukh 
Date:   2018-06-04T22:24:37Z

IGNITE-8693 SQL JOIN between PARTITIONED and REPLICATED cache fails - Fixes 
#4120.

Signed-off-by: Ivan Rakov 

(cherry picked from commit bc35ce0)

commit a84538a9df8ace432411736289ec8371dee215e2
Author: Sergey Kosarev 
Date:   2018-06-06T09:59:28Z

IGNITE-8696 control.sh utility does not show atomicity mode - Fixes #4127.

Signed-off-by: Ivan Rakov 
(cherry picked from commit 78e5d970be74c04b01857123b1a623038aa18440)

commit fff8a4cc48ae7d8a47f8911763a71d0d59042d87
Author: Andrey Kuznetsov 
Date:   2018-06-06T12:02:35Z

IGNITE-8642 Added thread dumping to FailureProcessor

Signed-off-by: Andrey Gura 

commit 6ea23844cfb0294a0cf3f3c21787aeff30939bcf
Author: Dmitriy Sorokin 
Date:   2018-06-06T11:34:04Z

IGNITE-8311 IgniteClientRejoinTest.testClientsReconnectDisabled causes 
exchange-worker to terminate via NPE

Signed-off-by: Andrey Gura 

commit bad52d3843925d831e6d357a4382731751ae6bb7
Author: Ilya Lantukh 
Date:   2018-06-04T14:07:52Z

GG-13862 : Disabled fast eviction.

(cherry picked from commit 786633d)

commit 6956097ceedd2e3e9edcb627d97e49afb7f0a26d
Author: Pavel Kovalenko 
Date:   2018-06-06T12:24:39Z

IGNITE-8482 Skip 2-phase partition release wait in case of activation or 
dynamic caches start - Fixes #4078.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 7c565d2)

commit d777c76eadd0a2ccc50f1031c42626b135da5906
Author: Dmitriy Govorukhin 
Date:   2018-06-06T14:20:18Z

IGNITE-8685 Fixed switch segment record size - Fixes #4130.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 2a048bd)

commit ef4782d8a60eea870b43933480f2c9695c9fc55d
Author: Alexey Goncharuk 
Date:   2018-06-07T11:55:13Z

IGNITE-8706 Fixed testMemoryUsageMultipleNod

[GitHub] ignite pull request #4885: GG-14260 backport IGNITE-9004

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

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

GG-14260 backport IGNITE-9004



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

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

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

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


commit 19bef904d53138609a573b3bc71f83fcc434658e
Author: Ivan Rakov 
Date:   2018-05-31T13:56:14Z

IGNITE-8476 AssertionError exception occurs when trying to remove node from 
baseline under loading

(cherry picked from commit 5e6e4e5)

commit dc1cc39ffc0cdb2abc2767852883d6c8307cf9ea
Author: Anton Kalashnikov 
Date:   2018-05-31T13:06:52Z

IGNITE-8530 fixed onNodeLeft for InitNewCoordinatorFuture - Fixes #4086.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 49fe8cd)

commit 383f3ad52d20045477fe4fed61d1d56e97ece35d
Author: dgladkikh 
Date:   2018-06-01T15:34:50Z

IGNITE-8603 Add JMX-metric to cluster: baseline nodes - Fixes #4060.

Signed-off-by: Ivan Rakov 

(cherry picked from commit 1f6266c)

commit a716bbee641a123f313325140ded10dc0c2de9ba
Author: Sergey Skudnov 
Date:   2018-05-14T10:35:14Z

IGNITE-8138 Uptime output with days - Fixes #3775.
Cherry-picked from dfb0b9ee35afeb6adc546160c37b08a85d869f59
Signed-off-by: dpavlov 

commit 9c381fd3ef0f75e2fed4562f562904ce5ede6bc3
Author: Ivan Daschinskiy 
Date:   2018-05-10T11:56:35Z

IGNITE-8424 Add directory sorting and skip duplicated config file in order 
to consistently start nodes.

Signed-off-by: Andrey Gura 

(cherry picked from commit bec3e9b)

commit dc8ba0932a944f3e966ebbe2af053488d1fe9b28
Author: Sergey Chugunov 
Date:   2018-05-04T12:26:02Z

IGNITE-8421 new implementation of getChildren method is added tolerating 
KeeperException.NoNodeException - Fixes #3939.

Signed-off-by: dpavlov 

(cherry-picked from commit #02e9ca993178d4aa648d06cb93ce1a9277eb22b1)

commit 0d37bd6749829ce07fbd4b0d2344b62588177628
Author: Ivan Rakov 
Date:   2018-06-05T11:42:43Z

IGNITE-8682 Attempt to configure IGFS in persistent mode without specific 
data region ends with AssertionError

(cherry picked from commit 2fe0a10)

commit 0c20c51025e5a550b7f3d8458acae27ec8cdcef5
Author: a-polyakov 
Date:   2018-06-05T15:49:19Z

IGNITE-8602 Add support filter "label null" for control.sh tx utility - 
Fixes #4073.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 3372590)

commit 455777d2cd2bd6b83d69dbdbbd7e95b4f375bb75
Author: a-polyakov 
Date:   2018-06-05T16:01:03Z

IGNITE-8467 Fixed filter minSize for transactions utility control.sh. Fixes 
#4069

(cherry picked from commit d61c068)

commit c40f7659f24b6037485a5ac5e1965b0c6bd573bb
Author: Sergey Kosarev 
Date:   2018-06-06T08:19:26Z

IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global locks 
on classCache - Fixes #4059.

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

commit af026c7840101e2c57c7dd882baabddb6df2fa82
Author: Ilya Lantukh 
Date:   2018-06-04T22:24:37Z

IGNITE-8693 SQL JOIN between PARTITIONED and REPLICATED cache fails - Fixes 
#4120.

Signed-off-by: Ivan Rakov 

(cherry picked from commit bc35ce0)

commit a84538a9df8ace432411736289ec8371dee215e2
Author: Sergey Kosarev 
Date:   2018-06-06T09:59:28Z

IGNITE-8696 control.sh utility does not show atomicity mode - Fixes #4127.

Signed-off-by: Ivan Rakov 
(cherry picked from commit 78e5d970be74c04b01857123b1a623038aa18440)

commit fff8a4cc48ae7d8a47f8911763a71d0d59042d87
Author: Andrey Kuznetsov 
Date:   2018-06-06T12:02:35Z

IGNITE-8642 Added thread dumping to FailureProcessor

Signed-off-by: Andrey Gura 

commit 6ea23844cfb0294a0cf3f3c21787aeff30939bcf
Author: Dmitriy Sorokin 
Date:   2018-06-06T11:34:04Z

IGNITE-8311 IgniteClientRejoinTest.testClientsReconnectDisabled causes 
exchange-worker to terminate via NPE

Signed-off-by: Andrey Gura 

commit bad52d3843925d831e6d357a4382731751ae6bb7
Author: Ilya Lantukh 
Date:   2018-06-04T14:07:52Z

GG-13862 : Disabled fast eviction.

(cherry picked from commit 786633d)

commit 6956097ceedd2e3e9edcb627d97e49afb7f0a26d
Author: Pavel Kovalenko 
Date:   2018-06-06T12:24:39Z

IGNITE-8482 Skip 2-phase partition release wait in case of activation or 
dynamic caches start - Fixes #4078.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 7c565d2)

commit d777c76eadd0a2ccc50f1031c42626b135da5906
Author: Dmitriy Govorukhin 
Date:   2018-06-06T14:20:18Z

IGNITE-8685 Fixed switch segment record size - F

[GitHub] ignite pull request #4861: Ignite 2.5.1 p14

2018-09-27 Thread macrergate
GitHub user macrergate opened a pull request:

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

Ignite 2.5.1 p14



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

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

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

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


commit 3f4b2ae4f594e8c73b5a9c4b86f2351c2bae591e
Author: Anton Kalashnikov 
Date:   2018-05-23T09:24:51Z

IGNITE-8561 SingleSegmentLogicalRecordsIterator is broken - Fixes #4045.

(cherry picked from commit 21678bc)

commit 49929b73a00f758ef099ea99f8c6f54373c30a95
Author: EdShangGG 
Date:   2018-04-28T16:27:27Z

IGNITE-7628 SqlQuery hangs indefinitely with additional not registered in 
baseline node.

Signed-off-by: Andrey Gura 

commit 95b749460b5fa32deecb946865944e854d9745d3
Author: Dmitriy Sorokin 
Date:   2018-05-24T13:03:41Z

IGNITE-8584 Provide ability to terminate any thread with enabled test 
features.

Signed-off-by: Andrey Gura 

commit 8ac69e68ecfc1c31b02004d33157d3f9b85a7b6e
Author: Andrey Gura 
Date:   2018-05-24T13:56:42Z

IGNITE-8563 Fixed WAL file archiver does not propagate file archiving error 
to error handler

commit ef63514bfa38c595017ebec62c42a93c90e0a062
Author: Dmitriy Govorukhin 
Date:   2018-05-24T15:04:02Z

IGNITE-8583 DataStorageMetricsMXBean.getOffHeapSize include checkpoint 
buffer size - Fixes #4054.

Signed-off-by: dpavlov 

(cherry picked from commit 86c1899)

commit 04d00be82369f633f26955656441147f53cf2da1
Author: Sergey Chugunov 
Date:   2018-05-24T15:11:47Z

IGNITE-8560 Update index validation utility to use statistical check 
approach - Fixes #4051.

Signed-off-by: Ivan Rakov 

(cherry-picked from commit #76e1fe754d7a8bd059d7ab64d17cbefa4913a702)

commit c457aa60084e1805b7fdbbc88d870ffdc36d14fa
Author: Pavel Kovalenko 
Date:   2018-04-06T07:35:17Z

IGNITE-7933 Checkpoing file markers should be written atomically - Fixes 
#3633.

Signed-off-by: Alexey Goncharuk 

(cherry-picked from commit #4a0695ceae2f99c4841e8382e723daff4580ea3d)

commit 6b28e8d76bc0119917af0a738d9f07ff794cde20
Author: Anton Kalashnikov 
Date:   2018-05-25T09:01:10Z

IGNITE-8540 Fast cleanup of PDS when joining node is not in baseline - 
Fixes #4037.

Signed-off-by: Alexey Goncharuk 

(cherry-picked from commit #3f14d2b35d7818196598e8541590186e06b8edbb)

commit 504a0ef759917b65cdb4428f9e28769b384e080e
Author: Sergey Chugunov 
Date:   2018-05-25T10:29:26Z

IGNITE-7933 compilation error fix after cherry-pick

commit 46277009573aedd13eb5a8eafb1af0e52f5fabc1
Author: Andrey V. Mashenkov 
Date:   2018-04-16T17:43:36Z

IGNITE-7972 Fixed NPE in TTL manager on unwindEvicts. - Fixes #3810.

Signed-off-by: dpavlov 

(cherry picked from commit 737933e)

commit 9f7ec7fdf1d9144fb9211e9334a9dbd8548eac97
Author: Ivan Daschinskiy 
Date:   2018-05-29T14:38:38Z

IGNITE-8624 Added reproducer of IGNITE-7972 issue. - Fixes #4077.

Signed-off-by: Dmitriy Pavlov 

(cherry picked from commit d191cef)

commit 907e05f8e35a721629690253ce4de272f101b400
Author: Aleksei Scherbakov 
Date:   2018-05-31T13:38:33Z

IGNITE-8651 VisrTxTask fails when printing transactions having implicit 
single type - Fixes #4096.

Signed-off-by: Alexey Goncharuk 

commit 19bef904d53138609a573b3bc71f83fcc434658e
Author: Ivan Rakov 
Date:   2018-05-31T13:56:14Z

IGNITE-8476 AssertionError exception occurs when trying to remove node from 
baseline under loading

(cherry picked from commit 5e6e4e5)

commit dc1cc39ffc0cdb2abc2767852883d6c8307cf9ea
Author: Anton Kalashnikov 
Date:   2018-05-31T13:06:52Z

IGNITE-8530 fixed onNodeLeft for InitNewCoordinatorFuture - Fixes #4086.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 49fe8cd)

commit 383f3ad52d20045477fe4fed61d1d56e97ece35d
Author: dgladkikh 
Date:   2018-06-01T15:34:50Z

IGNITE-8603 Add JMX-metric to cluster: baseline nodes - Fixes #4060.

Signed-off-by: Ivan Rakov 

(cherry picked from commit 1f6266c)

commit a716bbee641a123f313325140ded10dc0c2de9ba
Author: Sergey Skudnov 
Date:   2018-05-14T10:35:14Z

IGNITE-8138 Uptime output with days - Fixes #3775.
Cherry-picked from dfb0b9ee35afeb6adc546160c37b08a85d869f59
Signed-off-by: dpavlov 

commit 9c381fd3ef0f75e2fed4562f562904ce5ede6bc3
Author: Ivan Daschinskiy 
Date:   2018-05-10T11:56:35Z

IGNITE-8424 Add directory sorting and skip duplicated config file in order 
to consistently start nodes.

Signed-off-by: Andrey Gura 

(cherry picked from commit bec3e9b)

commit dc8ba0932a944f3e966ebbe2af053488d1fe9b28
Author: Sergey Chugunov 
Date:   2018-05

[GitHub] ignite pull request #4816: Ignite 9004 2.5.1

2018-09-24 Thread macrergate
GitHub user macrergate opened a pull request:

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

Ignite 9004 2.5.1



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

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

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

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


commit 0690bd492714f35cf01dd58a61623e50a8d3bab9
Author: Dmitriy Govorukhin 
Date:   2018-05-10T10:17:00Z

release notes 2.5.1-p1 updated

commit 2b4feaef1e5c84417f45d3efeb2185424375b215
Author: dpavlov 
Date:   2018-05-14T10:39:21Z

IGNITE-8138 Fix for incorrect uptime in Ignite metrics for long running 
server node
Cherry-picked from 4ea7f926e6f3803c616ab51e1d2e79765862efa1

commit bf6cef1468c44ece07cc3190bdff2d515195d12c
Author: Alexey Goncharuk 
Date:   2018-05-16T12:25:51Z

IGNITE-8508 Proper ordering of ZK discovery custom events ACKs

commit 1d096b35c8723ea6bbc7d3273134f4094f1fb62b
Author: Pavel Kovalenko 
Date:   2018-04-24T15:22:52Z

IGNITE-8313 Add trace logs on exchange phases and affinity calculation. - 
Fixes #3881.

Signed-off-by: dpavlov 

(cherry picked from commit f4646e4)

commit e536f3c1b1e28f4e6ed813148b3b7fae56303279
Author: Ivan Rakov 
Date:   2018-05-16T17:13:30Z

IGNITE-8499 validate_indexes command doesn't detect absent rows in cache 
data tree

(cherry picked from commit 88a6bfd)

commit 88479b21652aee66835ac0014c02dd378373e3ff
Author: Ivan Daschinskiy 
Date:   2018-05-10T17:00:12Z

IGNITE-7896 FilePageStore truncate now actually remove redundant partition 
page file.

Signed-off-by: Andrey Gura 

(cherry picked from commit d154eec)

commit fac043bd1d06a08b1426a6e83a267cbd843f
Author: Pavel Kovalenko 
Date:   2018-05-17T09:19:36Z

IGNITE-8320 Partition file can be truncated only after checkpoint - Fixes 
#3985.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 8cb35e1)

commit 69d9272009cc6cbec07d8bbc99364ec777c851b5
Author: Sergey Chugunov 
Date:   2018-05-17T10:10:01Z

IGNITE-8474 Fixed WalStateNodeLeaveExchangeTask preventing exchange merge - 
Fixes #3990.

Signed-off-by: Alexey Goncharuk 

(cherry-picked from commit #ebd669e4c53cfd66708ff18dd59071e4aace38ae)

commit 9b80a49d642de27dd6a69daea3921d1c05919df6
Author: Evgeny Stanilovskiy 
Date:   2018-04-28T12:09:17Z

IGNITE-8401: errorneous WalPointers comparation. - Fixes #3931.

Signed-off-by: dspavlov 

commit 40ddce5d046e98b9da4c05a9a302326d4e15e08f
Author: Pavel Kovalenko 
Date:   2018-05-17T12:04:27Z

Merge branch 'ignite-2.5.1-master' of github.com:gridgain/apache-ignite 
into ignite-2.5.1-master

commit 31f8d7e445b1ef7986e3b58e700e119b8490c734
Author: Aleksei Scherbakov 
Date:   2018-05-17T17:11:41Z

IGNITE-8423 Control utility may block when joining node is watiting for 
partition map exchange. - Fixes #4018.

Signed-off-by: Alexey Goncharuk 

commit d9a80ff6c09ac92a78948fcdb292c5e5c28111d0
Author: Anton Kalashnikov 
Date:   2018-05-18T08:18:39Z

IGNITE-8464 Fixed race in WALIterator leading to skipped segments - Fixes 
#3982.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit fdad641)

commit 68bf746c47d445d5a469d29b7a4ae5ce040b3d9b
Author: Pavel Kovalenko 
Date:   2018-05-18T16:28:45Z

IGNITE-8531 Fixed NPE if checkpoint has no pages to write, but has 
partitions to destroy. - Fixes #4026.

Signed-off-by: Alexey Goncharuk 

(cherry picked from commit 5c8d9ff)

commit 18d913c6118b5132859fbc1e5bacfc97392f9bc2
Author: vd-pyatkov 
Date:   2018-05-18T13:59:14Z

IGNITE-8491 Add JMX flag: Is the node in baseline or not - Fixes #4010.

Signed-off-by: Ivan Rakov 
(cherry picked from commit f8ae30d)

commit 40bbe65df3cbd8b3f478812b0e204b2973b98d3d
Author: Alexey Goncharuk 
Date:   2018-05-21T12:13:37Z

IGNITE-8521 Do not attempt to unregister continuous query if query ID is 
null

commit affc9d47b986e054fb0c229dcf95e64a38cab13f
Author: Pavel Kovalenko 
Date:   2018-05-21T19:33:50Z

IGNITE-8544 Use exchange result topology version for local wal state 
management. - Fixes #4039.

Signed-off-by: Alexey Goncharuk 

commit 3f4b2ae4f594e8c73b5a9c4b86f2351c2bae591e
Author: Anton Kalashnikov 
Date:   2018-05-23T09:24:51Z

IGNITE-8561 SingleSegmentLogicalRecordsIterator is broken - Fixes #4045.

(cherry picked from commit 21678bc)

commit 49929b73a00f758ef099ea99f8c6f54373c30a95
Author: EdShangGG 
Date:   2018-04-28T16:27:27Z

IGNITE-7628 SqlQuery hangs indefinitely with additional not registered in 
baseline node.

Signed-off-by: Andrey Gura 

commit 95b749460b5fa32deecb946865944e854d9745d3
Author: Dmitriy Sorokin 
Date:   2018-05-24T13:03:41Z

[GitHub] ignite pull request #4748: Ignite 2.5.1 master

2018-09-13 Thread macrergate
GitHub user macrergate opened a pull request:

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

Ignite 2.5.1 master



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

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

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

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


commit 0ad44bc27bc79630b03748b060aa2503e0830d31
Author: Alexey Goncharuk 
Date:   2018-04-24T10:26:12Z

IGNITE-8369 Fixed ZkCommunicationErrorProcessFuture to use 
j.u.c.ConcurrentHashMap

commit 198d6d2a6c66100a38212373e61014e746b364e3
Author: Pavel Kovalenko 
Date:   2018-04-24T13:08:21Z

IGNITE-8339 Fixed partition state detection on activation - Fixes #3885.

Signed-off-by: Alexey Goncharuk 

commit b4bf53f81a4ed06b61ca207ce33ba5e859e6ce40
Author: Alexey Goncharuk 
Date:   2018-04-24T17:57:56Z

IGNITE-8082 Fixed build (added javadoc)

commit b96445247a547e538d923f6898b85bde1b8b17b9
Author: Alexey Goncharuk 
Date:   2018-04-25T09:30:09Z

ignite-2.5.1 Fixed version for backward compatibility

commit f6cb457a713bd482b202f98a795f711aa9243638
Author: Alexey Goncharuk 
Date:   2018-04-25T11:57:15Z

ignite-2.5.1 Fixed version for backward compatibility

commit 6c87080156c39f7dd70692df2f46eff8b9846a8e
Author: Pavel Kovalenko 
Date:   2018-04-25T14:39:02Z

IGNITE-8358 Destroy partition inside evictor to prevent possible deadlock. 
This closes #3911.

commit 3b93a70025f0295f1d016b981603592d3ba7a404
Author: Aleksey Plekhanov 
Date:   2018-04-25T15:40:46Z

IGNITE-8374 Fixed hanging of state transition completeion on 
cluster().activate()

Signed-off-by: Andrey Gura 

commit bae07ead40dea7f1a44688f0567f265ca6b20294
Author: Sergey Chugunov 
Date:   2018-04-25T17:59:25Z

IGNITE-8372 ZookeeperClusterNode was made Externalizable to preserve 
serializing local node's metrics - Fixes #3907.

Signed-off-by: Alexey Goncharuk 

commit 3f62a454a27588b49983c6e00a17568d7a2db634
Author: Pavel Kovalenko 
Date:   2018-04-26T13:06:52Z

IGNITE-8390 Correct assertion for historical rebalance - Fixes #3917.

Signed-off-by: Alexey Goncharuk 

commit 2f2ad0fd35c2928fb117ad8f0b0b5e05ff8a9074
Author: Ivan Rakov 
Date:   2018-04-26T15:57:38Z

IGNITE-8277 Added utilities to check and display cache info

commit 19fd136338a6571ae352df424fa7a06e8c537312
Author: Alexey Goncharuk 
Date:   2018-04-26T16:38:03Z

IGNITE-8404 Fixed NPE in MappedFileMemoryProvider

commit 1676560a844402348ee4882e8c9f9d798866697e
Author: Alexey Goncharuk 
Date:   2018-04-27T10:08:03Z

IGNITE-8408 Fixed IgniteUtils.invoke

commit e10baa510c8855bbe6344c24b4f8c6db5fc086f4
Author: Evgeny Stanilovskiy 
Date:   2018-04-25T17:46:47Z

IGNITE-8066 AssertionError while trying to archive wal segment. - Fixes 
#3837.

Signed-off-by: dpavlov 

(cherry picked from commit 1fb2369)

commit 48601cbd224e89e8396e53b4406f7a65e6fc6d9d
Author: Ivan Rakov 
Date:   2018-04-27T12:06:08Z

IGNITE-8393 Unexpected error during WAL compression fixed

Signed-off-by: Andrey Gura 

commit 23e802e5b8146677a8e05767d3db93991fb0831a
Author: Ivan Rakov 
Date:   2018-04-27T19:15:15Z

IGNITE-8416 CommandHandlerParsingTest stably fails with parsing error

Signed-off-by: Andrey Gura 

commit 7412288aa5f00533b2b1ece07b245a0029242add
Author: Ivan Rakov 
Date:   2018-05-08T12:03:00Z

IGNITE-8429 Unexpected error during incorrect WAL segment decompression, 
causes node termination

Signed-off-by: Andrey Gura 

(cherry picked from commit f3a61e4)

(cherry picked from commit 104b771)

commit 6c44ebc51b31d04f392b7248ea479bfd12af06cd
Author: Ivan Rakov 
Date:   2018-05-08T12:49:59Z

IGNITE-8429 Unexpected error during incorrect WAL segment decompression, 
causes node termination + synchronized block

(cherry picked from commit 99a07ed)

commit 561e7fafa34b638b95f6007c259436a6183f0c47
Author: Anton Kalashnikov 
Date:   2018-05-08T13:35:05Z

IGNITE-8435 StorageException is handled like NodeStoppingException during 
failing transaction commit

Signed-off-by: Andrey Gura 

(cherry picked from commit e8b846b)

commit b3ca15c36765652d311502f9e2d0ddb83ef4fc9d
Author: Anton Kalashnikov 
Date:   2018-05-08T14:10:53Z

IGNITE-8430 implemented getCurrentCoordinatorFormatted method in 
IgniteMXBean - Fixes #3957.

Signed-off-by: dpavlov 

(cherry picked from commit 666f220)

commit 383c0de3c92003650c59b20246f82df89f098c79
Author: ascherbakoff 
Date:   2018-05-10T09:08:17Z

IGNITE-8437: Control utility fails to connect to cluster if zookeeper 
discovery used. This closes #3950.

(cherry picked from commit 3cdee53)

commit 0fa7e8de720c813a2152dfa7526f5234a658e01a
Author: Pavel

[GitHub] ignite pull request #4604: IGNITE-8971: make GridRestProcessor propagate err...

2018-08-23 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-8971: make GridRestProcessor propagate error message



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

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

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

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


commit 6eca747e8e52765f7518b1ccd05219d7873a7c12
Author: AMedvedev 
Date:   2018-07-13T16:02:04Z

IGNITE-8971: make GridRestProcessor propagate error message




---


[GitHub] ignite pull request #4591: Ignite gg 13195 2.5.1 master

2018-08-22 Thread macrergate
GitHub user macrergate opened a pull request:

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

Ignite gg 13195 2.5.1 master



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

$ git pull https://github.com/gridgain/apache-ignite 
ignite-gg-13195-2.5.1-master

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

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


commit 4ab86f13cbc7fef68f5fd39354e242fe6cca285a
Author: skalashnikov 
Date:   2018-04-18T13:37:20Z

IGNITE-7512 Check for null before validateKeyAndValue in 
GridDhtAtomicCache.updateWithBatch - Fixes #3429.

Signed-off-by: Alexey Goncharuk 

commit 7f318da5b357cca1a7e483a37d2556fbd56fc2a7
Author: Ilya Lantukh 
Date:   2018-04-18T14:56:56Z

IGNITE-8017 Disable WAL during initial rebalancing

commit b80fdbedc11b48aa89c6f29146363cec6f552abb
Author: Ilya Lantukh 
Date:   2018-04-18T16:04:39Z

IGNITE-8276 Fixed incorrect assertion during initialValue - Fixes #3827.

Signed-off-by: Alexey Goncharuk 

commit 5cd32329fe5f303eaf369519771ee22f2a2cf822
Author: Pavel Kovalenko 
Date:   2018-04-18T16:41:44Z

IGNITE-8116 Fixed historical rebalance from WAL

commit 442d87d5799c27ef7258c7ac36e3e0b312676713
Author: Pavel Kovalenko 
Date:   2018-04-18T18:03:32Z

IGNITE-8243 Fixed possible memory leak. Added latch manager to diagnostic 
messages. - Fixes #3850.

Signed-off-by: dpavlov 

(cherry picked from commit 6c6f094)

commit 5bc9fe9fa4e51c9af677f8120528746f345d990f
Author: dpavlov 
Date:   2018-04-18T18:15:17Z

IGNITE-8302 Reduce test IO consumption in case Direct IO is enabled, fixes 
flakyness of testPageRecoveryAfterFileCorruption - Fixes #3865.

Signed-off-by: dpavlov 

(cherry picked from commit d853ebb)

commit 3696c064f02567f471420ced50e2786a4f83d8c9
Author: dpavlov 
Date:   2018-04-18T18:16:35Z

IGNITE-8302 Licenses fix for Reduce test IO consumption in case Direct IO

(cherry picked from commit e7716f4)

commit 061a5a82c95f4f926c7789764901b70383152df1
Author: shroman 
Date:   2018-04-18T10:38:52Z

IGNITE-8143: Modified fetching EXTERNAL_LIBS for docker container. - Fixes 
#3751.

Signed-off-by: shroman 

commit 83d488b083706e1d04200b4e603db1dc337d8fb4
Author: Dmitriy Shabalin 
Date:   2018-04-19T08:16:18Z

IGNITE-8298 Web Console: Fixed loader under Safari.

(cherry picked from commit 0897309)

commit f9a0ee18f9d88b8f278d27dddc5f7cd3a52ef5c2
Author: Nikita Amelchev 
Date:   2018-04-19T09:57:06Z

IGNITE-: Support Time data type in BinaryObjectImpl.writeFieldByOrder. 
This closes #2878.

commit a095b98e1123f9562cbbc85d1c1c4b4221542c71
Author: Ivan Daschinskiy 
Date:   2018-04-19T12:25:23Z

IGNITE-8021 Fixed tests - Fixes #3864.

Signed-off-by: Alexey Goncharuk 

commit 27385e73183fe4bbc2f366f975facaefbcad2a6e
Author: Alexey Goncharuk 
Date:   2018-04-18T07:59:46Z

IGNITE-8201 Fixed NPE

commit b2e5e66c21676d833b92cdb0420946b155076077
Author: Alexey Goncharuk 
Date:   2018-04-19T12:44:26Z

IGNITE-8082 Added ZookeeperDiscoverySpi MBean - Fixes #3862.

Signed-off-by: Alexey Goncharuk 

commit 7da1cb14ef4c06a6c4d29f04194b1f841bd3754d
Author: Ilya Lantukh 
Date:   2018-04-19T14:53:26Z

IGNITE-8327 Removed delaying communication SPI from tests

commit bf3e0b5ddec5e3b1fa145e9a5eb72b1fb6569b54
Author: Ivan Rakov 
Date:   2018-04-19T16:04:08Z

IGNITE-8325 Compressor thread may miss notification on stop - Fixes #3877.

Signed-off-by: Alexey Goncharuk 

commit 7a4e804dbd9691f71b15bee49fe5c1858eae7b0b
Author: dpavlov 
Date:   2018-04-19T12:17:58Z

IGNITE-8017 Javadoc fix for Disable WAL during initial rebalancing

(cherry picked from commit 02a0865)

commit 26d78660809a84ebf959dd18ef4f8aef7e6cacbf
Author: Alexey Goncharuk 
Date:   2018-04-20T12:28:31Z

IGNITE-8258 Race in page memory in copyPageForCheckpoint, Ignite PDS 1 
suite, test failed suite IgnitePdsPageReplacementTest.testPageReplacement. - 
Fixes #3821.

Signed-off-by: dpavlov 

(cherry picked from commit 8caeb3d)

commit e67ac4c170eaf74c4544a4408a58967fe066f371
Author: Dmitriy Govorukhin 
Date:   2018-04-20T13:00:00Z

IGNITE-8078 Introduced additional data storage metrics - Fixes #3845.

Signed-off-by: Alexey Goncharuk 

commit 553e0ff7c2fdecd5d4a64afd88d93e3ccffbe37a
Author: Dmitriy Govorukhin 
Date:   2018-04-20T13:20:00Z

IGNITE-8077 Introduced additional transaction metrics - Fixes #3879.

Signed-off-by: Alexey Goncharuk 

commit d2332c4865445f372f6ce0ba70b7da1fec987a8f
Author: Andrey Kuznetsov 
Date:   2018-04-20T16:51:59Z

IGNITE-8303 Avoided failure handler invocation when exchange-worker 
terminates before reconnect.

Signed-off-by: Andrey Gura 

commit

[GitHub] ignite pull request #4565: IGNITE-9296 should not wait if walWriter is cance...

2018-08-17 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-9296 should not wait if walWriter is cancelled



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

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

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

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


commit 652a656d83c583dc76fcf2d51c0ffd9789ecd721
Author: Sergey Kosarev 
Date:   2018-08-17T11:35:14Z

IGNITE-9296 should not wait if walWriter is cancelled




---


[GitHub] ignite pull request #4212: IGNITE-8815 Ease enabling wal mangement in contro...

2018-06-18 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-8815 Ease enabling wal mangement in control.sh



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

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

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

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


commit c64f8669eab0c8964585c833441aea66132bf5d6
Author: Sergey Kosarev 
Date:   2018-06-18T09:32:51Z

IGNITE-8815 Ease enabling wal mangement in control.sh




---


[GitHub] ignite pull request #4152: IGNITE-8736 Add transaction label to CU.txString(...

2018-06-07 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-8736 Add transaction label to CU.txString() method output



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

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

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

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


commit 2a0600acc524128335cffd06ae63e056b217d484
Author: Sergey Kosarev 
Date:   2018-06-08T03:12:30Z

IGNITE-8736 Add transaction label to CU.txString() method output




---


[GitHub] ignite pull request #4127: IGNITE-8696 add cache atomicity to cache list inf...

2018-06-04 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-8696 add cache atomicity to cache list info



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

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

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

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


commit aeb6cdea855a074c94314f25c20adf8700c23277
Author: Sergey Kosarev 
Date:   2018-06-05T01:09:08Z

IGNITE-8696 add cache atomicity to cache list info




---


[GitHub] ignite pull request #4059: IGNITE-8587 GridToStringBuilder use ConcurrentHas...

2018-05-24 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global…

… locks on classCache

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

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

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

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


commit 9db962835f49bc08a63f05b0e3f98ff5bdea
Author: Sergey Kosarev <skosarev@...>
Date:   2018-05-24T08:56:12Z

IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global locks 
on classCache




---


[GitHub] ignite pull request #3997: IGNITE-8449 no need for checkpoint lock in case o...

2018-05-15 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-8449 no need for checkpoint lock in case of stale updates



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

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

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

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


commit 7722dd2d91843f6a84e35d9ed94214dac7bb4809
Author: macrergate <macrergate@...>
Date:   2018-05-12T04:41:07Z

IGNITE-8449 no need for checkpoint lock in case of stale updates




---


[GitHub] ignite pull request #3610: IGNITE-7864 Control utility: Add confirm on dange...

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

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

IGNITE-7864 Control utility: Add confirm on dangerous operations



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

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

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

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


commit dd08ed09c4f770009b7764727b3ffe880f250d61
Author: macrergate <macrergate@...>
Date:   2018-03-06T16:45:33Z

IGNITE-7864 Control utility: Add confirm on dangerous operations

commit a3528cd156cd4a1753b96e31727cf3c0ac8fdca7
Author: macrergate <macrergate@...>
Date:   2018-03-06T16:48:02Z

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




---


[GitHub] ignite pull request #3416: IGNITE-7485 add support for authentication parame...

2018-01-22 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-7485 add support for authentication parameters



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

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

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

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


commit ee446b4079df3ab07db299041607431a6fc99dab
Author: macrergate <macrergate@...>
Date:   2018-01-22T10:10:58Z

IGNITE-7485 add support for authentication parameters




---


[GitHub] ignite pull request #3395: IGNITE-5565 replace Cron4J with Quartz

2018-01-17 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-5565 replace Cron4J with Quartz



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

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

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

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


commit 6760c40230dece2f439ffadd5341e0c505bf2a89
Author: Sergey Kosarev <skosarev@...>
Date:   2018-01-17T14:31:49Z

IGNITE-5565 replace Cron4J with Quartz




---