Re: Offset rollover/overflow?

2015-10-05 Thread Grant Henke
I can't be sure of how every client will handle it, it is probably not likely, and there could potentially be unforeseen issues. That said, given that offsets are stored in a (signed) Long. I would suspect that it would rollover to negative values and increment from there. That means instead of

Re: Offset rollover/overflow?

2015-10-03 Thread Li Tao
It will never happan. On Thu, Oct 1, 2015 at 4:22 AM, Chad Lung wrote: > I seen a previous question (http://search-hadoop.com/m/uyzND1lrGUW1PgKGG) > on offset rollovers but it doesn't look like it was ever answered. > > Does anyone one know what happens when an offset max

Offset rollover/overflow?

2015-09-30 Thread Chad Lung
I seen a previous question (http://search-hadoop.com/m/uyzND1lrGUW1PgKGG) on offset rollovers but it doesn't look like it was ever answered. Does anyone one know what happens when an offset max limit is reached? Overflow, or something else? Thanks, Chad