[jira] [Created] (FLINK-10619) config MemoryStateBackend default value

2018-10-19 Thread yangxiaoshuo (JIRA)
yangxiaoshuo created FLINK-10619: Summary: config MemoryStateBackend default value Key: FLINK-10619 URL: https://issues.apache.org/jira/browse/FLINK-10619 Project: Flink Issue Type: Improveme

[jira] [Created] (FLINK-10618) Introduce catalog for Flink tables

2018-10-19 Thread Xuefu Zhang (JIRA)
Xuefu Zhang created FLINK-10618: --- Summary: Introduce catalog for Flink tables Key: FLINK-10618 URL: https://issues.apache.org/jira/browse/FLINK-10618 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-10617) Restoring job fails because of slot allocation timeout

2018-10-19 Thread Elias Levy (JIRA)
Elias Levy created FLINK-10617: -- Summary: Restoring job fails because of slot allocation timeout Key: FLINK-10617 URL: https://issues.apache.org/jira/browse/FLINK-10617 Project: Flink Issue Type

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

2018-10-19 Thread Fabian Hueske
Thanks Chesnay! Withdrawing my -1 for this RC. Cheers, Fabian Am Fr., 19. Okt. 2018 um 15:19 Uhr schrieb Chesnay Schepler < ches...@apache.org>: > To summarize: > > The RAT issue exists since 1.6.0, but it does highlight some issues in > our rat-plugin setup, namely that it is run before any mo

[jira] [Created] (FLINK-10616) Jepsen test fails while tearing down Hadoop

2018-10-19 Thread Gary Yao (JIRA)
Gary Yao created FLINK-10616: Summary: Jepsen test fails while tearing down Hadoop Key: FLINK-10616 URL: https://issues.apache.org/jira/browse/FLINK-10616 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-10615) Cancel with savepoint can fail the job

2018-10-19 Thread Gary Yao (JIRA)
Gary Yao created FLINK-10615: Summary: Cancel with savepoint can fail the job Key: FLINK-10615 URL: https://issues.apache.org/jira/browse/FLINK-10615 Project: Flink Issue Type: Bug Comp

[jira] [Created] (FLINK-10614) Update test_batch_allround.sh e2e to new testing infrastructure

2018-10-19 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-10614: - Summary: Update test_batch_allround.sh e2e to new testing infrastructure Key: FLINK-10614 URL: https://issues.apache.org/jira/browse/FLINK-10614 Project: Flink

[jira] [Created] (FLINK-10613) Remove logger casts in HBaseConnectorITCase

2018-10-19 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-10613: Summary: Remove logger casts in HBaseConnectorITCase Key: FLINK-10613 URL: https://issues.apache.org/jira/browse/FLINK-10613 Project: Flink Issue Typ

[jira] [Created] (FLINK-10612) Run rat-plugin separately for each module

2018-10-19 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-10612: Summary: Run rat-plugin separately for each module Key: FLINK-10612 URL: https://issues.apache.org/jira/browse/FLINK-10612 Project: Flink Issue Type:

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

2018-10-19 Thread Fabian Hueske
Thanks for the investigation Chesnay! Withdrawing my -1. Fabian Am Fr., 19. Okt. 2018 um 15:15 Uhr schrieb Chesnay Schepler < ches...@apache.org>: > To summarize: > > The Hbase issue exists since 1.5.0 and stems from flink-tabls's > jcl-over-slf4j dependency. When running both the flink-table a

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

2018-10-19 Thread Chesnay Schepler
To summarize: The RAT issue exists since 1.6.0, but it does highlight some issues in our rat-plugin setup, namely that it is run before any module is compiled/tested. The first ES5 issue (ClassNotFoundException) is not new nor causes a build failure. The second ES5 issue is an OS-incompati

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

2018-10-19 Thread Chesnay Schepler
To summarize: The Hbase issue exists since 1.5.0 and stems from flink-tabls's jcl-over-slf4j dependency. When running both the flink-table and flink-hbase tests in one run the jc-over-slf4j bridge is loaded, causing the Logger casts in the HBaseConnectorITCase to fail since it assumes that Lo

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

