Archived

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

Patch #5 for Ice 3.3.0 (IceGrid): fixes potential registry crash

benoit
benoit Rennes, France
Hi,

The IceGrid registry might crash under rare circumstances when resolving the endpoints of a replica group and some members of the replica group are activated simultaneously. The patch below fixes this problem. To apply the patch:
$ cd Ice-3.3.0
$ patch -p1 < patch.txt

Cheers,
Benoit.