Ethan Rose

Results 46 comments of Ethan Rose

Just tried out the suggestions. Once [this](https://github.com/apache/ozone/pull/6577#discussion_r1594845672) is done I think we are good to merge 👍

At last the CI is [green](https://github.com/errose28/ozone/actions/runs/8974355092/job/24647255284)

Agreed with Stephen and Sammi, if we have to load all the containers into one proto and send it over that is probably not optimal. When I suggested this should...

For context, `--all` as default helps avoid issues in remote troubleshooting where someone asks to share output of this command and the user runs it, doesn't realize they've gotten a...

> The task aims to provide such an CLI to update the table. Be noted, the largest update ID and its term currently should still need manual find. Since this...

Overall idea makes sense, but why do we do so much manual cache management? It seems like https://github.com/actions/setup-java and https://github.com/actions/setup-node can handle it for us. Are there extra requirements we...