[infinispan-issues] [JBoss JIRA] (ISPN-2751) NPE after JBossMarshaller stops

Dan Berindei (JIRA) jira-events at lists.jboss.org
Tue Jan 29 05:31:47 EST 2013


    [ https://issues.jboss.org/browse/ISPN-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750973#comment-12750973 ] 

Dan Berindei edited comment on ISPN-2751 at 1/29/13 5:31 AM:
-------------------------------------------------------------

Interesting, we were just looking at the ISPN-2752 stack trace yesterday, which shows that all outstanding requests are "closed" by JGroups (by returning an exception) before actually shutting down the channel. The ExternalizerTable component only shuts down after the JGroups channel, so it shouldn't be possible to have active requests after the ExternalizerTable has stopped.

Do you have TRACE logs?

                
      was (Author: dan.berindei):
    Interesting, we were just looking at the ISPN-2572 stack trace yesterday, which shows that all outstanding requests are "closed" by JGroups (by returning an exception) before actually shutting down the channel. The ExternalizerTable component only shuts down after the JGroups channel, so it shouldn't be possible to have active requests after the ExternalizerTable has stopped.

Do you have TRACE logs?

                  
> NPE after JBossMarshaller stops
> -------------------------------
>
>                 Key: ISPN-2751
>                 URL: https://issues.jboss.org/browse/ISPN-2751
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Marshalling
>    Affects Versions: 5.2.0.CR2
>            Reporter: Michal Linhard
>            Assignee: Galder Zamarreño
>            Priority: Minor
>             Fix For: 5.2.0.Final
>
>
> JBossMarshaller is used by JGroups even after it's stopped
> which produces NPE on nonexistent externalizerTable:
> https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/marshall/jboss/JBossMarshaller.java#L154

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list