2019-02-18 09:19:22 UTC - Marc Le Labourier: @Marc Le Labourier has joined the channel ---- 2019-02-18 23:28:24 UTC - Rajan Dhabalia: @Matteo Merli @Sijie Guo in some cases, we want to forcefully trigger GC without restarting bookie. so, is there any way to trigger it? ---- 2019-02-19 01:20:42 UTC - Sijie Guo: @Rajan Dhabalia you can do it in 4.9.0. @jia zhai added a rest command to trigger gc. ---- 2019-02-19 01:22:31 UTC - Sijie Guo: 1) you need to enable http server at bookies. - <https://github.com/apache/pulsar/blob/master/conf/bookkeeper.conf#L594> 2) then you can trigger gc - <http://bookkeeper.apache.org/docs/4.9.0/admin/http/#endpoint-apiv1bookiegc> ---- 2019-02-19 01:23:14 UTC - jia zhai: Thanks @Sijie Guo Is there a need to add a CLI command also? ---- 2019-02-19 01:23:49 UTC - Rajan Dhabalia: ok..great.. is it possible to share the PR? ---- 2019-02-19 01:24:26 UTC - Penghui Li: Look forward to it.:+1: ---- 2019-02-19 01:24:51 UTC - jia zhai: <https://github.com/apache/bookkeeper/pull/1840> ---- 2019-02-19 01:24:55 UTC - jia zhai: Here is the one ---- 2019-02-19 01:27:03 UTC - Sijie Guo: @jia zhai I think we need to first cleanup the bookieshell to bkctl, and then implement bkctl to talk to bookie rest admin. +1 : jia zhai, Penghui Li ----