[GitHub] flink issue #5486: [FLINK-8600] Don't use flaky truncate() test in Bucketing...

2018-02-19 Thread kl0u
Github user kl0u commented on the issue: https://github.com/apache/flink/pull/5486 +1 to merge. ---

[GitHub] flink issue #5486: [FLINK-8600] Don't use flaky truncate() test in Bucketing...

2018-02-19 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/5486 @kl0u I changed my mind on this. 😅 Now the only change is to allow circumventing the `truncate()` checks via the setting. The checks themselves are still in place. I'm also not changing the call-

[GitHub] flink issue #5486: [FLINK-8600] Don't use flaky truncate() test in Bucketing...

2018-02-19 Thread kl0u
Github user kl0u commented on the issue: https://github.com/apache/flink/pull/5486 @aljoscha Yes it does. I did not get it in the first place but I think that this clarifies things! ---

[GitHub] flink issue #5486: [FLINK-8600] Don't use flaky truncate() test in Bucketing...

2018-02-19 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/5486 @kl0u Thanks for the review! I changed the code to check `useTruncate` before calling. Regarding `fsConfig`, the settings in there are for `FileSystem` while the settings that are configure

[GitHub] flink issue #5486: [FLINK-8600] Don't use flaky truncate() test in Bucketing...

2018-02-14 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/5486 (I realised this doesn't add any tests or anything but `BucketingSink` is currently problematic with S3 anyways.) ---