[jboss-jira] [JBoss JIRA] Created: (JGRP-972) NAKACK: merge setDigest() and mergeDigest() into one method
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue May 5 07:02:46 EDT 2009
NAKACK: merge setDigest() and mergeDigest() into one method
-----------------------------------------------------------
Key: JGRP-972
URL: https://jira.jboss.org/jira/browse/JGRP-972
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 2.8
Semantics:
- If no entry is available in xmit_table: create an entry based on the seqno shipped with the digest
- Else:
- If not merging: skip (leave existing entry in there, entries of left members will be removed later on the view change)
- Else (merging):
- Skip my own entry
- For all NakReceiverWindows:
- If the seqno for sender S in the win is < the seqno from the digest: reset win and create a new win and add to xmit-table
- Else: no-op
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list