Hi,<br><br>I have a situation crm_master does not update a master score. I increased log level at attrd. And I found that current value is 20000 but stored value is 5. I don't know how attrd ends up this state. But attrd ignores this update, so a master score does not change at all. I think the code should check the stored value, not current value in memory. As long as the stored value is different, then it should update. Should I create a bug?<br>
<br>Thanks<br>hj<br clear="all"><br>2010-01-11 09:37:16.425427 copper2-attrd: [4649]: debug: debug5: log_data_element: Dumping attrd_update<br>2010-01-11 09:37:16.425460 copper2-attrd: [4649]: debug: debug5: log_data_element: Dumping <attrd_update t="attrd"...<br>
2010-01-11 09:37:16.425469 copper2-attrd: [4649]: debug: debug5: log_data_element: Dumping <attrd_update src="crm_attribute"...<br>2010-01-11 09:37:16.425490 copper2-attrd: [4649]: debug: debug5: log_data_element: Dumping <attrd_update task="update"...<br>
2010-01-11 09:37:16.425499 copper2-attrd: [4649]: debug: debug5: log_data_element: Dumping <attrd_update attr_name="master-vmrd-res:0"...<br>2010-01-11 09:37:16.425531 copper2-attrd: [4649]: debug: debug5: log_data_element: Dumping <attrd_update attr_value="20000"...<br>
2010-01-11 09:37:16.425540 copper2-attrd: [4649]: debug: debug5: log_data_element: Dumping <attrd_update attr_section="status"...<br>2010-01-11 09:37:16.425560 copper2-attrd: [4649]: debug: debug5: log_data_element: Dumping <attrd_update attr_host="copper2"...<br>
2010-01-11 09:37:16.425570 copper2-attrd: [4649]: debug: debug3: log_data_element: attrd_ipc_callback: attrd_ipc_callback <attrd_update t="attrd" src="crm_attribute" task="update" attr_name="master-vmrd-res:0" attr_value="20000" attr_section="status" attr_host="copper2" /><br>
2010-01-11 09:37:16.425602 copper2-attrd: [4649]: debug: attrd_local_callback: update message from crm_attribute: master-vmrd-res:0=20000<br>2010-01-11 09:37:16.425611 copper2-attrd: [4649]: debug: debug2: find_hash_entry: #011master-vmrd-res:0->section: status<br>
2010-01-11 09:37:16.425642 copper2-attrd: [4649]: debug: debug2: log_hash_entry: Found (and updated) entry:<br>2010-01-11 09:37:16.425651 copper2-attrd: [4649]: debug: debug2: log_hash_entry: Set:     status<br>2010-01-11 09:37:16.425658 copper2-attrd: [4649]: debug: debug2: log_hash_entry: Name:    master-vmrd-res:0<br>
2010-01-11 09:37:16.425667 copper2-attrd: [4649]: debug: debug2: log_hash_entry: Value:   20000<br>2010-01-11 09:37:16.425699 copper2-attrd: [4649]: debug: debug2: log_hash_entry: Timeout: (null)<br>2010-01-11 09:37:16.425708 copper2-attrd: [4649]: debug: attrd_local_callback: Supplied: 20000, Current: 20000, Stored: 5<br>
2010-01-11 09:37:16.425740 copper2-attrd: [4649]: debug: debug2: attrd_local_callback: Ignoring non-change<br><br>