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. |
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 <[hidden email]> 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,
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 <[hidden email]> 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 <[hidden email] > > > 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 > |
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 <[hidden email]> 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 <[hidden email]> 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 < > [hidden email] > > > > > 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 |
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 <[hidden email]> 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 <[hidden email] > > > 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 <[hidden email]> 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 < > > [hidden email] > > > > > > > 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 > |
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 <[hidden email]> 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 <[hidden email]> 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 < > [hidden email] > > > > > 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 <[hidden email]> > 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 < > > > [hidden email] > > > > > > > > > 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,
Do we have instructions to reproduce this issue? D. On Tue, Sep 15, 2015 at 9:35 PM, Andrey Gura <[hidden email]> 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 <[hidden email]> > 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 <[hidden email]> > 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 < > > [hidden email] > > > > > > > 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 <[hidden email]> > > 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 < > > > > [hidden email] > > > > > > > > > > > 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 > |
Dmitry,
yes, test attached to the ticket. On Wed, Sep 16, 2015 at 12:04 AM, Dmitriy Setrakyan <[hidden email] > wrote: > Andrey, > > Do we have instructions to reproduce this issue? > > D. > > On Tue, Sep 15, 2015 at 9:35 PM, Andrey Gura <[hidden email]> 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 < > [hidden email]> > > 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 <[hidden email]> > > 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 < > > > [hidden email] > > > > > > > > > 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 <[hidden email]> > > > 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 < > > > > > [hidden email] > > > > > > > > > > > > > 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 |
Free forum by Nabble | Edit this page |