ruojieranyishen opened a new issue, #2370: URL: https://github.com/apache/incubator-pegasus/issues/2370
1. What did you do? I tried to change the duplication thread pool priority by modifying the flag FLAGS_dup_load_plog_task. 2. What did you expect to see? I expected the duplication task to run with the configured task code and corresponding thread pool priority after updating FLAGS_dup_load_plog_task. 3. What did you see instead? The configuration did not take effect. Even after updating FLAGS_dup_load_plog_task, the duplication task still ran with the default priority. It seems that the string-type flag for task code cannot be updated or parsed correctly at runtime. 4. What version of Pegasus are you using? Pegasus 2.4.x -- 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]
