[tickets] [opensaf:tickets] #1788 cpsv: saCkptCheckpointWrite() returns SA_AIS_ERR_NOT_EXIST after headless state

2016-04-27 Thread Pham Hoang Nhat
- **status**: assigned --> accepted



---

** [tickets:#1788] cpsv: saCkptCheckpointWrite() returns SA_AIS_ERR_NOT_EXIST 
after headless state**

**Status:** accepted
**Milestone:** 5.0.RC2
**Created:** Thu Apr 28, 2016 02:20 AM UTC by Pham Hoang Nhat
**Last Updated:** Thu Apr 28, 2016 02:20 AM UTC
**Owner:** Pham Hoang Nhat


The problem happened in the following scenario:

1. Application calls saCkptCheckpointOpen() to create a collocated checkpoint 
on SC-2. Replica of the checkpoint on SC-2 is active
2. Application calls saCkptCheckpointOpen() to open a collocated checkpoint on 
PL-5.
3. Application creates section and accesses the checkpoint on PL-5.
4. Both SCs are down.
5. Both SCs are up again.
6. Application accesses the checkpoint with saCkptCheckpointWrite(). The fault 
code SA_AIS_ERR_NOT_EXIST is return.

This problem happened because the osafckptnd process ID on SC-2 before headless 
and after headless are same. This leads their MDS destination are same. Thus 
when the SC-2 is up and in short time when CPD hadn't been assigned a new 
active replica, the application send checkpoint access request to CPND on SC-2 
which no longer hosts the active replica. Then it returns SA_AIS_ERR_NOT_EXIST.


---

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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1786 cpnd: Inappropriate log message serverity

2016-04-27 Thread Pham Hoang Nhat
- **status**: accepted --> review



---

** [tickets:#1786] cpnd: Inappropriate log message serverity**

**Status:** review
**Milestone:** 5.0.RC2
**Created:** Wed Apr 27, 2016 09:35 AM UTC by Pham Hoang Nhat
**Last Updated:** Thu Apr 28, 2016 02:43 AM UTC
**Owner:** Pham Hoang Nhat


The log message below is used to mark a problem that CPD request CPND to start 
retention duration timer for deleting checkpoint while there is user opening 
the checkpoint.

ER cpnd receives CPND_EVT_D2ND_RDSET_INFO with START while ckpt_lcl_ref_cnt = 1

However, the log message also happens in case interval between previous 
saCkptCheckpointClose() and saCkptCheckpointOpen() is too short. In this case, 
the CPD processes the CPND_EVT_A2ND_CKPT_OPEN (for saCkptCheckpointOpen()) 
before the CPND_EVT_D2ND_RDSET_INFO. Then when CPND processes the 
CPND_EVT_D2ND_RDSET_INFO, it logs this message although it is not an error in 
this case.

The log message level should be changed to NO.


---

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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1786 cpnd: Inappropriate log message serverity

2016-04-27 Thread Pham Hoang Nhat
- Description has changed:

Diff:



--- old
+++ new
@@ -2,6 +2,6 @@
 
 ER cpnd receives CPND_EVT_D2ND_RDSET_INFO with START while ckpt_lcl_ref_cnt = 1
 
-However, the log message also happens in case interval between previous 
saCkptCheckpointClose() and saCkptCheckpointOpen(). In this case, the CPD 
processes the CPND_EVT_A2ND_CKPT_OPEN (for saCkptCheckpointOpen()) before the 
CPND_EVT_D2ND_RDSET_INFO. Then when CPND processes the 
CPND_EVT_D2ND_RDSET_INFO, it logs this message although it is not an error in 
this case.
+However, the log message also happens in case interval between previous 
saCkptCheckpointClose() and saCkptCheckpointOpen() is too short. In this case, 
the CPD processes the CPND_EVT_A2ND_CKPT_OPEN (for saCkptCheckpointOpen()) 
before the CPND_EVT_D2ND_RDSET_INFO. Then when CPND processes the 
CPND_EVT_D2ND_RDSET_INFO, it logs this message although it is not an error in 
this case.
 
 The log message level should be changed to NO.






---

** [tickets:#1786] cpnd: Inappropriate log message serverity**

**Status:** accepted
**Milestone:** 5.0.RC2
**Created:** Wed Apr 27, 2016 09:35 AM UTC by Pham Hoang Nhat
**Last Updated:** Wed Apr 27, 2016 09:35 AM UTC
**Owner:** Pham Hoang Nhat


The log message below is used to mark a problem that CPD request CPND to start 
retention duration timer for deleting checkpoint while there is user opening 
the checkpoint.

ER cpnd receives CPND_EVT_D2ND_RDSET_INFO with START while ckpt_lcl_ref_cnt = 1

However, the log message also happens in case interval between previous 
saCkptCheckpointClose() and saCkptCheckpointOpen() is too short. In this case, 
the CPD processes the CPND_EVT_A2ND_CKPT_OPEN (for saCkptCheckpointOpen()) 
before the CPND_EVT_D2ND_RDSET_INFO. Then when CPND processes the 
CPND_EVT_D2ND_RDSET_INFO, it logs this message although it is not an error in 
this case.

The log message level should be changed to NO.


---

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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1788 cpsv: saCkptCheckpointWrite() returns SA_AIS_ERR_NOT_EXIST after headless state

2016-04-27 Thread Pham Hoang Nhat



---

** [tickets:#1788] cpsv: saCkptCheckpointWrite() returns SA_AIS_ERR_NOT_EXIST 
after headless state**

**Status:** assigned
**Milestone:** 5.0.RC2
**Created:** Thu Apr 28, 2016 02:20 AM UTC by Pham Hoang Nhat
**Last Updated:** Thu Apr 28, 2016 02:20 AM UTC
**Owner:** Pham Hoang Nhat


The problem happened in the following scenario:

1. Application calls saCkptCheckpointOpen() to create a collocated checkpoint 
on SC-2. Replica of the checkpoint on SC-2 is active
2. Application calls saCkptCheckpointOpen() to open a collocated checkpoint on 
PL-5.
3. Application creates section and accesses the checkpoint on PL-5.
4. Both SCs are down.
5. Both SCs are up again.
6. Application accesses the checkpoint with saCkptCheckpointWrite(). The fault 
code SA_AIS_ERR_NOT_EXIST is return.

This problem happened because the osafckptnd process ID on SC-2 before headless 
and after headless are same. This leads their MDS destination are same. Thus 
when the SC-2 is up and in short time when CPD hadn't been assigned a new 
active replica, the application send checkpoint access request to CPND on SC-2 
which no longer hosts the active replica. Then it returns SA_AIS_ERR_NOT_EXIST.


---

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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1785 NTFA: Missing handling NCSMDS_NEW_ACTIVE

2016-04-27 Thread Minh Hon Chau
- **status**: accepted --> review



---

** [tickets:#1785] NTFA: Missing handling NCSMDS_NEW_ACTIVE**

**Status:** review
**Milestone:** 5.0.RC2
**Created:** Wed Apr 27, 2016 12:56 AM UTC by Minh Hon Chau
**Last Updated:** Wed Apr 27, 2016 08:20 AM UTC
**Owner:** Minh Hon Chau


In ntfa_update_ntfsv_state(), if mds event notifies NCSMDS_NEW_ACTIVE under 
server state as NTFA_NTFSV_NONE when agent has just started, then api calls 
will be rejected since checkNtfServerState() does not consider server state as 
NTFA_NTFSV_NEW_ACTIVE

2016-04-18 21:58:09 SC-2 osaffmd[409]: NO Current role: STANDBY
2016-04-18 21:58:09 SC-2 osaffmd[409]: Rebooting OpenSAF NodeId = 131343 EE 
Name = , Reason: Received Node Down for peer
 controller, OwnNodeId = 131599, SupervisionTime = 60
2016-04-18 21:58:09 SC-2 opensaf_reboot: Rebooting remote node in the absence 
of PLM is outside the scope of OpenSAF
2016-04-18 21:58:09 SC-2 osaffmd[409]: NO Controller Failover: Setting role to 
ACTIVE
2016-04-18 21:58:09 SC-2 osafrded[396]: NO RDE role set to ACTIVE
2016-04-18 21:58:09 SC-2 osafimmd[418]: NO ACTIVE request
2016-04-18 21:58:09 SC-2 osafclmd[468]: NO ACTIVE request
2016-04-18 21:58:09 SC-2 osaflogd[445]: NO ACTIVE request
2016-04-18 21:58:09 SC-2 osafamfd[485]: NO FAILOVER StandBy --> Active
2016-04-18 21:58:09 SC-2 osafimmd[418]: NO ellect_coord invoke from 
rda_callback ACTIVE
2016-04-18 21:58:09 SC-2 osafntfd[455]: NO ACTIVE request
2016-04-18 21:58:09 SC-2 osafamfnd[497]: NO AVD NEW_ACTIVE, adest:1
2016-04-18 21:58:09 SC-2 osafclmd[468]: safNode=SC-1,safCluster=myClmCluster 
LEFT, init view=5, cluster view=6
2016-04-18 21:58:09 SC-2 osafimmd[418]: WA ScAbsenceAllowed(900), failover 
after SC-absence => coord at payload
2016-04-18 21:58:09 SC-2 osafclmd[468]: ER saNtfNotificationSend() returned: 
SA_AIS_ERR_NOT_SUPPORTED (19)


---

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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1783 log: wrong state checking condition after headless

2016-04-27 Thread elunlen
- **status**: review --> fixed
- **assigned_to**: Vu Minh Nguyen -->  nobody 
- **Comment**:

changeset:   7546:66113edfb9f5
tag: tip
parent:  7544:ef2016ba37de
user:Vu Minh Nguyen 
date:Wed Apr 27 13:44:14 2016 +0200
summary: log: wrong state checking condition after headless [#1783]

rev: 66113edfb9f5aa95a5bc07885089ef5ac9eb888f

changeset:   7545:1a22356fb5a7
branch:  opensaf-5.0.x
parent:  7542:56b677ba74c9
user:Vu Minh Nguyen 
date:Wed Apr 27 13:44:14 2016 +0200
summary: log: wrong state checking condition after headless [#1783]

rev: 1a22356fb5a7113ec004a108ddfc949b1b81df8d



---

** [tickets:#1783] log: wrong state checking condition after headless**

**Status:** fixed
**Milestone:** 5.0.GA
**Created:** Tue Apr 26, 2016 08:55 AM UTC by Vu Minh Nguyen
**Last Updated:** Tue Apr 26, 2016 08:55 AM UTC
**Owner:** nobody


The stream is not recovered after headless due to wrong state checking 
condition.

This mistake had been made when fixing [#1705].


---

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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1787 smf: single step with reboot activation

2016-04-27 Thread Rafael



---

** [tickets:#1787] smf: single step with reboot activation**

**Status:** unassigned
**Milestone:** future
**Created:** Wed Apr 27, 2016 11:10 AM UTC by Rafael
**Last Updated:** Wed Apr 27, 2016 11:10 AM UTC
**Owner:** nobody


Today in SMF there is no support to activate a SU when doing a single step with 
reboot. A campaign is forced to do workarounds such as manually unlocking SUs 
at procWrapup or adding additional procedures that unlock SUs. 

Proposal is to extend the existing OpenSAF extension to SMF specification. This 
extension allowed reboot upgrades during single step. Then this ticket would 
allow these reboot upgrades to handle unlocking of SUs.




---

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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1786 cpnd: Inappropriate log message serverity

2016-04-27 Thread Pham Hoang Nhat



---

** [tickets:#1786] cpnd: Inappropriate log message serverity**

**Status:** accepted
**Milestone:** 5.0.RC2
**Created:** Wed Apr 27, 2016 09:35 AM UTC by Pham Hoang Nhat
**Last Updated:** Wed Apr 27, 2016 09:35 AM UTC
**Owner:** Pham Hoang Nhat


The log message below is used to mark a problem that CPD request CPND to start 
retention duration timer for deleting checkpoint while there is user opening 
the checkpoint.

ER cpnd receives CPND_EVT_D2ND_RDSET_INFO with START while ckpt_lcl_ref_cnt = 1

However, the log message also happens in case interval between previous 
saCkptCheckpointClose() and saCkptCheckpointOpen(). In this case, the CPD 
processes the CPND_EVT_A2ND_CKPT_OPEN (for saCkptCheckpointOpen()) before the 
CPND_EVT_D2ND_RDSET_INFO. Then when CPND processes the 
CPND_EVT_D2ND_RDSET_INFO, it logs this message although it is not an error in 
this case.

The log message level should be changed to NO.


---

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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #1785 NTFA: Missing handling NCSMDS_NEW_ACTIVE

2016-04-27 Thread Minh Hon Chau
- **status**: unassigned --> accepted
- **assigned_to**: Minh Hon Chau



---

** [tickets:#1785] NTFA: Missing handling NCSMDS_NEW_ACTIVE**

**Status:** accepted
**Milestone:** 5.0.RC2
**Created:** Wed Apr 27, 2016 12:56 AM UTC by Minh Hon Chau
**Last Updated:** Wed Apr 27, 2016 12:56 AM UTC
**Owner:** Minh Hon Chau


In ntfa_update_ntfsv_state(), if mds event notifies NCSMDS_NEW_ACTIVE under 
server state as NTFA_NTFSV_NONE when agent has just started, then api calls 
will be rejected since checkNtfServerState() does not consider server state as 
NTFA_NTFSV_NEW_ACTIVE

2016-04-18 21:58:09 SC-2 osaffmd[409]: NO Current role: STANDBY
2016-04-18 21:58:09 SC-2 osaffmd[409]: Rebooting OpenSAF NodeId = 131343 EE 
Name = , Reason: Received Node Down for peer
 controller, OwnNodeId = 131599, SupervisionTime = 60
2016-04-18 21:58:09 SC-2 opensaf_reboot: Rebooting remote node in the absence 
of PLM is outside the scope of OpenSAF
2016-04-18 21:58:09 SC-2 osaffmd[409]: NO Controller Failover: Setting role to 
ACTIVE
2016-04-18 21:58:09 SC-2 osafrded[396]: NO RDE role set to ACTIVE
2016-04-18 21:58:09 SC-2 osafimmd[418]: NO ACTIVE request
2016-04-18 21:58:09 SC-2 osafclmd[468]: NO ACTIVE request
2016-04-18 21:58:09 SC-2 osaflogd[445]: NO ACTIVE request
2016-04-18 21:58:09 SC-2 osafamfd[485]: NO FAILOVER StandBy --> Active
2016-04-18 21:58:09 SC-2 osafimmd[418]: NO ellect_coord invoke from 
rda_callback ACTIVE
2016-04-18 21:58:09 SC-2 osafntfd[455]: NO ACTIVE request
2016-04-18 21:58:09 SC-2 osafamfnd[497]: NO AVD NEW_ACTIVE, adest:1
2016-04-18 21:58:09 SC-2 osafclmd[468]: safNode=SC-1,safCluster=myClmCluster 
LEFT, init view=5, cluster view=6
2016-04-18 21:58:09 SC-2 osafimmd[418]: WA ScAbsenceAllowed(900), failover 
after SC-absence => coord at payload
2016-04-18 21:58:09 SC-2 osafclmd[468]: ER saNtfNotificationSend() returned: 
SA_AIS_ERR_NOT_SUPPORTED (19)


---

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.--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets