ignite git commit: ignite-2359 Added locking for files used by MarshallerContextImpl.

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/master 59a893c25 -> 1d8c4e259 ignite-2359 Added locking for files used by MarshallerContextImpl. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1d8c4e25 Tree:

ignite git commit: ignite-2359 Added locking for files used by MarshallerContextImpl. (cherry picked from commit 1d8c4e2)

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1.5.4 86740cefe -> 92229d2a6 ignite-2359 Added locking for files used by MarshallerContextImpl. (cherry picked from commit 1d8c4e2) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

ignite git commit: ignite-2350

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-2350 3db0ec54a -> 2a521009e ignite-2350 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2a521009 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2a521009

[ignite] Git Push Summary

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1537 [deleted] 456f1b655

[2/6] ignite git commit: ignite-2359 Added locking for files used by MarshallerContextImpl.

2016-01-12 Thread sboikov
ignite-2359 Added locking for files used by MarshallerContextImpl. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1d8c4e25 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1d8c4e25 Diff:

[4/6] ignite git commit: Fixes: - allow 'committing' -> 'marked_rollback' tx state change only for thread committing transaction - fixed 'full_sync' mode for case when tx primary nodes fail - fixed ra

2016-01-12 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/457a9ae4/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearTxFinishFuture.java -- diff --git

[5/6] ignite git commit: Fixes: - allow 'committing' -> 'marked_rollback' tx state change only for thread committing transaction - fixed 'full_sync' mode for case when tx primary nodes fail - fixed ra

2016-01-12 Thread sboikov
Fixes: - allow 'committing' -> 'marked_rollback' tx state change only for thread committing transaction - fixed 'full_sync' mode for case when tx primary nodes fail - fixed race between statically configured cache start and GridDhtAffinityAssignmentRequest - fixed 'prepareMarshal' methods to

[3/6] ignite git commit: Fixes: - allow 'committing' -> 'marked_rollback' tx state change only for thread committing transaction - fixed 'full_sync' mode for case when tx primary nodes fail - fixed ra

2016-01-12 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/457a9ae4/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/GridTcpCommunicationSpiRecoveryAckSelfTest.java -- diff --git

[6/6] ignite git commit: Merge remote-tracking branch 'remotes/origin/master' into ignite-1811

2016-01-12 Thread sboikov
Merge remote-tracking branch 'remotes/origin/master' into ignite-1811 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/34f62f10 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/34f62f10 Diff:

[1/6] ignite git commit: Page Memory WIP.

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1811 8f1f6626a -> 34f62f10f Page Memory WIP. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/59a893c2 Tree:

[ignite] Git Push Summary

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-2359 [deleted] 82c1dd50e

ignite git commit: ignite-2350

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-2350 [created] 3db0ec54a ignite-2350 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3db0ec54 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3db0ec54

[1/3] ignite git commit: Fixes: - allow 'committing' -> 'marked_rollback' tx state change only for thread committing transaction - fixed 'full_sync' mode for case when tx primary nodes fail - fixed ra

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/master 1d8c4e259 -> 457a9ae4d http://git-wip-us.apache.org/repos/asf/ignite/blob/457a9ae4/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/GridTcpCommunicationSpiRecoveryAckSelfTest.java

[2/3] ignite git commit: Fixes: - allow 'committing' -> 'marked_rollback' tx state change only for thread committing transaction - fixed 'full_sync' mode for case when tx primary nodes fail - fixed ra

2016-01-12 Thread sboikov
http://git-wip-us.apache.org/repos/asf/ignite/blob/457a9ae4/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearTxFinishFuture.java -- diff --git

[3/3] ignite git commit: Fixes: - allow 'committing' -> 'marked_rollback' tx state change only for thread committing transaction - fixed 'full_sync' mode for case when tx primary nodes fail - fixed ra

2016-01-12 Thread sboikov
Fixes: - allow 'committing' -> 'marked_rollback' tx state change only for thread committing transaction - fixed 'full_sync' mode for case when tx primary nodes fail - fixed race between statically configured cache start and GridDhtAffinityAssignmentRequest - fixed 'prepareMarshal' methods to

ignite git commit: ignite-2359 Added locking for files used by MarshallerContextImpl.

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-2359 [created] bb72b631a ignite-2359 Added locking for files used by MarshallerContextImpl. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bb72b631 Tree:

