Re: [VOTE] Release 1.5.2, release candidate #2

2018-07-26 Thread Chesnay Schepler
+1 - built flink from source - ensured all examples are bundled in binaries - uploaded an example through WebUI, generated the plan and ran the job - verified that TM logs can be accessed through WebUI - ran tests on travis: basic tests: https://travis-ci.org/zentol/flink/builds/408590209

Re: [VOTE] Release 1.5.2, release candidate #2

2018-07-26 Thread Chesnay Schepler
I've opened a PR to fix this from happening again: https://github.com/apache/flink/pull/6436 In the mean-time I will regenerate the sha for the source release. On 27.07.2018 08:27, Chesnay Schepler wrote: That is indeed weird. It only seems to affect the source release, will look into it. This

[jira] [Created] (FLINK-9978) Source release sha contains absolute file path

2018-07-26 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-9978: --- Summary: Source release sha contains absolute file path Key: FLINK-9978 URL: https://issues.apache.org/jira/browse/FLINK-9978 Project: Flink Issue Type

Re: [VOTE] Release 1.5.2, release candidate #2

2018-07-26 Thread Chesnay Schepler
That is indeed weird. It only seems to affect the source release, will look into it. This also affects 1.6.0 RC1, so it's at least not an issue of my environment. On 27.07.2018 02:16, Thomas Weise wrote: +1 but see below Following shasum verification failed: shasum: /mnt/c/Users/Zento/Docume

[jira] [Created] (FLINK-9977) Refine the docs for Table/SQL built-in functions

2018-07-26 Thread Xingcan Cui (JIRA)
Xingcan Cui created FLINK-9977: -- Summary: Refine the docs for Table/SQL built-in functions Key: FLINK-9977 URL: https://issues.apache.org/jira/browse/FLINK-9977 Project: Flink Issue Type: Improv

Re: [VOTE] Release 1.5.2, release candidate #2

2018-07-26 Thread Thomas Weise
+1 but see below Following shasum verification failed: shasum: /mnt/c/Users/Zento/Documents/GitHub/flink/tools/releasing/release/flink-1.5.2-src.tgz: /mnt/c/Users/Zento/Documents/GitHub/flink/tools/releasing/release/flink-1.5.2-src.tgz: FAILED open or read The problem can be corrected by fixing

Re: [VOTE] Release 1.5.2, release candidate #2

2018-07-26 Thread Yaz Sh
+1 - Checked “signatures" for all packages - Checked “checksum" for all packages - Started cluster with no exceptions on log files - Stoped cluster with no exceptions on log file - Added more taskManager by running “taskmanager.sh start” - Added more slots via “flink-conf.yml" - Checked for all ex

[jira] [Created] (FLINK-9976) Odd signatures for streaming file sink format builders

2018-07-26 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-9976: --- Summary: Odd signatures for streaming file sink format builders Key: FLINK-9976 URL: https://issues.apache.org/jira/browse/FLINK-9976 Project: Flink Is

Re: [VOTE] Release 1.6.0, release candidate #1

2018-07-26 Thread Chesnay Schepler
This particular issue about the extended job submission form will be fixed in 1.6 via FLINK-9942. On 26.07.2018 17:48, Thomas Weise wrote: Is there something that should be done regarding Chesnay's comment WRT the REST API: https://lists.apache.org/thread.html/513a67e20abbb7e265d976ee9c5824ad3

Re: [VOTE] Release 1.6.0, release candidate #1

2018-07-26 Thread Thomas Weise
Is there something that should be done regarding Chesnay's comment WRT the REST API: https://lists.apache.org/thread.html/513a67e20abbb7e265d976ee9c5824ad3297a89ec275bcd93c08a03c@%3Cdev.flink.apache.org%3E Thanks, Thomas On Thu, Jul 26, 2018 at 7:51 AM Renjie Liu wrote: > This bug is also int

[jira] [Created] (FLINK-9975) Netty dependency of Hadoop >= 2.7 is not shaded away

2018-07-26 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-9975: -- Summary: Netty dependency of Hadoop >= 2.7 is not shaded away Key: FLINK-9975 URL: https://issues.apache.org/jira/browse/FLINK-9975 Project: Flink Issue Type: Bu

Re: [VOTE] Release 1.6.0, release candidate #1

2018-07-26 Thread Renjie Liu
This bug is also introduced in flink 1.5.0, and I'm working on a fix for it. Hope to include the fix in 1.6.0. https://issues.apache.org/jira/browse/FLINK-9936 On Thu, Jul 26, 2018 at 8:33 PM Piotr Nowojski wrote: > -1 > > There is one more bug. Flip6 in 1.5.0 seems like introduced regression in

[jira] [Created] (FLINK-9974) "Implementation error: Unhandled exception" in CheckpointingStatisticsHandler

2018-07-26 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-9974: -- Summary: "Implementation error: Unhandled exception" in CheckpointingStatisticsHandler Key: FLINK-9974 URL: https://issues.apache.org/jira/browse/FLINK-9974 Project: Flin

Re: [VOTE] Release 1.5.2, release candidate #2

2018-07-26 Thread Timo Walther
I agree with Chesnay. Only regressions in the release candidate should cancel minor releases. Timo Am 26.07.18 um 15:02 schrieb Chesnay Schepler: Since the regression already existed in 1.5.0 I will not cancel the vote, as there's no benefit to canceling the bugfix release. If a fix is found

