[jgroups-git] [belaban/JGroups] 072495: replaced log.info() with system.outs
Brought to you by:
belaban
From: <no...@gi...> - 2010-12-09 15:53:14
|
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. |