Menu

#1830 ncs_sel_obj_ind: write failed message observed in syslog during OpenSAF start

5.0.1
fixed
None
defect
ckpt
nd
5.0.GA
minor
2016-05-18
2016-05-16
Ritu Raj
No

Setup:
Changeset- 7640
Version - opensaf 5.0
4 nodes cluster

Issue observed:
Started OpenSAF on Controller(SC-1)
'ncs_sel_obj_ind: write failed' message observed in syslog on starting OpenSAF

May 16 18:11:26 SLES-64BIT-SLOT1 osafckptnd[19133]: Started
May 16 18:11:26 SLES-64BIT-SLOT1 osafckptnd[19133]: ncs_sel_obj_ind: write failed - Bad file descriptor

  • CKPT traces and syslog attached
3 Attachments

Related

Tickets: #1830
Wiki: ChangeLog-5.0.1

Discussion

  • Ritu Raj

    Ritu Raj - 2016-05-17
    • Component: unknown --> ckpt
    • Part: - --> nd
    • Version: 5.0.FC --> 5.0.GA
     
  • A V Mahesh (AVM)

    • status: unassigned --> assigned
    • assigned_to: Pham Hoang Nhat
     
  • A V Mahesh (AVM)

    Hi Nhat Pham,

    This error "osafckptnd[19133]: ncs_sel_obj_ind: write failed - Bad file descriptor" we are getting
    because of heedless support changes "cpnd: To improve handling fault code returned by saClmInitialize [#1821]"

    In patch of #1821 changed order of sel_obj_ind & _sel_obj_create,
    fist doing indication on cb->clm_updated_sel_obj then create cb->clm_updated_sel_obj , please correct.

    ===========================================================================
    1) main()->__init_cpnd()->cpnd_lib_req()->cpnd_lib_init()->cpnd_clm_init()->

    / Notify main process to update clm select object /
    ncs_sel_obj_ind(&cb->clm_updated_sel_obj);

    2) main()->cpnd_main_process()->

    ncs_sel_obj_create(&cb->clm_updated_sel_obj);

    ===========================================================================

     

    Related

    Tickets: #1821

  • Pham Hoang Nhat

    Pham Hoang Nhat - 2016-05-18
    • status: assigned --> accepted
     
  • Pham Hoang Nhat

    Pham Hoang Nhat - 2016-05-18
    • status: accepted --> review
     
  • A V Mahesh (AVM)

    • status: review --> fixed
    • Milestone: 4.7.2 --> 5.0.1
     
  • A V Mahesh (AVM)

    changeset: 7644:c893131ce311
    user: Nhat Pham nhat.pham@dektech.com.au
    date: Wed May 18 10:31:16 2016 +0530
    summary: cpnd: To indicate clm_updated_sel_obj in cpnd_clm_init_thread [#1830]

    changeset: 7645:ea188b1ec260
    branch: opensaf-5.0.x
    tag: tip
    parent: 7642:83ee28ff2284
    user: Nhat Pham nhat.pham@dektech.com.au
    date: Wed May 18 10:32:37 2016 +0530
    summary: cpnd: To indicate clm_updated_sel_obj in cpnd_clm_init_thread [#1830]

     

    Related

    Tickets: #1830


Log in to post a comment.