OpenSolaris

Printable Version Enter a New Search
Bug ID 6800162
Synopsis Commit count may not be properly updated in the mediator hosts
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:svm
Keywords rtiq_regression
Responsible Engineer Rameshkumar Ramasamy
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_111
Fixed In snv_111
Release Fixed solaris_nevada(snv_111) , solaris_10u8(s10u8_01) (Bug ID:2173562)
Related Bugs 4849644
Submit Date 2-February-2009
Last Update Date 25-March-2009
Description
Peter Dennis wrote:

In the meta_med.c (at line number:1117) 

1117 		save_medd = &medd;

The use of the save_medd may not be correct as it will always
point at the last thing put into medd which may not the desired
value (for example if you have nodes 1,2,3 and 1 has the greatest
mediator count then medd initially will point at 1 and then as
the loop progresses will point at 3 (that is medd gets overwritten
each time).And so you may actually need to do a bcopy() or memcpy()
of the medd.
Work Around
N/A
Comments
N/A