This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: error with org.jgroups.protocols.pbcast.NAKACKbelaban Feb 21, 2008 4:44 PM (in response to simvtran)Ignore it. This was a spurious retransmission request for message #141323, which probably crossed the delivery of the message. 
 I assume your system continued to function correctly right ?
- 
        2. Re: error with org.jgroups.protocols.pbcast.NAKACKsimvtran Feb 22, 2008 9:26 AM (in response to simvtran)Yes, no production impact. Do you know whether there will be a fix for it, maybe in JBoss5? 
- 
        3. Re: error with org.jgroups.protocols.pbcast.NAKACKbelaban Feb 22, 2008 9:39 AM (in response to simvtran)No, I don't think so. I think we do have a JIRA issue, but very low prio. We'd have to remove the retransmission task from the timer rather than just cancelling it, and with the current java.util.concurrent threaded timer, this is expensive, so we'd incure an ovehead. 
- 
        4. Re: error with org.jgroups.protocols.pbcast.NAKACKsimvtran Feb 22, 2008 9:51 AM (in response to simvtran)Thank you for your reply. 
 
    