2018-10-19 Thread Fabian Hueske
Yes, exactly Am Fr., 19. Okt. 2018 um 13:49 Uhr schrieb Chesnay Schepler < ches...@apache.org>: > When you went past hbase, which was the other module you failed? I would > guess you also failed in the ES5 module here like for 1.6.2? > > On 18.10.2018 23:55, Fabian Hueske wrote: > > Hi, > > > > I

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

2018-10-19 Thread Chesnay Schepler
When you went past hbase, which was the other module you failed? I would guess you also failed in the ES5 module here like for 1.6.2? On 18.10.2018 23:55, Fabian Hueske wrote: Hi, I checked the following things: * no dependencies added or changed since Flink 1.5.4 * compiling the source distr

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

2018-10-19 Thread Chesnay Schepler
This appears to be an OS-incompatibility issue in ES. https://github.com/opensensorhub/osh-persistence/issues/2 https://github.com/elastic/elasticsearch/issues/23218 On 19.10.2018 13:33, Fabian Hueske wrote: I've run the build again. You were right Chesnay. The build failed due to an AssertionE

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

2018-10-19 Thread Fabian Hueske
I've run the build again. You were right Chesnay. The build failed due to an AssertionError raised by Elasticsearch (see below). Best, Fabian --- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.824 sec <<< FAILURE! - in org.apache.flink.streaming.connectors.elasticsearch5.Elast

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

2018-10-19 Thread Chesnay Schepler
See the JIRA for details. On 19.10.2018 13:18, Chesnay Schepler wrote: This is likely not a new issue and existed since FLINK-9234 was merged. (1.4.3/1.5.0) On 19.10.2018 11:16, Chesnay Schepler wrote: For the test failure: https://issues.apache.org/jira/browse/FLINK-10609 On 19.10.2018 11:0

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

2018-10-19 Thread Chesnay Schepler
This is likely not a new issue and existed since FLINK-9234 was merged. (1.4.3/1.5.0) On 19.10.2018 11:16, Chesnay Schepler wrote: For the test failure: https://issues.apache.org/jira/browse/FLINK-10609 On 19.10.2018 11:00, Dawid Wysakowicz wrote: Hi, -1 I've checked: + compiling sources wo

[jira] [Created] (FLINK-10611) Documentation should describe how to choose between Rolling & Streaming file sink

2018-10-19 Thread Christophe Jolif (JIRA)
Christophe Jolif created FLINK-10611: Summary: Documentation should describe how to choose between Rolling & Streaming file sink Key: FLINK-10611 URL: https://issues.apache.org/jira/browse/FLINK-10611

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

2018-10-19 Thread Fabian Hueske
Thanks Chesnay, I'll check again on the error that failed the build. Am Fr., 19. Okt. 2018 um 12:13 Uhr schrieb Chesnay Schepler < ches...@apache.org>: > This issue should also be present in 1.6.0 and 1.6.1 (since the avro > test was added in 1.6.0) so I wouldn't block the release on it. > >

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

2018-10-19 Thread Chesnay Schepler
This issue should also be present in 1.6.0 and 1.6.1 (since the avro test was added in 1.6.0) so I wouldn't block the release on it. On 19.10.2018 10:44, Chesnay Schepler wrote: I've opened https://issues.apache.org/jira/browse/FLINK-10608 for the RAT issue. On 19.10.2018 10:38, Fabian Hueske

[jira] [Created] (FLINK-10610) Port CoLocationConstraintITCase to new codebase

2018-10-19 Thread TisonKun (JIRA)
TisonKun created FLINK-10610: Summary: Port CoLocationConstraintITCase to new codebase Key: FLINK-10610 URL: https://issues.apache.org/jira/browse/FLINK-10610 Project: Flink Issue Type: Sub-task

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

