Archived

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

Patch #5 for Ice 3.5.1: fix for IceGrid registry issue with shared replica groups

benoit
benoit Rennes, France
The attached patch fixes a an IceGrid registry replication bug where database synchronization could fail on startup or connection establishment with the master if multiple applications referred to a replica group defined in another application that wasn't yet added.

To apply the source patch to a fresh Ice 3.5.1 source distribution:
$ cd Ice-3.5.1
$ patch -p1 < patch-3.5.1-5.txt

Follow the instructions from the Ice release notes to build a source distribution.

Regards,

ZeroC Staff