[jira] [Created] (FLINK-9973) Config property taskmanager.exit-on-fatal-akka-error is no longer used in Flip6

2018-07-26 Thread Piotr Nowojski (JIRA)
Piotr Nowojski created FLINK-9973: - Summary: Config property taskmanager.exit-on-fatal-akka-error is no longer used in Flip6 Key: FLINK-9973 URL: https://issues.apache.org/jira/browse/FLINK-9973 Proje

[jira] [Created] (FLINK-9972) Debug memory logging not working

2018-07-26 Thread Piotr Nowojski (JIRA)
Piotr Nowojski created FLINK-9972: - Summary: Debug memory logging not working Key: FLINK-9972 URL: https://issues.apache.org/jira/browse/FLINK-9972 Project: Flink Issue Type: Bug C

Re: [VOTE] Release 1.5.2, release candidate #2

2018-07-26 Thread Chesnay Schepler
Since the regression already existed in 1.5.0 I will not cancel the vote, as there's no benefit to canceling the bugfix release. If a fix is found within the voting period we should consider it so we don't have to create a separate release shortly afterwards for this issue. On 26.07.2018 14:29,

[jira] [Created] (FLINK-9971) Add more extensive documentation for operations that combine datastreams

2018-07-26 Thread Florian Schmidt (JIRA)
Florian Schmidt created FLINK-9971: -- Summary: Add more extensive documentation for operations that combine datastreams Key: FLINK-9971 URL: https://issues.apache.org/jira/browse/FLINK-9971 Project: F

[jira] [Created] (FLINK-9970) Add ASCII function for table/sql API

2018-07-26 Thread vinoyang (JIRA)
vinoyang created FLINK-9970: --- Summary: Add ASCII function for table/sql API Key: FLINK-9970 URL: https://issues.apache.org/jira/browse/FLINK-9970 Project: Flink Issue Type: New Feature Co

Re: [VOTE] Release 1.6.0, release candidate #1

2018-07-26 Thread Piotr Nowojski
-1 There is one more bug. Flip6 in 1.5.0 seems like introduced regression in resource management in batch: https://issues.apache.org/jira/browse/FLINK-9969 It’s not a super new bug, yet still I would block the release until we either fix it or

Re: [VOTE] Release 1.5.2, release candidate #2

2018-07-26 Thread Piotr Nowojski
Voting -1 Flip6 in 1.5.0 seems like introduced regression in resource management in batch: https://issues.apache.org/jira/browse/FLINK-9969 It’s not a super new bug, yet still I would block the release until we either fix it or confirm that’s

[jira] [Created] (FLINK-9969) Unreasonable memory requirements to complete examples/batch/WordCount

2018-07-26 Thread Piotr Nowojski (JIRA)
Piotr Nowojski created FLINK-9969: - Summary: Unreasonable memory requirements to complete examples/batch/WordCount Key: FLINK-9969 URL: https://issues.apache.org/jira/browse/FLINK-9969 Project: Flink

[jira] [Created] (FLINK-9968) Update snapshot deployment

2018-07-26 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-9968: --- Summary: Update snapshot deployment Key: FLINK-9968 URL: https://issues.apache.org/jira/browse/FLINK-9968 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-9967) Snapshot branches for 1.4+ are not published

2018-07-26 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-9967: --- Summary: Snapshot branches for 1.4+ are not published Key: FLINK-9967 URL: https://issues.apache.org/jira/browse/FLINK-9967 Project: Flink Issue Type:

[jira] [Created] (FLINK-9966) Add a ORC table factory

2018-07-26 Thread Timo Walther (JIRA)
Timo Walther created FLINK-9966: --- Summary: Add a ORC table factory Key: FLINK-9966 URL: https://issues.apache.org/jira/browse/FLINK-9966 Project: Flink Issue Type: Sub-task Components

[VOTE] Release 1.5.2, release candidate #2

2018-07-26 Thread Chesnay Schepler
Hi everyone, Please review and vote on the release candidate #2 for the version 1.5.2, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) The complete staging area is available for your review, which includes: * JIRA release notes [1],

[jira] [Created] (FLINK-9965) Support schema derivation in Avro table format factory

2018-07-26 Thread Timo Walther (JIRA)
Timo Walther created FLINK-9965: --- Summary: Support schema derivation in Avro table format factory Key: FLINK-9965 URL: https://issues.apache.org/jira/browse/FLINK-9965 Project: Flink Issue Type

[jira] [Created] (FLINK-9964) Add a CSV table format factory

2018-07-26 Thread Timo Walther (JIRA)
Timo Walther created FLINK-9964: --- Summary: Add a CSV table format factory Key: FLINK-9964 URL: https://issues.apache.org/jira/browse/FLINK-9964 Project: Flink Issue Type: Sub-task Com

[jira] [Created] (FLINK-9963) Create a string table format factory

2018-07-26 Thread Timo Walther (JIRA)
Timo Walther created FLINK-9963: --- Summary: Create a string table format factory Key: FLINK-9963 URL: https://issues.apache.org/jira/browse/FLINK-9963 Project: Flink Issue Type: Sub-task