Please report new issues athttps://github.com/DOCGroup
<servant_deactivation_condition> is used for waiting for partially deactivated servants to complete their deactivation before the POA is allowed to reactivate them. Currently, TAO_POA::is_servant_in_map() and TAO_POA::is_user_id_in_map() use this condition variable. However, there are some other instances of partial deactivation that we need to find and cover.
Yep, mine again.
Does have anyone more info about this? I am currently refactoring the POA and am interested in any open issues here.
The following methods are relevant: create_reference_with_id_i() - A new entry maybe created in this function, but the existence of a partially deactivated user id in the AOM is not verfied. servant_to_id_i() and servant_to_system_id_i() - A new entry maybe created in these functions, but the existence of a partially deactivated servant in the AOM is not verfied.
to pool