Activity log for bug #1675899

Date Who What changed Old value New value Message
2017-03-24 19:03:38 Bill Erickson bug added bug
2017-03-24 19:07:17 Bill Erickson tags holds holds pullrequest
2017-03-24 19:07:23 Bill Erickson evergreen: milestone 2.12.1
2017-03-24 19:07:53 Bill Erickson description Evergreen 2.12 only. /openils/bin/hold_targeter_v2.pl contains a thinko in the command line arguments configuration, causing any interval value passed to --retarget-interval to result in a value of "1". The field was erroneously configured as a boolean field, instead of a field that accepts a string value. This field is used to override the default retarget interval configured in the database. As it stands, if this field is used, all targetable holds will be retargeted regardless of their previous check time. To confirm, run the targeter script with any value for --retarget-interval, grep the logs for DESC (to get the holds-to-target-query) and note that the query contains: "-or":[{"prev_check_time":null},{"prev_check_time":{"<=":"<RIGHT NOW>"}}] Once patched, <RIGHT NOW> will contain <RIGHT NOW minus RETARGET INTERVAL> Wee patch en route. Evergreen 2.12. /openils/bin/hold_targeter_v2.pl contains a thinko in the command line arguments configuration, causing any interval value passed to --retarget-interval to result in a value of "1". The field was erroneously configured as a boolean field, instead of a field that accepts a string value. This field is used to override the default retarget interval configured in the database. As it stands, if this field is used, all targetable holds will be retargeted regardless of their previous check time. To confirm, run the targeter script with any value for --retarget-interval, grep the logs for DESC (to get the holds-to-target-query) and note that the query contains:  "-or":[{"prev_check_time":null},{"prev_check_time":{"<=":"<RIGHT NOW>"}}] Once patched, <RIGHT NOW> will contain <RIGHT NOW minus RETARGET INTERVAL> Wee patch en route.
2017-04-04 14:46:14 Galen Charlton tags holds pullrequest holds pullrequest signedoff
2017-04-14 13:08:30 Galen Charlton evergreen: status New Fix Committed
2017-04-24 18:41:23 Evergreen Bug Maintenance evergreen: status Fix Committed Fix Released