[jgroups-git] [belaban/JGroups] ff4944: Removed suppression of 1-coord merge; this *is* a ...
Brought to you by:
belaban
From: <no...@gi...> - 2011-11-24 11:06:35
|
Branch: refs/heads/JGRP-1387 Home: https://github.com/belaban/JGroups Commit: ff49444e4e0a9e1eb0c2a9d402b02cad22a67dd9 https://github.com/belaban/JGroups/commit/ff49444e4e0a9e1eb0c2a9d402b02cad22a67dd9 Author: Bela Ban <be...@ya...> Date: 2011-11-24 (Thu, 24 Nov 2011) Changed paths: M src/org/jgroups/protocols/pbcast/Merger.java Log Message: ----------- Removed suppression of 1-coord merge; this *is* a valid use case Commit: 7218dd19d5a230de77af489df610142e55a96992 https://github.com/belaban/JGroups/commit/7218dd19d5a230de77af489df610142e55a96992 Author: Bela Ban <be...@ya...> Date: 2011-11-24 (Thu, 24 Nov 2011) Changed paths: M tests/junit/org/jgroups/tests/OverlappingMergeTest.java Log Message: ----------- Check of correct cluster formation in setup() Commit: b809929285cce5345cec5b8de3db1b6d81375110 https://github.com/belaban/JGroups/commit/b809929285cce5345cec5b8de3db1b6d81375110 Author: Bela Ban <be...@ya...> Date: 2011-11-24 (Thu, 24 Nov 2011) Changed paths: M src/org/jgroups/stack/ProtocolStack.java Log Message: ----------- Added removeProtocols() Commit: 7db1deb0a62706fae0e53aedd797ad2f38ce5cdb https://github.com/belaban/JGroups/commit/7db1deb0a62706fae0e53aedd797ad2f38ce5cdb Author: Bela Ban <be...@ya...> Date: 2011-11-24 (Thu, 24 Nov 2011) Changed paths: M src/org/jgroups/protocols/PingData.java Log Message: ----------- Better toString() method Commit: 76ef0a4fd1a4856a4674036d9782915748bf6f69 https://github.com/belaban/JGroups/commit/76ef0a4fd1a4856a4674036d9782915748bf6f69 Author: Bela Ban <be...@ya...> Date: 2011-11-24 (Thu, 24 Nov 2011) Changed paths: M src/org/jgroups/Event.java M src/org/jgroups/protocols/pbcast/NAKACK.java Log Message: ----------- - Added ADD_TO_XMIT_TABLE - Handling of the above event in NAKACK Commit: b6a438a17bd020084cfdcd86bf4b2589cf752188 https://github.com/belaban/JGroups/commit/b6a438a17bd020084cfdcd86bf4b2589cf752188 Author: Bela Ban <be...@ya...> Date: 2011-11-24 (Thu, 24 Nov 2011) Changed paths: M src/org/jgroups/protocols/pbcast/ClientGmsImpl.java M src/org/jgroups/protocols/pbcast/CoordGmsImpl.java Log Message: ----------- ns Commit: 9a5ecf7baa7de25b9c96f6fe77f410d34145f13b https://github.com/belaban/JGroups/commit/9a5ecf7baa7de25b9c96f6fe77f410d34145f13b Author: Bela Ban <be...@ya...> Date: 2011-11-24 (Thu, 24 Nov 2011) Changed paths: M src/org/jgroups/protocols/pbcast/GMS.java Log Message: ----------- If we're the only target of the VIEW multicast in castViewChange(), then we'll (1) add the VIEW message to the xmit-table *without* sending it (using event ADD_TO_XMIT_TABLE), and then (2) install the new view directly Commit: f1e4faa89de820a6edf87a83b2b73c98036e8495 https://github.com/belaban/JGroups/commit/f1e4faa89de820a6edf87a83b2b73c98036e8495 Author: Bela Ban <be...@ya...> Date: 2011-11-24 (Thu, 24 Nov 2011) Changed paths: M tests/junit-functional/org/jgroups/tests/LargeMergeTest.java Log Message: ----------- changed NUM to 100 Compare: https://github.com/belaban/JGroups/compare/91acac0...f1e4faa |