ignite git commit: IGNITE-6335 .NET: Thin client: cache binary mode

2017-11-29 Thread ptupitsyn
Repository: ignite Updated Branches: refs/heads/master c2b145a1b -> 35e621fec IGNITE-6335 .NET: Thin client: cache binary mode This closes #3114 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/35e621fe Tree:

svn commit: r1816666 - /ignite/site/trunk/community/resources.html

2017-11-29 Thread dmagda
Author: dmagda Date: Thu Nov 30 01:00:46 2017 New Revision: 181 URL: http://svn.apache.org/viewvc?rev=181=rev Log: updated committers table Modified: ignite/site/trunk/community/resources.html Modified: ignite/site/trunk/community/resources.html URL:

svn commit: r1816650 - /ignite/site/trunk/index.html

2017-11-29 Thread dmagda
Author: dmagda Date: Wed Nov 29 20:40:26 2017 New Revision: 1816650 URL: http://svn.apache.org/viewvc?rev=1816650=rev Log: changed the title Modified: ignite/site/trunk/index.html Modified: ignite/site/trunk/index.html URL:

svn commit: r1816649 - in /ignite/site/trunk: download.html includes/header.html

2017-11-29 Thread dmagda
Author: dmagda Date: Wed Nov 29 20:12:39 2017 New Revision: 1816649 URL: http://svn.apache.org/viewvc?rev=1816649=rev Log: updated events Modified: ignite/site/trunk/download.html ignite/site/trunk/includes/header.html Modified: ignite/site/trunk/download.html URL:

svn commit: r1816648 - in /ignite/site/trunk: events.html index.html

2017-11-29 Thread dmagda
Author: dmagda Date: Wed Nov 29 20:09:24 2017 New Revision: 1816648 URL: http://svn.apache.org/viewvc?rev=1816648=rev Log: updated events Modified: ignite/site/trunk/events.html ignite/site/trunk/index.html Modified: ignite/site/trunk/events.html URL:

ignite git commit: IGNITE-7016 Avoid WAL segment fsync on header write in non-default mode

2017-11-29 Thread agoncharuk
Repository: ignite Updated Branches: refs/heads/master 5fa9de3ef -> c2b145a1b IGNITE-7016 Avoid WAL segment fsync on header write in non-default mode Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c2b145a1 Tree:

[10/16] ignite git commit: Minor: moved custom events processing in GridContinuousProcessor's methods.

2017-11-29 Thread agoncharuk
Minor: moved custom events processing in GridContinuousProcessor's methods. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/eef5afda Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/eef5afda Diff:

[09/16] ignite git commit: IGNITE-7043 Fix method name suggested when page eviction starts - Fixes #3103.

2017-11-29 Thread agoncharuk
IGNITE-7043 Fix method name suggested when page eviction starts - Fixes #3103. Signed-off-by: Alexey Goncharuk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5fa5ae71 Tree:

[02/16] ignite git commit: IGNITE-6989 .NET: Thin client: Group operation codes by purpose

2017-11-29 Thread agoncharuk
IGNITE-6989 .NET: Thin client: Group operation codes by purpose Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/150449ca Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/150449ca Diff:

[16/16] ignite git commit: Merge remote-tracking branch 'apache/ignite-7016' into ignite-7016

2017-11-29 Thread agoncharuk
Merge remote-tracking branch 'apache/ignite-7016' into ignite-7016 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7a0b03a2 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7a0b03a2 Diff:

[15/16] ignite git commit: IGNITE-7016 Avoid WAL segment fsync on header write in non-default mode

2017-11-29 Thread agoncharuk
IGNITE-7016 Avoid WAL segment fsync on header write in non-default mode Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/44082e09 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/44082e09 Diff:

[07/16] ignite git commit: IGNITE-6919. Web Console: Minor fix of page title.

2017-11-29 Thread agoncharuk
IGNITE-6919. Web Console: Minor fix of page title. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d2c21bce Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d2c21bce Diff:

