[devel] [PATCH 1 of 1] Imm: Return TRY_AGAIN when slave PRTA timesout and prepare arrives after the slave timeout [#1211]

2014-11-21 Thread reddy . neelakanta
osaf/services/saf/immsv/immnd/ImmModel.cc| 4 ++- osaf/services/saf/immsv/immpbed/immpbe_daemon.cc | 31 ++- 2 files changed, 12 insertions(+), 23 deletions(-) problem: The problem is observed when PRTA update is done. for PRTA updates PBEA(primary) receives

Re: [devel] [PATCH 1 of 1] Imm: Return TRY_AGAIN when slave PRTA timesout and prepare arrives after the slave timeout [#1211]

2014-11-21 Thread Anders Bjornerstedt
Fix in ImmModel.cc is OK But there are still problems with the fix of ModifyCallback. Some error cases that jump to done will now omitt to remove the immutils data. So I have to nack this patch. unless the fix in ModifyCallback is really simple, then at this point I would suggest the

Re: [devel] [PATCH 1 of 1] Imm: Return TRY_AGAIN when slave PRTA timesout and prepare arrives after the slave timeout [#1211]

2014-11-21 Thread Anders Bjornerstedt
Sorry, my mistake. I took the new version as the old version and vice versa. Ack To the patch. /AndersBj Anders Bjornerstedt wrote: Fix in ImmModel.cc is OK But there are still problems with the fix of ModifyCallback. Some error cases that jump to done will now omitt to remove the immutils