[GitHub] ignite pull request #5619: IGNITE-10619: CommunicationSpi support channels i...

2018-12-10 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-10619: CommunicationSpi support channels initial commit

- GridNioServer supports channel creation from GridNioSession
- rework createTcpClient method
- new GridIoManager channel creation listener
- updated HandshakeMessage2 to support new connections
- new connection Builder'ы

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

$ git pull https://github.com/Mmuzaf/ignite ignite-10619

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

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


commit ae7e5f6e10b23caf98830e349286bcf4ea059cff
Author: Maxim Muzafarov 
Date:   2018-12-10T11:01:44Z

IGNITE-10619: CommunicationSpi support channels initial commit




---


[GitHub] ignite pull request #5540: IGNITE-10422: move default inspections config to ...

2018-11-30 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-10422: move default inspections config to the project level



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

$ git pull https://github.com/Mmuzaf/ignite ignite-10422

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

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


commit c78269a20066a1d14d81cbe6072795efe628f62f
Author: Maxim Muzafarov 
Date:   2018-11-30T11:11:09Z

IGNITE-10422: move default inspections config to the project level




---


[GitHub] ignite pull request #5495: IGNITE-9275: WIP communication spi socket creatio...

2018-11-24 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-9275: WIP communication spi socket creation



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

$ git pull https://github.com/Mmuzaf/ignite ignite-9275

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

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


commit 1fbcd02f70eab5cacbfb96fa18325236b06acc42
Author: Maxim Muzafarov 
Date:   2018-09-15T17:02:13Z

IGNITE-9275: WIP

commit ab67ba8d8f8d9145ff9241fafb56c080ade87d6c
Author: Maxim Muzafarov 
Date:   2018-09-17T16:34:02Z

Merge branch 'master' into ignite-9275

commit 9e93c82302f5a59249beb65e0fe6f3c8dd015a19
Author: Maxim Muzafarov 
Date:   2018-09-17T16:39:05Z

IGNITE-9275: WIP

commit 20726b5daa2c79b4ffc378c3ec9b260ea6faeed3
Author: Maxim Muzafarov 
Date:   2018-09-20T15:52:20Z

Merge branch 'master' into ignite-9275

commit 5f7e37e2831011b9a3abfb351c45d354935be2fc
Author: Maxim Muzafarov 
Date:   2018-09-23T16:18:40Z

Merge branch 'master' into ignite-9275

commit d0c3e9120fe240309caf83544006166137f4d32f
Author: Maxim Muzafarov 
Date:   2018-09-30T14:34:59Z

Merge branch 'master' into ignite-9275

commit 5a3073a348f282ceff362fb4651fe9d6fcc25060
Author: Maxim Muzafarov 
Date:   2018-10-04T16:13:49Z

IGNITE-9275: handshake2 add connetion type

commit 3d32b81c51a9a65c60a5fff87e1bed08c682ede2
Author: Maxim Muzafarov 
Date:   2018-10-16T16:21:01Z

IGNITE-9275: add new comminication spi inf

commit f04def1d19c7a4b6a8221ffba2fd4bca37fa017b
Author: Maxim Muzafarov 
Date:   2018-10-17T08:40:35Z

Merge branch 'master' into ignite-9275

commit ea011cd6390a21f26861a75aba26f6e4b39c6eed
Author: Maxim Muzafarov 
Date:   2018-10-23T09:20:37Z

Merge branch 'master' into ignite-9275

commit 2f1fe0084133bdafacc5e5a6dc0edcfaf2042ec7
Author: Maxim Muzafarov 
Date:   2018-10-29T11:30:08Z

Merge branch 'master' into ignite-9275

commit 5d5a470346d66ed00dc83dc2f668a0fd5fcfef5d
Author: Maxim Muzafarov 
Date:   2018-11-03T15:25:51Z

Merge branch 'master' into ignite-9275

commit b610d726bf9578a63312ed5cec676db78a43e009
Author: Maxim Muzafarov 
Date:   2018-11-08T12:19:54Z

Merge branch 'master' into ignite-9275

commit bc01a0b2e88f4268c2ddf1531bfbb458151a9070
Author: Maxim Muzafarov 
Date:   2018-11-12T14:13:52Z

Merge branch 'master' into ignite-9275

commit d7653acd58422e4620e289ae6e481a90dc75733d
Author: Maxim Muzafarov 
Date:   2018-11-13T09:54:12Z

Merge branch 'master' into ignite-9275

commit ea7e1b88a3013472f80346d5fd7821dfa40946e4
Author: Maxim Muzafarov 
Date:   2018-11-13T13:55:00Z

Merge branch 'master' into ignite-9275

commit d7a4041d2805de45a2ec7b473ae42c5021add7bd
Author: Maxim Muzafarov 
Date:   2018-11-24T13:54:39Z

IGNITE-9275: WIP socket creation methods

commit ffdbb679505b2cfc467e7deb5c9e92ba9bacf9af
Author: Maxim Muzafarov 
Date:   2018-11-24T13:57:19Z

Merge branch 'master' into ignite-9275




---


[GitHub] ignite pull request #5471: IGNITE-10216: disable sort annotations in inspect...

2018-11-22 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-10216: disable sort annotations in inspection config



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

$ git pull https://github.com/Mmuzaf/ignite ignite-10216

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

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


commit ea6512bc23a6ac2b4eda7081e5af886574b91bdb
Author: Maxim Muzafarov 
Date:   2018-11-22T09:29:16Z

IGNITE-10216: disable sort annotations in inspection config




---


[GitHub] ignite pull request #5363: IGNITE-10216: sort annotations according to inspe...

2018-11-12 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #5367: IGNITE-10227: fix unused imports configuration

2018-11-12 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-10227: fix unused imports configuration



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

$ git pull https://github.com/Mmuzaf/ignite ignite-10227

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

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


commit 792d81897c057aed7ed1427330ef4ef8c061355f
Author: Maxim Muzafarov 
Date:   2018-11-12T16:13:18Z

