Re: Data overflow in SpillingResettableMutableObjectIterator

2020-01-13 Thread Piotr Nowojski
Hi Jian, Thank your for reporting the issue. I see that you have already created a ticket for this [1]. Piotrek [1] https://issues.apache.org/jira/browse/FLINK-15549 > On 9 Jan 2020, at 09:10, Jian Cao wrote: > > Hi all: > We are using fl

Data overflow in SpillingResettableMutableObjectIterator

2020-01-09 Thread Jian Cao
Hi all: We are using flink's iteration,and find the SpillingResettableMutableObjectIterator has a data overflow problem if the number of elements in a single input exceeds Integer.MAX_VALUE. The reason is inside the SpillingResettableMutableObjectIterator, it track the total number of elements and

[External] Data overflow in SpillingResettableMutableObjectIterator

2020-01-09 Thread 曹建华
Hi all: We are using flink's iteration,and find the SpillingResettableMutableObjectIterator has a data overflow problem if the number of elements in a single input exceeds Integer.MAX_VALUE. The reason is inside the SpillingResettableMutableObjectIterator, it track the total number of elements