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

commit 04dcdc50d7a6cf96566d0b7571380f164e3c01cd (HEAD -> develop, 
origin/develop, ticket-3303)
Author: thien.m.huynh <thien.m.hu...@dektech.com.au>
Date:   Tue Jan 4 09:45:32 2022 +0700

    log: removal of letter 'C'/'R' from msgId in RFC5424 format [#3303]
    
    Remove the 'C'/'R' character at the end of the “mgsid” field.
    The purpose of remove to avoid the hashing of log streams
    which have name of exactly 32 characters length.
    Note: stream name length greater than 32 characters will not be impacted.



---

** [tickets:#3303] log: removal of letter 'C'/'R' from msgId in RFC5424 format**

**Status:** fixed
**Milestone:** 5.21.12
**Created:** Thu Dec 30, 2021 07:04 AM UTC by Thien Minh Huynh
**Last Updated:** Tue Jan 04, 2022 06:23 AM UTC
**Owner:** Thien Minh Huynh


Remove the 'C'/'R' character at the end of the “mgsid” field to avoid the 
hashing of log streams which have name of exactly 32 characters length.
The hashing will continue to be applied for log streams with names greater than 
32 characters. The hashing will continue not to be applied for log streams with 
names shorter than 32 characters.
Change: 
UC1:  Stream name length less than 32 characters

 . | Old behavior | New behavior
---------- | ---------- | ------ 
stream name      | saLogSystem      | saLogSystem 
msgId  | saLogSystemC       | saLogSystem 

UC2:  Stream name length equals 32 characters

 . | Old behavior | New behavior
---------- | ---------- | ------ 
stream name      | saLogConfNotificationsStreamName      | 
saLogConfNotificationsStreamName 
msgId  | C465C48452B011A62C640D1D08113628       | 
saLogConfNotificationsStreamName 



---

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