- **status**: review --> fixed
- **Comment**:

commit fdc5299367379998ebd4190c916f043d324b3660 (HEAD -> develop, 
origin/develop, ticket-3379)
Author: Thien Minh Huynh <[email protected]>
Date:   Mon Aug 25 14:10:42 2025 +0700
 
    imm: log missing attribute when it does not exist [#3379]
    Previously, only sought and matched attributes were logged, which was
    insufficient for debugging. It was unclear which attributes were missing
    in the cluster.
    This commit adds logging to explicitly show missing attributes, making
    debugging more straightforward.



---

**[tickets:#3379] imm: lack of attribute info when attribute access get 
ERR\_NOT\_EXIST**

**Status:** fixed
**Milestone:** 5.25.04
**Created:** Fri Aug 22, 2025 04:34 AM UTC by Thien Minh Huynh
**Last Updated:** Mon Aug 25, 2025 07:43 AM UTC
**Owner:** Thien Minh Huynh


When access the attribute that does not exist in cluster. The notify message 
just only show the number of attribute message.
~~~
2025-08-22 10:57:33.837 SC-1 osafimmnd[240]: NO ERR_NOT_EXIST: Some 
attributeNames did not exist in Object 'smfConfig=1,safApp=safSmfService' (nrof 
names:1 matched:0)
~~~

It's better show which attribute that application try to access. It's easy for 
checking.
~~~

2025-08-22 10:57:33.837 SC-1 osafimmnd[240]: NO ERR_NOT_EXIST: Some 
attributeNames 'testmissingattr' did not exist in Object 
'smfConfig=1,safApp=safSmfService' (nrof names:1 matched:0)
~~~



---

Sent from sourceforge.net because [email protected] 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to