Skip to content
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

[FLINK-2979] Fix RollingSink truncate for Hadoop 2.7 #1336

Closed
wants to merge 1 commit into from

Conversation

aljoscha
Copy link
Contributor

@aljoscha aljoscha commented Nov 6, 2015

The problem was, that truncate is asynchronous and the RollingSink was
not taking this into account.

Now it has a loop after the truncate call that waits until the file is
actually truncated.

This also changes the Hadoop 2.6 travis build to 2.7, instead.

@aljoscha aljoscha force-pushed the rolling-sink-fix branch 2 times, most recently from 699af98 to 20f4ed8 Compare November 6, 2015 16:10
The problem was, that truncate is asynchronous and the RollingSink was
not taking this into account.

Now it has a loop after the truncate call that waits until the file is
actually truncated.

This also changes the Hadoop 2.6 travis build to 2.7, instead.
@aljoscha
Copy link
Contributor Author

aljoscha commented Nov 6, 2015

Manually merged

@aljoscha aljoscha closed this Nov 6, 2015
@StephanEwen
Copy link
Contributor

Can you also merge this into the 0.10 branch, so the 0.10.1 release will get the fix?

@aljoscha
Copy link
Contributor Author

aljoscha commented Nov 6, 2015

Already done. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants