Re: git commit: TS-2089: introduce configurable collation preproc threads

2013-08-16 Thread Yunkai Zhang
On Fri, Aug 16, 2013 at 6:11 PM, Igor Galić wrote: > > > - Original Message - > > Updated Branches: > > refs/heads/master e0ec5304d -> 8a1112881 > > > > > > TS-2089: introduce configurable collation preproc threads > > > > We found that CPU of logging thread could be easy to reach up 10

Re: git commit: TS-2089: introduce configurable collation preproc threads

2013-08-16 Thread Igor Galić
> > > /*- > > +<<< HEAD > >LogFile::write_and_try_delete > > +=== > > + LogFile::preproc_and_try_delete > > + > > + preprocess the given buffer data before write to target file > > + and try to delete it when

Re: git commit: TS-2089: introduce configurable collation preproc threads

2013-08-16 Thread Igor Galić
- Original Message - > Updated Branches: > refs/heads/master e0ec5304d -> 8a1112881 > > > TS-2089: introduce configurable collation preproc threads > > We found that CPU of logging thread could be easy to reach up 100% in > collation host, but disk IO was low at the same time. > > T