[GitHub] ignite pull request #1505: IGNITE-3244 Custom arrays arent serialized proper...

2017-02-08 Thread voipp
GitHub user voipp opened a pull request:

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

IGNITE-3244 Custom arrays arent serialized properly

arrays type now considered while deserialization. After deserialization 
you've got array of correct type

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

$ git pull https://github.com/voipp/ignite IGNITE-3244

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

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


commit f80a73cc8c416ad24053afa43f773f7f1e6e9dd6
Author: voipp <aleksa...@gmail.com>
Date:   2017-02-06T16:10:11Z

IGNITE-3244 Custom arrays arent serialized properly




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1491: IGNITE-4492 Add MBean for StripedExecutor

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

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

IGNITE-4492 Add MBean for StripedExecutor

added MXBean and its interface for communicating with StripedExecutor
added tests for StripedExecutor

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

$ git pull https://github.com/voipp/ignite IGNITE-4492

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

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


commit a8fe21f3c672a492aa55cd013f4f2748eafa31e3
Author: voipp <aleksa...@gmail.com>
Date:   2017-01-31T08:49:34Z

IGNITE-4492 Add MBean for StripedExecutor




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1477: IGNITE-4492 Add MBean for StripedExecutor

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

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

IGNITE-4492 Add MBean for StripedExecutor

Added MBean for StripedExecutor

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

$ git pull https://github.com/voipp/ignite IGNITE-4492

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

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


commit cda50f5ba812e443b85713f581f072cbeff70f7e
Author: voipp <aleksa...@gmail.com>
Date:   2017-01-30T09:51:37Z

IGNITE-4492 Add MBean for StripedExecutor




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1557: IGNITE-2845 Get operation might ignore entry upda...

2017-02-21 Thread voipp
GitHub user voipp opened a pull request:

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

IGNITE-2845 Get operation might ignore entry update from EntryProcessor.



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

$ git pull https://github.com/voipp/ignite IGNITE-2845

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

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


commit e27b838b0d90dfc8479af56b7a315d84f2b684e2
Author: voipp <aleksa...@gmail.com>
Date:   2017-02-20T14:15:10Z

IGNITE-2845 Get operation might ignore entry update from EntryProcessor.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1505: IGNITE-3244 Custom arrays arent serialized proper...

2017-02-14 Thread voipp
Github user voipp closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


general question

2017-02-13 Thread voipp
Hi, all ! What is the use of GridResourceProcessor ? And its inject() method 



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


IGNITE-4492 is ready for review

2017-02-13 Thread voipp
Hello. I fixed it. Please, review

https://github.com/apache/ignite/pull/1491 - created new MBean for stripped
executor



--
View this message in context: 
http://apache-ignite-developers.2346864.n4.nabble.com/IGNITE-4492-is-ready-for-review-tp14521.html
Sent from the Apache Ignite Developers mailing list archive at Nabble.com.


[GitHub] ignite pull request #1545: IGNITE-2552 EvictionPolicies refactored, logic ch...

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

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

IGNITE-2552 EvictionPolicies refactored, logic changed

tests are in subclasses of EvictionAbstractTest

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

$ git pull https://github.com/voipp/ignite IGNITE-2552

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

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


commit 651deeb058854e25b74368508ead4def31a016dc
Author: voipp <aleksa...@gmail.com>
Date:   2017-02-15T08:54:48Z