ignite git commit: 1.5.0.b1-SNAPSHOT

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1093-4 20e12ce0b -> 0bba7059a 1.5.0.b1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0bba7059 Tree:

ignite git commit: 1.0.5-SNAPSHOT

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-final-version-test ea25c9096 -> e60e5ae6e 1.0.5-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e60e5ae6 Tree:

ignite git commit: 1.5.0.b1-SNAPSHOT

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-final-version-test e60e5ae6e -> 0ba58f7c7 1.5.0.b1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0ba58f7c Tree:

ignite git commit: GNITE-2347 WIP Rework demo for load metadata.

2016-01-12 Thread akuznetsov
Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 65f74f5fb -> 941491116 GNITE-2347 WIP Rework demo for load metadata. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/94149111 Tree:

svn commit: r11885 - /dev/ignite/2.2.2-test-rc1/

2016-01-12 Thread sboikov
Author: sboikov Date: Tue Jan 12 13:30:42 2016 New Revision: 11885 Log: new RC (2.2.2-test-rc1) Added: dev/ignite/2.2.2-test-rc1/ dev/ignite/2.2.2-test-rc1/apache-ignite-2.2.2-test-src.zip (with props) dev/ignite/2.2.2-test-rc1/apache-ignite-2.2.2-test-src.zip.asc

[ignite] Git Push Summary

2016-01-12 Thread av
Repository: ignite Updated Tags: refs/tags/2.2.2-test-rc2 [deleted] 6f0849aa7

[ignite] Git Push Summary

2016-01-12 Thread av
Repository: ignite Updated Tags: refs/tags/2.2.2-test-rc1 [deleted] 70bf4b6b2

[ignite] Git Push Summary

2016-01-12 Thread sboikov
Repository: ignite Updated Tags: refs/tags/2.2.2-test [created] 668bcbd33

[ignite] Git Push Summary

2016-01-12 Thread sboikov
Repository: ignite Updated Tags: refs/tags/2.2.2-test-rc2 [created] 6f0849aa7

svn commit: r11886 - /dev/ignite/2.2.2-test-rc1/

2016-01-12 Thread av
Author: av Date: Tue Jan 12 13:41:45 2016 New Revision: 11886 Log: test package removed Removed: dev/ignite/2.2.2-test-rc1/

ignite git commit: IGNITE-2347 WIP Rework demo for load metadata.

2016-01-12 Thread akuznetsov
Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 826c6465c -> 6506cafa1 IGNITE-2347 WIP Rework demo for load metadata. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6506cafa Tree:

ignite git commit: 1.0.5-SNAPSHOT

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1093-3 db8d3f9f2 -> 697c66613 1.0.5-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/697c6661 Tree:

ignite git commit: 1.5.0.b1-SNAPSHOT

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1093-3 fb90f3999 -> db8d3f9f2 1.5.0.b1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/db8d3f9f Tree:

[ignite] Git Push Summary

2016-01-12 Thread sboikov
Repository: ignite Updated Tags: refs/tags/2.2.2-test-rc1 [created] 70bf4b6b2

ignite git commit: ignite-1811 Optimized cache 'get' on affinity node.

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-1811 [created] 8f1f6626a ignite-1811 Optimized cache 'get' on affinity node. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8f1f6626 Tree:

[ignite] Git Push Summary

2016-01-12 Thread sboikov
Repository: ignite Updated Tags: refs/tags/2.2.2-test [created] 40060fccf

[ignite] Git Push Summary

2016-01-12 Thread sboikov
Repository: ignite Updated Tags: refs/tags/2.2.2-test [deleted] 668bcbd33

ignite git commit: ignite-2359

2016-01-12 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-2359 bb72b631a -> 82c1dd50e ignite-2359 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/82c1dd50 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/82c1dd50

ignite git commit: IGNITE-2283 Minor fixes for summary page.

2016-01-12 Thread akuznetsov
Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 941491116 -> 9cd926ee4 IGNITE-2283 Minor fixes for summary page. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9cd926ee Tree:

ignite git commit: IGNITE-843 Minor fixes.

2016-01-12 Thread akuznetsov
Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 9cd926ee4 -> 826c6465c IGNITE-843 Minor fixes. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/826c6465 Tree: