Page MenuHomePhabricator

Print the object destruction log to stdout/stderr when run interactively via `bin/remove destroy`
Open, WishlistPublic

Description

See PHI1656. Some objects take a long time to destroy, and bin/remove destroy may look like it has hung. A particular case is repositories with LFS enabled.

A real progress bar is hard (since we have no easy access to an object count to get a total) but we could reasonably emit the destruction log when we're destroying objects because of interactive invocation.

Event Timeline

epriestley triaged this task as Wishlist priority.Mar 2 2020, 5:18 PM
epriestley created this task.
epriestley renamed this task from Print the objet destruction log to stdout/stderr when run interactively via `bin/remove destroy` to Print the object destruction log to stdout/stderr when run interactively via `bin/remove destroy`.Mar 2 2020, 5:39 PM