From dbfd0856406b93d34d2b9a4b72512ef38b81970b Mon Sep 17 00:00:00 2001 From: jestin Date: Tue, 27 Jul 2004 16:20:05 +0000 Subject: not bugs, but todo item disappeared. changelog has been made up-to-date --- BUGS | 42 ++++++++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 10 deletions(-) (limited to 'BUGS') 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 ------------------------------------------------------------------------------------- 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 -- cgit v1.1