IGNITE-10227: fix unused imports configuration@




---


[GitHub] ignite pull request #5363: IGNITE-10216: sort annotations according to inspe...

2018-11-12 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-10216: sort annotations according to inspection profile



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

$ git pull https://github.com/Mmuzaf/ignite ignite-10216

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

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


commit fb199e42aa65438ad4fd7c4f9bc06fa756a6b378
Author: Maxim Muzafarov 
Date:   2018-11-12T09:20:54Z

IGNITE-10216: sort annotations according to inspection profile




---


[GitHub] ignite pull request #5211: IGNITE-10062: improve logging on binary recovery

2018-11-03 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #5211: IGNITE-10062: improve logging on binary recovery

2018-10-30 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-10062: improve logging on binary recovery



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

$ git pull https://github.com/Mmuzaf/ignite ignite-10062

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

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


commit b6f5e5acec13013ab8b3e35b55980f695f7f9a65
Author: Maxim Muzafarov 
Date:   2018-10-30T12:27:17Z

IGNITE-10062: improve message logging on binary memory recovery

commit 9ee45f1ecf16107185681de5aed26522c5e080a3
Author: Maxim Muzafarov 
Date:   2018-10-30T12:30:05Z

Merge branch 'master' into ignite-10062

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

commit 9e144c7b46d910b8b68a24602bb0e5f8f2772784
Author: Maxim Muzafarov 
Date:   2018-10-30T12:31:20Z

IGNITE-10062: minor logging changes

commit 470fed8b031c49589d415d74bf25ea36b73783bb
Author: Maxim Muzafarov 
Date:   2018-10-30T12:33:05Z

IGNITE-10062: fix message style




---


[GitHub] ignite pull request #5188: Example of inspection error on enabled rules

2018-10-28 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Example of inspection error on enabled rules



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

$ git pull https://github.com/Mmuzaf/ignite inspect-enabled

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

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


commit 0819080f4eee7206e44910c7adc710db382f3a71
Author: Maxim Muzafarov 
Date:   2018-10-28T14:26:45Z

Example of inspection error on enabled rules




---


[GitHub] ignite pull request #5156: IGNITE-10033: fix logging according coding guidel...

2018-10-27 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-10033: fix logging according coding guidelines



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

$ git pull https://github.com/Mmuzaf/ignite ignite-10033

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

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


commit d771029a29462d4cf0b0f51cab5741f745e5391d
Author: Maxim Muzafarov 
Date:   2018-10-27T18:19:42Z

IGNITE-10033: fix logging according coding guidelines




---


[GitHub] ignite pull request #4442: IGNITE-7165: skip rebalance if assigns not change...

2018-10-26 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #4097: IGNITE-7165: suggesstions by AV

2018-10-26 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #4833: Ig 7196 retest

2018-10-26 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #4851: Ig 7196 changes without master PME optimizations

2018-10-26 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #5059: IGNITE-9983: add ignite inspections config for te...

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

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

IGNITE-9983: add ignite inspections config for teamcity



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

$ git pull https://github.com/Mmuzaf/ignite ignite-9983

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

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


commit 4cfb74dd2cd545bf0148fc546eb6a7bfd657ffed
Author: Maxim Muzafarov 
Date:   2018-10-24T10:18:56Z

IGNITE-9983: add ignite inspections config for teamcity




---


[GitHub] ignite pull request #5023: IGNITE-9923: remove unused imports

2018-10-18 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-9923: remove unused imports



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

$ git pull https://github.com/Mmuzaf/ignite ignite-9923

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

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


commit f48b88c6a190efc292676456816d75b0ffbee669
Author: Maxim Muzafarov 
Date:   2018-10-18T10:45:02Z

IGNITE-9923: remove unused imports




---


[GitHub] ignite pull request #4998: Javadoc broken, test

2018-10-16 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Javadoc broken, test



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

$ git pull https://github.com/Mmuzaf/ignite javadoc_test

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

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


commit 17abc0a1b01d22f02fdff5db0f8bac64442dffb4
Author: Maxim Muzafarov 
Date:   2018-10-16T08:12:00Z

Revert "IGNITE-9863 Refactored VisorDataTransferObject to 
IgniteDataTransferObject.  Deprecated VisorDataTransferObject class.  Minor 
code cleanup."

This reverts commit 789046b




---


[GitHub] ignite pull request #4921: Test caches dirs cleanup on blt changed

2018-10-06 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Test caches dirs cleanup on blt changed



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

$ git pull https://github.com/Mmuzaf/ignite blt_chng_test

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

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


commit 166cfede2884057f7cc5e27c55ff5e0480c00d8d
Author: Maxim Muzafarov 
Date:   2018-10-07T06:08:36Z

node join to another blt test

commit d7a53728029b90080a167f168598130be4f4f85d
Author: Maxim Muzafarov 
Date:   2018-10-07T06:10:22Z

node join to another blt test




---


[GitHub] ignite pull request #4862: IGNITE-9723: use blockingSectionBegin method to w...

2018-09-28 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-9723: use blockingSectionBegin method to wrap exch future



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

$ git pull https://github.com/Mmuzaf/ignite ignite-9723

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

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


commit e1d0df6c1e647f523c10f424d642564122f0119e
Author: Maxim Muzafarov 
Date:   2018-09-28T07:23:56Z

IGNITE-9723: use blockingSectionBegin method to wrap exch future




---


[GitHub] ignite pull request #4851: Ig 7196 changes without master PME optimizations

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

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

Ig 7196 changes without master PME optimizations



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

$ git pull https://github.com/Mmuzaf/ignite ig-7196-prev

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

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


commit fc0ba2d389fa021055413b9d6596859d3ea838df
Author: Maxim Muzafarov 
Date:   2018-08-24T14:27:26Z

IGNITE-7196: initial commit

commit 07d8c0296476656131ffcf929c6eeaeaec1a3a7f
Author: Maxim Muzafarov 
Date:   2018-08-31T08:11:02Z

