Re: Builds on Jenkins

2018-05-05 Thread Andriy Redko
Ok, so the mystery of the long builds seems to be revealed, but not the cause. The downloading of the xjcplugins artifacts from http://repository.apache.org takes 15min, as per Maven log. And there are at least 4 times (may be more, but 4 for sure) it is done during the build (in total, +1h).

[GitHub] reta commented on issue #415: Reimplementing SSE using AsyncContext (Servlet 3.0+)

2018-05-05 Thread GitBox
reta commented on issue #415: Reimplementing SSE using AsyncContext (Servlet 3.0+) URL: https://github.com/apache/cxf/pull/415#issuecomment-386838012 @rmannibucau While I am looking into 1st issue (I see you use similar approach in Meecrowave) to make sure it works properly, here is the

[GitHub] reta commented on issue #415: Reimplementing SSE using AsyncContext (Servlet 3.0+)

2018-05-05 Thread GitBox
reta commented on issue #415: Reimplementing SSE using AsyncContext (Servlet 3.0+) URL: https://github.com/apache/cxf/pull/415#issuecomment-386838012 @rmannibucau While I am looking into 1st issue (I see you use similar approach in Meecrowave) to make sure it works properly, here are the

Re: Builds on Jenkins

2018-05-05 Thread Andrey Redko
Thanks a lot, John. On it. Best Regards, Andriy Redko On Sat, May 5, 2018, 10:02 AM John D. Ament wrote: > Andriy, > > You now have access to configure the jobs. > > I've reconfigured the JDK18 job to show timestamps. I also changed the > time out strategy from

Re: Builds on Jenkins

2018-05-05 Thread John D. Ament
Andriy, You now have access to configure the jobs. I've reconfigured the JDK18 job to show timestamps. I also changed the time out strategy from absolute to no activity. Still needs tweaking. Though I agree a 3 hour build is not good. John On Sat, May 5, 2018 at 9:48 AM Andriy Redko

Builds on Jenkins

2018-05-05 Thread Andriy Redko
Hey guys, I think many of you noticed that builds on Jenkins (https://builds.apache.org/job/CXF-Trunk-JDK18/, https://builds.apache.org/job/CXF-Trunk-PR/) started to take much longer (more than 3 hours) and eventually are aborted due to timeout (the last one we have is dated April 24th).