Hi everyone,
Please review and vote on the release candidate #1 for the version 1.5.5, 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], * the official Apache source release and binary convenience releases to be deployed to dist.apache.org [2], which are signed with the key with fingerprint 11D464BA [3], * all artifacts to be deployed to the Maven Central Repository [4], * source code tag "release-1.5.5-rc1" [5], * website pull request listing the new release and adding announcement blog post [6]. The vote will be open for at least 72 hours. It is adopted by majority approval, with at least 3 PMC affirmative votes. Thanks, Release Manager [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ [3] https://dist.apache.org/repos/dist/release/flink/KEYS [4] https://repository.apache.org/content/repositories/orgapacheflink-1185 [5] https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 [6] https://github.com/apache/flink-web/pull/127 |
Hi,
I checked the following things: * no dependencies added or changed since Flink 1.5.4 * compiling the source distribution without tests succeeds * compiling the source distribution with tests fails (see exception appended below). When I restart the compilation, it goes past flink-hbase but fails later in another module. The compilation failure might be related to my environment as the compilation of the Flink 1.6.2 RC1 also failed due to some issue related to logging classes. We should check if others can compile the sources with tests. Until we don't know what causes the issue, I vote -1 to release this RC. Best, Fabian ---- OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 Running org.apache.flink.addons.hbase.HBaseConnectorITCase Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.482 sec <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.481 sec <<< ERROR! java.lang.ClassCastException: org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to org.apache.commons.logging.impl.Log4JLogger org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.482 sec <<< ERROR! java.lang.NullPointerException Results : Tests in error: org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » ClassCast org.... Run 2: HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » NullPointer Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < [hidden email]>: > Hi everyone, > Please review and vote on the release candidate #1 for the version > 1.5.5, 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], > * the official Apache source release and binary convenience releases to > be deployed to dist.apache.org [2], which are signed with the key with > fingerprint 11D464BA [3], > * all artifacts to be deployed to the Maven Central Repository [4], > * source code tag "release-1.5.5-rc1" [5], > * website pull request listing the new release and adding announcement > blog post [6]. > > The vote will be open for at least 72 hours. It is adopted by majority > approval, with at least 3 PMC affirmative votes. > > Thanks, > Release Manager > > [1] > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 > [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ > [3] https://dist.apache.org/repos/dist/release/flink/KEYS > [4] https://repository.apache.org/content/repositories/orgapacheflink-1185 > [5] > > https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 > [6] https://github.com/apache/flink-web/pull/127 > > |
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:
Running org.apache.flink.addons.hbase.HBaseConnectorITCase Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.557 sec <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.556 sec <<< ERROR! java.lang.ClassCastException: org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to org.apache.commons.logging.impl.Log4JLogger org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.557 sec <<< ERROR! java.lang.NullPointerException Results : Tests in error: org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » ClassCast org.... Run 2: HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » NullPointer
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 distribution without tests succeeds * compiling the source distribution with tests fails (see exception appended below). When I restart the compilation, it goes past flink-hbase but fails later in another module. The compilation failure might be related to my environment as the compilation of the Flink 1.6.2 RC1 also failed due to some issue related to logging classes. We should check if others can compile the sources with tests. Until we don't know what causes the issue, I vote -1 to release this RC. Best, Fabian ---- OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 Running org.apache.flink.addons.hbase.HBaseConnectorITCase Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.482 sec <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.481 sec <<< ERROR! java.lang.ClassCastException: org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to org.apache.commons.logging.impl.Log4JLogger org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.482 sec <<< ERROR! java.lang.NullPointerException Results : Tests in error: org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » ClassCast org.... Run 2: HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » NullPointer Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < [hidden email]>:Hi everyone, Please review and vote on the release candidate #1 for the version 1.5.5, 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], * the official Apache source release and binary convenience releases to be deployed to dist.apache.org [2], which are signed with the key with fingerprint 11D464BA [3], * all artifacts to be deployed to the Maven Central Repository [4], * source code tag "release-1.5.5-rc1" [5], * website pull request listing the new release and adding announcement blog post [6]. The vote will be open for at least 72 hours. It is adopted by majority approval, with at least 3 PMC affirmative votes. Thanks, Release Manager [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ [3] https://dist.apache.org/repos/dist/release/flink/KEYS [4] https://repository.apache.org/content/repositories/orgapacheflink-1185 [5] https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 [6] https://github.com/apache/flink-web/pull/127 |
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 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 was actually not merged for this > branch: FLINK-4052 > - I get the same test failures as Fabian did: > > Java HotSpot(TM) 64-Bit Server VM warning: ignoring option > MaxPermSize=128m; support was removed in 8.0 > Running org.apache.flink.addons.hbase.HBaseConnectorITCase > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.557 > sec <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: > 0.556 sec <<< ERROR! > java.lang.ClassCastException: > org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast > to org.apache.commons.logging.impl.Log4JLogger > > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: > 0.557 sec <<< ERROR! > java.lang.NullPointerException > > > Results : > > Tests in error: > org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase > Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 > » ClassCast org.... > > Run 2: > HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » > NullPointer > > > 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 distribution without tests succeeds >> * compiling the source distribution with tests fails (see exception >> appended below). When I restart the compilation, it goes past flink-hbase >> but fails later in another module. >> >> The compilation failure might be related to my environment as the >> compilation of the Flink 1.6.2 RC1 also failed due to some issue related to >> logging classes. >> We should check if others can compile the sources with tests. >> >> Until we don't know what causes the issue, I vote >> >> -1 to release this RC. >> >> Best, Fabian >> >> ---- >> >> OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support >> was removed in 8.0 >> Running org.apache.flink.addons.hbase.HBaseConnectorITCase >> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.482 sec >> <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase >> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.481 >> sec <<< ERROR! >> java.lang.ClassCastException: >> org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to >> org.apache.commons.logging.impl.Log4JLogger >> >> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.482 >> sec <<< ERROR! >> java.lang.NullPointerException >> >> >> Results : >> >> Tests in error: >> org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase >> Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » >> ClassCast org.... >> Run 2: HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » >> NullPointer >> >> >> >> Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < >> [hidden email]>: >> >>> Hi everyone, >>> Please review and vote on the release candidate #1 for the version >>> 1.5.5, 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], >>> * the official Apache source release and binary convenience releases to >>> be deployed to dist.apache.org [2], which are signed with the key with >>> fingerprint 11D464BA [3], >>> * all artifacts to be deployed to the Maven Central Repository [4], >>> * source code tag "release-1.5.5-rc1" [5], >>> * website pull request listing the new release and adding announcement >>> blog post [6]. >>> >>> The vote will be open for at least 72 hours. It is adopted by majority >>> approval, with at least 3 PMC affirmative votes. >>> >>> Thanks, >>> Release Manager >>> >>> [1] >>> >>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 >>> [2]https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ >>> [3]https://dist.apache.org/repos/dist/release/flink/KEYS >>> [4]https://repository.apache.org/content/repositories/orgapacheflink-1185 >>> [5] >>> >>> https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 >>> [6]https://github.com/apache/flink-web/pull/127 >>> >>> |
In reply to this post by dwysakowicz
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 was actually not merged for this > branch: FLINK-4052 > - I get the same test failures as Fabian did: > > Java HotSpot(TM) 64-Bit Server VM warning: ignoring option > MaxPermSize=128m; support was removed in 8.0 > Running org.apache.flink.addons.hbase.HBaseConnectorITCase > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.557 > sec <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: > 0.556 sec <<< ERROR! > java.lang.ClassCastException: > org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast > to org.apache.commons.logging.impl.Log4JLogger > > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: > 0.557 sec <<< ERROR! > java.lang.NullPointerException > > > Results : > > Tests in error: > org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase > Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 > » ClassCast org.... > > Run 2: > HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » > NullPointer > > > 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 distribution without tests succeeds >> * compiling the source distribution with tests fails (see exception >> appended below). When I restart the compilation, it goes past flink-hbase >> but fails later in another module. >> >> The compilation failure might be related to my environment as the >> compilation of the Flink 1.6.2 RC1 also failed due to some issue related to >> logging classes. >> We should check if others can compile the sources with tests. >> >> Until we don't know what causes the issue, I vote >> >> -1 to release this RC. >> >> Best, Fabian >> >> ---- >> >> OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support >> was removed in 8.0 >> Running org.apache.flink.addons.hbase.HBaseConnectorITCase >> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.482 sec >> <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase >> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.481 >> sec <<< ERROR! >> java.lang.ClassCastException: >> org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to >> org.apache.commons.logging.impl.Log4JLogger >> >> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.482 >> sec <<< ERROR! >> java.lang.NullPointerException >> >> >> Results : >> >> Tests in error: >> org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase >> Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » >> ClassCast org.... >> Run 2: HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » >> NullPointer >> >> >> >> Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < >> [hidden email]>: >> >>> Hi everyone, >>> Please review and vote on the release candidate #1 for the version >>> 1.5.5, 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], >>> * the official Apache source release and binary convenience releases to >>> be deployed to dist.apache.org [2], which are signed with the key with >>> fingerprint 11D464BA [3], >>> * all artifacts to be deployed to the Maven Central Repository [4], >>> * source code tag "release-1.5.5-rc1" [5], >>> * website pull request listing the new release and adding announcement >>> blog post [6]. >>> >>> The vote will be open for at least 72 hours. It is adopted by majority >>> approval, with at least 3 PMC affirmative votes. >>> >>> Thanks, >>> Release Manager >>> >>> [1] >>> >>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 >>> [2]https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ >>> [3]https://dist.apache.org/repos/dist/release/flink/KEYS >>> [4]https://repository.apache.org/content/repositories/orgapacheflink-1185 >>> [5] >>> >>> https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 >>> [6]https://github.com/apache/flink-web/pull/127 >>> >>> |
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 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-Bit Server VM warning: ignoring option >> MaxPermSize=128m; support was removed in 8.0 >> Running org.apache.flink.addons.hbase.HBaseConnectorITCase >> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.557 >> sec <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase >> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: >> 0.556 sec <<< ERROR! >> java.lang.ClassCastException: >> org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast >> to org.apache.commons.logging.impl.Log4JLogger >> >> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: >> 0.557 sec <<< ERROR! >> java.lang.NullPointerException >> >> >> Results : >> >> Tests in error: >> org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase >> >> Run 1: >> HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » >> ClassCast org.... >> >> Run 2: >> HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » >> NullPointer >> >> >> 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 distribution without tests succeeds >>> * compiling the source distribution with tests fails (see exception >>> appended below). When I restart the compilation, it goes past >>> flink-hbase >>> but fails later in another module. >>> >>> The compilation failure might be related to my environment as the >>> compilation of the Flink 1.6.2 RC1 also failed due to some issue >>> related to >>> logging classes. >>> We should check if others can compile the sources with tests. >>> >>> Until we don't know what causes the issue, I vote >>> >>> -1 to release this RC. >>> >>> Best, Fabian >>> >>> ---- >>> >>> OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; >>> support >>> was removed in 8.0 >>> Running org.apache.flink.addons.hbase.HBaseConnectorITCase >>> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: >>> 0.482 sec >>> <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase >>> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.481 >>> sec <<< ERROR! >>> java.lang.ClassCastException: >>> org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to >>> org.apache.commons.logging.impl.Log4JLogger >>> >>> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.482 >>> sec <<< ERROR! >>> java.lang.NullPointerException >>> >>> >>> Results : >>> >>> Tests in error: >>> org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase >>> >>> Run 1: >>> HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » >>> ClassCast org.... >>> Run 2: >>> HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » >>> NullPointer >>> >>> >>> >>> Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < >>> [hidden email]>: >>> >>>> Hi everyone, >>>> Please review and vote on the release candidate #1 for the version >>>> 1.5.5, 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], >>>> * the official Apache source release and binary convenience >>>> releases to >>>> be deployed to dist.apache.org [2], which are signed with the key with >>>> fingerprint 11D464BA [3], >>>> * all artifacts to be deployed to the Maven Central Repository [4], >>>> * source code tag "release-1.5.5-rc1" [5], >>>> * website pull request listing the new release and adding announcement >>>> blog post [6]. >>>> >>>> The vote will be open for at least 72 hours. It is adopted by majority >>>> approval, with at least 3 PMC affirmative votes. >>>> >>>> Thanks, >>>> Release Manager >>>> >>>> [1] >>>> >>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 >>>> >>>> [2]https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ >>>> [3]https://dist.apache.org/repos/dist/release/flink/KEYS >>>> [4]https://repository.apache.org/content/repositories/orgapacheflink-1185 >>>> >>>> [5] >>>> >>>> https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 >>>> >>>> [6]https://github.com/apache/flink-web/pull/127 >>>> >>>> > > |
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: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 was actually not merged >>> for this branch: FLINK-4052 >>> - I get the same test failures as Fabian did: >>> >>> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option >>> MaxPermSize=128m; support was removed in 8.0 >>> Running org.apache.flink.addons.hbase.HBaseConnectorITCase >>> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: >>> 0.557 sec <<< FAILURE! - in >>> org.apache.flink.addons.hbase.HBaseConnectorITCase >>> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: >>> 0.556 sec <<< ERROR! >>> java.lang.ClassCastException: >>> org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast >>> to org.apache.commons.logging.impl.Log4JLogger >>> >>> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: >>> 0.557 sec <<< ERROR! >>> java.lang.NullPointerException >>> >>> >>> Results : >>> >>> Tests in error: >>> org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase >>> >>> Run 1: >>> HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » >>> ClassCast org.... >>> >>> Run 2: >>> HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » >>> NullPointer >>> >>> >>> 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 distribution without tests succeeds >>>> * compiling the source distribution with tests fails (see exception >>>> appended below). When I restart the compilation, it goes past >>>> flink-hbase >>>> but fails later in another module. >>>> >>>> The compilation failure might be related to my environment as the >>>> compilation of the Flink 1.6.2 RC1 also failed due to some issue >>>> related to >>>> logging classes. >>>> We should check if others can compile the sources with tests. >>>> >>>> Until we don't know what causes the issue, I vote >>>> >>>> -1 to release this RC. >>>> >>>> Best, Fabian >>>> >>>> ---- >>>> >>>> OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; >>>> support >>>> was removed in 8.0 >>>> Running org.apache.flink.addons.hbase.HBaseConnectorITCase >>>> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: >>>> 0.482 sec >>>> <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase >>>> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: >>>> 0.481 >>>> sec <<< ERROR! >>>> java.lang.ClassCastException: >>>> org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be >>>> cast to >>>> org.apache.commons.logging.impl.Log4JLogger >>>> >>>> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: >>>> 0.482 >>>> sec <<< ERROR! >>>> java.lang.NullPointerException >>>> >>>> >>>> Results : >>>> >>>> Tests in error: >>>> org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase >>>> >>>> Run 1: >>>> HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » >>>> ClassCast org.... >>>> Run 2: >>>> HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » >>>> NullPointer >>>> >>>> >>>> >>>> Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < >>>> [hidden email]>: >>>> >>>>> Hi everyone, >>>>> Please review and vote on the release candidate #1 for the version >>>>> 1.5.5, 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], >>>>> * the official Apache source release and binary convenience >>>>> releases to >>>>> be deployed to dist.apache.org [2], which are signed with the key >>>>> with >>>>> fingerprint 11D464BA [3], >>>>> * all artifacts to be deployed to the Maven Central Repository [4], >>>>> * source code tag "release-1.5.5-rc1" [5], >>>>> * website pull request listing the new release and adding >>>>> announcement >>>>> blog post [6]. >>>>> >>>>> The vote will be open for at least 72 hours. It is adopted by >>>>> majority >>>>> approval, with at least 3 PMC affirmative votes. >>>>> >>>>> Thanks, >>>>> Release Manager >>>>> >>>>> [1] >>>>> >>>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 >>>>> >>>>> [2]https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ >>>>> [3]https://dist.apache.org/repos/dist/release/flink/KEYS >>>>> [4]https://repository.apache.org/content/repositories/orgapacheflink-1185 >>>>> >>>>> [5] >>>>> >>>>> https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 >>>>> >>>>> [6]https://github.com/apache/flink-web/pull/127 >>>>> >>>>> >> >> > > |
In reply to this post by Fabian Hueske-2
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 distribution without tests succeeds > * compiling the source distribution with tests fails (see exception > appended below). When I restart the compilation, it goes past flink-hbase > but fails later in another module. > > The compilation failure might be related to my environment as the > compilation of the Flink 1.6.2 RC1 also failed due to some issue related to > logging classes. > We should check if others can compile the sources with tests. > > Until we don't know what causes the issue, I vote > > -1 to release this RC. > > Best, Fabian > > ---- > > OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support > was removed in 8.0 > Running org.apache.flink.addons.hbase.HBaseConnectorITCase > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.482 sec > <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.481 > sec <<< ERROR! > java.lang.ClassCastException: > org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to > org.apache.commons.logging.impl.Log4JLogger > > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.482 > sec <<< ERROR! > java.lang.NullPointerException > > > Results : > > Tests in error: > org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase > Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » > ClassCast org.... > Run 2: HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » > NullPointer > > > > Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < > [hidden email]>: > >> Hi everyone, >> Please review and vote on the release candidate #1 for the version >> 1.5.5, 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], >> * the official Apache source release and binary convenience releases to >> be deployed to dist.apache.org [2], which are signed with the key with >> fingerprint 11D464BA [3], >> * all artifacts to be deployed to the Maven Central Repository [4], >> * source code tag "release-1.5.5-rc1" [5], >> * website pull request listing the new release and adding announcement >> blog post [6]. >> >> The vote will be open for at least 72 hours. It is adopted by majority >> approval, with at least 3 PMC affirmative votes. >> >> Thanks, >> Release Manager >> >> [1] >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 >> [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ >> [3] https://dist.apache.org/repos/dist/release/flink/KEYS >> [4] https://repository.apache.org/content/repositories/orgapacheflink-1185 >> [5] >> >> https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 >> [6] https://github.com/apache/flink-web/pull/127 >> >> |
Yes, exactly
Am Fr., 19. Okt. 2018 um 13:49 Uhr schrieb Chesnay Schepler < [hidden email]>: > 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 distribution without tests succeeds > > * compiling the source distribution with tests fails (see exception > > appended below). When I restart the compilation, it goes past flink-hbase > > but fails later in another module. > > > > The compilation failure might be related to my environment as the > > compilation of the Flink 1.6.2 RC1 also failed due to some issue related > to > > logging classes. > > We should check if others can compile the sources with tests. > > > > Until we don't know what causes the issue, I vote > > > > -1 to release this RC. > > > > Best, Fabian > > > > ---- > > > > OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; > support > > was removed in 8.0 > > Running org.apache.flink.addons.hbase.HBaseConnectorITCase > > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.482 sec > > <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase > > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.481 > > sec <<< ERROR! > > java.lang.ClassCastException: > > org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to > > org.apache.commons.logging.impl.Log4JLogger > > > > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.482 > > sec <<< ERROR! > > java.lang.NullPointerException > > > > > > Results : > > > > Tests in error: > > > org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase > > Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » > > ClassCast org.... > > Run 2: > HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » > > NullPointer > > > > > > > > Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < > > [hidden email]>: > > > >> Hi everyone, > >> Please review and vote on the release candidate #1 for the version > >> 1.5.5, 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], > >> * the official Apache source release and binary convenience releases to > >> be deployed to dist.apache.org [2], which are signed with the key with > >> fingerprint 11D464BA [3], > >> * all artifacts to be deployed to the Maven Central Repository [4], > >> * source code tag "release-1.5.5-rc1" [5], > >> * website pull request listing the new release and adding announcement > >> blog post [6]. > >> > >> The vote will be open for at least 72 hours. It is adopted by majority > >> approval, with at least 3 PMC affirmative votes. > >> > >> Thanks, > >> Release Manager > >> > >> [1] > >> > >> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 > >> [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ > >> [3] https://dist.apache.org/repos/dist/release/flink/KEYS > >> [4] > https://repository.apache.org/content/repositories/orgapacheflink-1185 > >> [5] > >> > >> > https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 > >> [6] https://github.com/apache/flink-web/pull/127 > >> > >> > > |
In reply to this post by Fabian Hueske-2
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 Log4J loggers are used directly. The build could be continued from HBase without failing since the flink-table tests aren't run, and hence the bridge never being loaded. The ES5 issue is an OS-incompatibility caused by ES. This issue should not be new since we didn't modify the ES5 version in 2 years. Given that neither issue is new in this release I would not cancel the RC. 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 distribution without tests succeeds > * compiling the source distribution with tests fails (see exception > appended below). When I restart the compilation, it goes past flink-hbase > but fails later in another module. > > The compilation failure might be related to my environment as the > compilation of the Flink 1.6.2 RC1 also failed due to some issue related to > logging classes. > We should check if others can compile the sources with tests. > > Until we don't know what causes the issue, I vote > > -1 to release this RC. > > Best, Fabian > > ---- > > OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support > was removed in 8.0 > Running org.apache.flink.addons.hbase.HBaseConnectorITCase > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.482 sec > <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.481 > sec <<< ERROR! > java.lang.ClassCastException: > org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to > org.apache.commons.logging.impl.Log4JLogger > > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.482 > sec <<< ERROR! > java.lang.NullPointerException > > > Results : > > Tests in error: > org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase > Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » > ClassCast org.... > Run 2: HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » > NullPointer > > > > Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < > [hidden email]>: > >> Hi everyone, >> Please review and vote on the release candidate #1 for the version >> 1.5.5, 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], >> * the official Apache source release and binary convenience releases to >> be deployed to dist.apache.org [2], which are signed with the key with >> fingerprint 11D464BA [3], >> * all artifacts to be deployed to the Maven Central Repository [4], >> * source code tag "release-1.5.5-rc1" [5], >> * website pull request listing the new release and adding announcement >> blog post [6]. >> >> The vote will be open for at least 72 hours. It is adopted by majority >> approval, with at least 3 PMC affirmative votes. >> >> Thanks, >> Release Manager >> >> [1] >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 >> [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ >> [3] https://dist.apache.org/repos/dist/release/flink/KEYS >> [4] https://repository.apache.org/content/repositories/orgapacheflink-1185 >> [5] >> >> https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 >> [6] https://github.com/apache/flink-web/pull/127 >> >> |
Thanks for the investigation Chesnay!
Withdrawing my -1. Fabian Am Fr., 19. Okt. 2018 um 15:15 Uhr schrieb Chesnay Schepler < [hidden email]>: > 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 Log4J loggers are used directly. The build could be continued from > HBase without failing since the flink-table tests aren't run, and hence > the bridge never being loaded. > > The ES5 issue is an OS-incompatibility caused by ES. This issue should > not be new since we didn't modify the ES5 version in 2 years. > > Given that neither issue is new in this release I would not cancel the RC. > > 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 distribution without tests succeeds > > * compiling the source distribution with tests fails (see exception > > appended below). When I restart the compilation, it goes past flink-hbase > > but fails later in another module. > > > > The compilation failure might be related to my environment as the > > compilation of the Flink 1.6.2 RC1 also failed due to some issue related > to > > logging classes. > > We should check if others can compile the sources with tests. > > > > Until we don't know what causes the issue, I vote > > > > -1 to release this RC. > > > > Best, Fabian > > > > ---- > > > > OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; > support > > was removed in 8.0 > > Running org.apache.flink.addons.hbase.HBaseConnectorITCase > > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.482 sec > > <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase > > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.481 > > sec <<< ERROR! > > java.lang.ClassCastException: > > org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be cast to > > org.apache.commons.logging.impl.Log4JLogger > > > > org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: 0.482 > > sec <<< ERROR! > > java.lang.NullPointerException > > > > > > Results : > > > > Tests in error: > > > org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase > > Run 1: HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » > > ClassCast org.... > > Run 2: > HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » > > NullPointer > > > > > > > > Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < > > [hidden email]>: > > > >> Hi everyone, > >> Please review and vote on the release candidate #1 for the version > >> 1.5.5, 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], > >> * the official Apache source release and binary convenience releases to > >> be deployed to dist.apache.org [2], which are signed with the key with > >> fingerprint 11D464BA [3], > >> * all artifacts to be deployed to the Maven Central Repository [4], > >> * source code tag "release-1.5.5-rc1" [5], > >> * website pull request listing the new release and adding announcement > >> blog post [6]. > >> > >> The vote will be open for at least 72 hours. It is adopted by majority > >> approval, with at least 3 PMC affirmative votes. > >> > >> Thanks, > >> Release Manager > >> > >> [1] > >> > >> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 > >> [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ > >> [3] https://dist.apache.org/repos/dist/release/flink/KEYS > >> [4] > https://repository.apache.org/content/repositories/orgapacheflink-1185 > >> [5] > >> > >> > https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 > >> [6] https://github.com/apache/flink-web/pull/127 > >> > >> > > |
In reply to this post by Chesnay Schepler-3
Thanks Chesnay for the investigation. Your explanations work in my case
as well. Therefore I give +1. On 19/10/2018 13:19, Chesnay Schepler wrote: > 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: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 was actually not >>>> merged for this branch: FLINK-4052 >>>> - I get the same test failures as Fabian did: >>>> >>>> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option >>>> MaxPermSize=128m; support was removed in 8.0 >>>> Running org.apache.flink.addons.hbase.HBaseConnectorITCase >>>> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: >>>> 0.557 sec <<< FAILURE! - in >>>> org.apache.flink.addons.hbase.HBaseConnectorITCase >>>> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: >>>> 0.556 sec <<< ERROR! >>>> java.lang.ClassCastException: >>>> org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be >>>> cast to org.apache.commons.logging.impl.Log4JLogger >>>> >>>> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: >>>> 0.557 sec <<< ERROR! >>>> java.lang.NullPointerException >>>> >>>> >>>> Results : >>>> >>>> Tests in error: >>>> org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase >>>> >>>> Run 1: >>>> HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » >>>> ClassCast org.... >>>> >>>> Run 2: >>>> HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » >>>> NullPointer >>>> >>>> >>>> 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 distribution without tests succeeds >>>>> * compiling the source distribution with tests fails (see exception >>>>> appended below). When I restart the compilation, it goes past >>>>> flink-hbase >>>>> but fails later in another module. >>>>> >>>>> The compilation failure might be related to my environment as the >>>>> compilation of the Flink 1.6.2 RC1 also failed due to some issue >>>>> related to >>>>> logging classes. >>>>> We should check if others can compile the sources with tests. >>>>> >>>>> Until we don't know what causes the issue, I vote >>>>> >>>>> -1 to release this RC. >>>>> >>>>> Best, Fabian >>>>> >>>>> ---- >>>>> >>>>> OpenJDK 64-Bit Server VM warning: ignoring option >>>>> MaxPermSize=128m; support >>>>> was removed in 8.0 >>>>> Running org.apache.flink.addons.hbase.HBaseConnectorITCase >>>>> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: >>>>> 0.482 sec >>>>> <<< FAILURE! - in org.apache.flink.addons.hbase.HBaseConnectorITCase >>>>> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: >>>>> 0.481 >>>>> sec <<< ERROR! >>>>> java.lang.ClassCastException: >>>>> org.apache.commons.logging.impl.SLF4JLocationAwareLog cannot be >>>>> cast to >>>>> org.apache.commons.logging.impl.Log4JLogger >>>>> >>>>> org.apache.flink.addons.hbase.HBaseConnectorITCase Time elapsed: >>>>> 0.482 >>>>> sec <<< ERROR! >>>>> java.lang.NullPointerException >>>>> >>>>> >>>>> Results : >>>>> >>>>> Tests in error: >>>>> org.apache.flink.addons.hbase.HBaseConnectorITCase.org.apache.flink.addons.hbase.HBaseConnectorITCase >>>>> >>>>> Run 1: >>>>> HBaseConnectorITCase>HBaseTestingClusterAutostarter.setUp:152 » >>>>> ClassCast org.... >>>>> Run 2: >>>>> HBaseConnectorITCase>HBaseTestingClusterAutostarter.tearDown:243 » >>>>> NullPointer >>>>> >>>>> >>>>> >>>>> Am Do., 18. Okt. 2018 um 13:17 Uhr schrieb Chesnay Schepler < >>>>> [hidden email]>: >>>>> >>>>>> Hi everyone, >>>>>> Please review and vote on the release candidate #1 for the version >>>>>> 1.5.5, 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], >>>>>> * the official Apache source release and binary convenience >>>>>> releases to >>>>>> be deployed to dist.apache.org [2], which are signed with the key >>>>>> with >>>>>> fingerprint 11D464BA [3], >>>>>> * all artifacts to be deployed to the Maven Central Repository [4], >>>>>> * source code tag "release-1.5.5-rc1" [5], >>>>>> * website pull request listing the new release and adding >>>>>> announcement >>>>>> blog post [6]. >>>>>> >>>>>> The vote will be open for at least 72 hours. It is adopted by >>>>>> majority >>>>>> approval, with at least 3 PMC affirmative votes. >>>>>> >>>>>> Thanks, >>>>>> Release Manager >>>>>> >>>>>> [1] >>>>>> >>>>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 >>>>>> >>>>>> [2]https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ >>>>>> [3]https://dist.apache.org/repos/dist/release/flink/KEYS >>>>>> [4]https://repository.apache.org/content/repositories/orgapacheflink-1185 >>>>>> >>>>>> [5] >>>>>> >>>>>> https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 >>>>>> >>>>>> [6]https://github.com/apache/flink-web/pull/127 >>>>>> >>>>>> >>> >>> >> >> > |
In reply to this post by Chesnay Schepler-3
+1
- ran a local cluster - submitted multiple jobs through WebUI - verified availability of metrics - verified that latency marks are still enabled by default but configurable via configuration On 18.10.2018 13:17, Chesnay Schepler wrote: > Hi everyone, > Please review and vote on the release candidate #1 for the version > 1.5.5, 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], > * the official Apache source release and binary convenience releases > to be deployed to dist.apache.org [2], which are signed with the key > with fingerprint 11D464BA [3], > * all artifacts to be deployed to the Maven Central Repository [4], > * source code tag "release-1.5.5-rc1" [5], > * website pull request listing the new release and adding announcement > blog post [6]. > > The vote will be open for at least 72 hours. It is adopted by majority > approval, with at least 3 PMC affirmative votes. > > Thanks, > Release Manager > > [1] > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 > [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ > [3] https://dist.apache.org/repos/dist/release/flink/KEYS > [4] > https://repository.apache.org/content/repositories/orgapacheflink-1185 > [5] > https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 > [6] https://github.com/apache/flink-web/pull/127 > > |
+1
- Built locally, with Scala 2.11, Hadoop free. Build passes without errors (failed on HBaseConnectorITCase but passed after restarting the build from the Hbase connector). - Verified signature and hashes - Ran e2e tests locally overnight in a loop, no attempts were failing - No missing artifacts in the release staging area. Given that Chesnay already identified the HBaseConnectorITCase issue and it had been around already, giving a +1. Reminder: the list of fixes in this bug fix still needs to be updated in the web announcement PR. I eyeballed the changes since the last bug fix, and they look good to me. Cheers, Gordon On 25 October 2018 at 5:37:16 PM, Chesnay Schepler ([hidden email]) wrote: +1 - ran a local cluster - submitted multiple jobs through WebUI - verified availability of metrics - verified that latency marks are still enabled by default but configurable via configuration On 18.10.2018 13:17, Chesnay Schepler wrote: > Hi everyone, > Please review and vote on the release candidate #1 for the version > 1.5.5, 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], > * the official Apache source release and binary convenience releases > to be deployed to dist.apache.org [2], which are signed with the key > with fingerprint 11D464BA [3], > * all artifacts to be deployed to the Maven Central Repository [4], > * source code tag "release-1.5.5-rc1" [5], > * website pull request listing the new release and adding announcement > blog post [6]. > > The vote will be open for at least 72 hours. It is adopted by majority > approval, with at least 3 PMC affirmative votes. > > Thanks, > Release Manager > > [1] > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 > [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ > [3] https://dist.apache.org/repos/dist/release/flink/KEYS > [4] > https://repository.apache.org/content/repositories/orgapacheflink-1185 > [5] > https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 > [6] https://github.com/apache/flink-web/pull/127 > > |
+1 (binding)
- Built Flink 1.5.5 with Scala 2.11.11 and Hadoop 2.8.5 and ran all tests - Ran all end-to-end tests - Executed the Jepsen test suite with the Hadoop 2.8 binaries Cheers, Till On Fri, Oct 26, 2018 at 8:18 AM Tzu-Li (Gordon) Tai <[hidden email]> wrote: > +1 > > - Built locally, with Scala 2.11, Hadoop free. Build passes without errors > (failed on HBaseConnectorITCase but passed after restarting the build from > the Hbase connector). > - Verified signature and hashes > - Ran e2e tests locally overnight in a loop, no attempts were failing > - No missing artifacts in the release staging area. > > Given that Chesnay already identified the HBaseConnectorITCase issue and > it had been around already, giving a +1. > > Reminder: the list of fixes in this bug fix still needs to be updated in > the web announcement PR. I eyeballed the changes since the last bug fix, > and they look good to me. > > Cheers, > Gordon > > > On 25 October 2018 at 5:37:16 PM, Chesnay Schepler ([hidden email]) > wrote: > > +1 > > - ran a local cluster > - submitted multiple jobs through WebUI > - verified availability of metrics > - verified that latency marks are still enabled by default but > configurable via configuration > > On 18.10.2018 13:17, Chesnay Schepler wrote: > > Hi everyone, > > Please review and vote on the release candidate #1 for the version > > 1.5.5, 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], > > * the official Apache source release and binary convenience releases > > to be deployed to dist.apache.org [2], which are signed with the key > > with fingerprint 11D464BA [3], > > * all artifacts to be deployed to the Maven Central Repository [4], > > * source code tag "release-1.5.5-rc1" [5], > > * website pull request listing the new release and adding announcement > > blog post [6]. > > > > The vote will be open for at least 72 hours. It is adopted by majority > > approval, with at least 3 PMC affirmative votes. > > > > Thanks, > > Release Manager > > > > [1] > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 > > > [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ > > [3] https://dist.apache.org/repos/dist/release/flink/KEYS > > [4] > > https://repository.apache.org/content/repositories/orgapacheflink-1185 > > [5] > > > https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 > > > [6] https://github.com/apache/flink-web/pull/127 > > > > > > |
+1
- checked the PR of the announcement blog post. - compiled the source code (without test) - ran table/sql test cases Thanks, vino. Till Rohrmann <[hidden email]> 于2018年10月26日周五 下午11:33写道: > +1 (binding) > > - Built Flink 1.5.5 with Scala 2.11.11 and Hadoop 2.8.5 and ran all tests > - Ran all end-to-end tests > - Executed the Jepsen test suite with the Hadoop 2.8 binaries > > Cheers, > Till > > On Fri, Oct 26, 2018 at 8:18 AM Tzu-Li (Gordon) Tai <[hidden email]> > wrote: > > > +1 > > > > - Built locally, with Scala 2.11, Hadoop free. Build passes without > errors > > (failed on HBaseConnectorITCase but passed after restarting the build > from > > the Hbase connector). > > - Verified signature and hashes > > - Ran e2e tests locally overnight in a loop, no attempts were failing > > - No missing artifacts in the release staging area. > > > > Given that Chesnay already identified the HBaseConnectorITCase issue and > > it had been around already, giving a +1. > > > > Reminder: the list of fixes in this bug fix still needs to be updated in > > the web announcement PR. I eyeballed the changes since the last bug fix, > > and they look good to me. > > > > Cheers, > > Gordon > > > > > > On 25 October 2018 at 5:37:16 PM, Chesnay Schepler ([hidden email]) > > wrote: > > > > +1 > > > > - ran a local cluster > > - submitted multiple jobs through WebUI > > - verified availability of metrics > > - verified that latency marks are still enabled by default but > > configurable via configuration > > > > On 18.10.2018 13:17, Chesnay Schepler wrote: > > > Hi everyone, > > > Please review and vote on the release candidate #1 for the version > > > 1.5.5, 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], > > > * the official Apache source release and binary convenience releases > > > to be deployed to dist.apache.org [2], which are signed with the key > > > with fingerprint 11D464BA [3], > > > * all artifacts to be deployed to the Maven Central Repository [4], > > > * source code tag "release-1.5.5-rc1" [5], > > > * website pull request listing the new release and adding announcement > > > blog post [6]. > > > > > > The vote will be open for at least 72 hours. It is adopted by majority > > > approval, with at least 3 PMC affirmative votes. > > > > > > Thanks, > > > Release Manager > > > > > > [1] > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 > > > > > [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ > > > [3] https://dist.apache.org/repos/dist/release/flink/KEYS > > > [4] > > > https://repository.apache.org/content/repositories/orgapacheflink-1185 > > > [5] > > > > > > https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 > > > > > [6] https://github.com/apache/flink-web/pull/127 > > > > > > > > > > > |
In reply to this post by Chesnay Schepler-3
|I'm happy to announce that we have unanimously approved this release.|
|There are 5 approving votes, 3 of which are binding:| |* Dawid (non-binding) | |* Chesnay (binding) * Gordon (binding) | |* Till (binding) | |* vino (non-binding) | |There are no disapproving votes.| |Thanks everyone!| On 18.10.2018 13:17, Chesnay Schepler wrote: > Hi everyone, > Please review and vote on the release candidate #1 for the version > 1.5.5, 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], > * the official Apache source release and binary convenience releases > to be deployed to dist.apache.org [2], which are signed with the key > with fingerprint 11D464BA [3], > * all artifacts to be deployed to the Maven Central Repository [4], > * source code tag "release-1.5.5-rc1" [5], > * website pull request listing the new release and adding announcement > blog post [6]. > > The vote will be open for at least 72 hours. It is adopted by majority > approval, with at least 3 PMC affirmative votes. > > Thanks, > Release Manager > > [1] > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12344112 > [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.5.5/ > [3] https://dist.apache.org/repos/dist/release/flink/KEYS > [4] > https://repository.apache.org/content/repositories/orgapacheflink-1185 > [5] > https://gitbox.apache.org/repos/asf?p=flink.git;a=tag;h=refs/tags/release-1.5.5-rc1 > [6] https://github.com/apache/flink-web/pull/127 > > |
Free forum by Nabble | Edit this page |