The Kafka team has resources for tuning the socket buffer sizes. It seems that 
with a reasonable amount of memory, there should be an activity queue waiting 
after the bootstrap process. Is this checked? Is it feasible to pick it up? Is 
this already done?




On Oct 15, 2012, at 4:50 PM, Andrey Ilinykh wrote:

> Does it mean that during bootstrapping process only replicas serve
> read requests for new node range? In other words, replication factor
> is RF-1?
> 
> On Mon, Oct 15, 2012 at 12:20 PM, John Lewis <lewili...@gmail.com> wrote:
>> Bootstrapping nodes do not handle reads requests until the bootstrap process 
>> is complete.
>> 
>> JLewis
>> 
>> On Oct 13, 2012, at 11:19 PM, Andrey Ilinykh <ailin...@gmail.com> wrote:
>> 
>>> Hello, everybody!
>>> I'd like to clarify a bootstrapping process. As far as I understand,
>>> bootstrapping node starts to accept writes immediately.  What about
>>> reads?
>>> Bootstrapping node doesn't have all information, only replica nodes
>>> have. Does it mean read operations with CL ALL may fail during
>>> bootstrapping process?
>>> 
>>> Thank you,
>>> Andrey
>> 

Reply via email to