Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch #4 for Ice 3.1.0: IceGrid replication bug

benoit
benoit Rennes, France
Hi,

Here's a patch to fix an IceGrid bug where invocations on a proxy from a replica group could raise an Ice::NoEndpointException if the node of a replica is down.

This patch also includes a fix for a bug in the XML parser which could cause a crash when specifying the IceBox.ServiceManager adapter element (in the icebox element).

To apply the patch:
 $ cd Ice-3.1.0
 $ patch -p0 < patch.icegrid.txt

Cheers,
Benoit.