[JBoss-dev] [JBoss JIRA] Commented: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-03-08 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=comments#action_12315958 ] B.S.Navin commented on JGRP-33: --- What does Channel.LOCAL do? I don't see any explanation in the java docs. JGroups throws OutOfMemoryError after running for a few hours

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-03-07 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=comments#action_12315954 ] B.S.Navin commented on JGRP-33: --- But in many cases (and in this one too), there would be some members who just send messages to the group and are not concerned with receiving any

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-22 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=comments#action_12315645 ] B.S.Navin commented on JGRP-31: --- But a fix that would automatically make the merge (by either using the merge protocol or an additional protocol) looks more inline with the

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-19 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=comments#action_12315541 ] B.S.Navin commented on JGRP-31: --- Using a temp persistence store may not solve the issue. The issue would crop up if the network issue (or whatever caused the group to split) gets

[JBoss-dev] [JBoss JIRA] Created: (JGRP-40) Connections remain open even after the channel port changes, while using TCP

2005-02-18 Thread B.S.Navin (JIRA)
Connections remain open even after the channel port changes, while using TCP Key: JGRP-40 URL: http://jira.jboss.com/jira/browse/JGRP-40 Project: JGroups Type: Bug Versions: 2.2.8

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-31) Problem with MERGE2 when not using multicast

2005-02-17 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=comments#action_12315513 ] B.S.Navin commented on JGRP-31: --- One more possible solution (a more generic one) would be to create a small protocol that sits between TCPPING its underlying layer (UDP / TCP)

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-08 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=history ] B.S.Navin updated JGRP-33: -- Environment: SUN JDK 1.4.2_05 SUN JDK 1.5.0 on Windows Unix platforms (was: SUN JDK 1.4.2_05) Was able to reproduce the issue using SUN JDK 1.5.0 too JGroups throws

[JBoss-dev] [JBoss JIRA] Created: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-07 Thread B.S.Navin (JIRA)
JGroups throws OutOfMemoryError after running for a few hours - Key: JGRP-33 URL: http://jira.jboss.com/jira/browse/JGRP-33 Project: JGroups Type: Bug Versions: 2.2.8 Environment: SUN JDK 1.4.2_05

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-07 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=comments#action_12315203 ] B.S.Navin commented on JGRP-33: --- Have tried reproduced this issue with the JGroups 2.2.7 release as well as the latest JGroups HEAD. JGroups throws OutOfMemoryError after

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-07 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=history ] B.S.Navin updated JGRP-33: -- Attachment: PublishThread2.java JGroupsMemTest.java runj10.sh The sample programs execution script for the reproducing the issue JGroups

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-33) JGroups throws OutOfMemoryError after running for a few hours

2005-02-07 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-33?page=history ] B.S.Navin updated JGRP-33: -- Attachment: fc-fast-udp.xml fc-fast-udp-tcpping.xml Configuration files used for UDP/PING UDP/TCPPING JGroups throws OutOfMemoryError after running for a

[JBoss-dev] [JBoss JIRA] Created: (JGRP-31) Problem with MERGE2 when not using multicast

2005-01-31 Thread B.S.Navin (JIRA)
Problem with MERGE2 when not using multicast Key: JGRP-31 URL: http://jira.jboss.com/jira/browse/JGRP-31 Project: JGroups Type: Bug Versions: 2.2.8 Environment: SUN Java 1.4.2_05 Reporter: B.S.Navin Assigned

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-31) Problem with MERGE2 when not using multicast

2005-01-31 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=comments#action_12315095 ] B.S.Navin commented on JGRP-31: --- Possible solution: -- There is one possible solution I found to this: The merge() method in the

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-31) Out of memory problem

2005-01-28 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=comments#action_12314981 ] B.S.Navin commented on JBCACHE-31: -- Yes!!! SUN JDK 1.4.2_05. I am able to reproduce using this. Anyway, I'll also try on JDK 1.5. Out of memory problem

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-29) Messages are not sent to all members when using UDP with ip_mcast disabled

2005-01-28 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-29?page=history ] B.S.Navin updated JGRP-29: -- Attachment: MessageTest.java A sample program to reproduce the problem. The argument to the program is the path to the config file Messages are not sent to all members

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-29) Messages are not sent to all members when using UDP with ip_mcast disabled

2005-01-28 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-29?page=history ] B.S.Navin updated JGRP-29: -- Attachment: fc-fast-udp.xml The stack configuration used Messages are not sent to all members when using UDP with ip_mcast disabled

[JBoss-dev] [JBoss JIRA] Created: (JGRP-29) Messages are not sent to all members when using UDP with ip_mcast disabled

2005-01-28 Thread B.S.Navin (JIRA)
Messages are not sent to all members when using UDP with ip_mcast disabled -- Key: JGRP-29 URL: http://jira.jboss.com/jira/browse/JGRP-29 Project: JGroups Type: Bug Versions: 2.2.8

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-31) Out of memory problem

2005-01-26 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-31?page=comments#action_12314938 ] B.S.Navin commented on JBCACHE-31: -- I was using JDK 1.4.2. I am able to reproduce on 1.4.2 Out of memory problem - Key: JBCACHE-31

[JBoss-dev] [JBoss JIRA] Created: (JGRP-26) TCP/TCPPING creates too many unnecessary connections

2005-01-18 Thread B.S.Navin (JIRA)
TCP/TCPPING creates too many unnecessary connections Key: JGRP-26 URL: http://jira.jboss.com/jira/browse/JGRP-26 Project: JGroups Type: Bug Versions: 2.2.8 Environment: Java 1.4.2 Reporter: B.S.Navin

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-26) TCP/TCPPING creates too many unnecessary connections

2005-01-18 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-26?page=history ] B.S.Navin updated JGRP-26: -- Attachment: fc-fast-tcp.xml Attaching the configuration file used. TCP/TCPPING creates too many unnecessary connections

[JBoss-dev] [JBoss JIRA] Updated: (JGRP-26) TCP/TCPPING creates too many unnecessary connections

2005-01-18 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-26?page=history ] B.S.Navin updated JGRP-26: -- Attachment: MessageTest.java Attached the sample program used too test this issue TCP/TCPPING creates too many unnecessary connections