You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by Kevin Minder <ke...@hortonworks.com> on 2015/11/10 00:06:44 UTC

Re: [NOTICE] Test stability issues on master. Please hold pushing commits. All Clear.

Hi Everyone,

I have everything sorted out and as of build #748 things started passing and as of #745 they are back to normal.  For those interested the problem turned out to be the jetty thread pool.  The version of GatewayConfig used for testing had that set to a max of 8.  This is working fine on our local boxes but not on the Jenkins slaves for some reason.  Setting this to 16 seems to have solved the problem.  The symptom to watch out for in the future is that the client requests were being accepted but never parsed.  Turning on Jetty http logging finally clued me in.

Bottom line:  All clear for pushing commits to master now.

Thanks for your patients.
Kevin.



On 11/9/15, 12:00 PM, "Kevin Minder" <ke...@hortonworks.com> wrote:

>Hi Everyone,
>Please hold of pushing any commits to master until I get the tests stabilized.  The tests are running fine locally so I’m having to do some unnatural things to debug the issues on the Apache Jenkins slaves.  I’ll keep everyone posted but I hope to have this resolved by the end of the day.
>Kevin.