[
https://issues.apache.org/jira/browse/IGNITE-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16506872#comment-16506872
]
ASF GitHub Bot commented on IGNITE-1094:
----------------------------------------
GitHub user sk0x50 opened a pull request:
https://github.com/apache/ignite/pull/4163
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/gridgain/apache-ignite ignite-1094-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4163.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 #4163
----
commit 51f13379fc920f1f9412bcc07025ceadab28666c
Author: Slava Koptilin <slava.koptilin@...>
Date: 2018-06-08T10:14:16Z
added IgniteDynamicCacheStartFailSelfTest
commit 1e85bb15db98fd2b8bc3ea338f1b528945d3d5f4
Author: Slava Koptilin <slava.koptilin@...>
Date: 2018-06-08T10:16:21Z
added new attribute ATTR_DYNAMIC_CACHE_START_ROLLBACK_SUPPORTED which
indicates that rollback of exchange is supported
commit 8907568fe7292ab78b64f82475dd3ddf77e07f34
Author: Slava Koptilin <slava.koptilin@...>
Date: 2018-06-08T10:18:45Z
added convenience method to check that all nodes has an attribute and its
value equals to expected value.
commit d937eefdb3715f54d01bec9379649fb284e9ed93
Author: Slava Koptilin <slava.koptilin@...>
Date: 2018-06-08T10:22:01Z
added DynamicCacheChangeFailureMessage that represents exchange failure due
to dynamic cache start.
commit 3580d89045754cf7763b56aea9a40176c532add8
Author: Slava Koptilin <slava.koptilin@...>
Date: 2018-06-08T20:43:40Z
added rollback dynamically started caches
commit b184de02feffab58916378185dad1a7e6132c5b5
Author: Slava Koptilin <slava.koptilin@...>
Date: 2018-06-08T21:21:15Z
merged with master
commit f82b99c07ac8fe094698d626ec99dfb594edaf63
Author: Slava Koptilin <slava.koptilin@...>
Date: 2018-06-08T21:27:40Z
updated test suite
----
> Ignite.createCache(CacheConfiguration) hangs if some exception occurs during
> cache initialization
> -------------------------------------------------------------------------------------------------
>
> Key: IGNITE-1094
> URL: https://issues.apache.org/jira/browse/IGNITE-1094
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Sergey Evdokimov
> Assignee: Vyacheslav Koptilin
> Priority: Major
> Labels: Muted_test
> Fix For: 2.6
>
>
> User can pass broken configuration, for example, store factory that throws
> exception from create() method. I created test to demonstrate the problem.
> See IgniteDynamicCacheStartSelfTest#testBrokenStoreFactory in 'ignite-1094'
> branch
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)