Bug 2004 - ReplicationManager w/application controlled membership style
Summary: ReplicationManager w/application controlled membership style
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: Fault Tolerance Service (show other bugs)
Version: 0.4.2
Hardware: All All
: P3 normal
Assignee: Nanbor Wang
URL:
Depends on:
Blocks:
 
Reported: 2004-12-08 12:16 CST by J.T. Conklin
Modified: 2007-09-20 03:09 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J.T. Conklin 2004-12-08 12:16:34 CST
The Replication Manager's add_member() method throws an exception when adding
the first object reference to a newly created object group.

From a email discussion with Bala and Dale, the root cause seems to be caused by
the replication manager removing the "dummy" profile from the IOGR before adding
the entry, and the IOGR code being updated to reject operations resulting in
invalid IOGRs.  Suggestions for fixing the problem included reversing the
operations to add the entry before removing the "dummy"; and/or providing a
remove_profile_unchecked() operation.

Since it's been a while since those discussions, I'm adding this so we don't forget.
Comment 1 Johnny Willemsen 2007-09-20 03:09:01 CDT
to pool