[tickets] [opensaf:tickets] #1895 ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 12 not found

2016-09-29 Thread Praveen
- **status**: review --> fixed
- **Part**: - --> d
- **Comment**:

changeset:   8161:29d4c2663f21
parent:  8156:1682135e7ba9
user:Canh Van Truong 
date:Thu Sep 29 10:52:12 2016 +0530
summary: ntfs: convert LOG_ER to LOG_WA [#1895]

changeset:   8160:b54026b7ee72
branch:  opensaf-5.1.x
parent:  8157:1b00775bd22b
user:Canh Van Truong 
date:Thu Sep 29 10:51:45 2016 +0530
summary: ntfs: convert LOG_ER to LOG_WA [#1895]

changeset:   8159:abe3b25790a7
branch:  opensaf-5.0.x
user:Canh Van Truong 
date:Thu Sep 29 10:51:12 2016 +0530
summary: ntfs: convert LOG_ER to LOG_WA [#1895]




---

** [tickets:#1895] ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 
12 not found**

**Status:** fixed
**Milestone:** 5.0.2
**Created:** Fri Jun 24, 2016 03:24 AM UTC by Vo Minh Hoang
**Last Updated:** Thu Sep 22, 2016 08:45 AM UTC
**Owner:** Canh Truong
**Attachments:**

- 
[1895.tgz](https://sourceforge.net/p/opensaf/tickets/1895/attachment/1895.tgz) 
(471.5 kB; application/x-compressed)


Failed when run test suit 2: 

Sep 15 11:13:41.191010 osafntfd [476:mds_dt_trans.c:0608] >> 
mdtm_process_poll_recv_data_tcp 
Sep 15 11:13:41.191034 osafntfd [476:mbcsv_mds.c:0244] << mbcsv_mds_send_msg: 
success
Sep 15 11:13:41.191038 osafntfd [476:mbcsv_util.c:0492] << 
mbcsv_send_ckpt_data_to_all_peers 
Sep 15 11:13:41.191041 osafntfd [476:mbcsv_api.c:0868] << 
mbcsv_process_snd_ckpt_request: retval: 1
Sep 15 11:13:41.191044 osafntfd [476:ntfs_mbcsv.c:1365] << 
ntfs_send_async_update 
Sep 15 11:13:41.191047 osafntfd [476:ntfs_com.c:0093] << client_removed_res_lib 
Sep 15 11:13:41.191049 osafntfd [476:ntfs_evt.c:0304] << proc_finalize_msg 
Sep 15 11:13:41.191055 osafntfd [476:ntfs_evt.c:0357] >> proc_unsubscribe_msg: 
client_id 8, subscriptionId 111
Sep 15 11:13:41.191140 osafntfd [476:NtfAdmin.cc:0520] ER 
NtfAdmin::subscriptionRemoved client 8 not found
Sep 15 11:13:41.191146 osafntfd [476:ntfs_evt.c:0369] << proc_unsubscribe_msg 

The issue here is when test case 4 of test suit2 is executed, the unsubcribe 
and Finalize is runing in parallel. Ntfd receive API request from Finalize 
before unsubcribe, so client and all of relating to its will be removed before 
ntfd process request from ubsubcribe. 
The error is printed out in this case. And unsubcribe action is failed. But in 
the test case the return code is re-assigned to ok for test case passed.


Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/


---

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


[tickets] [opensaf:tickets] #1895 ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 12 not found

2016-09-20 Thread Anders Widell
- **Milestone**: 4.7.2 --> 5.0.2



---

** [tickets:#1895] ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 
12 not found**

**Status:** accepted
**Milestone:** 5.0.2
**Created:** Fri Jun 24, 2016 03:24 AM UTC by Vo Minh Hoang
**Last Updated:** Thu Sep 15, 2016 04:15 AM UTC
**Owner:** Canh Truong
**Attachments:**

- 
[1895.tgz](https://sourceforge.net/p/opensaf/tickets/1895/attachment/1895.tgz) 
(471.5 kB; application/x-compressed)


Failed when run test suit 2: 

Sep 15 11:13:41.191010 osafntfd [476:mds_dt_trans.c:0608] >> 
mdtm_process_poll_recv_data_tcp 
Sep 15 11:13:41.191034 osafntfd [476:mbcsv_mds.c:0244] << mbcsv_mds_send_msg: 
success
Sep 15 11:13:41.191038 osafntfd [476:mbcsv_util.c:0492] << 
mbcsv_send_ckpt_data_to_all_peers 
Sep 15 11:13:41.191041 osafntfd [476:mbcsv_api.c:0868] << 
mbcsv_process_snd_ckpt_request: retval: 1
Sep 15 11:13:41.191044 osafntfd [476:ntfs_mbcsv.c:1365] << 
ntfs_send_async_update 
Sep 15 11:13:41.191047 osafntfd [476:ntfs_com.c:0093] << client_removed_res_lib 
Sep 15 11:13:41.191049 osafntfd [476:ntfs_evt.c:0304] << proc_finalize_msg 
Sep 15 11:13:41.191055 osafntfd [476:ntfs_evt.c:0357] >> proc_unsubscribe_msg: 
client_id 8, subscriptionId 111
Sep 15 11:13:41.191140 osafntfd [476:NtfAdmin.cc:0520] ER 
NtfAdmin::subscriptionRemoved client 8 not found
Sep 15 11:13:41.191146 osafntfd [476:ntfs_evt.c:0369] << proc_unsubscribe_msg 

The issue here is when test case 4 of test suit2 is executed, the unsubcribe 
and Finalize is runing in parallel. Ntfd receive API request from Finalize 
before unsubcribe, so client and all of relating to its will be removed before 
ntfd process request from ubsubcribe. 
The error is printed out in this case. And unsubcribe action is failed. But in 
the test case the return code is re-assigned to ok for test case passed.

The step in test case to call API in ntf may be wrong.

Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/


---

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


[tickets] [opensaf:tickets] #1895 ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 12 not found

2016-09-14 Thread Canh Truong
- Description has changed:

Diff:



--- old
+++ new
@@ -1,12 +1,19 @@
 Failed when run test suit 2: 
 
-osafntfd [463:ntfs_evt.c:0338] >> proc_unsubscribe_msg: client_id 28, 
subscriptionId 111
-osafntfd [463:NtfAdmin.cc:0553] ER NtfAdmin::subscriptionRemoved client 28 not 
found
-osafntfd [463:ntfs_evt.c:0341] << proc_unsubscribe_msg 
+Sep 15 11:13:41.191010 osafntfd [476:mds_dt_trans.c:0608] >> 
mdtm_process_poll_recv_data_tcp 
+Sep 15 11:13:41.191034 osafntfd [476:mbcsv_mds.c:0244] << mbcsv_mds_send_msg: 
success
+Sep 15 11:13:41.191038 osafntfd [476:mbcsv_util.c:0492] << 
mbcsv_send_ckpt_data_to_all_peers 
+Sep 15 11:13:41.191041 osafntfd [476:mbcsv_api.c:0868] << 
mbcsv_process_snd_ckpt_request: retval: 1
+Sep 15 11:13:41.191044 osafntfd [476:ntfs_mbcsv.c:1365] << 
ntfs_send_async_update 
+Sep 15 11:13:41.191047 osafntfd [476:ntfs_com.c:0093] << 
client_removed_res_lib 
+Sep 15 11:13:41.191049 osafntfd [476:ntfs_evt.c:0304] << proc_finalize_msg 
+Sep 15 11:13:41.191055 osafntfd [476:ntfs_evt.c:0357] >> proc_unsubscribe_msg: 
client_id 8, subscriptionId 111
+Sep 15 11:13:41.191140 osafntfd [476:NtfAdmin.cc:0520] ER 
NtfAdmin::subscriptionRemoved client 8 not found
+Sep 15 11:13:41.191146 osafntfd [476:ntfs_evt.c:0369] << proc_unsubscribe_msg 
 
-Currently, when finalizing the last client, ntfa uninstall MDS connection.
-This causes that the NCSMDS_DOWN event will be sent to ntfs. ntfs will remove 
all clients that relates to this MDS.
-But if we initializes new client immediately after finalizing, ntfs may 
reviece the message of initialization before message of NCSMDS_DOWN event. This 
cause new client will be removed without finalizing and then action subcribe 
failed.
+The issue here is when test case 4 of test suit2 is executed, the unsubcribe 
and Finalize is runing in parallel. Ntfd receive API request from Finalize 
before unsubcribe, so client and all of relating to its will be removed before 
ntfd process request from ubsubcribe. 
+The error is printed out in this case. And unsubcribe action is failed. But in 
the test case the return code is re-assigned to ok for test case passed.
 
+The step in test case to call API in ntf may be wrong.
 
 Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/



- **status**: review --> accepted
- Attachments has changed:

Diff:



--- old
+++ new
@@ -0,0 +1 @@
+1895.tgz (471.5 kB; application/x-compressed)






---

** [tickets:#1895] ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 
12 not found**

**Status:** accepted
**Milestone:** 4.7.2
**Created:** Fri Jun 24, 2016 03:24 AM UTC by Vo Minh Hoang
**Last Updated:** Wed Sep 14, 2016 03:07 AM UTC
**Owner:** Canh Truong
**Attachments:**

- 
[1895.tgz](https://sourceforge.net/p/opensaf/tickets/1895/attachment/1895.tgz) 
(471.5 kB; application/x-compressed)


Failed when run test suit 2: 

Sep 15 11:13:41.191010 osafntfd [476:mds_dt_trans.c:0608] >> 
mdtm_process_poll_recv_data_tcp 
Sep 15 11:13:41.191034 osafntfd [476:mbcsv_mds.c:0244] << mbcsv_mds_send_msg: 
success
Sep 15 11:13:41.191038 osafntfd [476:mbcsv_util.c:0492] << 
mbcsv_send_ckpt_data_to_all_peers 
Sep 15 11:13:41.191041 osafntfd [476:mbcsv_api.c:0868] << 
mbcsv_process_snd_ckpt_request: retval: 1
Sep 15 11:13:41.191044 osafntfd [476:ntfs_mbcsv.c:1365] << 
ntfs_send_async_update 
Sep 15 11:13:41.191047 osafntfd [476:ntfs_com.c:0093] << client_removed_res_lib 
Sep 15 11:13:41.191049 osafntfd [476:ntfs_evt.c:0304] << proc_finalize_msg 
Sep 15 11:13:41.191055 osafntfd [476:ntfs_evt.c:0357] >> proc_unsubscribe_msg: 
client_id 8, subscriptionId 111
Sep 15 11:13:41.191140 osafntfd [476:NtfAdmin.cc:0520] ER 
NtfAdmin::subscriptionRemoved client 8 not found
Sep 15 11:13:41.191146 osafntfd [476:ntfs_evt.c:0369] << proc_unsubscribe_msg 

The issue here is when test case 4 of test suit2 is executed, the unsubcribe 
and Finalize is runing in parallel. Ntfd receive API request from Finalize 
before unsubcribe, so client and all of relating to its will be removed before 
ntfd process request from ubsubcribe. 
The error is printed out in this case. And unsubcribe action is failed. But in 
the test case the return code is re-assigned to ok for test case passed.

The step in test case to call API in ntf may be wrong.

Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/


---

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


[tickets] [opensaf:tickets] #1895 ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 12 not found

2016-09-14 Thread Canh Truong
- Attachments has changed:

Diff:



--- old
+++ new
@@ -1 +0,0 @@
-osafntfd.txt (705.5 kB; text/plain)






---

** [tickets:#1895] ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 
12 not found**

**Status:** review
**Milestone:** 4.7.2
**Created:** Fri Jun 24, 2016 03:24 AM UTC by Vo Minh Hoang
**Last Updated:** Wed Sep 14, 2016 03:07 AM UTC
**Owner:** Canh Truong


Failed when run test suit 2: 

osafntfd [463:ntfs_evt.c:0338] >> proc_unsubscribe_msg: client_id 28, 
subscriptionId 111
osafntfd [463:NtfAdmin.cc:0553] ER NtfAdmin::subscriptionRemoved client 28 not 
found
osafntfd [463:ntfs_evt.c:0341] << proc_unsubscribe_msg 

Currently, when finalizing the last client, ntfa uninstall MDS connection.
This causes that the NCSMDS_DOWN event will be sent to ntfs. ntfs will remove 
all clients that relates to this MDS.
But if we initializes new client immediately after finalizing, ntfs may reviece 
the message of initialization before message of NCSMDS_DOWN event. This cause 
new client will be removed without finalizing and then action subcribe failed.


Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/


---

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


[tickets] [opensaf:tickets] #1895 ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 12 not found

2016-09-13 Thread Canh Truong
- **Milestone**: 5.1.RC2 --> 4.7.2



---

** [tickets:#1895] ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 
12 not found**

**Status:** review
**Milestone:** 4.7.2
**Created:** Fri Jun 24, 2016 03:24 AM UTC by Vo Minh Hoang
**Last Updated:** Tue Sep 13, 2016 10:11 AM UTC
**Owner:** Canh Truong
**Attachments:**

- 
[osafntfd.txt](https://sourceforge.net/p/opensaf/tickets/1895/attachment/osafntfd.txt)
 (705.5 kB; text/plain)


Failed when run test suit 2: 

osafntfd [463:ntfs_evt.c:0338] >> proc_unsubscribe_msg: client_id 28, 
subscriptionId 111
osafntfd [463:NtfAdmin.cc:0553] ER NtfAdmin::subscriptionRemoved client 28 not 
found
osafntfd [463:ntfs_evt.c:0341] << proc_unsubscribe_msg 

Currently, when finalizing the last client, ntfa uninstall MDS connection.
This causes that the NCSMDS_DOWN event will be sent to ntfs. ntfs will remove 
all clients that relates to this MDS.
But if we initializes new client immediately after finalizing, ntfs may reviece 
the message of initialization before message of NCSMDS_DOWN event. This cause 
new client will be removed without finalizing and then action subcribe failed.


Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/


---

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


[tickets] [opensaf:tickets] #1895 ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 12 not found

2016-09-13 Thread Anders Widell
- **Milestone**: 5.1.RC1 --> 5.1.RC2



---

** [tickets:#1895] ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 
12 not found**

**Status:** review
**Milestone:** 5.1.RC2
**Created:** Fri Jun 24, 2016 03:24 AM UTC by Vo Minh Hoang
**Last Updated:** Thu Sep 01, 2016 11:33 AM UTC
**Owner:** Canh Truong
**Attachments:**

- 
[osafntfd.txt](https://sourceforge.net/p/opensaf/tickets/1895/attachment/osafntfd.txt)
 (705.5 kB; text/plain)


Failed when run test suit 2: 

osafntfd [463:ntfs_evt.c:0338] >> proc_unsubscribe_msg: client_id 28, 
subscriptionId 111
osafntfd [463:NtfAdmin.cc:0553] ER NtfAdmin::subscriptionRemoved client 28 not 
found
osafntfd [463:ntfs_evt.c:0341] << proc_unsubscribe_msg 

Currently, when finalizing the last client, ntfa uninstall MDS connection.
This causes that the NCSMDS_DOWN event will be sent to ntfs. ntfs will remove 
all clients that relates to this MDS.
But if we initializes new client immediately after finalizing, ntfs may reviece 
the message of initialization before message of NCSMDS_DOWN event. This cause 
new client will be removed without finalizing and then action subcribe failed.


Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/


---

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


[tickets] [opensaf:tickets] #1895 ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 12 not found

2016-09-01 Thread Canh Truong
- **status**: accepted --> review
- Attachments has changed:

Diff:



--- old
+++ new
@@ -0,0 +1 @@
+osafntfd.txt (705.5 kB; text/plain)






---

** [tickets:#1895] ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 
12 not found**

**Status:** review
**Milestone:** 5.1.RC1
**Created:** Fri Jun 24, 2016 03:24 AM UTC by Vo Minh Hoang
**Last Updated:** Thu Sep 01, 2016 09:06 AM UTC
**Owner:** Canh Truong
**Attachments:**

- 
[osafntfd.txt](https://sourceforge.net/p/opensaf/tickets/1895/attachment/osafntfd.txt)
 (705.5 kB; text/plain)


Failed when run test suit 2: 

osafntfd [463:ntfs_evt.c:0338] >> proc_unsubscribe_msg: client_id 28, 
subscriptionId 111
osafntfd [463:NtfAdmin.cc:0553] ER NtfAdmin::subscriptionRemoved client 28 not 
found
osafntfd [463:ntfs_evt.c:0341] << proc_unsubscribe_msg 

Currently, when finalizing the last client, ntfa uninstall MDS connection.
This causes that the NCSMDS_DOWN event will be sent to ntfs. ntfs will remove 
all clients that relates to this MDS.
But if we initializes new client immediately after finalizing, ntfs may reviece 
the message of initialization before message of NCSMDS_DOWN event. This cause 
new client will be removed without finalizing and then action subcribe failed.


Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/


---

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


[tickets] [opensaf:tickets] #1895 ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 12 not found

2016-09-01 Thread Canh Truong
- Description has changed:

Diff:



--- old
+++ new
@@ -6,7 +6,7 @@
 
 Currently, when finalizing the last client, ntfa uninstall MDS connection.
 This causes that the NCSMDS_DOWN event will be sent to ntfs. ntfs will remove 
all clients that relates to this MDS.
-But if we initializes new client immediately after finalizing, ntfs may 
reviece the message of initialization before message of NCSMDS_DOWN event. This 
cause new client will be removed without finalizing and then action unsubcribe 
failed.
+But if we initializes new client immediately after finalizing, ntfs may 
reviece the message of initialization before message of NCSMDS_DOWN event. This 
cause new client will be removed without finalizing and then action subcribe 
failed.
 
 
 Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/






---

** [tickets:#1895] ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 
12 not found**

**Status:** accepted
**Milestone:** 5.1.RC1
**Created:** Fri Jun 24, 2016 03:24 AM UTC by Vo Minh Hoang
**Last Updated:** Thu Sep 01, 2016 07:49 AM UTC
**Owner:** Canh Truong


Failed when run test suit 2: 

osafntfd [463:ntfs_evt.c:0338] >> proc_unsubscribe_msg: client_id 28, 
subscriptionId 111
osafntfd [463:NtfAdmin.cc:0553] ER NtfAdmin::subscriptionRemoved client 28 not 
found
osafntfd [463:ntfs_evt.c:0341] << proc_unsubscribe_msg 

Currently, when finalizing the last client, ntfa uninstall MDS connection.
This causes that the NCSMDS_DOWN event will be sent to ntfs. ntfs will remove 
all clients that relates to this MDS.
But if we initializes new client immediately after finalizing, ntfs may reviece 
the message of initialization before message of NCSMDS_DOWN event. This cause 
new client will be removed without finalizing and then action subcribe failed.


Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/


---

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


[tickets] [opensaf:tickets] #1895 ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 12 not found

2016-09-01 Thread Canh Truong
- **summary**: ntf: Issue of using mds_dn event in ntfd --> ntf: ER in syslog: 
ER NtfAdmin::subscriptionRemoved client 12 not found
- Description has changed:

Diff:



--- old
+++ new
@@ -1,8 +1,12 @@
-Messages send from ntfa to ntfs via MDS
-Event mds_dn send form mds to mtfs via IPC
-So these message and event is managed asynchronously.
-Error occurs when mds_dn of previous finalize comes after initialize msg, thus 
the client will be removed at current test unexpectedly
+Failed when run test suit 2: 
 
-Because of that, mds_dn event doesn't mean that mds_dest is not used now so 
ntfs server could not use this event to clean up client list.
+osafntfd [463:ntfs_evt.c:0338] >> proc_unsubscribe_msg: client_id 28, 
subscriptionId 111
+osafntfd [463:NtfAdmin.cc:0553] ER NtfAdmin::subscriptionRemoved client 28 not 
found
+osafntfd [463:ntfs_evt.c:0341] << proc_unsubscribe_msg 
+
+Currently, when finalizing the last client, ntfa uninstall MDS connection.
+This causes that the NCSMDS_DOWN event will be sent to ntfs. ntfs will remove 
all clients that relates to this MDS.
+But if we initializes new client immediately after finalizing, ntfs may 
reviece the message of initialization before message of NCSMDS_DOWN event. This 
cause new client will be removed without finalizing and then action unsubcribe 
failed.
+
 
 Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/






---

** [tickets:#1895] ntf: ER in syslog: ER NtfAdmin::subscriptionRemoved client 
12 not found**

**Status:** accepted
**Milestone:** 5.1.RC1
**Created:** Fri Jun 24, 2016 03:24 AM UTC by Vo Minh Hoang
**Last Updated:** Thu Sep 01, 2016 04:26 AM UTC
**Owner:** Canh Truong


Failed when run test suit 2: 

osafntfd [463:ntfs_evt.c:0338] >> proc_unsubscribe_msg: client_id 28, 
subscriptionId 111
osafntfd [463:NtfAdmin.cc:0553] ER NtfAdmin::subscriptionRemoved client 28 not 
found
osafntfd [463:ntfs_evt.c:0341] << proc_unsubscribe_msg 

Currently, when finalizing the last client, ntfa uninstall MDS connection.
This causes that the NCSMDS_DOWN event will be sent to ntfs. ntfs will remove 
all clients that relates to this MDS.
But if we initializes new client immediately after finalizing, ntfs may reviece 
the message of initialization before message of NCSMDS_DOWN event. This cause 
new client will be removed without finalizing and then action unsubcribe failed.


Similiar ticket: https://sourceforge.net/p/opensaf/tickets/1818/


---

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