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

commit 2c6435c5bb6f71be56ce3bbbed45b63cf74560c2 (origin/develop, develop)
Author: thuan.tran <[email protected]>
Date:   Mon Feb 3 17:40:22 2020 +0700

    mds: ignore flow control message on disabled FCTRL agent [#3148]
    
    - The confused error in mds log since disabled FCTRL agent
    receive a flow control message type from enabled FCTRL agent.
    MDS should ignore flow control message on disabled FCTRL agent.
    
    - Refactor mds_tipc_fctrl_drop_data() for code consistency.
    
    - Also print Adest info detail in logging for easy troubleshoot.





---

** [tickets:#3148] mds: confused error in mds log for disabled FCTRL agent**

**Status:** fixed
**Milestone:** 5.20.01
**Created:** Mon Feb 03, 2020 10:30 AM UTC by Thuan Tran
**Last Updated:** Tue Feb 04, 2020 02:33 AM UTC
**Owner:** Thuan Tran


A disabled FCTRL MDS agent print an error message due to it receive flow 
control message type from an enabled FCTRL MDS agent.
The message is ignored then which cause no impact but confuse for 
troubleshooting.
~~~
PL-3/mds.log:17000:<139>1 2020-01-15T21:45:01.333126+01:00 PL-3 immlist 6906 
mds.log [meta sequenceId="10"] MDTM: Message recd (Non Fragmented) len is less 
than the MDS HDR len Adest = <72075201564874176> len =6 len_mds_hdr=64940
PL-3/mds.log:17009:<139>1 2020-01-15T21:45:01.339808+01:00 PL-3 immlist 6917 
mds.log [meta sequenceId="4"] MDTM: Message recd (Non Fragmented) len is less 
than the MDS HDR len Adest = <72075201564874176> len =6 len_mds_hdr=64940
PL-3/mds.log:17045:<139>1 2020-01-15T21:45:01.347286+01:00 PL-3 immlist 6924 
mds.log [meta sequenceId="10"] MDTM: Message recd (Non Fragmented) len is less 
than the MDS HDR len Adest = <72075201564874176> len =6 len_mds_hdr=64940
PL-3/mds.log:17060:<139>1 2020-01-15T21:45:01.35402+01:00 PL-3 immlist 6930 
mds.log [meta sequenceId="10"] MDTM: Message recd (Non Fragmented) len is less 
than the MDS HDR len Adest = <72075201564874176> len =6 len_mds_hdr=64940
PL-3/mds.log:17075:<139>1 2020-01-15T21:45:01.360934+01:00 PL-3 immlist 6935 
mds.log [meta sequenceId="10"] MDTM: Message recd (Non Fragmented) len is less 
than the MDS HDR len Adest = <72075201564874176> len =6 len_mds_hdr=64940
PL-3/mds.log:17090:<139>1 2020-01-15T21:45:01.367374+01:00 PL-3 immlist 6938 
mds.log [meta sequenceId="10"] MDTM: Message recd (Non Fragmented) len is less 
than the MDS HDR len Adest = <72075201564874176> len =6 len_mds_hdr=64940
PL-3/mds.log:17105:<139>1 2020-01-15T21:45:01.373896+01:00 PL-3 immlist 6943 
mds.log [meta sequenceId="10"] MDTM: Message recd (Non Fragmented) len is less 
than the MDS HDR len Adest = <72075201564874176> len =6 len_mds_hdr=64940
PL-3/mds.log:17120:<139>1 2020-01-15T21:45:01.380121+01:00 PL-3 immlist 6946 
mds.log [meta sequenceId="10"] MDTM: Message recd (Non Fragmented) len is less 
than the MDS HDR len Adest = <72075201564874176> len =6 len_mds_hdr=64940
PL-3/mds.log:17135:<139>1 2020-01-15T21:45:01.386645+01:00 PL-3 immlist 6949 
mds.log [meta sequenceId="10"] MDTM: Message recd (Non Fragmented) len is less 
than the MDS HDR len Adest = <72075201564874176> len =6 len_mds_hdr=64940
~~~


---

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