acelyc111 opened a new issue, #1197: URL: https://github.com/apache/incubator-pegasus/issues/1197
## Feature Request **Is your feature request related to a problem? Please describe:** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Some configs are used only once in the process bootstrap stage, and will never use it then. Although Pegasus supports update FLAGS_* at runtime, but they will not be used after bootstrap finished. For example, `config_sync_interval_ms` is used to init a timer task when replica server bootstrap, but even you update the config (by http) at runtime, it will not take effect. We need an method to update the timer task's schedule interval. **Describe the feature you'd like:** <!-- A clear and concise description of what you want to happen. --> We need an feature to update some configs even FLAGS_* only used once. **Describe alternatives you've considered:** <!-- A clear and concise description of any alternative solutions or features you've considered. --> none. **Teachability, Documentation, Adoption, Migration Strategy:** <!-- If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful. --> -- 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]