[01/16] ignite git commit: Fixed IGNITE-6838. Restore EvictionPolicy 'maxSize' field default value.

2017-11-29 Thread agoncharuk
Repository: ignite Updated Branches: refs/heads/ignite-7016 60e3680f7 -> 7a0b03a2f Fixed IGNITE-6838. Restore EvictionPolicy 'maxSize' field default value. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d5d2d322 Tree:

[05/16] ignite git commit: IGNITE-4454. Web Console: Minor UI changes.

2017-11-29 Thread agoncharuk
IGNITE-4454. Web Console: Minor UI changes. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2261b32d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2261b32d Diff:

[06/16] ignite git commit: IGNITE-6406: SQL: parallel index creation. This closes #3014.

2017-11-29 Thread agoncharuk
IGNITE-6406: SQL: parallel index creation. This closes #3014. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3d0123a1 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3d0123a1 Diff:

[03/16] ignite git commit: IGNITE-2766 Ensure that cache is available after client ID changes. This closes #3077.

2017-11-29 Thread agoncharuk
IGNITE-2766 Ensure that cache is available after client ID changes. This closes #3077. Signed-off-by: nikolay_tikhonov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5e7a5565 Tree:

[13/16] ignite git commit: Merge remote-tracking branch 'origin/master'

2017-11-29 Thread agoncharuk
Merge remote-tracking branch 'origin/master' Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5fa9de3e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5fa9de3e Diff:

[14/16] ignite git commit: IGNITE-7016 Avoid WAL segment fsync on header write in non-default mode

2017-11-29 Thread agoncharuk
IGNITE-7016 Avoid WAL segment fsync on header write in non-default mode Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e52113b2 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e52113b2 Diff:

[12/16] ignite git commit: IGNITE-6992: Hadoop: fixed MR problem with HDFS access when Kerberos is enabled. This closes #3097.

2017-11-29 Thread agoncharuk
IGNITE-6992: Hadoop: fixed MR problem with HDFS access when Kerberos is enabled. This closes #3097. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/438760ed Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/438760ed

[04/16] ignite git commit: IGNITE-7020 Web Console: fixed resize of pinned columns.

2017-11-29 Thread agoncharuk
IGNITE-7020 Web Console: fixed resize of pinned columns. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e4458d49 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e4458d49 Diff:

[11/16] ignite git commit: BinaryMetadataTransport: do not cache local node id, it can change after client reconnect.

2017-11-29 Thread agoncharuk
BinaryMetadataTransport: do not cache local node id, it can change after client reconnect. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/89c82f5f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/89c82f5f Diff:

[08/16] ignite git commit: IGNITE-7013 .NET: macOS support added

2017-11-29 Thread agoncharuk
IGNITE-7013 .NET: macOS support added This closes #3091 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0b849abc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0b849abc Diff:

ignite git commit: zk

2017-11-29 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-zk e790a8e5c -> c1e20330d zk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c1e20330 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c1e20330 Diff:

ignite git commit: zk

2017-11-29 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-zk 8bf6a2242 -> e790a8e5c zk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e790a8e5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e790a8e5 Diff:

ignite git commit: zk

2017-11-29 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-zk eba59c38a -> 8bf6a2242 zk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8bf6a224 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8bf6a224 Diff:

[1/2] ignite git commit: zk

2017-11-29 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-zk d8c52dc54 -> eba59c38a zk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4a8a7d0c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4a8a7d0c Diff:

[2/2] ignite git commit: zk

2017-11-29 Thread sboikov
zk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/eba59c38 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/eba59c38 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/eba59c38 Branch: refs/heads/ignite-zk

ignite git commit: zk

2017-11-29 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-zk a5a547073 -> d8c52dc54 zk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d8c52dc5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d8c52dc5 Diff:

[1/2] ignite git commit: IGNITE-6992: Hadoop: fixed MR problem with HDFS access when Kerberos is enabled. This closes #3097.

