Activity log for bug #682967

Date Who What changed Old value New value Message
2010-11-30 03:42:01 Arjen Lentz bug added bug
2010-11-30 03:44:29 Arjen Lentz description Apart from both of these variables not allowed to be 0, auto-increment-offset should not be allowed to be lower than auto-increment-increment as that would by definition create an invalid scenario. For startup, this could be checked after the config/cmdline params are all processed - this to prevent chucking an error in case they're specified with offset first and increment second. For live changes, it could be checked on the spot - although I'd question the sense/need of changing such params live. Apart from both of these variables not allowed to be 0, auto-increment-offset should not be allowed to be greater than auto-increment-increment as that would by definition create an invalid scenario. For startup, this could be checked after the config/cmdline params are all processed - this to prevent chucking an error in case they're specified with offset first and increment second. For live changes, it could be checked on the spot - although I'd question the sense/need of changing such params live.
2011-07-09 17:21:03 Hartmut Holzgraefe bug added subscriber Hartmut Holzgraefe