Branch: refs/heads/JGRP-1133.xmit_table
Home: https://github.com/belaban/JGroups
Commit: 072495774a97bd8457c231bf1a851425599f1bd7
https://github.com/belaban/JGroups/commit/072495774a97bd8457c231bf1a851425599f1bd7
Author: Bela Ban <be...@ya...>
Date: 2010-12-09 (Thu, 09 Dec 2010)
Changed paths:
M tests/junit/org/jgroups/tests/ReconciliationTest.java
Log Message:
-----------
replaced log.info() with system.outs
Commit: a69338792c7fcf9279a78659a408509e28d9c09f
https://github.com/belaban/JGroups/commit/a69338792c7fcf9279a78659a408509e28d9c09f
Author: Bela Ban <be...@ya...>
Date: 2010-12-09 (Thu, 09 Dec 2010)
Changed paths:
M src/org/jgroups/util/RetransmitTable.java
Log Message:
-----------
changed clear() to set offset to 1 again
Commit: f3ca90c47bddb9e245dbf42b561da2ee0f5873be
https://github.com/belaban/JGroups/commit/f3ca90c47bddb9e245dbf42b561da2ee0f5873be
Author: Bela Ban <be...@ya...>
Date: 2010-12-09 (Thu, 09 Dec 2010)
Changed paths:
M src/org/jgroups/protocols/pbcast/NAKACK.java
Log Message:
-----------
For rebroadcastMessages(), the lowest seqno cannot be 0, as a retransmission of seqno 0 will always fails ! The reason is that all seqnos start at 1, both in NAKACK and UNICAST/UNICAST2.
|