Re: directories to store index files

2022-07-23 Thread steven lu
the function(set dir name to store index files) optimization is finished, thanks Enrico, for progress details, please see https://github.com/apache/bookkeeper/issues/3419 Enrico Olivelli 于2022年6月28日周二 19:33写道: > Steven, > > Il giorno lun 27 giu 2022 alle ore 11:22 steven lu > ha scritto: > > >

Re: directories to store index files

2022-07-01 Thread steven lu
thanks, coding the other stages Enrico Olivelli 于2022年6月28日周二 19:33写道: > Steven, > > Il giorno lun 27 giu 2022 alle ore 11:22 steven lu > ha scritto: > > > > There is a problem with the function of bookie's directories to store > index > > files, I plan to fix this problem in 4 stages: > > 1) I

Re: directories to store index files

2022-06-28 Thread Enrico Olivelli
Steven, Il giorno lun 27 giu 2022 alle ore 11:22 steven lu ha scritto: > > There is a problem with the function of bookie's directories to store index > files, I plan to fix this problem in 4 stages: > 1) Iterate on a basic function first, pr: > https://github.com/apache/bookkeeper/pull/3352 > 2)