ninsmiracle commented on issue #1665: URL: https://github.com/apache/incubator-pegasus/issues/1665#issuecomment-1822271446
> Is the issue still open? I'm interested to solve this issue. Could please tell some more details. Thanks in Advance This is my way to recurrent this bug: 1. Create a Pegasus table and input some data. 2. Set the parameters of this Pegasus app by using `set_app_envs`. To achieve our target, we should set `manual_compact.disabled` to `false` and set `manual_compact.periodic.trigger_time` to a specific time, such as `10:00`.(when I do this job,it's 9:58.So that I can observe the result soon) 3. Build the admin-cli tool and use it to connect to our table. 4. Use the `manual-compaction query -a` command to check the progress. We can see that it has reached 100. 5. Stop one node of our cluster. 6. The progress will not be 100 anymore until the next day's `10:00`. -- 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]