Merge branch 'master' into ignite-7196

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/IgniteCacheDatabaseSharedManager.java

commit b8935632089b6a77fa533089508a062c6933161b
Author: Maxim Muzafarov 
Date:   2018-08-31T08:18:20Z

IGNITE-7196: move down init listener

commit 97bde70641d02621925e85bf46defc6c0c213423
Author: Maxim Muzafarov 
Date:   2018-08-31T08:21:20Z

IGNITE-7196: revert down init listener

commit e9c84f2a9f5ae5f2fe4c9e2275addc6042a635e8
Author: Maxim Muzafarov 
Date:   2018-09-03T16:47:46Z

IGNITE-7196: WIP restore binary on first activate

commit a8e6a59bd680c5e861159c32788022e9c000f019
Author: Maxim Muzafarov 
Date:   2018-09-03T20:24:09Z

IGNITE-7196: WIP remove readAndRestore from PME

commit 71b5efb046bbe13632ec938a06683d6a2c398b4e
Author: Maxim Muzafarov 
Date:   2018-09-03T20:30:17Z

IGNITE-7196: WIP remove readAndRestore from PME 2

commit 9f982cd05ad608317c183e9f5a4008a178dac31a
Author: Maxim Muzafarov 
Date:   2018-09-04T09:41:32Z

Merge branch 'master' into ignite-7196

