client authentication with revoked cert results in server no response.

huican ping pinghuican at gmail.com
Thu Apr 9 16:40:08 EDT 2009


This attachment is an un-collapsed yourkit stack for CPU usage.


On Thu, Apr 9, 2009 at 1:38 PM, huican ping <pinghuican at gmail.com> wrote:
> Hey Trustin,
>
> From the exceptionCaught method, I saw it is a SSLHandshakeException
> for the failed input messages, I then close() the channel, such as:
>    @Override
>    public void exceptionCaught(ChannelHandlerContext ctx,
> ExceptionEvent e) throws Exception
>    {
>       // blabbla
>        ctx.getChannel().close();
>    }
>
> These several failed messages caused CPU 100% usage. (Sorry, I was
> wrong in my original statement, which I said it was low).
>
> The yourkit showed me that CPU used at
> org.jboxx.netty.channel.AbstraceChannel.close().
> The new threadDump is attached also. This threadDump matches to the 3.1.0.BETA.
>
> Thanks a lot.
>
>
> On Thu, Apr 9, 2009 at 11:44 AM, huican ping <pinghuican at gmail.com> wrote:
>> Hello Trustin,
>>
>> I am really Sorry, my bad.
>> Just checked, and Actually the CPU usage is very high after I sent in
>> 4 input messages. So it must stuck at some loop.
>> After several failed messages (actually, 1st failed one cause CPU jump
>> to 40%, 2nd failed CPU to 80%,  3rd CPU 90%), it always keeps at 90%
>> level even there is no more messages in, FYI, the system has no other
>> heavy CPU consuming process running.
>>
>> I tried your revision 1160, and it is same as before. So please
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: un_collapsed100CPUClose2.JPG
Type: image/jpeg
Size: 389527 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/netty-users/attachments/20090409/3690e4ae/attachment.jpe 


More information about the netty-users mailing list