Re: [VOTE] Apache Archiva 2.0.1

2014-03-19 Thread Olivier Lamy
Any pmc to add a binding +1 ? Cheers Oli On 17 March 2014 11:50, Chris Graham wrote: > +1 (non-binding) > > I've tested 2.0.1 on my WAS 8.5.0.2 on Linux. I will try under my problem > child box this afternoon, the AIX LPAR. :) > > -Chris > > > On Mon, Mar 17, 2014 at 9:33 AM, Olivier Lamy wrot

Re: Webstorm license

2014-03-19 Thread Olivier Lamy
On 19 March 2014 20:58, Eric Barboni wrote: > Hi Olivier, > > As you are the main committer on the js part I will follow you. > Will stay with NB for the java part. > It's not mandatory you can use whatever you prefer (including vi :-) ) > > But it also means moving to AngularJS. Would it be p

Re: CPU Thrashing

2014-03-19 Thread Chris Graham
:) It works for me. You might also want to look at: Note since 1.4-M4, the log4j2 asyncLogger feature is configured per default. This mean per default AsyncLogger.WaitStrategy option is configured to Sleep. to: Note since 1.4-M4, the log4j2 asyncLogger feature is configured as the default.

RE: CPU Thrashing

2014-03-19 Thread Eric Barboni
Hi Chris, Should we change the sentence this way: If you are on a constrained environment, you can change it to Block (-DAsyncLogger.WaitStrategy=Block and/or -DAsyncLoggerConfig.WaitStrategy=Block ) Maybe better alternative. Regards Eric -Message d'origine- DeĀ : Chris Graham [mailto:c

Re: CPU Thrashing

2014-03-19 Thread Chris Graham
I've opened: https://issues.apache.org/jira/browse/LOG4J2-571 and just closed it. The reason for the CPU thrashing was that it was the AsyncLoggerConfig thread that was going nuts. That needs the property: -DAsyncLoggerConfig.WaitStrategy=Block to be set, not: -DAsyncLogger.WaitStrategy=Block

Re: CPU Thrashing

2014-03-19 Thread Chris Graham
I've opened: On Mon, Oct 14, 2013 at 11:52 PM, Chris Graham wrote: > Oops. > > http://pastebin.com/YNny4XTf > > :) > > -Chris > > > > On Mon, Oct 14, 2013 at 10:52 PM, Olivier Lamy wrote: > >> On 14 October 2013 11:13, Chris Graham wrote: >> > Hi Olivier. >> > >> > I'll try to have a look at

RE: Webstorm license

2014-03-19 Thread Eric Barboni
Hi Olivier, As you are the main committer on the js part I will follow you. Will stay with NB for the java part. But it also means moving to AngularJS. Would it be possible to early adopt a "plugin mechanism" with folder organization and folder crawling for building UI ? Regards Eric -Mess