You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2015/09/15 20:14:45 UTC

[jira] [Commented] (IGNITE-1079) Implement Ignite-based cluster manager for Vert.x framework.

    [ https://issues.apache.org/jira/browse/IGNITE-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14745857#comment-14745857 ] 

Andrey Gura commented on IGNITE-1079:
-------------------------------------

I'd run all Vert.x cluster manager tests (not only HA tests) with Ignite from ignite-1.4 branch and found that tests randomly hang on partition rebalancing.

The problem is cluster manager implementation uses Ignite.getOrCreateCache() method for caches creation. If implementation uses Ignite.cache() method then all test pass successfully. But we can't use this method because user can create any cache at runtime, so we must start caches dynamically.

IGNITE-1171 describes similar problem.

> Implement Ignite-based cluster manager for Vert.x framework.
> ------------------------------------------------------------
>
>                 Key: IGNITE-1079
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1079
>             Project: Ignite
>          Issue Type: New Feature
>          Components: cache
>            Reporter: Alexey Kuznetsov
>            Assignee: Andrey Gura
>            Priority: Trivial
>              Labels: newbie
>             Fix For: ignite-1.5
>
>
> Implement Ignite-based cluster manager for Vert.x framework: http://vertx.io/
> vertx-hazelcast could be used as start point: https://github.com/vert-x3/vertx-hazelcast



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)