-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArrayIndexOutOfBoundsException in Cascading #1794
Comments
I wonder if the source you are dealing with has a bug with |
It seems to be a bug in cascading. |
I wonder if it is exhibited in cascading 2.7? |
also: why did we not trigger it before, but now we do? |
I'd love to find a repro of this issue. |
I've investigated this issue a little more. The bug is not in |
@fwbrasil is this a race condition in Hadoop? we have seen a few of what looks like those. |
One of our e2e tests fails when I try to use the the develop branch:
Considering that
Iterator.foreach
checks ifhasNext
before callingnext
, it seems thatTupleEntryChainIterator
enters a bad state wherecurrentIterator
points to an invalid position.I haven't been able to reproduce the cascading bug in isolation yet.
cc/ @johnynek
The text was updated successfully, but these errors were encountered: