Multiple MDS:ERR obseved in mds log for CPND on multiple check point operation with switchover & Fail-over .
MDS:ERR |MDS_SND_RCV: Adest=<0x0002020f,867483195> MDS:ERR |MDS_SND_RCV:No
Route Found from SVC id = 33 to SVC id = 33 on ADEST <0x0002020f, 867483195>
MDS:ERR |MDS_SND_RCV: Normal send Message sent Failed from svc_id= 33, to
svc_id=33
Diff:
Steps to reproduce :
Cpd while processing a cpnd/node down need to send a broadcast the info to
all CPNDs which are also have the same checkpoint replicas ,
to delete the existing/down remote Cpnd details from cpnd dest list of
cp_node , so that it will not send any messaging to non existing Cpnd.
This is missing in case of non-collated ckpt , now it is fixed.
Steps to reproduce :
1) bring up opensaf sc-1 controller as active & sc-2 controller as
standby
SC-1# /etc/init.d/opensafd start
SC-2# /etc/init.d/opensafd start
2) complie createWrite.c on sc-1
3) complie openWrite.c on sc-1
4) run createWrite.c on sc-1
SC-1# ./createWrite
5) restart opensaf on sc-1 controller
6) run openWrite.c on sc-1
SC-1# ./openWrite
7) observer mds.log on sc-2 , you will see "MDS:ERR |MDS_SND_RCV:
Normal send Message sent Failed from svc_id= 33, to svc_id=33 "
Patch will be published soon
Diff:
changeset: 4921:f18298c06cb9
user: A V Mahesh mahesh.valla@oracle.com
date: Fri Feb 07 14:24:24 2014 +0530
summary: cpsv: cpd broadcast cpnd down to all cpnd opened the same ckpt [#530]
[staging:f18298]
[staging:595b67]
[staging:2a8882]
[staging:38b862]
Related
Commit: [2a8882]
Commit: [38b862]
Commit: [595b67]
Commit: [f18298]
Tickets:
#530