[
https://issues.apache.org/jira/browse/IGNITE-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093886#comment-15093886
]
ASF GitHub Bot commented on IGNITE-2156:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/397
IGNITE-2156 .Net: add IgniteClientDisconnectedException to the .Net API
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-2156
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/397.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 #397
----
commit 2933feccc4a6b895cb8ad1bbe353220162034356
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T09:52:32Z
IGNITE-2156 .Net: add IgniteClientDisconnectedException to the .Net API
commit 824b20447640f60168c2dcc32f2480f957f1e401
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T09:58:04Z
wip
commit 7d56c73442a427587940791bbb35f0b75144c621
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T10:14:16Z
wip
commit 8b0addf8d1fe324260baf57736bc88ff55e33ff9
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T10:25:33Z
wip
commit 609f61506631ed5c0b640409f668da59d104ac9d
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T10:42:52Z
Suspend/reconnect works
commit 3c95d762a372e760a6dee5a3883ab914350f8464
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T10:53:19Z
wip connect/reconnect callbacks
commit 35d796e56443f4659aecade36dd1aa419fd983e6
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T10:54:49Z
wip connect/reconnect callbacks
commit 40f9ee6d3c68ce918f13fa82ef56f2e96ea6766f
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T11:38:40Z
wip ICluster
commit fed3da5a511c238f5748051fe42ab4f3113cc348
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T11:45:56Z
wip
commit 170e33071bee200348b412715d9f5cd1fb207523
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T11:49:17Z
wip C# callbacks
commit 8dfce214884ac241636f131f0b36cd1f054c15f2
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T11:56:43Z
wip connect/reconnect callbacks
commit 340370e9068b7f016ce88ca3b5ae436cc10fb1fc
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T12:17:35Z
Callbacks work
commit 90c83262ad47323830e4db83f3b7104625aebba7
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T12:25:44Z
wip ClientReconnectTask
commit 52e7dd7a7e84a72d4cb3ebecf343df6a0d7e2f89
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T12:26:25Z
wip
commit daa97a5e94acbb9629dab26f9adf5c1ea7adfe12
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T12:28:28Z
ClientReconnectTask test updated
commit efb322208af2b202b9fbb875f2b2a7aa0eb05383
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T12:29:34Z
wip
commit 6dded092b682b084c6d05b89fbef175d037cd1dd
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T12:51:05Z
wip ClientDisconnectedException
commit 733f456cfd8ff1097b8bbb2f8a06dac08780ac6f
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T12:59:50Z
wip
commit a424b7a0b9b7ceb0a7f0283dedf8788bec61c560
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T13:04:21Z
Propagate Ignite to GetException
commit 0afb8843451d348d00893f3a16063b2aa460f747
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T13:05:38Z
wip
commit 8b5ea0a5aac59c435569ec64a88cbd7e0b4e0953
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T13:17:56Z
wip
commit 74d920acce39fbd53402a62b806f609f7550fead
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T13:34:52Z
wip inner class
commit 9f7974d2e9d168a83f105cd0e1865a08024716d9
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-01-12T13:38:08Z
wip tests
----
> .Net: add IgniteClientDisconnectedException to the .Net API
> -----------------------------------------------------------
>
> Key: IGNITE-2156
> URL: https://issues.apache.org/jira/browse/IGNITE-2156
> Project: Ignite
> Issue Type: Bug
> Components: interop
> Affects Versions: ignite-1.4
> Reporter: Denis Magda
> Assignee: Pavel Tupitsyn
> Fix For: 1.6
>
>
> Java API has IgniteClientDisconnectedException that lets to take a reference
> to the future and wait for client reconnection.
> .Net API should be improved by adding the same functionality
> https://apacheignite.readme.io/docs/clients-vs-servers#client-reconnect
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)