2017-11-29 Thread vozerov
Repository: ignite Updated Branches: refs/heads/master 89c82f5fa -> 5fa9de3ef IGNITE-6992: Hadoop: fixed MR problem with HDFS access when Kerberos is enabled. This closes #3097. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

[2/2] ignite git commit: Merge remote-tracking branch 'origin/master'

2017-11-29 Thread vozerov
Merge remote-tracking branch 'origin/master' Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5fa9de3e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5fa9de3e Diff:

[04/12] ignite git commit: IGNITE-6989 .NET: Thin client: Group operation codes by purpose

2017-11-29 Thread agoncharuk
IGNITE-6989 .NET: Thin client: Group operation codes by purpose Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/75660313 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/75660313 Diff:

[01/12] ignite git commit: IGNITE-7020 Web Console: fixed resize of pinned columns.

2017-11-29 Thread agoncharuk
Repository: ignite Updated Branches: refs/heads/ignite-7016 2fafa2180 -> 60e3680f7 IGNITE-7020 Web Console: fixed resize of pinned columns. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3ccf57a3 Tree:

[09/12] ignite git commit: Minor: moved custom events processing in GridContinuousProcessor's methods.

2017-11-29 Thread agoncharuk
Minor: moved custom events processing in GridContinuousProcessor's methods. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/fe806701 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/fe806701 Diff:

[06/12] ignite git commit: IGNITE-6919. Web Console: Minor fix of page title.

2017-11-29 Thread agoncharuk
IGNITE-6919. Web Console: Minor fix of page title. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f1b47edc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f1b47edc Diff:

[10/12] ignite git commit: BinaryMetadataTransport: do not cache local node id, it can change after client reconnect.

2017-11-29 Thread agoncharuk
BinaryMetadataTransport: do not cache local node id, it can change after client reconnect. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8e1f842f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8e1f842f Diff:

[02/12] ignite git commit: Fixed IGNITE-6838. Restore EvictionPolicy 'maxSize' field default value.

2017-11-29 Thread agoncharuk
Fixed IGNITE-6838. Restore EvictionPolicy 'maxSize' field default value. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5735c39b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5735c39b Diff:

[07/12] ignite git commit: IGNITE-4454. Web Console: Minor UI changes.

2017-11-29 Thread agoncharuk
IGNITE-4454. Web Console: Minor UI changes. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/60cef7c7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/60cef7c7 Diff:

[12/12] ignite git commit: IGNITE-7043 Fix method name suggested when page eviction starts - Fixes #3103.

2017-11-29 Thread agoncharuk
IGNITE-7043 Fix method name suggested when page eviction starts - Fixes #3103. Signed-off-by: Alexey Goncharuk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6afbc098 Tree:

[05/12] ignite git commit: IGNITE-6406: SQL: parallel index creation. This closes #3014.

2017-11-29 Thread agoncharuk
IGNITE-6406: SQL: parallel index creation. This closes #3014. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9a52bb28 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9a52bb28 Diff:

[11/12] ignite git commit: IGNITE-7013 .NET: macOS support added

2017-11-29 Thread agoncharuk
IGNITE-7013 .NET: macOS support added This closes #3091 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bf432ef4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/bf432ef4 Diff:

[08/12] ignite git commit: IGNITE-7016 Avoid WAL segment fsync on header write in non-default mode

2017-11-29 Thread agoncharuk
IGNITE-7016 Avoid WAL segment fsync on header write in non-default mode Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/60e3680f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/60e3680f Diff:

[03/12] ignite git commit: IGNITE-2766 Ensure that cache is available after client ID changes. This closes #3077.

2017-11-29 Thread agoncharuk
IGNITE-2766 Ensure that cache is available after client ID changes. This closes #3077. Signed-off-by: nikolay_tikhonov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2b1e0873 Tree:

[04/13] ignite git commit: IGNITE-7020 Web Console: fixed resize of pinned columns.

