- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -1 +1,11 @@
 When saNtfFinalize(), all subcriber of client in subcriber list is removed in 
ntf server. But subcriber of handle is not removed in list in ntf agent at  
saNtfFinalize() if saNtfNotificationUnsubscribe was not successful before. The 
subcriber is still in list and then  we can not subcribe with the same 
subcriberId after that.
+
+Step to reproduce issue:
+
+1 - Initialize handle1
+2 - Initialize handle2
+3 - subscribe with subscriptionId = 11 for handle2
+4 - Finalize handle2
+5 - subscribe with subscriptionId = 11 for handle1
+
+After step 4, the subscriber has subscriptionId = 11 still keep in  list in 
ntfa. It should be removed from the list then we can subscribe with 
subscriptionId=11 for any handles.

~~~~

- **status**: unassigned --> accepted
- **assigned_to**: Canh Truong



---

** [tickets:#1978] ntf: ntfa does not remove subscriber in subscriberNoList at 
finalize**

**Status:** accepted
**Milestone:** 5.0.2
**Created:** Mon Aug 29, 2016 08:59 AM UTC by Canh Truong
**Last Updated:** Tue Sep 20, 2016 05:56 PM UTC
**Owner:** Canh Truong


When saNtfFinalize(), all subcriber of client in subcriber list is removed in 
ntf server. But subcriber of handle is not removed in list in ntf agent at  
saNtfFinalize() if saNtfNotificationUnsubscribe was not successful before. The 
subcriber is still in list and then  we can not subcribe with the same 
subcriberId after that.

Step to reproduce issue:

1 - Initialize handle1
2 - Initialize handle2
3 - subscribe with subscriptionId = 11 for handle2
4 - Finalize handle2
5 - subscribe with subscriptionId = 11 for handle1

After step 4, the subscriber has subscriptionId = 11 still keep in  list in 
ntfa. It should be removed from the list then we can subscribe with 
subscriptionId=11 for any handles.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to