javagroups-git Mailing List for JGroups (Page 157)
Brought to you by:
belaban
You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(28) |
Dec
(44) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(56) |
Feb
(37) |
Mar
(38) |
Apr
(38) |
May
(17) |
Jun
(13) |
Jul
(40) |
Aug
(27) |
Sep
(38) |
Oct
(31) |
Nov
(42) |
Dec
(22) |
2012 |
Jan
(56) |
Feb
(27) |
Mar
(40) |
Apr
(28) |
May
(57) |
Jun
(40) |
Jul
(30) |
Aug
(32) |
Sep
(45) |
Oct
(36) |
Nov
(42) |
Dec
(36) |
2013 |
Jan
(25) |
Feb
(55) |
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
(1) |
Feb
(19) |
Mar
(33) |
Apr
(17) |
May
(27) |
Jun
(27) |
Jul
(8) |
Aug
(30) |
Sep
(25) |
Oct
(16) |
Nov
(105) |
Dec
(32) |
2020 |
Jan
(50) |
Feb
(33) |
Mar
(58) |
Apr
(57) |
May
(29) |
Jun
(29) |
Jul
(31) |
Aug
(65) |
Sep
(24) |
Oct
(34) |
Nov
(45) |
Dec
(23) |
2021 |
Jan
(19) |
Feb
(14) |
Mar
(29) |
Apr
(34) |
May
(21) |
Jun
(17) |
Jul
(4) |
Aug
(32) |
Sep
(48) |
Oct
(15) |
Nov
(20) |
Dec
(60) |
2022 |
Jan
(56) |
Feb
(29) |
Mar
(19) |
Apr
(20) |
May
(9) |
Jun
(21) |
Jul
(50) |
Aug
(35) |
Sep
(25) |
Oct
(24) |
Nov
(33) |
Dec
(22) |
2023 |
Jan
(22) |
Feb
(43) |
Mar
(39) |
Apr
(26) |
May
(24) |
Jun
(58) |
Jul
(152) |
Aug
(54) |
Sep
(28) |
Oct
(34) |
Nov
(23) |
Dec
(16) |
2024 |
Jan
(75) |
Feb
(46) |
Mar
(32) |
Apr
(90) |
May
(50) |
Jun
(33) |
Jul
(52) |
Aug
(116) |
Sep
(34) |
Oct
(70) |
Nov
(43) |
Dec
(39) |
2025 |
Jan
(9) |
Feb
(48) |
Mar
(20) |
Apr
(43) |
May
(32) |
Jun
(45) |
Jul
(45) |
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <no...@gi...> - 2010-12-15 08:46:04
|
Branch: refs/heads/treemesh Home: https://github.com/belaban/JGroups Commit: 945503b710ada78373568466a535dfc0949bad13 https://github.com/belaban/JGroups/commit/945503b710ada78373568466a535dfc0949bad13 Author: Bela Ban <be...@ya...> Date: 2010-12-15 (Wed, 15 Dec 2010) Changed paths: M conf/jg-magic-map.xml M conf/jg-protocol-ids.xml A conf/treeMesh-TCP.xml A conf/treeMesh-TCP_NIO.xml A doc/design/VisibleTREEMESH-README.txt A src/org/jgroups/protocols/jentMESH/MeshGUIModel.java A src/org/jgroups/protocols/jentMESH/MeshModel.java A src/org/jgroups/protocols/jentMESH/TREEFD.java A src/org/jgroups/protocols/jentMESH/TREEMESH.java A src/org/jgroups/protocols/jentMESH/TreeProtocol.java A src/org/jgroups/protocols/jentMESH/VisibleTREEMESH.java A src/org/jgroups/protocols/jentMESH/dataTypes/ConnectionType.java A src/org/jgroups/protocols/jentMESH/dataTypes/HandshakeData.java A src/org/jgroups/protocols/jentMESH/dataTypes/MeshIdentifier.java A src/org/jgroups/protocols/jentMESH/dataTypes/MeshView.java A src/org/jgroups/protocols/jentMESH/dataTypes/NodeConnectionDetails.java A src/org/jgroups/protocols/jentMESH/dataTypes/PeerRecommendationData.java A src/org/jgroups/protocols/jentMESH/dataTypes/headers/ConnectionClosedHeader.java A src/org/jgroups/protocols/jentMESH/dataTypes/headers/MeshHandshakeHeader.java A src/org/jgroups/protocols/jentMESH/dataTypes/headers/MeshHeartbeatHeader.java A src/org/jgroups/protocols/jentMESH/dataTypes/headers/MeshMsgHeader.java A src/org/jgroups/protocols/jentMESH/dataTypes/headers/MeshRoutedMsgHeader.java A src/org/jgroups/protocols/jentMESH/dataTypes/headers/PeerRecommendationHeader.java A src/org/jgroups/protocols/jentMESH/dataTypes/headers/TreeMeshHeader.java A src/org/jgroups/protocols/jentMESH/util/Clock.java M src/org/jgroups/util/Util.java Log Message: ----------- Added TREEMESH protocol (by Mike Jensen) |
From: <no...@gi...> - 2010-12-14 09:17:14
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: d5e9f08648ccae978948dc9e3395b9f4507264eb https://github.com/belaban/JGroups/commit/d5e9f08648ccae978948dc9e3395b9f4507264eb Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: A src/org/jgroups/demos/RelayDemo.java Log Message: ----------- new demo for RELAY |
From: <no...@gi...> - 2010-12-14 09:17:12
|
Branch: refs/heads/JGRP-1133.xmit_table Home: https://github.com/belaban/JGroups Commit: 91a15b04637759da127b0f58d3e7f30c6ccedb8a https://github.com/belaban/JGroups/commit/91a15b04637759da127b0f58d3e7f30c6ccedb8a Author: Bela Ban <be...@ya...> Date: 2010-12-14 (Tue, 14 Dec 2010) Changed paths: M src/org/jgroups/stack/RangeBasedRetransmitter.java Log Message: ----------- replaced synchronized TreeMap with ConcurrentSkipListMap |
From: <no...@gi...> - 2010-12-13 15:55:02
|
Branch: refs/heads/JGRP-1133.xmit_table Home: https://github.com/belaban/JGroups Commit: 2369fa9c37166b015da4a41b41dff548e1494377 https://github.com/belaban/JGroups/commit/2369fa9c37166b015da4a41b41dff548e1494377 Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/ConnectionMapUnitTest.java Log Message: ----------- changed ports to avoid conflicts with IntelliJ Idea 10 Commit: a0de30c8fd6752fd11e60eb493d5760e5e33f500 https://github.com/belaban/JGroups/commit/a0de30c8fd6752fd11e60eb493d5760e5e33f500 Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M src/org/jgroups/protocols/UNICAST2.java Log Message: ----------- ns Commit: 57275e738c086f821aca96503fcd03adae6ca493 https://github.com/belaban/JGroups/commit/57275e738c086f821aca96503fcd03adae6ca493 Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M src/org/jgroups/protocols/pbcast/NAKACK.java Log Message: ----------- setting remove_msgs in NakReceiverWindow.removeMany(): true if discard_delivered_msgs == true and local_addr != sender Commit: bd8ca2c49b928da4744b9511ea8b8210862a14a2 https://github.com/belaban/JGroups/commit/bd8ca2c49b928da4744b9511ea8b8210862a14a2 Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M src/org/jgroups/stack/NakReceiverWindow.java Log Message: ----------- - removed discard_delivered_msgs - removed local_addr - modified removeMany(): parameter remove_msgs now determines whether to remove() or get() a message. This avoid a get() followed by a remove(), but only calls get() *or* remove() |
From: <no...@gi...> - 2010-12-13 12:06:28
|
Branch: refs/heads/Branch_JGroups_2_11 Home: https://github.com/belaban/JGroups Commit: 803178299d3fd1e1be18bd61fa67435baa04debd https://github.com/belaban/JGroups/commit/803178299d3fd1e1be18bd61fa67435baa04debd Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/ConnectionMapUnitTest.java Log Message: ----------- changed ports to avoid conflict with Idea |
From: <no...@gi...> - 2010-12-13 11:25:39
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 3e0bde7d50202dd541c048b46659f7083bda4c35 https://github.com/belaban/JGroups/commit/3e0bde7d50202dd541c048b46659f7083bda4c35 Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/OrderingTest.java Log Message: ----------- increased timeout for checking on reception of all messages Commit: 810218298156c61f1f3a2c4f51ebafebf196243d https://github.com/belaban/JGroups/commit/810218298156c61f1f3a2c4f51ebafebf196243d Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/ConnectionMapUnitTest.java Log Message: ----------- changed ports from 5555 to 15555 and 6666 to 16666 (conflicts with IntelliJ ports) Commit: 5782d1d6e656d0778f56f096aef06232c396854b https://github.com/belaban/JGroups/commit/5782d1d6e656d0778f56f096aef06232c396854b Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/AgeOutCacheTest.java Log Message: ----------- checking of cache size up to 30 seconds, to prevent delays by other (concurrent) tests to fail the assertion |
From: <no...@gi...> - 2010-12-13 10:37:17
|
Branch: refs/heads/Branch_JGroups_2_11 Home: https://github.com/belaban/JGroups Commit: 805aefd14f93fa96b4a30f33d801259e71367dfd https://github.com/belaban/JGroups/commit/805aefd14f93fa96b4a30f33d801259e71367dfd Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M src/org/jgroups/protocols/FD_SOCK.java Log Message: ----------- applied JGRP-1262 (client bind address/port for ping socket) |
From: <no...@gi...> - 2010-12-13 09:44:41
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 82f509020ef0a1e9fe713dacb3a585b650dcce5f https://github.com/belaban/JGroups/commit/82f509020ef0a1e9fe713dacb3a585b650dcce5f Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M src/org/jgroups/protocols/pbcast/STABLE.java Log Message: ----------- set STABLE.max_bytes to 500K by default Commit: 8735453119ae4ee0da068a127dbe5ea6240bbd02 https://github.com/belaban/JGroups/commit/8735453119ae4ee0da068a127dbe5ea6240bbd02 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: A tests/junit-functional/org/jgroups/tests/OrderingTest.java Log Message: ----------- added new test for FIFO ordering Commit: d42868172d977a71b48b2bbddc7d8afbe180c4c7 https://github.com/belaban/JGroups/commit/d42868172d977a71b48b2bbddc7d8afbe180c4c7 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M tests/junit/org/jgroups/tests/FifoOrderTest.java Log Message: ----------- changed receiver to use a hashmap Commit: fe462169afa78d09f61d773d0c46a5db6c245207 https://github.com/belaban/JGroups/commit/fe462169afa78d09f61d773d0c46a5db6c245207 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/OrderingTest.java Log Message: ----------- commented main() Commit: 275c2458657f71c1f514451e59a4407b1739b0d4 https://github.com/belaban/JGroups/commit/275c2458657f71c1f514451e59a4407b1739b0d4 Author: Bela Ban <be...@ya...> Date: 2010-12-08 (Wed, 08 Dec 2010) Changed paths: M src/org/jgroups/protocols/Discovery.java Log Message: ----------- ns Commit: 58cdf974acc3a2593589c5c48fcdb195ef8fa8de https://github.com/belaban/JGroups/commit/58cdf974acc3a2593589c5c48fcdb195ef8fa8de Author: Bela Ban <be...@ya...> Date: 2010-12-12 (Sun, 12 Dec 2010) Changed paths: M src/org/jgroups/protocols/FD_SOCK.java Log Message: ----------- added client_bind_port and port_range Commit: 86ec35482853d5e3fa65a4d55a6d23f758138379 https://github.com/belaban/JGroups/commit/86ec35482853d5e3fa65a4d55a6d23f758138379 Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M src/org/jgroups/protocols/Discovery.java M src/org/jgroups/protocols/FD_SOCK.java M src/org/jgroups/protocols/pbcast/STABLE.java A tests/junit-functional/org/jgroups/tests/OrderingTest.java M tests/junit/org/jgroups/tests/FifoOrderTest.java Log Message: ----------- Merged branch 'JGRP-1262' |
From: <no...@gi...> - 2010-12-12 12:30:17
|
Branch: refs/heads/JGRP-1262 Home: https://github.com/belaban/JGroups Commit: 275c2458657f71c1f514451e59a4407b1739b0d4 https://github.com/belaban/JGroups/commit/275c2458657f71c1f514451e59a4407b1739b0d4 Author: Bela Ban <be...@ya...> Date: 2010-12-08 (Wed, 08 Dec 2010) Changed paths: M src/org/jgroups/protocols/Discovery.java Log Message: ----------- ns Commit: 58cdf974acc3a2593589c5c48fcdb195ef8fa8de https://github.com/belaban/JGroups/commit/58cdf974acc3a2593589c5c48fcdb195ef8fa8de Author: Bela Ban <be...@ya...> Date: 2010-12-12 (Sun, 12 Dec 2010) Changed paths: M src/org/jgroups/protocols/FD_SOCK.java Log Message: ----------- added client_bind_port and port_range |
From: <no...@gi...> - 2010-12-10 14:37:25
|
Branch: refs/heads/JGRP-1133.xmit_table Home: https://github.com/belaban/JGroups Commit: 0a56b054926bbe435117bf64bc478ddc2816024d https://github.com/belaban/JGroups/commit/0a56b054926bbe435117bf64bc478ddc2816024d Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M src/org/jgroups/util/RetransmitTable.java M tests/junit-functional/org/jgroups/tests/RetransmitTableTest.java Log Message: ----------- added resize_factor to RetransmitTable (default=1.2) |
From: <no...@gi...> - 2010-12-10 13:44:47
|
Branch: refs/heads/JGRP-1133.xmit_table Home: https://github.com/belaban/JGroups Commit: 6f0186990323038b36b1c0d6385e5e6a020ffb98 https://github.com/belaban/JGroups/commit/6f0186990323038b36b1c0d6385e5e6a020ffb98 Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M src/org/jgroups/protocols/pbcast/NAKACK.java M src/org/jgroups/stack/NakReceiverWindow.java Log Message: ----------- added JMX information on RetransmiTable to NAKACK Commit: acefdef80a47f9352a652cbd3e4eac3508f6b37f https://github.com/belaban/JGroups/commit/acefdef80a47f9352a652cbd3e4eac3508f6b37f Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M src/org/jgroups/util/RetransmitTable.java Log Message: ----------- replaced computeRowAndIndex() with computeRow() and computeIndex() |
From: <no...@gi...> - 2010-12-10 11:37:22
|
Branch: refs/heads/JGRP-1133.xmit_table Home: https://github.com/belaban/JGroups Commit: 4f4616b37b65c277b95f6f7c0ed9efd569f10643 https://github.com/belaban/JGroups/commit/4f4616b37b65c277b95f6f7c0ed9efd569f10643 Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M src/org/jgroups/util/RetransmitTable.java Log Message: ----------- set default rows=5 and msgs_per_row to 10000 Commit: 09a4d0105abaef76376ad8d9c874693ff10ceea2 https://github.com/belaban/JGroups/commit/09a4d0105abaef76376ad8d9c874693ff10ceea2 Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: A src/org/jgroups/util/RetransmitTableArray.java Log Message: ----------- alternative impl of RetransmitTable Commit: bf39325132b336996d19c65766b898f8126b9874 https://github.com/belaban/JGroups/commit/bf39325132b336996d19c65766b898f8126b9874 Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: A tests/junit-functional/org/jgroups/tests/RetransmitTableArrayTest.java Log Message: ----------- test for RetransmitTableArray Commit: 0b26f95a029a9095d658dfda778befbe9231f166 https://github.com/belaban/JGroups/commit/0b26f95a029a9095d658dfda778befbe9231f166 Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M src/org/jgroups/util/RetransmitTable.java Log Message: ----------- added second line of defense for invalid index |
From: <no...@gi...> - 2010-12-10 09:46:28
|
Branch: refs/heads/JGRP-1133.xmit_table Home: https://github.com/belaban/JGroups Commit: cd5c8a179c4bc65216a4dfa05182377349cd093c https://github.com/belaban/JGroups/commit/cd5c8a179c4bc65216a4dfa05182377349cd093c Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M src/org/jgroups/util/Digest.java Log Message: ----------- added toStringSorted() Commit: 98c8a17a61daae09c38a89779026896cd5e581e4 https://github.com/belaban/JGroups/commit/98c8a17a61daae09c38a89779026896cd5e581e4 Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M tests/junit/org/jgroups/protocols/GMS_MergeTest.java Log Message: ----------- added printing of digests Commit: f2d67ad717ab0ff366588f3fd00fc2ca1b9ea025 https://github.com/belaban/JGroups/commit/f2d67ad717ab0ff366588f3fd00fc2ca1b9ea025 Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M src/org/jgroups/protocols/pbcast/NAKACK.java Log Message: ----------- - rebroadcastMessages(): we cannot ask for range [low .. high], but [low+1 .. high], as low has already been received (part of the digest) - Remove a RetransmitWindow from the hashmap first, and *then* call win.destroy() (used to be the other way around) Commit: 4d46f1bf50084b8f473ec8c7eee040ad0ed495ee https://github.com/belaban/JGroups/commit/4d46f1bf50084b8f473ec8c7eee040ad0ed495ee Author: Bela Ban <be...@ya...> Date: 2010-12-10 (Fri, 10 Dec 2010) Changed paths: M src/org/jgroups/stack/NakReceiverWindow.java Log Message: ----------- RetransmitWindow: offset must be 'low', and not highest_delivered, as someone might ask for retransmission of a message between low and highest_delivered |
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. |
From: <no...@gi...> - 2010-12-09 15:51:52
|
Branch: refs/heads/JGRP-1133.next Home: https://github.com/belaban/JGroups Commit: 9bc04ba266da18c3720c507b54238f2da753deee https://github.com/belaban/JGroups/commit/9bc04ba266da18c3720c507b54238f2da753deee Author: Bela Ban <be...@ya...> Date: 2010-12-05 (Sun, 05 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/MessageTest.java Log Message: ----------- removed unused imports Commit: ab06d0295043c5e2cb9429bd4f3140932a2041c6 https://github.com/belaban/JGroups/commit/ab06d0295043c5e2cb9429bd4f3140932a2041c6 Author: Bela Ban <be...@ya...> Date: 2010-12-05 (Sun, 05 Dec 2010) Changed paths: M src/org/jgroups/protocols/pbcast/STABLE.java Log Message: ----------- set max_bytes to 500000 by default Commit: 53333e9e974d9246f0a6379428e1b64f173f1acb https://github.com/belaban/JGroups/commit/53333e9e974d9246f0a6379428e1b64f173f1acb Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: A tests/junit-functional/org/jgroups/tests/OrderingTest.java Log Message: ----------- new test to test FIFO ordering Commit: 86304c739aab2ce41dca753a05a7208b751a895c https://github.com/belaban/JGroups/commit/86304c739aab2ce41dca753a05a7208b751a895c Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M tests/junit/org/jgroups/tests/ChannelTest.java Log Message: ----------- ns Commit: 99727c4b31c3345933bc8aa5fbcbfd8c0c6b6f06 https://github.com/belaban/JGroups/commit/99727c4b31c3345933bc8aa5fbcbfd8c0c6b6f06 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M src/org/jgroups/protocols/pbcast/NAKACK.java Log Message: ----------- ns Commit: 067c993a5f998d7d82d5e7011364f2f50842f7f2 https://github.com/belaban/JGroups/commit/067c993a5f998d7d82d5e7011364f2f50842f7f2 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/OrderingTest.java Log Message: ----------- ns Commit: 6687357c543d76ef7aa1287173b6b30ef9393c76 https://github.com/belaban/JGroups/commit/6687357c543d76ef7aa1287173b6b30ef9393c76 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M tests/junit/org/jgroups/tests/FifoOrderTest.java Log Message: ----------- changed receiver to use a hashmap Commit: 929ea9591b58f72bb77474f8079f435742b7ac38 https://github.com/belaban/JGroups/commit/929ea9591b58f72bb77474f8079f435742b7ac38 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M tests/junit/org/jgroups/tests/FifoOrderTest.java Log Message: ----------- removed barrier Commit: 0d13b241e490ad7cbc12feb2ff5a85f727ce5951 https://github.com/belaban/JGroups/commit/0d13b241e490ad7cbc12feb2ff5a85f727ce5951 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/OrderingTest.java Log Message: ----------- reduced number of messages / sender to 10000 |
From: <no...@gi...> - 2010-12-09 13:19:33
|
Branch: refs/heads/JGRP-1133.xmit_table Home: https://github.com/belaban/JGroups Commit: 6817f560ba6dc0b6cc9fd0cc1ef038c9d3c067d5 https://github.com/belaban/JGroups/commit/6817f560ba6dc0b6cc9fd0cc1ef038c9d3c067d5 Author: Bela Ban <be...@ya...> Date: 2010-12-08 (Wed, 08 Dec 2010) Changed paths: M src/org/jgroups/stack/NakReceiverWindow.java Log Message: ----------- creating RetransmitTable based on highest_delivered, not hard-coded 1 Commit: 4dc2b78fe1ec128205aa56b58c5348d3731a772c https://github.com/belaban/JGroups/commit/4dc2b78fe1ec128205aa56b58c5348d3731a772c Author: Bela Ban <be...@ya...> Date: 2010-12-08 (Wed, 08 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/NakReceiverWindowTest.java Log Message: ----------- added test which create NRW at seqno > 1 Commit: 471ed6381a1590c0f7d93492afef1e9cb0d07ebe https://github.com/belaban/JGroups/commit/471ed6381a1590c0f7d93492afef1e9cb0d07ebe Author: Bela Ban <be...@ya...> Date: 2010-12-08 (Wed, 08 Dec 2010) Changed paths: M src/org/jgroups/util/RetransmitTable.java Log Message: ----------- changed getNullMessages() to not include a range anymore, but only a to seqno Commit: 7f171b222e13ed85e2da77508063827c62f8e1e4 https://github.com/belaban/JGroups/commit/7f171b222e13ed85e2da77508063827c62f8e1e4 Author: Bela Ban <be...@ya...> Date: 2010-12-08 (Wed, 08 Dec 2010) Changed paths: M src/org/jgroups/util/RetransmitTable.java Log Message: ----------- ns Commit: 1ae29869e068ab877dd273bebbdac427bcf5a75a https://github.com/belaban/JGroups/commit/1ae29869e068ab877dd273bebbdac427bcf5a75a 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: ----------- using logical names Commit: 9cc1aa77b7c7f3fffaacb346803c550c8d6ae369 https://github.com/belaban/JGroups/commit/9cc1aa77b7c7f3fffaacb346803c550c8d6ae369 Author: Bela Ban <be...@ya...> Date: 2010-12-09 (Thu, 09 Dec 2010) Changed paths: M tests/junit/org/jgroups/tests/ChannelTestBase.java Log Message: ----------- removed logging of channel ports and addresses Commit: 0a37f60abac6fe4dddb957b9cd9c827d9a6a17da https://github.com/belaban/JGroups/commit/0a37f60abac6fe4dddb957b9cd9c827d9a6a17da Author: Bela Ban <be...@ya...> Date: 2010-12-09 (Thu, 09 Dec 2010) Changed paths: M tests/junit/org/jgroups/tests/ChannelTestBase.java Log Message: ----------- made code a bit more compact, removed cruft Commit: bfc675c7842a2f99c5fbf4c57cd4ea7734ee52d3 https://github.com/belaban/JGroups/commit/bfc675c7842a2f99c5fbf4c57cd4ea7734ee52d3 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: ----------- ns |
From: <no...@gi...> - 2010-12-08 12:32:10
|
Branch: refs/heads/hpdrago-prio Home: https://github.com/belaban/JGroups Commit: 33facf6619f686979b8e0da4ed586026752bddff https://github.com/belaban/JGroups/commit/33facf6619f686979b8e0da4ed586026752bddff Author: Bela Ban <be...@ya...> Date: 2010-12-08 (Wed, 08 Dec 2010) Changed paths: M tests/junit/org/jgroups/tests/PrioTest.java Log Message: ----------- added fuzzy check for correct ordering of prioritized messages |
From: <no...@gi...> - 2010-12-08 06:25:51
|
Branch: refs/heads/hpdrago-prio Home: https://github.com/belaban/JGroups Commit: 1bed5f4e00eb7f34dc14aa351d666dcfb014783a https://github.com/belaban/JGroups/commit/1bed5f4e00eb7f34dc14aa351d666dcfb014783a Author: Bela Ban <be...@ya...> Date: 2010-12-07 (Tue, 07 Dec 2010) Changed paths: A tests/junit/org/jgroups/tests/PrioTest.java Log Message: ----------- added PrioTest, need to figure out how to test PRIO ! |
From: <no...@gi...> - 2010-12-08 06:04:54
|
Branch: refs/heads/hpdrago-prio Home: https://github.com/belaban/JGroups Commit: 82f509020ef0a1e9fe713dacb3a585b650dcce5f https://github.com/belaban/JGroups/commit/82f509020ef0a1e9fe713dacb3a585b650dcce5f Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M src/org/jgroups/protocols/pbcast/STABLE.java Log Message: ----------- set STABLE.max_bytes to 500K by default Commit: 8735453119ae4ee0da068a127dbe5ea6240bbd02 https://github.com/belaban/JGroups/commit/8735453119ae4ee0da068a127dbe5ea6240bbd02 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: A tests/junit-functional/org/jgroups/tests/OrderingTest.java Log Message: ----------- added new test for FIFO ordering Commit: d42868172d977a71b48b2bbddc7d8afbe180c4c7 https://github.com/belaban/JGroups/commit/d42868172d977a71b48b2bbddc7d8afbe180c4c7 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M tests/junit/org/jgroups/tests/FifoOrderTest.java Log Message: ----------- changed receiver to use a hashmap Commit: fe462169afa78d09f61d773d0c46a5db6c245207 https://github.com/belaban/JGroups/commit/fe462169afa78d09f61d773d0c46a5db6c245207 Author: Bela Ban <be...@ya...> Date: 2010-12-06 (Mon, 06 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/OrderingTest.java Log Message: ----------- commented main() Commit: a8fd9c602756907f43df6166e5bd2c20cacdad3f https://github.com/belaban/JGroups/commit/a8fd9c602756907f43df6166e5bd2c20cacdad3f Author: Bela Ban <be...@ya...> Date: 2010-12-07 (Tue, 07 Dec 2010) Changed paths: M src/org/jgroups/protocols/UDP.java Log Message: ----------- added getter and setter for ip_ttl (pulled from hpdrago) Commit: 4fc760f361f4f966d6772ead35cf6a8612bde67c https://github.com/belaban/JGroups/commit/4fc760f361f4f966d6772ead35cf6a8612bde67c Author: Bela Ban <be...@ya...> Date: 2010-12-07 (Tue, 07 Dec 2010) Changed paths: M conf/jg-magic-map.xml M conf/jg-protocol-ids.xml Log Message: ----------- added PrioHeader to jg-magic-map.xml and PRIO to jg-protocol-ids.xml Commit: 444ca80b5bf1d040a0e9e179815b8257bbf5b618 https://github.com/belaban/JGroups/commit/444ca80b5bf1d040a0e9e179815b8257bbf5b618 Author: Bela Ban <be...@ya...> Date: 2010-12-07 (Tue, 07 Dec 2010) Changed paths: A src/org/jgroups/protocols/PRIO.java A src/org/jgroups/protocols/PrioHeader.java Log Message: ----------- added PRIO and PrioHeader |
From: <no...@gi...> - 2010-12-07 16:34:57
|
Branch: refs/heads/JGRP-1133.xmit_table Home: https://github.com/belaban/JGroups Commit: f8ca3075f225ccf77e8de1d8d0d8cb5b451c84e6 https://github.com/belaban/JGroups/commit/f8ca3075f225ccf77e8de1d8d0d8cb5b451c84e6 Author: Bela Ban <be...@ya...> Date: 2010-12-07 (Tue, 07 Dec 2010) Changed paths: M src/org/jgroups/stack/NakReceiverWindow.java M src/org/jgroups/util/RetransmitTable.java Log Message: ----------- first version that scored a new best on perf.Test ! |
From: <no...@gi...> - 2010-12-07 15:46:59
|
Branch: refs/heads/JGRP-1133.xmit_table Home: https://github.com/belaban/JGroups Commit: beb465680bc13f4b6965697a65629c5c864d13b2 https://github.com/belaban/JGroups/commit/beb465680bc13f4b6965697a65629c5c864d13b2 Author: Bela Ban <be...@ya...> Date: 2010-12-07 (Tue, 07 Dec 2010) Changed paths: A src/org/jgroups/util/RetransmitTable.java A tests/junit-functional/org/jgroups/tests/RetransmitTableTest.java Log Message: ----------- draft of RetransmissionTable Commit: 74c8e738d67f3f6dfc6e1325fee29d7cef5a79ba https://github.com/belaban/JGroups/commit/74c8e738d67f3f6dfc6e1325fee29d7cef5a79ba Author: Bela Ban <be...@ya...> Date: 2010-12-07 (Tue, 07 Dec 2010) Changed paths: M src/org/jgroups/util/RetransmitTable.java M tests/junit-functional/org/jgroups/tests/RetransmitTableTest.java Log Message: ----------- added purge() method Commit: c1aaa9e830be33e6a7d5a1add5220c2f8fbe78c1 https://github.com/belaban/JGroups/commit/c1aaa9e830be33e6a7d5a1add5220c2f8fbe78c1 Author: Bela Ban <be...@ya...> Date: 2010-12-07 (Tue, 07 Dec 2010) Changed paths: M tests/junit-functional/org/jgroups/tests/RetransmitTableTest.java Log Message: ----------- ns |
From: <no...@gi...> - 2010-12-07 10:14:38
|
Branch: refs/heads/JGRP-1133.nrw Home: https://github.com/belaban/JGroups Commit: 64900048b93c01fda1aa4d3cafe46c3629a37ab6 https://github.com/belaban/JGroups/commit/64900048b93c01fda1aa4d3cafe46c3629a37ab6 Author: Bela Ban <be...@ya...> Date: 2010-12-07 (Tue, 07 Dec 2010) Changed paths: M src/org/jgroups/stack/NakReceiverWindow.java Log Message: ----------- test impl of waiting area Commit: 99717dce70d941f41e10f4cf4427fa7d86419932 https://github.com/belaban/JGroups/commit/99717dce70d941f41e10f4cf4427fa7d86419932 Author: Bela Ban <be...@ya...> Date: 2010-12-07 (Tue, 07 Dec 2010) Changed paths: M src/org/jgroups/stack/NakReceiverWindow.java Log Message: ----------- stable message are also added to waiting_area |
From: <no...@gi...> - 2010-12-03 15:33:19
|
Branch: refs/heads/JGRP-1133.next Home: https://github.com/belaban/JGroups Commit: 7bc448039265b3cef7e565288fabf6750c76ee38 https://github.com/belaban/JGroups/commit/7bc448039265b3cef7e565288fabf6750c76ee38 Author: Bela Ban <be...@ya...> Date: 2010-12-03 (Fri, 03 Dec 2010) Changed paths: M src/org/jgroups/protocols/pbcast/NAKACK.java Log Message: ----------- ns |
From: <no...@gi...> - 2010-12-03 15:00:57
|
Branch: refs/heads/JGRP-1133.next Home: https://github.com/belaban/JGroups Commit: f01c2e0681467b4ea8824b73212c957aba1e43fd https://github.com/belaban/JGroups/commit/f01c2e0681467b4ea8824b73212c957aba1e43fd Author: Bela Ban <be...@ya...> Date: 2010-12-03 (Fri, 03 Dec 2010) Changed paths: M src/org/jgroups/protocols/pbcast/NAKACK.java M src/org/jgroups/stack/NakReceiverWindow.java Log Message: ----------- added addAndRemove() to NakReceiverWindow |
From: <no...@gi...> - 2010-12-03 11:27:31
|
Branch: refs/heads/JGRP-1133 Home: https://github.com/belaban/JGroups Commit: d9e4b84a9579afc2bf48e66b871876fe4d6ed84b https://github.com/belaban/JGroups/commit/d9e4b84a9579afc2bf48e66b871876fe4d6ed84b Author: Bela Ban <be...@ya...> Date: 2010-12-03 (Fri, 03 Dec 2010) Changed paths: M src/org/jgroups/util/Util.java Log Message: ----------- added createHashMap() Commit: 95feacc33a4e492df5952e24f6aea1295e41ab7b https://github.com/belaban/JGroups/commit/95feacc33a4e492df5952e24f6aea1295e41ab7b Author: Bela Ban <be...@ya...> Date: 2010-12-03 (Fri, 03 Dec 2010) Changed paths: M src/org/jgroups/stack/NakReceiverWindow.java M tests/junit-functional/org/jgroups/tests/NakReceiverWindowTest.java Log Message: ----------- - replaced ConcurrentHashMap with HashMap (we already guard xmit_table with rl/wls) - Added read-lock acquisition to get(), print() etc - Removed unused methods / tests |