Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Aaron Bossert
Thanks! On Wed, Jun 20, 2018 at 2:28 PM Pramod Immaneni wrote: > I believe it is StatsListenerWithContext > > On Wed, Jun 20, 2018 at 11:25 AM Aaron Bossert > wrote: > > > Sorry, a bit off topic, but what replaces > > com.datatorrent.api.StatsListener? It is marked as deprecated. > > > > On

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Pramod Immaneni
I believe it is StatsListenerWithContext On Wed, Jun 20, 2018 at 11:25 AM Aaron Bossert wrote: > Sorry, a bit off topic, but what replaces > com.datatorrent.api.StatsListener? It is marked as deprecated. > > On Wed, Jun 20, 2018 at 2:12 PM Aaron Bossert > wrote: > > > I agree. I am porting a

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Aaron Bossert
Sorry, a bit off topic, but what replaces com.datatorrent.api.StatsListener? It is marked as deprecated. On Wed, Jun 20, 2018 at 2:12 PM Aaron Bossert wrote: > I agree. I am porting a prototype that I built using Storm to Apex. The > runtime config changes were the impetus for the switch. I

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Aaron Bossert
I agree. I am porting a prototype that I built using Storm to Apex. The runtime config changes were the impetus for the switch. I need to be able to adjust settings, compute resources, and topology components (add, remove, modify) on the fly...Implementing those features from scratch in Storm

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Pramod Immaneni
That would be awesome, it would be a good use case for the platform. On Wed, Jun 20, 2018 at 10:54 AM Aaron Bossert wrote: > I'm with you. I'm hoping to have it underpin a fairly large network > security pipeline... > > On Wed, Jun 20, 2018 at 1:29 PM Vlad Rozov wrote: > > > +1. Apex does not

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Aaron Bossert
I'm with you. I'm hoping to have it underpin a fairly large network security pipeline... On Wed, Jun 20, 2018 at 1:29 PM Vlad Rozov wrote: > +1. Apex does not have as large community as other Apache project, but > let's try to build it. > > Thank you, > > Vlad > > On 6/20/18 10:24, Pramod

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Vlad Rozov
+1. Apex does not have as large community as other Apache project, but let's try to build it. Thank you, Vlad On 6/20/18 10:24, Pramod Immaneni wrote: Aaron, Your concerns are legitimate, the number of folks contributing in terms of code commits has reduced quite a bit. I do however still

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Pramod Immaneni
Aaron, Your concerns are legitimate, the number of folks contributing in terms of code commits has reduced quite a bit. I do however still see interest from ex-contributors and committers based on their participation in the discussions on dev list when important topics come up. It is up to be

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Pramod Immaneni
I see flush was getting called twice.. On Wed, Jun 20, 2018 at 9:30 AM Vlad Rozov wrote: > AFAIK, those RPC calls are expected to fail (test for RPC timeout). The > test fails due to the change in Kryo flush behavior, please see my other > response. > > Thank you, > > Vlad > > On 6/20/18 09:09,

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Vlad Rozov
AFAIK, those RPC calls are expected to fail (test for RPC timeout). The test fails due to the change in Kryo flush behavior, please see my other response. Thank you, Vlad On 6/20/18 09:09, Pramod Immaneni wrote: There are hadoop IPC calls are failing possibly because of its reliance on kryo

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Aaron Bossert
Gentlemen, I am working at the start of a fairly large project. I have some questions related to the general health of Apex...need to get a warm and fuzzy feeling that the project is not going to die on the vine as it were. I am seeing the volume of commits and contributor activity dropped off

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-20 Thread Pramod Immaneni
There are hadoop IPC calls are failing possibly because of its reliance on kryo for serializing the payload and there is some incompatibility with the new version. I will dig in more to see what is going on. On Tue, Jun 19, 2018 at 6:54 PM Aaron Bossert wrote: > Pramod, > > Thanks for taking

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-19 Thread Pramod Immaneni
Do you see the same errors when you run the individual tests in question in isolation, such as using mvn test -Dtest=. If you do can you paste the full logs of what you see when the individual tests fail. Thanks On Mon, Jun 18, 2018 at 11:41 AM Aaron Bossert wrote: > please disregard the first

Re: Branch 3.7.0 failing install related to Kryo version...perhaps

2018-06-18 Thread Aaron Bossert
please disregard the first iteration...this ended up being related to a hung build running in the background causing timeouts, I think. I am still having failures, but there are two and are still mysterious to me as to their root cause. Here are the actual failures: I don't immediately see how