aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorjestin2004-07-27 16:20:05 +0000
committerjestin2004-07-27 16:20:05 +0000
commitdbfd0856406b93d34d2b9a4b72512ef38b81970b (patch)
treee82b99df4bbe954cd84218e9d0174a942808e851 /BUGS
parent64c95fd653177361f7e691ab345ed54d42ef6aed (diff)
downloadivy-java-dbfd0856406b93d34d2b9a4b72512ef38b81970b.zip
ivy-java-dbfd0856406b93d34d2b9a4b72512ef38b81970b.tar.gz
ivy-java-dbfd0856406b93d34d2b9a4b72512ef38b81970b.tar.bz2
ivy-java-dbfd0856406b93d34d2b9a4b72512ef38b81970b.tar.xz
not bugs, but todo item disappeared.
changelog has been made up-to-date
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS42
1 files changed, 32 insertions, 10 deletions
diff --git a/BUGS b/BUGS
index 5caadf1..be7f232 100644
--- a/BUGS
+++ b/BUGS
@@ -1,13 +1,13 @@
-------------------------------------------------------------------------------------
-TODO List:
+Won't do list:
+ * implement an interface allowing different regexps implementations, since
+ it exists in jdk 1.4.1 !, while keeping in mind the platform compatibility
+ -> nooooo ( jakarta regexps now )
+-------------------------------------------------------------------------------------
- * ivyprobe is a bit touchy about being fed somethin on standard input
- try echo "coucou" | ivyprobe ... -> use IvyDaemon instead
- * document the extension to the API
- * document the IVY_PING feature
- * use the same commands and switches for Probe as in the C ivyprobe
- * write a domain checker
- * implement the direct Messages in Probe
+TODO List:
+ * try the "many threads option" for sending messages
+ * make a ssh tunnel
-------------------------------------------------------------------------------------
Known bugs:
@@ -52,6 +52,29 @@ réf: [BUGXY]
-------------------------------------------------------------------------------------
Fixed:
+1.2.4
+
+ réf: [BUG J007] incorrect handling of faulty remote Ivy agents
+ for exemple, bad UDP broadcasts, or wrong regexps.
+
+ réf: [BUG J006]
+ * incorrect notification of agent departure
+ $ java -DIVY_DEBUG fr.dgac.ivy.Probe
+ $ ivyprobe
+ and ^C the ivyprobe results in :
+ IVYPROBE connected
+ -->IvyClient JPROBE:IVYPROBE<-- readline null ! leaving the thead
+ -->IvyClient JPROBE:IVYPROBE<-- normally Disconnected from IVYPROBE
+ -->IvyClient JPROBE:IVYPROBE<-- Thread stopped
+ The 1.2.4 releases produces a IVYPROBE disconnected
+
+ réf: [BUG J005]
+ * better handling of non Ivy broadcast messages
+ $ jprobe
+ $ echo coucou | nc -q 0 -u -b 127.255.255.255 2010
+ throws a numberformatexception and stays in a unstable mode for the
+ relevant domain.
+
1.2.2
- java fr.dgac.ivy.Probe
- ivyprobe, quitte ivyprobe
@@ -116,8 +139,7 @@ Not a bug ?
bus domain shortcuts ( 10:3456 instead of 10.255.255.255:3456 ) doesnt work
for UDP broadcast on my development environment. It's okay in multicast (Yannick Jestin)
- In fact, it's a matter of network topography, not of shortcut processing.
-
+ It's a matter of network topography, not of shortcut processing.
Using the regression tests on the following platforms:
- Solaris: I've got a problem to make it run on the default local Domain