empiredan opened a new issue #896: URL: https://github.com/apache/incubator-pegasus/issues/896
Since https://github.com/XiaoMi/rdsn/pull/932 `min_live_node_count_for_unfreeze` has been defined as a mutable FLAG. However, `min_live_node_count_for_unfreeze` is still set as a property of `meta_options`. Once `FLAGS_min_live_node_count_for_unfreeze` is updated dynamically, `min_live_node_count_for_unfreeze` in `meta_options` will still be kept as the old value. Therefore `min_live_node_count_for_unfreeze` should be removed from `meta_options` in order to correctly update `FLAGS_min_live_node_count_for_unfreeze` dynamically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