# Conflicts:
#   
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/wal/IgniteWalRecoveryTest`.java

commit 161b48d94a574007b37a070e731e963ded6bf431
Author: Maxim Muzafarov 
Date:   2018-09-04T09:46:45Z

IGNITE-7196: WIP remove unused imports

commit 1f286be9e80a484a62c6c355e4141afef55923a6
Author: Maxim Muzafarov 
Date:   2018-09-04T16:18:37Z

IGNITE-7196: WIP make lastRestored flag checkable

commit 2b6b17c3a8e9b254fe9337dc76b51c6ca02dd617
Author: Maxim Muzafarov 
Date:   2018-09-04T16:25:38Z

IGNITE-7196: WIP lastRestored 2

commit 323b0e83af00878afd5286dcf6973973b8188844
Author: Maxim Muzafarov 
Date:   2018-09-04T19:17:42Z

IGNITE-7196: WIP make lastRestored flag checkable 2

commit 087e63a5999a8cd4b06d6ee6085d4d1db837576d
Author: Maxim Muzafarov 
Date:   2018-09-04T19:56:12Z

IGNITE-7196: WIP make lastRestored flag checkable 3

commit 3b40a2ef0aef628af088f3a1a8ab0a9a11b3be4b
Author: Maxim Muzafarov 
Date:   2018-09-04T21:21:53Z

IGNITE-7196: WIP make lastRestored flag checkable 4

commit 6f9b44ed9e1c523c266167ff9f03a6e680c2d9fa
Author: Maxim Muzafarov 
Date:   2018-09-05T09:46:42Z

IGNITE-7196: WIP minor changes

commit bb86b9144c9e863ad86af27823046f992503d00e
Author: Maxim Muzafarov 
Date:   2018-09-05T12:14:51Z

IGNITE-7196: WIP without activate#deactivate 1

commit 87b4f325c5dd8a93f6c4fc1dd21d50c9c3752684
Author: Maxim Muzafarov 
Date:   2018-09-05T13:14:58Z

IGNITE-7196: WIP without activate#deactivate 2

commit 65f83f68f5b5ca1923bcc5a7c4841ca2455cb902
Author: Maxim Muzafarov 
Date:   2018-09-05T14:23:24Z

IGNITE-7196: WIP without activate#deactivate 3

commit 166fd04c3bd5dfdd39c6118c21f0ae39170842eb
Author: Maxim Muzafarov 
Date:   2018-09-05T15:43:35Z

IGNITE-7196: WIP without activate#deactivate 4

commit b60a68cb1275b8c1074ae3d22c4c7f7967c883b6
Author: Maxim Muzafarov 
Date:   2018-09-05T16:32:48Z

IGNITE-7196: WIP without activate#deactivate 5

commit a60fdd67145ee5d6f4bbac81de9e6b1d9bbab6b1
Author: Maxim Muzafarov 
Date:   2018-09-05T16:44:03Z

IGNITE-7196: WIP without activate#deactivate 6

commit 3cf0911f646c4100e0a1654e3dec3c0f4952abf5
Author: Maxim Muzafarov 
Date:   2018-09-05T17:21:02Z

IGNITE-7196: WIP without activate#deactivate 7

commit 65ed786c9d9bf83ab56f60349ac8eaba8099807b
Author: Maxim Muzafarov 
Date:   2018-09-05T18:28:59Z

IGNITE-7196: WIP without activate#deactivate 8

commit 53f81a8ce75785c9b6badf67a93261e8eae2947a
Author: Maxim Muzafarov 
Date:   2018-09-05T18:32:39Z

IGNITE-7196: WIP minor code changes

commit 61633dc9dd0980070b5f1c9ec5a9624b99b32b69
Author: Maxim Muzafarov 
Date:   2018-09-06T17:56:13Z

IGNITE-7196: WIP suspend#resume WAL logging 1

commit 3772cbdcfe9edd90d76d5cb841c4c00123077eac
Author: Maxim Muzafarov 
Date:   2018-09-07T17:56:07Z

IGNITE-7196: WIP deactivate wal

commit 5d7affd2539f2b1fb4ab63c93a7c3fba21

[GitHub] ignite pull request #4833: Ig 7196 retest

2018-09-26 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Ig 7196 retest



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

$ git pull https://github.com/Mmuzaf/ignite ig-7196-retest

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

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


commit c352a51501cde064ff3e6e440a17d5b8bd70e405
Author: Maxim Muzafarov 
Date:   2018-09-26T07:22:56Z

IG-7196 run testDestroyCachesAbruptly 400 times

commit 41fe92daa38debd3a2c6df193061eb7d3216ea07
Author: Maxim Muzafarov 
Date:   2018-09-26T07:24:58Z

IG-7196 run testDestroyCachesAbruptly 400 times, more comment




---


[GitHub] ignite pull request #4800: IGNITE-9652: fix missorted modifiers

2018-09-20 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-9652: fix missorted modifiers



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

$ git pull https://github.com/Mmuzaf/ignite ignite-9652

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

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


commit 76a9d335700ede6b89ab2edfffd607e1ace5ca09
Author: Maxim Muzafarov 
Date:   2018-09-21T05:48:40Z

IGNITE-9652: fix missorted modifiers




---


[GitHub] ignite pull request #4758: IGNITE-9597: replace with isEmpty

2018-09-14 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-9597: replace with isEmpty



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

$ git pull https://github.com/Mmuzaf/ignite ignite-9597

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

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


commit a180e18e0f2a898afeb076d771c9a642b2c6b2bd
Author: Maxim Muzafarov 
Date:   2018-09-14T09:56:47Z

IGNITE-9597: replace with isEmpty




---


[GitHub] ignite pull request #4676: Run 20 times rebalancing sync test

2018-09-04 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Run 20 times rebalancing sync test



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

$ git pull https://github.com/Mmuzaf/ignite ig-9353-long

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

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


commit 67709429a708d2f4c692cadce9d72cd2855621b9
Author: Maxim Muzafarov 
Date:   2018-09-04T09:21:00Z

Run 20 times rebalancing sync test




---


[GitHub] ignite pull request #4618: IGNITE-9311: add override annotation

2018-08-24 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-9311: add override annotation



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

$ git pull https://github.com/Mmuzaf/ignite ignite-9311

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

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


commit d1397505b91db09281951d292e42508a410c01d6
Author: Maxim Muzafarov 
Date:   2018-08-24T18:19:50Z

IGNITE-9311: add override annotation




---


[GitHub] ignite pull request #4520: Ignite 7196 Exchange stucks on reading WAL

2018-08-11 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Ignite 7196 Exchange stucks on reading WAL



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

$ git pull https://github.com/Mmuzaf/ignite ignite-7196

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

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


commit 369f1ff25cf19dbc05d1b0c4d92ced8796fa410b
Author: Maxim Muzafarov 
Date:   2018-07-16T14:46:51Z

initial commit

commit 564ba715a541d46d4dbbca513a474f664e997451
Author: Maxim Muzafarov 
Date:   2018-07-30T08:19:02Z

Merge branch 'master' into ignite-7196

commit 714c443c2a453ef7a74a59576c38ae61e863e5b0
Author: Maxim Muzafarov 
Date:   2018-07-30T15:43:10Z

IGNITE-7196: add waiter

commit 57567754c0479be8048ca8f9f5b28e4859a55a92
Author: Maxim Muzafarov 
Date:   2018-08-01T12:57:21Z

Merge branch 'master' into ignite-7196

commit a1541fe26baad454962802b42d6e3eb79ed6faa7
Author: Maxim Muzafarov 
Date:   2018-08-01T16:29:37Z

IGNITE-7196: small fix

commit 2503a4ddf4d905f3a57310422579455909e7bbe2
Author: Maxim Muzafarov 
Date:   2018-08-02T16:07:22Z

Merge branch 'master' into ignite-7196

commit 9e0af1b035c5d57fdc315f590b7e3f8927b8da22
Author: Maxim Muzafarov 
Date:   2018-08-03T15:10:45Z

Merge branch 'master' into ignite-7196

commit 49515b67819ef625261ca40490ccf6eb5b7c6ba6
Author: Maxim Muzafarov 
Date:   2018-08-08T06:35:48Z

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

commit c9fb725dde404d6999d9ff4e661d83902cd1e208
Author: Maxim Muzafarov 
Date:   2018-08-09T11:26:26Z

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

commit 9b437dbe92805e3dd1141571fce723a8d4993d50
Author: Maxim Muzafarov 
Date:   2018-08-11T15:31:38Z

IGNITE-7196: initial restore binary state impl

commit cbca3ac1fb0f52aa81f10dee00de8c31a0051cec
Author: Maxim Muzafarov 
Date:   2018-08-11T15:36:12Z

Merge branch 'master' into ignite-7196

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/IgniteCacheDatabaseSharedManager.java




---


[GitHub] ignite pull request #4487: Initial commit

2018-08-06 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Initial commit



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

$ git pull https://github.com/Mmuzaf/ignite test_freeze

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

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


commit cbc99b247a2b7d4928358d14f05fcdb75b0ed751
Author: Maxim Muzafarov 
Date:   2018-08-06T12:45:24Z

Initial commit




---


[GitHub] ignite pull request #4479: IGNITE-9170: fix resVer for local caches

2018-08-02 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-9170: fix resVer for local caches



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

$ git pull https://github.com/Mmuzaf/ignite ignite-9170

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

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


commit 03306835a3b6bc7e837d34eaf2ddc1b4870e3f6b
Author: Maxim Muzafarov 
Date:   2018-08-02T18:32:25Z

IGNITE-9170: fix resVer for local caches




---


[GitHub] ignite pull request #4341: Act deact to

2018-07-28 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #4443: IGNITE-3499: remove unused class

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

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

IGNITE-3499: remove unused class



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

$ git pull https://github.com/Mmuzaf/ignite ignite-3499

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

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


commit b2fdf7dce4d8b32b155a3895e24dc4d4bc5fffe8
Author: Maxim Muzafarov 
Date:   2018-07-27T08:10:26Z

IGNITE-3499: remove unused class




---


[GitHub] ignite pull request #4442: IGNITE-7165: skip rebalance if assigns not change...

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

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

IGNITE-7165: skip rebalance if assigns not changed



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

$ git pull https://github.com/Mmuzaf/ignite ignite-7165

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

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


commit e38cd5db2b3f3c1529d08e78875eb0e043c0d9f1
Author: Maxim Muzafarov 
Date:   2018-07-27T07:27:58Z

IGNITE-7165: skip rebalance if assigns not changed




---


[GitHub] ignite pull request #4368: IGNITE-7165 Rebalance control version holds by ex...

2018-07-26 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #4112: IGNITE-7165: check affinity changed

2018-07-26 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #4099: IGNITE-7165: check aff assignments

2018-07-26 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #4048: IGNITE-7165: do not cancel rebalance at client jo...

2018-07-26 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #4368: IGNITE-7165 Rebalance control version holds by ex...

2018-07-16 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-7165 Rebalance control version holds by exchange thread



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

$ git pull https://github.com/Mmuzaf/ignite av-ignit-7165-2

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

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


commit e7a80e64da07af5c43c15fd5a7b1abe14d387057
Author: Maxim Muzafarov 
Date:   2018-05-30T16:46:06Z

IGNITE-7165: add fix by suggestions AV

commit 9f7551c15ff62c187422095c0626200245c36a36
Author: Maxim Muzafarov 
Date:   2018-05-30T16:49:01Z

IGNITE-7165: revert some

commit 0ab2d301bd5a100f8dcf1ef964786264ebee6b0a
Author: Maxim Muzafarov 
Date:   2018-05-30T17:39:04Z

IGNITE-7165: changes due to else if

commit 0d37670990f6546202771313ba0869bd2b709ad4
Author: Maxim Muzafarov 
Date:   2018-06-07T12:56:45Z

Merge branch 'master' into av-ignite-7165

commit 7673f1afdb7eaa79d4e03ee16083ee5ea4b92290
Author: Maxim Muzafarov 
Date:   2018-06-07T14:29:51Z

IGNITE-7165: add assignments calculations compare

commit ce2ea0b397f416a764681259911adf04fa397d61
Author: Maxim Muzafarov 
Date:   2018-06-07T20:28:09Z

IGNITE-7165: hasPendingExchanges flag to start rebalance

commit 9f5d9f7871ba9cff079a76097bb4f269fd7f7a5b
Author: Maxim Muzafarov 
Date:   2018-06-07T20:30:39Z

IGNITE-7165: rename rebalance assingns needs

commit 4dcb6270d026f36fb7b3ae2b904ce36bc633ac55
Author: Maxim Muzafarov 
Date:   2018-06-07T20:35:29Z

IGNITE-7165: javadoc

commit cccdd69b86ebcce1626dfc9416f32f88e708d4e9
Author: Maxim Muzafarov 
Date:   2018-06-08T15:06:39Z

IGNITE-7165: remove skip rebalance twice

commit 3410aaca6298be1b3b26c5202b43a1b787123396
Author: Maxim Muzafarov 
Date:   2018-06-10T13:50:00Z

IGNITE-7165: calculate assigns on last running topology version

commit 5f98a480a07d2c0504a60763da482c2792540719
Author: Maxim Muzafarov 
Date:   2018-06-19T11:00:32Z

Merge branch 'master' into av-ignite-7165

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

commit cfb9574d65f64660f36689789b0090ef0be50fcb
Author: Maxim Muzafarov 
Date:   2018-06-20T16:48:28Z

IGNITE-7165: keep last rebalance topology version

commit d15515f3ee83455697dead6ff39e75dafebcfd76
Author: Maxim Muzafarov 
Date:   2018-06-20T17:10:11Z

IGNITE-7165: return last rebalance topology version

commit d0d47eb0eda31165f5c8f1e53ef92ecf82d9c548
Author: Maxim Muzafarov 
Date:   2018-06-21T10:29:15Z

IGNITE-7165: default value for rebalance topVer should be null

commit 68d53d7c317ee676c08d45b6a4be360bb4659fb7
Author: Maxim Muzafarov 
Date:   2018-06-21T10:30:56Z

Merge branch 'master' into av-ignite-7165

commit 4cf7c72e9db55d47a305f93c649d29e6557354e2
Author: Maxim Muzafarov 
Date:   2018-06-21T10:33:55Z

IGNITE-7165: debug messages for update topology version

commit 7bd0be89c66bf5bf78f88c5e30d32c70c79a5fcd
Author: Maxim Muzafarov 
Date:   2018-06-22T09:11:33Z

ignite-7165: skip if null

commit 4b2e232c0d97452986fe79f6c33ec62e5b9ad9a7
Author: Maxim Muzafarov 
Date:   2018-06-22T09:46:34Z

ignite-7165: java doc update

commit 682194b1597a91a86c4b3546a8f3726bdae07254
Author: Maxim Muzafarov 
Date:   2018-06-22T12:20:11Z

ignite-7165: move latest ver to rebalance future

commit d9fbea3af09478332347181c3f2b330541a7e7b5
Author: Maxim Muzafarov 
Date:   2018-06-22T14:29:06Z

ignite-7165: use get topology version method

commit 15d90b01535c9e199286b6cd5cdd16e0eb28e76e
Author: Maxim Muzafarov 
Date:   2018-06-22T14:39:21Z

ignite-7165: fix javadoc exchange

commit 9568763143cf136cfc4e15ab4076f654c9f78131
Author: Maxim Muzafarov 
Date:   2018-06-22T14:47:16Z

ignite-7165: remove unnecessary topology check

commit 648ab2df71f4a06e59843371181ba0c075efed2f
Author: Maxim Muzafarov 
Date:   2018-06-22T14:51:34Z

ignite-7165: java doc fix 2

commit 84d4cfa4b08226f8d2ad8cb163dd3015675692ec
Author: Maxim Muzafarov 
Date:   2018-06-22T15:00:04Z

ignite-7165: force rebalance routine

commit 38218eeea65574c8d3965fddaf2b037e60127ac9
Author: Maxim Muzafarov 
Date:   2018-06-22T15:01:36Z

ignite-7165: force rebalance 2

commit aa21fd2133b0fca74a135795bbab1393ec56fb87
Author: Maxim Muzafarov 
Date:   2018-06-22T15:05:38Z

ignite-7165: simplify topology changed conditions

commit 66b5f76c15cb67b60adeca864a21fdad39acf6f7
Author: Maxim Muzafarov 
Date:   2018-06-22T15:10:43Z

ignite-7165: new java doc for assignments

commit a097a153ed637f2928a1c183af28c3050213df08
Author: Maxim Muzafarov 
Date:   2018-06-22T15:46:56Z

ignite-7165: reorganize newly added methods

commit a0fca19c12045461b

[GitHub] ignite pull request #4341: Act deact to

2018-07-10 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Act deact to



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

$ git pull https://github.com/Mmuzaf/ignite act-deact-to

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

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


commit ad168426eca95804f229ac279f0446aca648ab76
Author: Maxim Muzafarov 
Date:   2018-07-09T12:23:58Z

ignite-8905: quick fix

commit 00bb44bc412e30cb69efb1da0d2604372240a67c
Author: Maxim Muzafarov 
Date:   2018-07-09T12:25:45Z

Revert "IGNITE-8737 Improve checkpoint logging information - Fixes #4244."

This reverts commit a727a4c7135e57415de0756e8fdc235ba191109a.




---


[GitHub] ignite pull request #4112: IGNITE-7165: check affinity changed

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

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

IGNITE-7165: check affinity changed



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

$ git pull https://github.com/Mmuzaf/ignite mm-fix-7165

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

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


commit ab92cefc8a93462fa68746a3379a9afdc81bea60
Author: Maxim Muzafarov 
Date:   2018-06-03T16:38:17Z

IGNITE-7165: check affinity changed




---


[GitHub] ignite pull request #4099: IGNITE-7165: check aff assignments

2018-05-31 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-7165: check aff assignments



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

$ git pull https://github.com/Mmuzaf/ignite mm-ignite_7165

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

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


commit 2d469ee16cc494c9fe90d371a6626250451d268b
Author: Maxim Muzafarov 
Date:   2018-05-31T10:35:47Z

IGNITE-7165: check aff assignments




---


[GitHub] ignite pull request #4097: IGNITE-7165: suggesstions by AV

2018-05-30 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-7165: suggesstions by AV



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

$ git pull https://github.com/Mmuzaf/ignite av-ignite-7165

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

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


commit e7a80e64da07af5c43c15fd5a7b1abe14d387057
Author: Maxim Muzafarov 
Date:   2018-05-30T16:46:06Z

IGNITE-7165: add fix by suggestions AV

commit 9f7551c15ff62c187422095c0626200245c36a36
Author: Maxim Muzafarov 
Date:   2018-05-30T16:49:01Z

IGNITE-7165: revert some




---


[GitHub] ignite pull request #4048: IGNITE-7165: do not cancel rebalance at client jo...

2018-05-23 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

 IGNITE-7165: do not cancel rebalance at client join left topology



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

$ git pull https://github.com/Mmuzaf/ignite ignite-7165

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

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


commit 339e5a6e6e18bb136d988e85dc81f67686bda285
Author: Maxim Muzafarov 
Date:   2018-05-23T11:07:53Z

IGNITE-7165: do not cancel rebalance at client join left topology

commit 4c0b5a3649033bf22f773f753bf96f0ae54e7537
Author: Maxim Muzafarov 
Date:   2018-05-23T11:11:10Z

IGNITE-7165: code styles




---


[GitHub] ignite pull request #4044: IGNITE-6538: run 200 times

2018-05-22 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-6538: run 200 times



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

$ git pull https://github.com/Mmuzaf/ignite ignite-6538

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

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


commit d37470c7a4c76e11aca60adc06d9ff4a4584aa28
Author: Maxim Muzafarov 
Date:   2018-04-22T14:00:01Z

IGNITE-6538: run 200 times




---


[GitHub] ignite pull request #3897: IGNITE-6538: test 500 times

2018-05-22 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #4027: IGNITE-605: remove todo as no needs

2018-05-18 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-605: remove todo as no needs



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

$ git pull https://github.com/Mmuzaf/ignite ignite-605

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

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


commit 2de80dd4c8d33653be29c847243caf33dbbf767f
Author: Maxim Muzafarov 
Date:   2018-05-18T14:06:11Z

IGNITE-605: remove todo as no needs




---


[GitHub] ignite pull request #3992: IGNITE-8469: add memory leak test case

2018-05-14 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #3992: IGNITE-8469: add memory leak test case

2018-05-14 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-8469: add memory leak test case



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

$ git pull https://github.com/Mmuzaf/ignite leak-ignite-8469

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

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


commit 2c319879f2d79c72c57c90539fd0ce16a8b37e5a
Author: Maxim Muzafarov 
Date:   2018-05-14T12:20:33Z

IGNITE-8469: add memory leak test case




---


[GitHub] ignite pull request #3986: IGNITE-8469: release memory in case initializatio...

2018-05-11 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-8469: release memory in case initialization multi times



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

$ git pull https://github.com/Mmuzaf/ignite ignite-8469

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

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


commit 38c0b2e3d26f3190f6d981ffa5f9a5862610f795
Author: Maxim Muzafarov 
Date:   2018-05-11T18:23:28Z

IGNITE-8469: release memory in case initialization multi times




---


[GitHub] ignite pull request #3894: Ignite 8086: add manual rebalace method

2018-04-26 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #3918: IGNITE-7592: enforce future return boolean

2018-04-25 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-7592: enforce future return boolean



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

$ git pull https://github.com/Mmuzaf/ignite ignite-7592

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

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


commit 86c1b7d7eb5ed24bd1fdbb7bf0edb6bf28e785e8
Author: Maxim Muzafarov 
Date:   2018-04-26T05:15:00Z

IGNITE-7592: enforce future return boolean




---


[GitHub] ignite pull request #3895: Mmuzaf check ignite 8086

2018-04-25 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #3897: IGNITE-6538: test 500 times

2018-04-22 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-6538: test 500 times



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

$ git pull https://github.com/Mmuzaf/ignite check-ignite-6538

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

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


commit 5496341a7ccca6edb553af6f4ee4e2f8859ce015
Author: Maxim Muzafarov 
Date:   2018-04-22T14:00:01Z

IGNITE-6538: test 500 times




---


[GitHub] ignite pull request #3895: Mmuzaf check ignite 8086

2018-04-21 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Mmuzaf check ignite 8086



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

$ git pull https://github.com/Mmuzaf/ignite mmuzaf-check-ignite-8086

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

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


commit 9392742f2b8b6e7f274717347fd269b2f0886db3
Author: Maxim Muzafarov 
Date:   2018-04-21T17:41:20Z

IGNITE-8086: add manual cache rebalance method

commit a4e8d70300a8a7066453200f7c0c41b320ed06cf
Author: Maxim Muzafarov 
Date:   2018-04-21T17:42:08Z

Merge branch 'master' into ignite-8086

commit b015690a69d62722e0f31975ba8f490975e5a906
Author: Maxim Muzafarov 
Date:   2018-04-21T17:48:09Z

IGNITE-8086: fix manual rebalancing

commit 95b347aca5c404a08737e1a8950d24bb0812b9be
Author: Maxim Muzafarov 
Date:   2018-04-21T17:50:40Z

IGNITE-8086: update suite for flaky tests




---


[GitHub] ignite pull request #3894: Ignite 8086: add manual rebalace method

2018-04-21 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Ignite 8086: add manual rebalace method



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

$ git pull https://github.com/Mmuzaf/ignite ignite-8086

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

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


commit 9392742f2b8b6e7f274717347fd269b2f0886db3
Author: Maxim Muzafarov 
Date:   2018-04-21T17:41:20Z

IGNITE-8086: add manual cache rebalance method

commit a4e8d70300a8a7066453200f7c0c41b320ed06cf
Author: Maxim Muzafarov 
Date:   2018-04-21T17:42:08Z

Merge branch 'master' into ignite-8086




---


[GitHub] ignite pull request #3800: Mmuzaf ignite 7791

2018-04-19 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #3856: IGNITE-8301: remove unnecessary check

2018-04-17 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-8301: remove unnecessary check



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

$ git pull https://github.com/Mmuzaf/ignite ignite-8301

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

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


commit 9397192c12080f6d5a17800dc788cd162f4345ab
Author: Maxim Muzafarov 
Date:   2018-04-17T17:05:10Z

IGNITE-8301: remove unnecessary check




---


[GitHub] ignite pull request #3844: IGNITE-8266: remove stopAllGrids in afterTestsSto...

2018-04-17 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-8266: remove stopAllGrids in afterTestsStoped



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

$ git pull https://github.com/Mmuzaf/ignite ignite-8266

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

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


commit 7d39d5b1afbc0d55b9dfeb504a38d1a83a656b7f
Author: Maxim Muzafarov 
Date:   2018-04-17T11:04:06Z

IGNITE-8266: remove stopAllGrids for cache pkg




---


[GitHub] ignite pull request #3816: IGNITE-8246: update print errors

2018-04-13 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-8246: update print errors

Fix print error

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

$ git pull https://github.com/Mmuzaf/ignite ignite-8246

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

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


commit 925250633e008b04c12cbf2967cadfc9490714ea
Author: Maxim Muzafarov 
Date:   2018-04-13T10:04:15Z

IGNITE-8246: use proper generalization




---


[GitHub] ignite pull request #3800: Mmuzaf ignite 7791

2018-04-12 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

Mmuzaf ignite 7791



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

$ git pull https://github.com/Mmuzaf/ignite mmuzaf-ignite-7791

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

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






---


[GitHub] ignite pull request #3779: IGNITE-7791: fix CacheInfo initialization after c...

2018-04-09 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-7791: fix CacheInfo initialization after client reconnect



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

$ git pull https://github.com/Mmuzaf/ignite ignite-7791_2

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

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


commit 7fe868b940b3d35d137cc3f8b96f8947733b2ec4
Author: Maxim Muzafarov 
Date:   2018-04-09T13:56:58Z

IGNITE-7791: fix CacheInfo initialization after client reconnect




---


[GitHub] ignite pull request #3774: Ignite 7791

2018-04-09 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #3774: Ignite 7791

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

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

Ignite 7791



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

$ git pull https://github.com/Mmuzaf/ignite ignite-7791

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

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


commit 73c02562a485ad013d7a80cc358a56f47e7b1432
Author: Maxim Muzafarov 
Date:   2018-03-07T17:02:02Z

IGNITE-7791: add test case for delayed partition exchange after reconnect

commit 824ea5f717147e7e615bf961fb235e5b1207a00f
Author: Maxim Muzafarov 
Date:   2018-03-07T17:14:40Z

IGNITE-7791: awaitPartitionMapExchange before client reconnects

commit 640db004ca522e020512c460713ca66e305669bd
Author: Maxim Muzafarov 
Date:   2018-03-08T13:32:41Z

IGNITE-7791: remove awaitPartitionMapExchange before client reconnects

commit 8677131101c94e0d55d25dd65aae4bba4da9af24
Author: Maxim Muzafarov 
Date:   2018-03-08T15:41:14Z

IGNITE-7791: fix 100 prc issue reproducer

commit e239167d87253919441f5faacf6ee2bbc248b394
Author: Maxim Muzafarov 
Date:   2018-03-19T18:20:26Z

IGNITE-7791: remove client node check

commit 26645e5a241a339b56159b463234cc18f827e4f2
Author: Maxim Muzafarov 
Date:   2018-03-27T18:30:04Z

IGNITE-7791: more logging

commit 2fba4cd60b698db5f27ca9c889fa4ace4aba97fb
Author: Maxim Muzafarov 
Date:   2018-04-04T09:16:26Z

IGNITE-6842: update log details

commit 2e31145ce76392f3ba8374d02fca04d1f983cac0
Author: Maxim Muzafarov 
Date:   2018-04-05T09:52:51Z

IGNITE-7791: more logging

commit 5af630a4b2474e0459c3ee0b985ceb1cd6fa1389
Author: Maxim Muzafarov 
Date:   2018-04-06T22:34:42Z

IGNITE-7791: fix local caches context




---


[GitHub] ignite pull request #3618: IGNITE-7791: add test case for delayed partition ...

2018-03-27 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #3699: IGNITE-6842: add default behavior by stopping all...

2018-03-26 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #3699: IGNITE-6842: add default behavior by stopping all...

2018-03-26 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-6842: add default behavior by stopping all instances for tests

1. Stop all grids by default in aftreTestsStop method;
2. Throw exception in case stopping process fails;

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

$ git pull https://github.com/Mmuzaf/ignite ignite-6842_2

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

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


commit abeab5dafd90f385e8eaec57e561eb52570b9136
Author: Maxim Muzafarov 
Date:   2018-03-26T12:10:24Z

IGNITE-6842: add default behavior by stopping all instances for tests




---


[GitHub] ignite pull request #3618: IGNITE-7791: add test case for delayed partition ...

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

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

IGNITE-7791: add test case for delayed partition exchange

…nect

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

$ git pull https://github.com/Mmuzaf/ignite ignite-7791

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

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


commit 73c02562a485ad013d7a80cc358a56f47e7b1432
Author: Maxim Muzafarov 
Date:   2018-03-07T17:02:02Z

IGNITE-7791: add test case for delayed partition exchange after reconnect




---


[GitHub] ignite pull request #3598: IGNITE-7791: add additional logging

2018-03-07 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #3598: IGNITE-7791: add additional logging

2018-03-07 Thread Mmuzaf
Github user Mmuzaf closed the pull request at:

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


---


[GitHub] ignite pull request #3598: IGNITE-7791: add additional logging

2018-03-07 Thread Mmuzaf
GitHub user Mmuzaf reopened a pull request:

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

IGNITE-7791: add additional logging

Logging for reproducing bug

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

$ git pull https://github.com/Mmuzaf/ignite ignite-7791

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

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


commit 9e06b5f6c253af65373164d462efba4ef509a925
Author: Maxim Muzafarov 
Date:   2018-03-04T14:57:55Z

IGNITE-7791: add additional logging

commit c05110468124dbc21fe2ef148b4dc800be719dad
Author: Maxim Muzafarov 
Date:   2018-03-04T17:07:32Z

IGNITE-7791: add additional logging details for cache groups

commit 13e7d8a82e32e5c6a6437ad4816331ada30b4f95
Author: Maxim Muzafarov 
Date:   2018-03-05T16:51:55Z

IGNITE-7791: more logging

commit cc149ec8223dd501f7dbaf8011f2575864544971
Author: Maxim Muzafarov 
Date:   2018-03-06T10:56:48Z

IGNITE-7791: more logging 2

commit aed7ea90d029fd15f3d8b6474652e4250ca67de4
Author: Maxim Muzafarov 
Date:   2018-03-06T11:38:55Z

IGNITE-7791: more logging 3

commit 2b8a7ab433b9811a0a0df94b42300f19894c7332
Author: Maxim Muzafarov 
Date:   2018-03-06T15:16:14Z

IGNITE-7791: more logging 4

commit f75bcb954b22f81f1e341926b2fe86c20a08cf21
Author: Maxim Muzafarov 
Date:   2018-03-06T17:13:06Z

IGNITE-7791: more logging 5

commit 8691f5a67dd4c4b8d279661296241f1a77b28059
Author: Maxim Muzafarov 
Date:   2018-03-06T18:45:28Z

IGNITE-7791: more logging 6




---


[GitHub] ignite pull request #3598: IGNITE-7791: add additional logging

2018-03-04 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-7791: add additional logging

Logging for reproducing bug

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

$ git pull https://github.com/Mmuzaf/ignite ignite-7791

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

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


commit 9e06b5f6c253af65373164d462efba4ef509a925
Author: Maxim Muzafarov 
Date:   2018-03-04T14:57:55Z

IGNITE-7791: add additional logging




---


[GitHub] ignite pull request #3588: IGNITE-7789: fix IgniteClientReconnectApiExceptio...

2018-02-28 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

IGNITE-7789: fix IgniteClientReconnectApiExceptionTest, success rate 47.9%

Add backups value for CollectionConfiguration

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

$ git pull https://github.com/Mmuzaf/ignite ignite-7789

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

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


commit 5fc300913d3f56a44faf1996c71285261cf1759a
Author: Maxim Muzafarov 
Date:   2018-02-28T14:22:09Z

IGNITE-7789: set backups value for CollectionConfiguration

commit c047db72c929c9834a12584618149f87e1b0370a
Author: Maxim Muzafarov 
Date:   2018-02-28T14:28:07Z

IGNITE-7789: use DFLT_BACKUPS constant for CollectionConfiguration




---


[GitHub] ignite pull request #3542: IGNITE-6842

2018-02-19 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request:

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

 IGNITE-6842

Test PR for learning contributing processes.
- Remove duplicated code stopGrid methods;
- Add stopAllGridsSilently method throwing exception in case stop grids 
fails;
- Make stopGrids default behavior for afterTestsStopped;

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

$ git pull https://github.com/Mmuzaf/ignite ignite-6842

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

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


commit 40f9c158e226942a02a22673637e593a28096496
Author: Maxim Muzafarov 
Date:   2018-02-18T14:29:55Z

IGNITE-6842: make stopAllGrids as default behavior for afterTestsStop

commit 18248091903a0d44e292eb2502f0c40a18abd3cd
Author: Maxim Muzafarov 
Date:   2018-02-19T09:25:52Z

IGNITE-6842:add stopAllGridsSilently as default stop grid

commit b18d9aadc6613c9f5c48e7b2cec2b53ed385c994
Author: Maxim Muzafarov 
Date:   2018-02-19T09:26:21Z

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




---