[
https://issues.apache.org/jira/browse/IGNITE-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14725063#comment-14725063
]
ASF GitHub Bot commented on IGNITE-1340:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/54
IGNITE-1340 Platforms .Net: Fix PlatformCachePartialUpdateException
propagation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-gg-10689
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/54.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 #54
----
commit c2eb83ec4e9f76447e3d455936dd81c0394345ba
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-08-24T14:40:29Z
Merge pull request #1 from apache/master
IGNITE-1286: .Net solution and project skeletons.
commit 29c6d1e6dcbe4438078465872b8c6926212fcc43
Author: Pavel Tupitsyn <[email protected]>
Date: 2015-08-25T07:24:23Z
Merge pull request #2 from apache/master
Merging from main repo
commit 51bc2ecd613256d648db340b15b19494d96a7ceb
Author: ptupitsyn <[email protected]>
Date: 2015-08-25T10:03:43Z
Merge remote-tracking branch 'upstream/master'
commit 811b2e2024ede38c7fe8472a3d1002c2c65061fb
Author: ptupitsyn <[email protected]>
Date: 2015-08-25T13:38:48Z
Merge remote-tracking branch 'remotes/upstream/master'
commit 18c06b6dcb2c79a823dc044ed17c96253781ed99
Author: ptupitsyn <[email protected]>
Date: 2015-08-25T13:43:44Z
Merge remote-tracking branch 'remotes/upstream/master'
commit db209709dbed9d0ea0be9272e4b5136162508d36
Author: ptupitsyn <[email protected]>
Date: 2015-08-26T08:29:20Z
Merge remote-tracking branch 'remotes/upstream/master'
commit 3ae21f8f84ea26a0adab24ba7d5ee20d42a17164
Author: ptupitsyn <[email protected]>
Date: 2015-08-26T09:13:39Z
Merge remote-tracking branch 'remotes/upstream/master'
commit 9e29394c9b6a26839d88453a68671f32acc097c9
Author: ptupitsyn <[email protected]>
Date: 2015-08-26T09:55:45Z
Merge remote-tracking branch 'remotes/upstream/master'
commit b1fe45d2bb1f4f350c860cdd0557d75ead90a972
Author: ptupitsyn <[email protected]>
Date: 2015-08-26T13:01:10Z
Merge remote-tracking branch 'remotes/upstream/master'
commit 005ade0375aa6d32243f4a5562149186305113d0
Author: ptupitsyn <[email protected]>
Date: 2015-08-26T13:05:15Z
Merge remote-tracking branch 'remotes/upstream/master'
commit 20043f3534a5e8d7457f4f025b30d5b23385279a
Author: ptupitsyn <[email protected]>
Date: 2015-08-27T08:09:52Z
Merge remote-tracking branch 'remotes/upstream/master'
commit ac81c42f0a7247a838c589c095485930d59a0b35
Author: ptupitsyn <[email protected]>
Date: 2015-08-27T08:44:51Z
Merge remote-tracking branch 'remotes/upstream/master'
commit 486c624b3490031c7f892281287bfb5c90793c27
Author: ptupitsyn <[email protected]>
Date: 2015-08-27T10:07:28Z
Merge remote-tracking branch 'remotes/upstream/master'
commit 56736a8fc96c924b3aff6badff90e8481947515a
Author: ptupitsyn <[email protected]>
Date: 2015-08-27T10:33:37Z
Merge remote-tracking branch 'remotes/upstream/master'
commit 1cfcb497d03d75e654b3f9976a6e8d2683d0e207
Author: ptupitsyn <[email protected]>
Date: 2015-08-31T13:03:30Z
Merge remote-tracking branch 'remotes/upstream/master'
commit 25b798aa1d5590aafa9db0a25db936fcc381e3ef
Author: ptupitsyn <[email protected]>
Date: 2015-08-31T14:58:54Z
wip
commit 21a9117541f7b307a276710b89ce9ddaa374c2c1
Author: ptupitsyn <[email protected]>
Date: 2015-08-31T15:22:02Z
wip
commit e4792de58727c1f531e78818b35a999fe3cdfc0c
Author: ptupitsyn <[email protected]>
Date: 2015-08-31T15:33:42Z
wip
commit a84be23b04a296fda43008469e7e240504893e5e
Author: ptupitsyn <[email protected]>
Date: 2015-09-01T09:13:31Z
Merge remote-tracking branch 'remotes/upstream/master' into ignite-gg-10689
Conflicts:
modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/PlatformAbstractTarget.java
modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/cache/PlatformCachePartialUpdateException.java
modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/utils/PlatformFutureUtils.java
commit 7d08e2b4072d5c09f9e9fad68ac35131e44d27f3
Author: ptupitsyn <[email protected]>
Date: 2015-09-01T09:13:39Z
Merge remote-tracking branch 'remotes/upstream/master' into ignite-gg-10689
Conflicts:
modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/PlatformAbstractTarget.java
modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/cache/PlatformCachePartialUpdateException.java
modules/platform/src/main/java/org/apache/ignite/internal/processors/platform/utils/PlatformFutureUtils.java
----
> Platforms .Net: Fix PlatformCachePartialUpdateException propagation
> -------------------------------------------------------------------
>
> Key: IGNITE-1340
> URL: https://issues.apache.org/jira/browse/IGNITE-1340
> Project: Ignite
> Issue Type: Improvement
> Components: interop
> Affects Versions: 1.1.4
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Fix For: ignite-1.4
>
>
> PlatformCachePartialUpdateException should be thrown from PlatformCache in
> sync/async mode when
> CachePartialUpdateCheckedException/CachePartialUpdateException occurs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)