nunomrc | 25 Apr 2006 19:22

CVS update of hedera/src/org/continuent/hedera/appia (1 file)

    Date: Tuesday, April 25, 2006  <at>  19:22:45
  Author: nunomrc
    Path: /cvsroot/hedera/hedera/src/org/continuent/hedera/appia

Modified: HederaSupportSession.java (1.1 -> 1.2)

Added the initial_view parameter on the XML configuration. Hedera can now receive an initial view in order
not to start with a view with a single member.

---------------------------+
 HederaSupportSession.java |  100 +++++++++++++++++++++++---------------------
 1 files changed, 54 insertions(+), 46 deletions(-)

Index: hedera/src/org/continuent/hedera/appia/HederaSupportSession.java
diff -u hedera/src/org/continuent/hedera/appia/HederaSupportSession.java:1.1 hedera/src/org/continuent/hedera/appia/HederaSupportSession.java:1.2
--- hedera/src/org/continuent/hedera/appia/HederaSupportSession.java:1.1	Fri Mar 17 20:18:35 2006
+++ hedera/src/org/continuent/hedera/appia/HederaSupportSession.java	Tue Apr 25 19:22:45 2006
 <at>  <at>  -61,6 +61,7  <at>  <at> 
 	private boolean isBlocked=true;
 	private InetWithPort multicast=null;
 	private InetWithPort[] gossips = null;
+	private InetWithPort[] initial_view = null;
 	private InetWithPort myAddress = null;
 	private Group myGroup=null;
 	private boolean requestedConnect = false;
 <at>  <at>  -116,8 +117,14  <at>  <at> 
 			}			
 		}
 		
-		if (params.containsKey("endpt")) {
(Continue reading)

nunomrc | 26 Apr 2006 12:01

CVS update of hedera/test/src/org/continuent/hedera/channel (1 file)

    Date: Wednesday, April 26, 2006  <at>  12:01:16
  Author: nunomrc
    Path: /cvsroot/hedera/hedera/test/src/org/continuent/hedera/channel

Modified: ChannelPerformanceTestThread.java (1.2 -> 1.3)

Added channel.quit() to the channel performance test to reproduce better the sequoia code.

-----------------------------------+
 ChannelPerformanceTestThread.java |    9 +++++++++
 1 files changed, 9 insertions(+)

Index: hedera/test/src/org/continuent/hedera/channel/ChannelPerformanceTestThread.java
diff -u hedera/test/src/org/continuent/hedera/channel/ChannelPerformanceTestThread.java:1.2 hedera/test/src/org/continuent/hedera/channel/ChannelPerformanceTestThread.java:1.3
--- hedera/test/src/org/continuent/hedera/channel/ChannelPerformanceTestThread.java:1.2	Mon
Mar  6 17:52:06 2006
+++ hedera/test/src/org/continuent/hedera/channel/ChannelPerformanceTestThread.java	Wed Apr
26 12:01:16 2006
 <at>  <at>  -95,6 +95,15  <at>  <at> 
     gms.unregisterGroupMembershipListener(this);
     adapter.stop();
     channel.close();
+    try {
+		channel.quit();
+	} catch (ChannelException e) {
+        if (logger.isDebugEnabled())
+            logger.debug(groupId + ": Received the following exception: "+e);
+	} catch (NotConnectedException e) {
+        if (logger.isDebugEnabled())
+            logger.debug(groupId + ": Received the following exception: "+e);
(Continue reading)

nunomrc | 26 Apr 2006 12:04

CVS update of hedera (build.properties build.xml)

    Date: Wednesday, April 26, 2006  <at>  12:04:15
  Author: nunomrc
    Path: /cvsroot/hedera/hedera

Modified: build.properties (1.7 -> 1.8) build.xml (1.4 -> 1.5)

Added target on ant file to deploy also the appia hedera jar file.

------------------+
 build.properties |    1 +
 build.xml        |   30 ++++++++++++++++++++++++++++--
 2 files changed, 29 insertions(+), 2 deletions(-)

Index: hedera/build.properties
diff -u hedera/build.properties:1.7 hedera/build.properties:1.8
--- hedera/build.properties:1.7	Thu Feb 16 11:47:11 2006
+++ hedera/build.properties	Wed Apr 26 12:04:15 2006
 <at>  <at>  -29,3 +29,4  <at>  <at> 
 # Manifest JAR files properties
 specification.title = Hedera
 specification.vendor = Emic Networks
+specification.externalDeveloper = University of Lisbon
Index: hedera/build.xml
diff -u hedera/build.xml:1.4 hedera/build.xml:1.5
--- hedera/build.xml:1.4	Fri Sep 23 11:01:26 2005
+++ hedera/build.xml	Wed Apr 26 12:04:15 2006
 <at>  <at>  -191,17 +191,43  <at>  <at> 
 			</fileset>
 		</jar>
 	</target>
(Continue reading)

nunomrc | 27 Apr 2006 20:23

CVS update of hedera (4 files)

    Date: Thursday, April 27, 2006  <at>  20:23:47
  Author: nunomrc
    Path: /cvsroot/hedera/hedera

   Added: lib/appia-3.1.jar (1.1)
Modified: .classpath (1.3 -> 1.4) config/appia.xml (1.1 -> 1.2)
 Removed: lib/appia-3.0.jar (1.2)

Changed the appia jar file and configuration files in order to be compliant with the new Appia version.

-------------------+
 .classpath        |    2 +-
 config/appia.xml  |   12 ++++++------
 lib/appia-3.0.jar |    <<Binary file>>
 lib/appia-3.1.jar |    <<Binary file>>
 4 files changed, 9 insertions(+), 7 deletions(-)

Index: hedera/.classpath
diff -u hedera/.classpath:1.3 hedera/.classpath:1.4
--- hedera/.classpath:1.3	Fri Mar 17 20:20:36 2006
+++ hedera/.classpath	Thu Apr 27 20:23:47 2006
 <at>  <at>  -6,6 +6,6  <at>  <at> 
 	<classpathentry kind="lib" path="lib/log4j.jar"/>
 	<classpathentry kind="lib" path="lib/commons-logging.jar"/>
 	<classpathentry kind="lib" path="lib/jgroups-core.jar"/>
-	<classpathentry kind="lib" path="lib/appia-3.0.jar"/>
+	<classpathentry kind="lib" path="lib/appia-3.1.jar"/>
 	<classpathentry kind="output" path="eclipse-build"/>
 </classpath>
Index: hedera/config/appia.xml
(Continue reading)


Gmane