Re: 答复: [DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-09 Thread Tom Bentley
Since currently logs for > > multiple partitions are created sequentially not in parallel, it's > probably > > okay for us to simply select the directory with most disk spaces in a > > single round of `nextLogDir` calling. which can be guaranteed to lead to > > extr

答复: [DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-08 Thread Hu Xi
ingle round of `nextLogDir` calling. which can be guaranteed to lead to > extreme skew. Does it make any senses? > > > > 发件人: Hu Xi > 发送时间: 2017年8月3日 16:51 > 收件人: dev@kafka.apache.org > 主题: 答复: 答复: [DISCUSS] KIP-178: Size-based log direct

Re: [DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-04 Thread Dong Lin
anteed to lead to > extreme skew. Does it make any senses? > > > > 发件人: Hu Xi > 发送时间: 2017年8月3日 16:51 > 收件人: dev@kafka.apache.org > 主题: 答复: 答复: [DISCUSS] KIP-178: Size-based log directory selection strategy > > > Dong, yes, many thanks for t

Re: [DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-04 Thread Ismael Juma
017 at 6:03 PM, Hu Xi wrote: > > > >> Hi all, how do you think of this KIP? Any comments are welcomed. > >> > >> > >> > >> 发件人: Hu Xi > >> 发送时间: 2017年7月18日 15:21 > >> 收件人: dev@kafka.apache.org

[DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-03 Thread Hu Xi
treme skew. Does it make any senses? 发件人: Hu Xi 发送时间: 2017年8月3日 16:51 收件人: dev@kafka.apache.org 主题: 答复: 答复: [DISCUSS] KIP-178: Size-based log directory selection strategy Dong, yes, many thanks for the comments from the second mail. Will take some time to f

答复: 答复: [DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-03 Thread Hu Xi
eeded then? > > > 发件人: Dong Lin > 发送时间: 2017年8月3日 9:10 > 收件人: dev@kafka.apache.org > 主题: Re: [DISCUSS] KIP-178: Size-based log directory selection strategy > > Hey Xu, > > Thanks for the KIP. This is a very good idea to select log dir

Re: 答复: [DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-02 Thread Dong Lin
___ > 发件人: Dong Lin > 发送时间: 2017年8月3日 9:10 > 收件人: dev@kafka.apache.org > 主题: Re: [DISCUSS] KIP-178: Size-based log directory selection strategy > > Hey Xu, > > Thanks for the KIP. This is a very good idea to select log directory based > on the free disk space.

答复: [DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-02 Thread Hu Xi
Thanks Dong, do you mean it is more like a naive improvement and no KIP is needed then? 发件人: Dong Lin 发送时间: 2017年8月3日 9:10 收件人: dev@kafka.apache.org 主题: Re: [DISCUSS] KIP-178: Size-based log directory selection strategy Hey Xu, Thanks for the KIP. This is a

Re: [DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-02 Thread Dong Lin
ks, > Dong > > > On Wed, Aug 2, 2017 at 6:03 PM, Hu Xi wrote: > >> Hi all, how do you think of this KIP? Any comments are welcomed. >> >> >> >> 发件人: Hu Xi >> 发送时间: 2017年7月18日 15:21 >> 收件人: dev@kafka.apache.or

Re: [DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-02 Thread Dong Lin
: Hu Xi > 发送时间: 2017年7月18日 15:21 > 收件人: dev@kafka.apache.org > 主题: [DISCUSS] KIP-178: Size-based log directory selection strategy > > > Hi all, > > KIP-178 is created for a discussion on how LogManager selects log > directory. In this KIP, a new strategy is introduc

转发: [DISCUSS] KIP-178: Size-based log directory selection strategy

2017-08-02 Thread Hu Xi
Hi all, how do you think of this KIP? Any comments are welcomed. 发件人: Hu Xi 发送时间: 2017年7月18日 15:21 收件人: dev@kafka.apache.org 主题: [DISCUSS] KIP-178: Size-based log directory selection strategy Hi all, KIP-178 is created for a discussion on how LogManager

[DISCUSS] KIP-178: Size-based log directory selection strategy

2017-07-18 Thread Hu Xi
Hi all, KIP-178 is created for a discussion on how LogManager selects log directory. In this KIP, a new strategy is introduced to allow for the real disk spaces for each directories. Be free to drop your comments here. Thanks.