2018-10-19 Thread Chesnay Schepler
I do get the same ClassNotFoundException locally, but my build is not marked as failed. This exception also occurs on master but doesn't fail the build. Did you get another exception, or could it be that the build only failed due to the RAT issue? On 18.10.2018 23:16, Fabian Hueske wrote: Hi

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

2018-10-19 Thread Chesnay Schepler
For the test failure: https://issues.apache.org/jira/browse/FLINK-10609 On 19.10.2018 11:00, Dawid Wysakowicz wrote: Hi, -1 I've checked: + compiling sources works + verified signatures - OK - the release notes are missing two issues: FLINK-10259, FLINK-10247, and are including an issue that

[jira] [Created] (FLINK-10609) Source distribution fails with logging ClassCastException

2018-10-19 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-10609: Summary: Source distribution fails with logging ClassCastException Key: FLINK-10609 URL: https://issues.apache.org/jira/browse/FLINK-10609 Project: Flink

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

2018-10-19 Thread Chesnay Schepler
FLINK-10247 was reverted for 1.5.5 and 1.6.2. https://github.com/apache/flink/commit/1feb1b4c1da8cb5006a1fc2a9eb8fba67d1bc696 https://github.com/apache/flink/commit/61330e47afe8960c804b8cd2edf2ba589b594d8b I've corrected the fixVersion for FLINK-10259 and FLINK-4052. On 19.10.2018 11:00, Dawid W

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

2018-10-19 Thread Dawid Wysakowicz
Hi, -1 I've checked: + compiling sources works + verified signatures - OK - the release notes are missing two issues: FLINK-10259, FLINK-10247, and are including an issue that was actually not merged for this branch: FLINK-4052 - I get the same test failures as Fabian did: Java HotSpot(TM) 64-B

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

2018-10-19 Thread Chesnay Schepler
I've opened https://issues.apache.org/jira/browse/FLINK-10608 for the RAT issue. On 19.10.2018 10:38, Fabian Hueske wrote: It's these two: * Files with unapproved licenses: flink-end-to-end-tests/flink-datastream-allround-test/src/main/java

[jira] [Created] (FLINK-10608) maven-rat-plugin does not catch files without headers generatued during compilation

2018-10-19 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-10608: Summary: maven-rat-plugin does not catch files without headers generatued during compilation Key: FLINK-10608 URL: https://issues.apache.org/jira/browse/FLINK-10608

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

2018-10-19 Thread Fabian Hueske
It's these two: * Files with unapproved licenses: flink-end-to-end-tests/flink-datastream-allround-test/src/main/java/org/apache/flink/streaming/tests/avro/ComplexPayloadAvro.java flink-end-to-end-tests/flink-datastream-allround-test/src/main

[jira] [Created] (FLINK-10607) Unify to remove duplicated NoOpResultPartitionConsumableNotifier

2018-10-19 Thread zhijiang (JIRA)
zhijiang created FLINK-10607: Summary: Unify to remove duplicated NoOpResultPartitionConsumableNotifier Key: FLINK-10607 URL: https://issues.apache.org/jira/browse/FLINK-10607 Project: Flink Iss

Re: State access in RichAsyncFunction

2018-10-19 Thread Till Rohrmann
The problem is that `RichAsyncFunction` is allowed to trigger an asynchronous operation which can keep a reference to the `RuntimeContext`. However, it is not guaranteed when this operation is actually executed. Due to this, the underlying key could have changed, thus, accessing state which can bel

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

2018-10-19 Thread Chesnay Schepler
do you have a list of the generated files that don't have the license header? On 18.10.2018 23:16, Fabian Hueske wrote: Hi, Thanks Chesnay for preparing the RC1 for Flink 1.6.2. I checked a few things, but there seem to be some issues with the release candidate. * no dependencies added or ch

[jira] [Created] (FLINK-10606) Construct NetworkEnvironment simple for tests

2018-10-19 Thread zhijiang (JIRA)
zhijiang created FLINK-10606: Summary: Construct NetworkEnvironment simple for tests Key: FLINK-10606 URL: https://issues.apache.org/jira/browse/FLINK-10606 Project: Flink Issue Type: Test