Re: Newly added partitions in 0.8.1.1 dont see data immediately

2014-06-16 Thread Jun Rao
With topic.metadata.refresh.interval.ms=1000, the producer should refresh metadata and pick up the new partitions after 1 sec. Do you see metadata being refreshed? You may have to turn on the debug level logging. Thanks, Jun On Mon, Jun 16, 2014 at 3:18 PM, Prakash Gowri Shankor < prakash.shan

Newly added partitions in 0.8.1.1 dont see data immediately

2014-06-16 Thread Prakash Gowri Shankor
Hi, I used the add partition functionality in create-topics to alter a previous topic and increase the partitions. I noticed that after the new partitions were added, they dont receive data immediately from the producer unless a new producer is started up or the old producer is restarted. Here is