IGNITE-2552 EvictionPolicies refactored, logic changed




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1581: IGNITE-1094 Ignite.createCache(CacheConfiguration...

2017-02-28 Thread voipp
GitHub user voipp opened a pull request:

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

IGNITE-1094 Ignite.createCache(CacheConfiguration) hangs if some exception 
occurs during cache initialization



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

$ git pull https://github.com/voipp/ignite ignite-1094

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

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


commit d5dfb98af424db47bc67919c6d332ff335477f08
Author: sevdokimov <sergey.evdoki...@jetbrains.com>
Date:   2015-07-04T14:38:36Z

# IGNITE-1094 Add test.

commit ef77a55874dad3b5f99134f0d1e6e4901ac424c1
Author: voipp <aleksa...@gmail.com>
Date:   2017-02-28T09:45:47Z

IGNITE-1094 handling cache start exception




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: code refactoring suggestion

2017-03-02 Thread voipp
Hi all ! During pessimistic transaction we execute prepare phase at 
org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal#commitAsync
 
after executing prepareAsync(); 
We bind listener on prepare future. 
Perhaps its better initially bind listener and then execute fut.prepare(); ? 

No, what im talking about is at first place prepareAsync() is got executed,
then listener got binded.
Imagine the following flow :
1. execute prepareAsync();
2. prepare phase answer got
3. listener binded
So, listener would not be called.



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


[GitHub] ignite pull request #1545: IGNITE-2552 EvictionPolicies refactored, logic ch...

2017-03-13 Thread voipp
Github user voipp closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2257: IGNITE-5712 Context switching between threads for...

2017-07-14 Thread voipp
Github user voipp closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2301: Ignite 5712

2017-07-14 Thread voipp
GitHub user voipp opened a pull request:

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

Ignite 5712



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

$ git pull https://github.com/voipp/ignite IGNITE-5712

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

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


commit 2f5335165940bcf9542ef09577f3c8430d20603a
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-06-30T15:06:53Z

IGNITE-5712 Context switching between threads for optimistic transactions

commit 8329d03ae61162f89a7d99de9c122da885c2c2c4
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-07-07T15:24:21Z

IGNITE-5712 Tests for pessimistic transactions added

commit bc8c5680a2b68c2966fd4e16cc0fe2ceba5a2f87
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-07-10T15:33:06Z

IGNITE-5712 method description fixed, code style fixes

commit 2d7c712813b8b4cbffe226afbcb8e82cdacac48c
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-07-13T17:49:24Z

IGNITE-5712 fixed serializable transaction's state not changed after 
onError() called

commit 00efd579e3d2606ae5abe90303fb369567eaa791
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-07-13T18:58:43Z

IGNITE-5712 fixes

commit fe575878968aae2d48fb7fbdb7c8e6aacc0b1318
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-07-13T19:16:15Z

IGNITE-5712 fixes2




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2301: Ignite 5712

2017-07-14 Thread voipp
Github user voipp closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2257: IGNITE-5712 Context switching between threads for...

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

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

IGNITE-5712 Context switching between threads for optimistic transact…

…ions

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

$ git pull https://github.com/voipp/ignite IGNITE-5712

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

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


commit f8f9a2c16b81a9afa6cb5ccbf5f283a8af9103fc
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-06-30T15:06:53Z

IGNITE-5712 Context switching between threads for optimistic transactions




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2302: IGNITE-5712 Context switching between threads for...

2017-07-14 Thread voipp
GitHub user voipp opened a pull request:

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

IGNITE-5712 Context switching between threads for optimistic transact…

…ions

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

$ git pull https://github.com/voipp/ignite IGNITE-5712-2

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

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


commit 7acf6b173df1cfc763dea72360fd9d7b13c20dfc
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-06-30T15:06:53Z

IGNITE-5712 Context switching between threads for optimistic transactions




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2302: IGNITE-5712 Context switching between threads for...

2017-07-19 Thread voipp
Github user voipp closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2061: IGNITE-4887 Support for starting transaction in a...

2017-07-19 Thread voipp
Github user voipp closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2332: Ignite 1094

2017-07-21 Thread voipp
GitHub user voipp opened a pull request:

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

Ignite 1094



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

$ git pull https://github.com/voipp/ignite ignite-1094

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

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


commit d2b47591319967264d8e0b7364494cc8208c016a
Author: Pavel Tupitsyn <ptupit...@apache.org>
Date:   2017-06-26T14:40:41Z

IGNITE-5588 .NET: Inject resources in ScanQuery

commit caa4f25e989528249f4755cd59c9758dc1c31641
Author: Dmitriy Shabalin <dmitri...@gmail.com>
Date:   2017-06-27T08:32:13Z

IGNITE-4467 fixed table header scrolling with content

commit a9db2ad01c0ec04a5edc42890acd535653bd6f88
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-27T09:27:34Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-2.1.2

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java
#   
modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite2.java

commit fd09d301b14a2e20774503359bcef4280a67da92
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-27T09:27:45Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-2.1.2

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapManagerImpl.java
#   
modules/core/src/test/java/org/apache/ignite/testsuites/IgniteCacheTestSuite2.java

commit f2a5a93f0748f905ede77ff84787947a0893c3f8
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-27T10:43:13Z

Quick fix for NPE in PageMemoryImpl.loadedPages

commit acf0441b043a04cd01200d955e64d73e40436cd0
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-27T11:10:41Z

Added test for concurrent activation and node join.

commit 07bf0f6f3ab5333ba42808c6b39000cf13b77f5c
Author: Igor Seliverstov <gvvinbl...@gmail.com>
Date:   2017-06-21T12:05:05Z

IGNITE-5548 Deadlock Detection uses IgniteCheckedException instead of 
TransactionTimeoutException

commit 1d88bec2da02b6343ee867e4fbc25b00e67c1fd6
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-06-27T13:13:30Z

ignite-gg-12052 code comments

commit 4adfca9dcbbb8709744dce5a986e193ba4015eb1
Author: Sergey Chugunov <sergey.chugu...@gmail.com>
Date:   2017-06-27T14:04:16Z

GG-12347 restoring binary metadata at correct moment of 
ObjectBinaryProcessor startup process

commit eec0fcf313c6631b44098e203365e7f5cfd34d54
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2017-06-27T14:53:55Z

IGNITE-5279 Name case sensitivity tests for CREATE INDEX and CREATE TABLE.

commit ff151e5fd1b0d9782b53e88b46fb7aab9dd019a7
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2017-06-27T15:07:00Z

IGNITE-5449 DML+DDL complex test.

commit 1cb9772833261a14afc8aae3e6005df7fb28b83f
Author: vsisko <vsi...@gridgain.com>
Date:   2017-06-28T03:44:33Z

IGNITE-5577 Added missed fields to DTO.

commit 3cd30f0640fb9b77d4db739a8291055c2207aa4f
Author: anovikov <anovi...@gridgain.com>
Date:   2017-06-28T04:47:25Z

IGNITE-5461 Support for Memory metrics and fixed cache metrics.

commit cff23a99b655bc353e93fee5b2d87c5f76ff8d7b
Author: vsisko <vsi...@gridgain.com>
Date:   2017-06-28T05:04:58Z

IGNITE-5599 Added check that node URL is valid. Added warning about 
ignite-rest-http.

commit 8445b315663710507e6e3996223f01748f9674a6
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-28T05:58:09Z

ignite-5595 Client event exchange optimization

commit f0f59631ec05a281af671f6cc246ca3ef443e083
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-28T06:06:23Z

Merge remote-tracking branch 'remotes/origin/master' into ignite-2.1.2

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

commit 764eeeaa387f1800d0501cc1e7060c1125b3ad72
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-28T06:07:17Z

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

commit 3dbeac440591c8404bdbea78fc46cdff7c2f432e
Author: vsisko <vsi...@gridgain.com>
Date:   2017-06-28T08:07:30Z

IGNITE-5536 Fixed Docker file generation.

commit d6972e95367d93c1015b6bab8dd4dc78ae2fc1e6
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-28T08:30:47Z

ignite-2.1.2 Limit amount of debug logging

commit 1ced55b6fabfd009e98a2d2010bf6e9a01a30fb9
Author: sboikov <sboi...@gridgain.com>
Date:   2017-06-28T08:31:18Z

Merge remote-tracking branch 'community/ignite-2.1.2' into ignit

[GitHub] ignite pull request #2474: added throw runtime exception when mvcc addLocal

2017-08-17 Thread voipp
GitHub user voipp opened a pull request:

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

added throw runtime exception when mvcc addLocal



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

$ git pull https://github.com/voipp/ignite ignite-5714-2

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

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


commit 284b1235168f470ba1bbd462bb52b467a94a8a35
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-17T14:21:17Z

added throw runtime exception when mvcc addLocal




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2475: added throw runtime exception when mvcc addLocal

2017-08-17 Thread voipp
GitHub user voipp opened a pull request:

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

added throw runtime exception when mvcc addLocal



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

$ git pull https://github.com/voipp/ignite ignite-5714-3

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

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


commit 47b9f668b7ab76d07b01cd89f833bd34d99112c2
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-17T14:25:42Z

added throw runtime exception when mvcc addLocal




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2473: added throw runtime exception when candidate add

2017-08-17 Thread voipp
GitHub user voipp opened a pull request:

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

added throw runtime exception when candidate add



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

$ git pull https://github.com/voipp/ignite ignite-5714-1

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

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


commit ed22986a9e10a33adc04e41df0b409caa522d871
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-17T14:17:24Z

added throw runtime exception when candidate add




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2489: ignite-5714-4

2017-08-20 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5714-4



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

$ git pull https://github.com/voipp/ignite ignite-5714-4

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

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


commit c46054c3c531c0c97709d1bae436ec643962e49e
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-18T16:34:49Z

ignite-5714-4




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2467: added throw runtime exception when it waits on Gr...

2017-08-17 Thread voipp
GitHub user voipp opened a pull request:

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

added throw runtime exception when it waits on GridCacheTxFinishSync



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

$ git pull https://github.com/voipp/ignite master-exception-on-sync

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

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


commit 5cffb41fc335e75f775703260af44acc538fdb6d
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-17T13:28:03Z

added throw runtime exception when it waits on GridCacheTxFinishSync




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1581: IGNITE-1094 Ignite.createCache(CacheConfiguration...

2017-05-22 Thread voipp
Github user voipp closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2091: IGNITE-1553 Optimize transaction prepare step whe...

2017-06-06 Thread voipp
GitHub user voipp opened a pull request:

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

IGNITE-1553 Optimize transaction prepare step when store is enabled



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

$ git pull https://github.com/voipp/ignite IGNITE-1553

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

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






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2126: IGNITE-1094 recovery resolved

2017-06-14 Thread voipp
GitHub user voipp opened a pull request:

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

IGNITE-1094 recovery resolved



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

$ git pull https://github.com/voipp/ignite IGNITE-1094

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

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


commit f289a42c1a1afec46473e20a225d2c1a9319781b
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-06-09T08:47:55Z

IGNITE-1094 recovery resolved




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #1904: IGNITE-1094 corrupted cache recovery resolved

2017-05-04 Thread voipp
GitHub user voipp opened a pull request:

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

IGNITE-1094 corrupted cache recovery resolved



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

$ git pull https://github.com/voipp/ignite Ignite-1094

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

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


commit e47ce114e6431cc55e58ea2fdcbdc53b93ea57df
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-05-03T13:22:19Z

IGNITE-1094 corrupted cache recovery resolved




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2061: IGNITE-4887 Support for starting transaction in a...

2017-06-01 Thread voipp
GitHub user voipp opened a pull request:

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

IGNITE-4887 Support for starting transaction in another thread



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

$ git pull https://github.com/voipp/ignite IGNITE-4887

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

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


commit 3dc81c6797ab05b07f41c1fe016248b14cbbbe89
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-05-25T15:56:45Z

IGNITE-4887 Support for starting transaction in another thread




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2658: ignite-5960 cont counter null if nobody listens

2017-09-14 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5960 cont counter null if nobody listens



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

$ git pull https://github.com/voipp/ignite ignite-5960-1

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

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


commit aab7bdd8193e0f092a94365688a0a8fa06676bea
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-14T07:49:13Z

ignite-5960 cont counter null if nobody listens




---


[GitHub] ignite pull request #2126: IGNITE-1094 recovery resolved

2017-09-15 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2677: ignite-5960 Sending backupQueue to node.

2017-09-15 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5960  Sending backupQueue to node.



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

$ git pull https://github.com/voipp/ignite ignite-5960-3

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

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


commit c42adb5c3e8c46fdec38ac0e6a3cbe3ad2db5520
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-15T16:54:08Z

ignite-5960  Sending backupQueue to node.




---


[GitHub] ignite pull request #1557: IGNITE-2845 Get operation might ignore entry upda...

2017-09-15 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2091: IGNITE-1553 Optimize transaction prepare step whe...

2017-09-15 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2332: Ignite 1094

2017-09-15 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2668: ignite-5960 race fixed

2017-09-15 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5960 race fixed



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

$ git pull https://github.com/voipp/ignite ignite-5960-final

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

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


commit 29c2b4f934aa538ba8c98a5bf5da6eba8b6060b8
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-15T06:26:20Z

ignite-5960 race fixed




---


[GitHub] ignite pull request #2677: ignite-5960 Sending backupQueue to node.

2017-09-19 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2728: race in innerUpdate fixed

2017-09-22 Thread voipp
GitHub user voipp opened a pull request:

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

race in innerUpdate fixed



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

$ git pull https://github.com/voipp/ignite ignite-5960-1

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

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


commit c95de0028f93297b6d9b1a61c6c3db49d164cd98
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-19T16:33:26Z

race in innerUpdate fixed




---


[GitHub] ignite pull request #2700: probable fix

2017-09-22 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2658: ignite-5960 cont counter null if nobody listens

2017-09-19 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2700: probable fix

2017-09-19 Thread voipp
GitHub user voipp opened a pull request:

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

probable fix



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

$ git pull https://github.com/voipp/ignite ignite-5960-1

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

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


commit 7fba1c7cf34d4828af334f084f530f9f7c011460
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-19T16:33:26Z

probable fix




---


[GitHub] ignite pull request #2751: ignite-5714-8

2017-10-06 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2751: ignite-5714-8

2017-10-06 Thread voipp
GitHub user voipp reopened a pull request:

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

ignite-5714-8



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

$ git pull https://github.com/voipp/ignite 
ignite-5714-local-lock-not-covered

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

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


commit 6f2f339adf78ccde554321f57041d74c6a75b10d
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-26T13:08:05Z

Adding lock if timeout is negative

commit 94428f350e36485f6554134a7dab4f3db30d47f8
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-10-06T08:05:36Z

Revert: Adding lock if timeout is negative

commit 3215f638cfaffe7d3c4466a2f8528ff969d53594
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-10-06T08:06:15Z

exception when check lock owner




---


[GitHub] ignite pull request #2829: ignite-5714 removed unused GridCacheTxFinishSync

2017-10-11 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5714 removed unused GridCacheTxFinishSync



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

$ git pull https://github.com/voipp/ignite ignite-5714-remove-tx-sync

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

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


commit 775e03424207581fa64441c1af3f6d38f4faa582
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-10-10T14:37:59Z

removed unused GridCacheTxFinishSync




---


[GitHub] ignite pull request #2829: ignite-5714 removed unused GridCacheTxFinishSync

2017-10-12 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2641: ignite-5960 continuous query entry update race fi...

2017-09-12 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5960 continuous query entry update race fixed



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

$ git pull https://github.com/voipp/ignite ignite-5960

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

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


commit 9771ba332df9bc700b7c97a245da2a15db25cf5c
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-12T07:23:41Z

ignite-5960 continuous query entry update race fixed




---


[GitHub] ignite pull request #2648: ignite-4931 tests reworked

2017-09-12 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-4931 tests reworked



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

$ git pull https://github.com/voipp/ignite ignite-4931

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

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


commit d9531fdde138365c5d5f6bdbfccc0d132bdb966c
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-12T12:35:57Z

ignite-4931 tests reworked




---


[GitHub] ignite pull request #2607: tests unmuted

2017-09-07 Thread voipp
GitHub user voipp opened a pull request:

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

tests unmuted



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

$ git pull https://github.com/voipp/ignite ignite-4931-on-2.1

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

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


commit 83a72f7eab0035e7c782916adc27b98339720641
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-07T05:51:55Z

tests unmuted




---


[GitHub] ignite pull request #2607: tests unmuted

2017-09-07 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2759: exception when trying to check threadId for remot...

2017-09-26 Thread voipp
GitHub user voipp opened a pull request:

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

exception when trying to check threadId for remote



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

$ git pull https://github.com/voipp/ignite ignite-5714-6

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

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


commit 3f01e4c0155105fec2680a3fa80228a33c26712e
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-26T12:08:11Z

exception when trying to check threadId for remote




---


[GitHub] ignite pull request #2641: ignite-5960 continuous query entry update race fi...

2017-09-25 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2668: ignite-5960 race fixed

2017-09-25 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2753: ignite-5714 updateExplicitVersion for detached en...

2017-09-26 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5714 updateExplicitVersion for detached entry



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

$ git pull https://github.com/voipp/ignite ignite-5714-7

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

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


commit d6df5781403a08171a63ccff04d5b04c6352e563
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-26T14:07:45Z

ignite-5714 updateExplicitVersion for detached entry




---


[GitHub] ignite pull request #2751: Adding lock if timeout is negative

2017-09-26 Thread voipp
GitHub user voipp opened a pull request:

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

Adding lock if timeout is negative



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

$ git pull https://github.com/voipp/ignite 
ignite-5714-local-lock-not-covered

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

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


commit c2014e7c0b447381a1ac4b0a3803ed7333f9e864
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-26T13:08:05Z

Adding lock if timeout is negative




---


[GitHub] ignite pull request #2788: ignite-5714 xid instead thread id in postLockWrit...

2017-10-02 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5714 xid instead thread id in postLockWrite



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

$ git pull https://github.com/voipp/ignite ignite-5714-postLockWrite-edited

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

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


commit 71937d553ac815202f612c9c8bcb7b883c88a27d
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-10-02T14:48:05Z

ignite-5714 xid instead thread id in postLockWrite




---


[GitHub] ignite pull request #2789: ignite-5714 refactoring threadId removed

2017-10-02 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5714 refactoring threadId removed



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

$ git pull https://github.com/voipp/ignite ignite-5714-threadId-removed1

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

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


commit 967eb3a1d503c65596b420e466cf798c2b6cdf41
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-27T13:01:58Z

ignite-5714 refactoring threadId removed




---


[GitHub] ignite pull request #2768: ignite-5714 refactoring proposal for unused remot...

2017-09-28 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5714 refactoring proposal for unused remoteCandidate()



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

$ git pull https://github.com/voipp/ignite ignite-5714-refactoring-proposal

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

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


commit 317ba55678e52e586054e046674a887debf26809
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-28T12:04:35Z

refactoring proposal for unused remoteCandidate()




---


[GitHub] ignite pull request #2494: ignite-5714-2

2017-09-26 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2746: Ignite 5714 2

2017-09-26 Thread voipp
GitHub user voipp opened a pull request:

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

Ignite 5714 2



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

$ git pull https://github.com/voipp/ignite ignite-5714-2

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

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


commit 4f93c312a05328e8513053146f6801cd8cd98ce9
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-28T12:55:37Z

ignite-5714 exception when processing DhtLockRequest

commit 5012c7bb45b06f9f288e695f38a199a0474851ce
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-22T14:38:52Z

Revert: ignite-5714 exception when processing DhtLockRequest

commit 7e98c8d967730bc13e2b78e1817279a4f2938f33
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-26T11:18:37Z

exception when failed to unlock entry




---


[GitHub] ignite pull request #2494: ignite-5714-2

2017-08-21 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5714-2



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

$ git pull https://github.com/voipp/ignite ignite-5714-2

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

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


commit 24b5c8c77f51fbaca526f559e2ae458e13820e8e
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-21T14:47:33Z

ignite-5714 exception for recheck added




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2493: ignite-5714-1

2017-08-21 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5714-1



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

$ git pull https://github.com/voipp/ignite ignite-5714-1

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

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


commit ad0bdb276697b80d61cf4c5efb2e6191bf82d0e5
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-21T13:07:06Z

ignite-5714 checking reassigned()




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2495: ignite-5714-3

2017-08-21 Thread voipp
GitHub user voipp opened a pull request:

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

ignite-5714-3



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

$ git pull https://github.com/voipp/ignite ignite-5714-3

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

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


commit 26b396bf1f76000e816854542c4d578db37e95bf
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-21T14:50:04Z

ignite-5714 exception for reassign added




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2473: ignite-5714-1

2017-08-21 Thread voipp
Github user voipp closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2474: ignite-5714-2

2017-08-21 Thread voipp
Github user voipp closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2524: Ignite 5714

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

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

Ignite 5714



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

$ git pull https://github.com/voipp/ignite ignite-5714

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

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


commit 4c811c5eff82052edf9d25651d3cd4db493799db
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-25T14:21:23Z

ignite-5714 removed threadId

commit 2250a2e81d8530321b868dd8d09c0c1875d737f2
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-08-28T09:11:54Z

ignite-5714 removed thredId from lock request




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #2753: ignite-5714 updateExplicitVersion for detached en...

2017-09-27 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #3079: Ignite incorrect state reconnect

2017-11-22 Thread voipp
GitHub user voipp opened a pull request:

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

Ignite incorrect state reconnect



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

$ git pull https://github.com/voipp/ignite ignite-incorrect-state-reconnect

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

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


commit fac0d50bd01fb485175b6a58611146f600409e1b
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-26T15:24:19Z

Create dhtLockFuture and check thread id

commit 9aa89dfbf556aba55ceac9cb9665ace07654e1e8
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-09-29T15:14:33Z

throw exception, when received finish request for finished transaction

commit 7b4292cf342fd87db7d849fb12712ea9c0f75998
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-10-09T09:33:16Z

Revert: throw exception, when received finish request for finished 
transaction

commit 024c8e4c3145bf6933080409994c931abc502734
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-10-09T09:34:42Z

throw exception when alternate versions in transaction

commit 173f898eac151175ec3433a117843579010b890b
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-10-23T22:36:09Z

Revert:throw exception when alternate versions in transaction

commit 99bd960432dfd14cc4a8141f978277a4dfe2930c
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-10-23T22:42:07Z

exception when finishFut not done

commit 06aaddec1621bb0bdf2e9f7c351334930af4260d
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-07T15:33:30Z

Revert: exception when finishFut not done

commit bcc65b53f93e22865cbd677fc90b6a0f406712aa
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-07T15:48:47Z

exception when adding candidate after reposition

commit fd54ada5595dce3b1821904aa5a7642725f70ded
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-08T09:51:33Z

Revert: exception when adding candidate after reposition

commit 798908f30c5f26e32aacb71d25c040031a441c7d
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-08T09:55:57Z

exception in readyNearLocal

commit e91b9daf20fb50ad04c1ed27151f9b93d064bd47
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-14T14:54:39Z

throw exception when received lait response

commit 4bb65cb1d0da29ac9ae23f5c3da6f7c82c08ed6e
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-21T19:11:03Z

Revert: throw exception when received lait response

commit 49c9ba08a26f48533d0e86b9f4f1022e9dc6d64e
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-21T19:11:18Z

Revert: exception in readyNearLocal

commit 62f627cea4d6bcd255b0c3a21bef4596aae5248b
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-21T19:16:06Z

change state to rollback when client reconnect

commit d253425eebab42d8b8d37a995d039564ed8f6286
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-22T08:36:15Z

Revert: change state to rollback when client reconnect

commit a001cd659d5cb9b17072be4e38c43d0ffd2c4a28
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-22T08:42:04Z

test for incorrect tx state after client reconnect




---


[GitHub] ignite pull request #3253: Ignite-1553

2017-12-19 Thread voipp
GitHub user voipp opened a pull request:

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

Ignite-1553



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

$ git pull https://github.com/voipp/ignite IGNITE-1553

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

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


commit 4051afc7ec89d48971c127cb4426175defe4fb37
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-12-15T16:39:51Z

batchStoreCommit split into prepare and commit methods. Still prepares and 
commits on final phase

commit d22822ac2f580f9667d8cf3de0bf16234d111eb9
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-12-19T15:11:03Z

draft




---


[GitHub] ignite pull request #2975: Ignite-6083

2017-11-02 Thread voipp
GitHub user voipp opened a pull request:

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

Ignite-6083



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

$ git pull https://github.com/voipp/ignite ignite-6083

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

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


commit 5154819c58d221ecf810f85370426007cdce083d
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-02T17:30:20Z

test added

commit 8a6c816e8122327645ccd7f6c76002d330b990f2
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-02T17:26:37Z

draft fix




---


[GitHub] ignite pull request #3148: Ignite 6846

2017-12-05 Thread voipp
GitHub user voipp opened a pull request:

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

Ignite 6846



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

$ git pull https://github.com/voipp/ignite ignite-6846

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

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


commit ba259c92c7642601ffd53180a413d2244c72fde2
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-24T16:44:34Z

draft

commit c5e1cdc8a8b38ab4ec3345c85c2e195fefe3b3a6
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-27T20:04:33Z

last metrics added. More tests left

commit 8382d1415a64a7f23fcd863e1eaf0dc1ef294598
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-29T10:41:41Z

draft2

commit 72bd55e923e61b804da4441c042d49a0a2dc8fb9
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-29T14:27:58Z

draft3

commit 75f14f51c4d0cfd424c86f271844396f7303e671
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-30T08:45:30Z

some fixes

commit a470b51fff2668d4068949bb4be38e38d58c78e4
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-30T10:42:46Z

in progress...

commit f602b8fbd4787483efadecafe22ab4032a53efd9
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-11-30T12:03:08Z

in progress...

commit 99399a6a4e8370a34414c7fcc088fef9c42e
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-12-01T15:46:37Z

some shit

commit 83cd2aeee880ba63ad1cd3800c5a663d5ec970b0
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-12-03T13:32:47Z

some shit2

commit a03fa3e716782822d15c02efbbafe028346e927a
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-12-03T15:41:01Z

some shit3

commit 941e8724d86546a97c79feae010a85b380f17aca
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-12-04T16:39:34Z

some shit continue

commit f0e07c1aaa9b889d94138324246d0fe26a7c4e6f
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-12-05T14:55:36Z

last shit

commit e45358b107cf66471489f9e9b40b2c5a8a8556bb
Author: voipp <alkuznetsov...@gmail.com>
Date:   2017-12-05T17:10:56Z

fixes for shit




---


[GitHub] ignite pull request #2768: ignite-5714 refactoring proposal for unused remot...

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2746: Ignite-5714-2

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2788: ignite-5714 xid instead thread id in postLockWrit...

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2759: ignite-5714-6

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #3079: Ignite incorrect state reconnect

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2751: ignite-5714-8

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2493: ignite-5714-1

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2516: ignite-5714-5

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2495: ignite-5714-3

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2524: Ignite-5714 threadId removed from Near finish res...

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2489: ignite-5714 thread id amended to data structure

2017-12-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #2975: Ignite-6083 Null value has appeared in entry proc...

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

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


---


[GitHub] ignite pull request #3692: Suspend resume benchmark

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

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


---


[GitHub] ignite pull request #3991: 50 time run test

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

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

50 time run test



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

$ git pull https://github.com/voipp/ignite IGNITE-8161

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

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


commit 9fbff820c89327d8db6c371386275565f6a18d54
Author: voipp <alkuznetsov.sb@...>
Date:   2018-05-14T11:51:07Z

50 time run test




---


[GitHub] ignite pull request #3738: patch

2018-05-11 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #4023: IGNITE-5990

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

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

IGNITE-5990



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

$ git pull https://github.com/voipp/ignite IGNITE-5990

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

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


commit d8896a9d7548a1f9c3ca1228629d7e1790e68303
Author: voipp <alkuznetsov.sb@...>
Date:   2018-05-18T12:10:24Z

IGNITE-5990




---


[GitHub] ignite pull request #3584: IGNITE-7844 Transaction incorrect state after cli...

2018-05-17 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #3991: IGNITE-8161 Suspend-resume TX test is flaky on TC...

2018-05-16 Thread voipp
GitHub user voipp reopened a pull request:

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

IGNITE-8161 Suspend-resume TX test is flaky on TC (~5% fail rate)



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

$ git pull https://github.com/voipp/ignite IGNITE-8161

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

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


commit fee0950a7bb642b6be8cea7aeeeb059bf196d155
Author: voipp <alkuznetsov.sb@...>
Date:   2018-05-15T15:08:05Z

IGNITE-8161 test for suspend\resume operations fixed




---


[GitHub] ignite pull request #3991: IGNITE-8161 Suspend-resume TX test is flaky on TC...

2018-05-16 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #4052: IGNITE-5954 Remove obsolete near cache value from...

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

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

IGNITE-5954 Remove obsolete near cache value from primary\backup node.



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

$ git pull https://github.com/voipp/ignite IGNITE-5954

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

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


commit 4e6cd513856d460b65d91f5eee05ad3bd6269277
Author: voipp <alkuznetsov.sb@...>
Date:   2018-05-23T13:14:51Z

IGNITE-5954 Remove obsolete near cache value from primary\backup node.




---


[GitHub] ignite pull request #4174: IGNITE-8073 Cache read metric is calculated incor...

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

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

IGNITE-8073 Cache read metric is calculated incorrectly in atomic cache.



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

$ git pull https://github.com/voipp/ignite IGNITE-8073

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

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


commit e404757231de50e15416dae2f4795e17e1d777c4
Author: voipp 
Date:   2018-06-09T14:36:11Z

#draft




---


[GitHub] ignite pull request #4154: IGNITE-8645 fix for client tx metrics aren't incl...

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

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

IGNITE-8645 fix for client tx metrics aren't included to cache metrics



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

$ git pull https://github.com/voipp/ignite IGNITE-8645

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

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


commit c3ed2cf9ebadea7e78ef34de0914c16603d9352a
Author: voipp 
Date:   2018-06-01T16:28:55Z

IGNITE-8645 fix for client tx metrics aren't included to cache metrics




---


[GitHub] ignite pull request #4154: IGNITE-8645 fix for client tx metrics aren't incl...

2018-06-08 Thread voipp
GitHub user voipp reopened a pull request:

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

IGNITE-8645 fix for client tx metrics aren't included to cache metrics



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

$ git pull https://github.com/voipp/ignite IGNITE-8645

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

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


commit c3ed2cf9ebadea7e78ef34de0914c16603d9352a
Author: voipp 
Date:   2018-06-01T16:28:55Z

IGNITE-8645 fix for client tx metrics aren't included to cache metrics




---


[GitHub] ignite pull request #4154: IGNITE-8645 fix for client tx metrics aren't incl...

2018-06-08 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #4111: IGNITE-8645 fix for client tx metrics aren't incl...

2018-06-08 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #4189: #rerun test 200 times

2018-06-14 Thread voipp
GitHub user voipp opened a pull request:

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

#rerun test 200 times



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

$ git pull https://github.com/voipp/ignite IGNITE-5971

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

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


commit aafa92d5660adddf60bc651543217a95e1f12b0c
Author: voipp 
Date:   2018-06-14T12:21:02Z

#rerun test 200 times




---


[GitHub] ignite pull request #4189: #rerun test 200 times

2018-06-14 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #4119: Ignite 5954 30 time run test

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

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

Ignite 5954 30 time run test



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

$ git pull https://github.com/voipp/ignite IGNITE-5954-30-time-run-test

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

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


commit d448653961658f85ce9223fd208321b93de0abe8
Author: voipp 
Date:   2018-05-23T13:14:51Z

IGNITE-5954 Remove obsolete near cache value from primary\backup node

commit 14ac8feaabf2a29f1cdb196d407b9b77723d6831
Author: voipp 
Date:   2018-06-04T12:51:59Z

#test run 30 times




---


[GitHub] ignite pull request #4119: Ignite 5954 30 time run test

2018-06-05 Thread voipp
Github user voipp closed the pull request at:

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


---


[GitHub] ignite pull request #4023: IGNITE-5990

2018-06-05 Thread voipp
Github user voipp closed the pull request at:

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


---


  1   2   >