2017-11-29 Thread sboikov
IGNITE-7020 Web Console: fixed resize of pinned columns. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e4458d49 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e4458d49 Diff:

[03/13] ignite git commit: IGNITE-2766 Ensure that cache is available after client ID changes. This closes #3077.

2017-11-29 Thread sboikov
IGNITE-2766 Ensure that cache is available after client ID changes. This closes #3077. Signed-off-by: nikolay_tikhonov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5e7a5565 Tree:

[01/13] ignite git commit: Fixed IGNITE-6838. Restore EvictionPolicy 'maxSize' field default value.

2017-11-29 Thread sboikov
Repository: ignite Updated Branches: refs/heads/ignite-zk 287b717ad -> a5a547073 Fixed IGNITE-6838. Restore EvictionPolicy 'maxSize' field default value. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d5d2d322 Tree:

[09/13] ignite git commit: IGNITE-7043 Fix method name suggested when page eviction starts - Fixes #3103.

2017-11-29 Thread sboikov
IGNITE-7043 Fix method name suggested when page eviction starts - Fixes #3103. Signed-off-by: Alexey Goncharuk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5fa5ae71 Tree:

[10/13] ignite git commit: zk

2017-11-29 Thread sboikov
zk Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8ee69f50 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8ee69f50 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8ee69f50 Branch: refs/heads/ignite-zk

[12/13] ignite git commit: BinaryMetadataTransport: do not cache local node id, it can change after client reconnect.

2017-11-29 Thread sboikov
BinaryMetadataTransport: do not cache local node id, it can change after client reconnect. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/89c82f5f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/89c82f5f Diff:

[07/13] ignite git commit: IGNITE-6919. Web Console: Minor fix of page title.

2017-11-29 Thread sboikov
IGNITE-6919. Web Console: Minor fix of page title. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d2c21bce Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d2c21bce Diff:

[05/13] ignite git commit: IGNITE-4454. Web Console: Minor UI changes.

2017-11-29 Thread sboikov
IGNITE-4454. Web Console: Minor UI changes. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2261b32d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2261b32d Diff:

[06/13] ignite git commit: IGNITE-6406: SQL: parallel index creation. This closes #3014.

2017-11-29 Thread sboikov
IGNITE-6406: SQL: parallel index creation. This closes #3014. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3d0123a1 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3d0123a1 Diff:

[08/13] ignite git commit: IGNITE-7013 .NET: macOS support added

2017-11-29 Thread sboikov
IGNITE-7013 .NET: macOS support added This closes #3091 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0b849abc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0b849abc Diff:

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

2017-11-29 Thread sboikov
Merge remote-tracking branch 'remotes/origin/master' into ignite-zk # Conflicts: # modules/core/src/main/java/org/apache/ignite/internal/processors/continuous/GridContinuousProcessor.java Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

[11/13] ignite git commit: Minor: moved custom events processing in GridContinuousProcessor's methods.

2017-11-29 Thread sboikov
Minor: moved custom events processing in GridContinuousProcessor's methods. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/eef5afda Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/eef5afda Diff:

[02/13] ignite git commit: IGNITE-6989 .NET: Thin client: Group operation codes by purpose

2017-11-29 Thread sboikov
IGNITE-6989 .NET: Thin client: Group operation codes by purpose Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/150449ca Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/150449ca Diff:

ignite git commit: BinaryMetadataTransport: do not cache local node id, it can change after client reconnect.

2017-11-29 Thread sboikov
Repository: ignite Updated Branches: refs/heads/master eef5afdac -> 89c82f5fa BinaryMetadataTransport: do not cache local node id, it can change after client reconnect. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

ignite git commit: Minor: moved custom events processing in GridContinuousProcessor's methods.

2017-11-29 Thread sboikov
Repository: ignite Updated Branches: refs/heads/master 5fa5ae71f -> eef5afdac Minor: moved custom events processing in GridContinuousProcessor's methods. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/eef5afda Tree: