You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Dmitriy Setrakyan <ds...@apache.org> on 2015/09/10 22:09:33 UTC

vert.x integration

This question goes to Andrey Gura.

Andrey, I remember you have been working on Vert.x integration and got
stuck on one bug in Ignite that had to be fixed before hand. Was that bug
fixed by now? Can you let us know how close we are in your opinion to
completing this integration?

D.

Re: vert.x integration

Posted by Andrey Gura <ag...@gridgain.com>.
Dmitry,

yes, test attached to the ticket.

On Wed, Sep 16, 2015 at 12:04 AM, Dmitriy Setrakyan <dsetrakyan@gridgain.com
> wrote:

> Andrey,
>
> Do we have instructions to reproduce this issue?
>
> D.
>
> On Tue, Sep 15, 2015 at 9:35 PM, Andrey Gura <ag...@gridgain.com> wrote:
>
> > Guys,
> >
> > 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. I think that this issue didn't reproduce with ignite-1.4
> > branch.
> >
> > 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.
> >
> > There is not ticket about preloading hanging. But
> > https://issues.apache.org/jira/browse/IGNITE-1171 is very close to it.
> So
> > I
> > think that this ticket is most important blocker including the fact that
> it
> > does not allow to reproduce
> > https://issues.apache.org/jira/browse/IGNITE-1135 .
> >
> >
> > On Mon, Sep 14, 2015 at 9:50 PM, Dmitriy Setrakyan <
> dsetrakyan@apache.org>
> > wrote:
> >
> > > I am looking at the vert.x integration and there are 3 open tickets:
> > > https://issues.apache.org/jira/browse/IGNITE-1079
> > >
> > > Andrey Gura, these tickets are assigned to you, so I suspect you are
> > > working on them. Can you please let us know if you need any help?
> > >
> > > Also, if any of the tickets can be closed, can you please close them?
> > >
> > > Thanks,
> > > D.
> > >
> > >
> > > On Sun, Sep 13, 2015 at 12:20 PM, Andrey Gura <ag...@gridgain.com>
> > wrote:
> > >
> > > > Cluster manager still doesn't pass complex high availability tests.
> > > >
> > > > I'll inform about status updates of this task.
> > > >
> > > > On Fri, Sep 11, 2015 at 11:04 PM, Dmitriy Setrakyan <
> > > dsetrakyan@apache.org
> > > > >
> > > > wrote:
> > > >
> > > > > Andrey,
> > > > >
> > > > > According to IGNITE-1079, the Vert.x work is blocked by 3 other
> > issues:
> > > > > https://issues.apache.org/jira/browse/IGNITE-1079
> > > > >
> > > > > Would be nice if folks in the community gave an update on these.
> > > > >
> > > > > Thanks,
> > > > > D.
> > > > >
> > > > > On Fri, Sep 11, 2015 at 9:59 AM, Andrey Gura <ag...@gridgain.com>
> > > wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I want to run Vert.x HA tests with the latest changes in Ignite.
> > > After
> > > > it
> > > > > > I'll check all related tickets and give answer.
> > > > > >
> > > > > > Other good news: bugs that I found in Vert.x test framework was
> > fixed
> > > > by
> > > > > > Vert.x team.
> > > > > >
> > > > > > On Thu, Sep 10, 2015 at 11:09 PM, Dmitriy Setrakyan <
> > > > > dsetrakyan@apache.org
> > > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > This question goes to Andrey Gura.
> > > > > > >
> > > > > > > Andrey, I remember you have been working on Vert.x integration
> > and
> > > > got
> > > > > > > stuck on one bug in Ignite that had to be fixed before hand.
> Was
> > > that
> > > > > bug
> > > > > > > fixed by now? Can you let us know how close we are in your
> > opinion
> > > to
> > > > > > > completing this integration?
> > > > > > >
> > > > > > > D.
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Andrey Gura
> > > > > > GridGain Systems, Inc.
> > > > > > www.gridgain.com
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Andrey Gura
> > > > GridGain Systems, Inc.
> > > > www.gridgain.com
> > > >
> > >
> >
> >
> >
> > --
> > Andrey Gura
> > GridGain Systems, Inc.
> > www.gridgain.com
> >
>



-- 
Andrey Gura
GridGain Systems, Inc.
www.gridgain.com

Re: vert.x integration

Posted by Dmitriy Setrakyan <ds...@gridgain.com>.
Andrey,

Do we have instructions to reproduce this issue?

D.

On Tue, Sep 15, 2015 at 9:35 PM, Andrey Gura <ag...@gridgain.com> wrote:

> Guys,
>
> 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. I think that this issue didn't reproduce with ignite-1.4
> branch.
>
> 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.
>
> There is not ticket about preloading hanging. But
> https://issues.apache.org/jira/browse/IGNITE-1171 is very close to it. So
> I
> think that this ticket is most important blocker including the fact that it
> does not allow to reproduce
> https://issues.apache.org/jira/browse/IGNITE-1135 .
>
>
> On Mon, Sep 14, 2015 at 9:50 PM, Dmitriy Setrakyan <ds...@apache.org>
> wrote:
>
> > I am looking at the vert.x integration and there are 3 open tickets:
> > https://issues.apache.org/jira/browse/IGNITE-1079
> >
> > Andrey Gura, these tickets are assigned to you, so I suspect you are
> > working on them. Can you please let us know if you need any help?
> >
> > Also, if any of the tickets can be closed, can you please close them?
> >
> > Thanks,
> > D.
> >
> >
> > On Sun, Sep 13, 2015 at 12:20 PM, Andrey Gura <ag...@gridgain.com>
> wrote:
> >
> > > Cluster manager still doesn't pass complex high availability tests.
> > >
> > > I'll inform about status updates of this task.
> > >
> > > On Fri, Sep 11, 2015 at 11:04 PM, Dmitriy Setrakyan <
> > dsetrakyan@apache.org
> > > >
> > > wrote:
> > >
> > > > Andrey,
> > > >
> > > > According to IGNITE-1079, the Vert.x work is blocked by 3 other
> issues:
> > > > https://issues.apache.org/jira/browse/IGNITE-1079
> > > >
> > > > Would be nice if folks in the community gave an update on these.
> > > >
> > > > Thanks,
> > > > D.
> > > >
> > > > On Fri, Sep 11, 2015 at 9:59 AM, Andrey Gura <ag...@gridgain.com>
> > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > I want to run Vert.x HA tests with the latest changes in Ignite.
> > After
> > > it
> > > > > I'll check all related tickets and give answer.
> > > > >
> > > > > Other good news: bugs that I found in Vert.x test framework was
> fixed
> > > by
> > > > > Vert.x team.
> > > > >
> > > > > On Thu, Sep 10, 2015 at 11:09 PM, Dmitriy Setrakyan <
> > > > dsetrakyan@apache.org
> > > > > >
> > > > > wrote:
> > > > >
> > > > > > This question goes to Andrey Gura.
> > > > > >
> > > > > > Andrey, I remember you have been working on Vert.x integration
> and
> > > got
> > > > > > stuck on one bug in Ignite that had to be fixed before hand. Was
> > that
> > > > bug
> > > > > > fixed by now? Can you let us know how close we are in your
> opinion
> > to
> > > > > > completing this integration?
> > > > > >
> > > > > > D.
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Andrey Gura
> > > > > GridGain Systems, Inc.
> > > > > www.gridgain.com
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Andrey Gura
> > > GridGain Systems, Inc.
> > > www.gridgain.com
> > >
> >
>
>
>
> --
> Andrey Gura
> GridGain Systems, Inc.
> www.gridgain.com
>

Re: vert.x integration

Posted by Andrey Gura <ag...@gridgain.com>.
Guys,

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. I think that this issue didn't reproduce with ignite-1.4
branch.

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.

There is not ticket about preloading hanging. But
https://issues.apache.org/jira/browse/IGNITE-1171 is very close to it. So I
think that this ticket is most important blocker including the fact that it
does not allow to reproduce
https://issues.apache.org/jira/browse/IGNITE-1135 .


On Mon, Sep 14, 2015 at 9:50 PM, Dmitriy Setrakyan <ds...@apache.org>
wrote:

> I am looking at the vert.x integration and there are 3 open tickets:
> https://issues.apache.org/jira/browse/IGNITE-1079
>
> Andrey Gura, these tickets are assigned to you, so I suspect you are
> working on them. Can you please let us know if you need any help?
>
> Also, if any of the tickets can be closed, can you please close them?
>
> Thanks,
> D.
>
>
> On Sun, Sep 13, 2015 at 12:20 PM, Andrey Gura <ag...@gridgain.com> wrote:
>
> > Cluster manager still doesn't pass complex high availability tests.
> >
> > I'll inform about status updates of this task.
> >
> > On Fri, Sep 11, 2015 at 11:04 PM, Dmitriy Setrakyan <
> dsetrakyan@apache.org
> > >
> > wrote:
> >
> > > Andrey,
> > >
> > > According to IGNITE-1079, the Vert.x work is blocked by 3 other issues:
> > > https://issues.apache.org/jira/browse/IGNITE-1079
> > >
> > > Would be nice if folks in the community gave an update on these.
> > >
> > > Thanks,
> > > D.
> > >
> > > On Fri, Sep 11, 2015 at 9:59 AM, Andrey Gura <ag...@gridgain.com>
> wrote:
> > >
> > > > Hi,
> > > >
> > > > I want to run Vert.x HA tests with the latest changes in Ignite.
> After
> > it
> > > > I'll check all related tickets and give answer.
> > > >
> > > > Other good news: bugs that I found in Vert.x test framework was fixed
> > by
> > > > Vert.x team.
> > > >
> > > > On Thu, Sep 10, 2015 at 11:09 PM, Dmitriy Setrakyan <
> > > dsetrakyan@apache.org
> > > > >
> > > > wrote:
> > > >
> > > > > This question goes to Andrey Gura.
> > > > >
> > > > > Andrey, I remember you have been working on Vert.x integration and
> > got
> > > > > stuck on one bug in Ignite that had to be fixed before hand. Was
> that
> > > bug
> > > > > fixed by now? Can you let us know how close we are in your opinion
> to
> > > > > completing this integration?
> > > > >
> > > > > D.
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Andrey Gura
> > > > GridGain Systems, Inc.
> > > > www.gridgain.com
> > > >
> > >
> >
> >
> >
> > --
> > Andrey Gura
> > GridGain Systems, Inc.
> > www.gridgain.com
> >
>



-- 
Andrey Gura
GridGain Systems, Inc.
www.gridgain.com

Re: vert.x integration

Posted by Dmitriy Setrakyan <ds...@apache.org>.
I am looking at the vert.x integration and there are 3 open tickets:
https://issues.apache.org/jira/browse/IGNITE-1079

Andrey Gura, these tickets are assigned to you, so I suspect you are
working on them. Can you please let us know if you need any help?

Also, if any of the tickets can be closed, can you please close them?

Thanks,
D.


On Sun, Sep 13, 2015 at 12:20 PM, Andrey Gura <ag...@gridgain.com> wrote:

> Cluster manager still doesn't pass complex high availability tests.
>
> I'll inform about status updates of this task.
>
> On Fri, Sep 11, 2015 at 11:04 PM, Dmitriy Setrakyan <dsetrakyan@apache.org
> >
> wrote:
>
> > Andrey,
> >
> > According to IGNITE-1079, the Vert.x work is blocked by 3 other issues:
> > https://issues.apache.org/jira/browse/IGNITE-1079
> >
> > Would be nice if folks in the community gave an update on these.
> >
> > Thanks,
> > D.
> >
> > On Fri, Sep 11, 2015 at 9:59 AM, Andrey Gura <ag...@gridgain.com> wrote:
> >
> > > Hi,
> > >
> > > I want to run Vert.x HA tests with the latest changes in Ignite. After
> it
> > > I'll check all related tickets and give answer.
> > >
> > > Other good news: bugs that I found in Vert.x test framework was fixed
> by
> > > Vert.x team.
> > >
> > > On Thu, Sep 10, 2015 at 11:09 PM, Dmitriy Setrakyan <
> > dsetrakyan@apache.org
> > > >
> > > wrote:
> > >
> > > > This question goes to Andrey Gura.
> > > >
> > > > Andrey, I remember you have been working on Vert.x integration and
> got
> > > > stuck on one bug in Ignite that had to be fixed before hand. Was that
> > bug
> > > > fixed by now? Can you let us know how close we are in your opinion to
> > > > completing this integration?
> > > >
> > > > D.
> > > >
> > >
> > >
> > >
> > > --
> > > Andrey Gura
> > > GridGain Systems, Inc.
> > > www.gridgain.com
> > >
> >
>
>
>
> --
> Andrey Gura
> GridGain Systems, Inc.
> www.gridgain.com
>

Re: vert.x integration

Posted by Andrey Gura <ag...@gridgain.com>.
Cluster manager still doesn't pass complex high availability tests.

I'll inform about status updates of this task.

On Fri, Sep 11, 2015 at 11:04 PM, Dmitriy Setrakyan <ds...@apache.org>
wrote:

> Andrey,
>
> According to IGNITE-1079, the Vert.x work is blocked by 3 other issues:
> https://issues.apache.org/jira/browse/IGNITE-1079
>
> Would be nice if folks in the community gave an update on these.
>
> Thanks,
> D.
>
> On Fri, Sep 11, 2015 at 9:59 AM, Andrey Gura <ag...@gridgain.com> wrote:
>
> > Hi,
> >
> > I want to run Vert.x HA tests with the latest changes in Ignite. After it
> > I'll check all related tickets and give answer.
> >
> > Other good news: bugs that I found in Vert.x test framework was fixed by
> > Vert.x team.
> >
> > On Thu, Sep 10, 2015 at 11:09 PM, Dmitriy Setrakyan <
> dsetrakyan@apache.org
> > >
> > wrote:
> >
> > > This question goes to Andrey Gura.
> > >
> > > Andrey, I remember you have been working on Vert.x integration and got
> > > stuck on one bug in Ignite that had to be fixed before hand. Was that
> bug
> > > fixed by now? Can you let us know how close we are in your opinion to
> > > completing this integration?
> > >
> > > D.
> > >
> >
> >
> >
> > --
> > Andrey Gura
> > GridGain Systems, Inc.
> > www.gridgain.com
> >
>



-- 
Andrey Gura
GridGain Systems, Inc.
www.gridgain.com

Re: vert.x integration

Posted by Dmitriy Setrakyan <ds...@apache.org>.
Andrey,

According to IGNITE-1079, the Vert.x work is blocked by 3 other issues:
https://issues.apache.org/jira/browse/IGNITE-1079

Would be nice if folks in the community gave an update on these.

Thanks,
D.

On Fri, Sep 11, 2015 at 9:59 AM, Andrey Gura <ag...@gridgain.com> wrote:

> Hi,
>
> I want to run Vert.x HA tests with the latest changes in Ignite. After it
> I'll check all related tickets and give answer.
>
> Other good news: bugs that I found in Vert.x test framework was fixed by
> Vert.x team.
>
> On Thu, Sep 10, 2015 at 11:09 PM, Dmitriy Setrakyan <dsetrakyan@apache.org
> >
> wrote:
>
> > This question goes to Andrey Gura.
> >
> > Andrey, I remember you have been working on Vert.x integration and got
> > stuck on one bug in Ignite that had to be fixed before hand. Was that bug
> > fixed by now? Can you let us know how close we are in your opinion to
> > completing this integration?
> >
> > D.
> >
>
>
>
> --
> Andrey Gura
> GridGain Systems, Inc.
> www.gridgain.com
>

Re: vert.x integration

Posted by Andrey Gura <ag...@gridgain.com>.
Hi,

I want to run Vert.x HA tests with the latest changes in Ignite. After it
I'll check all related tickets and give answer.

Other good news: bugs that I found in Vert.x test framework was fixed by
Vert.x team.

On Thu, Sep 10, 2015 at 11:09 PM, Dmitriy Setrakyan <ds...@apache.org>
wrote:

> This question goes to Andrey Gura.
>
> Andrey, I remember you have been working on Vert.x integration and got
> stuck on one bug in Ignite that had to be fixed before hand. Was that bug
> fixed by now? Can you let us know how close we are in your opinion to
> completing this integration?
>
> D.
>



-- 
Andrey Gura
GridGain Systems, Inc.
www.gridgain.com