On Tue, Sep 23, 2014 at 8:13 PM, Sheng Yang <sh...@yasker.org> wrote:
> Hi Daan, > > These are already added for 4.4's schema-430to440.sql (and your second mail > is the same as the first case of first mail...) > The last line is no issue indeed. the lines 797 and 798 from master are not in the 4.4 branch: INSERT INTO `cloud`.`configuration`(category, instance, component, name, value, description, default_value) VALUES ('Advanced', 'DEFAULT', 'NetworkOrchestrationService', 'router.redundant.vrrp.interval', '1', 'seconds between VRRP broadcast. It would 3 times broadcast fail to trigger fail-over mechanism of redundant router', '1') ON DUPLICATE KEY UPDATE category='Advanced'; INSERT INTO `cloud`.`configuration`(category, instance, component, name, value, description, default_value) VALUES ('Advanced', 'DEFAULT', 'NetworkOrchestrationService', 'router.aggregation.command.each.timeout', '3', 'timeout in seconds for each Virtual Router command being aggregated. The final aggregation command timeout would be determined by this timeout * commands counts ', '3') ON DUPLICATE KEY UPDATE category='Advanced'; > > these two lines where added by you to the file schema-430to440.sql in > > master but not in 4.4 -- Daan