[VOTE] Release 1.3.3, release candidate #1

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[VOTE] Release 1.3.3, release candidate #1

Tzu-Li (Gordon) Tai
Hi everyone,

Please review and vote on release candidate #1 for Flink 1.3.3, 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 1C1E2394D3194E1944613488F320986D35C33D6A [3],  
* all artifacts to be deployed to the Maven Central Repository [4],  
* source code branch “release-1.3.3-rc1” [5],  
* website pull request listing the new release [6].  
* A complete list of all new commits in release-1.3.3-rc1, since release-1.3.2 [7]

This release candidate contains fixes for only the following issues:
[FLINK-8487] Verify ZooKeeper checkpoint store behaviour with ITCase
[FLINK-8890] Compare checkpoints with order in CompletedCheckpoint.checkpointsMatch()
[FLINK-8807] Fix ZookeeperCompleted checkpoint store can get stuck in infinite loop
[FLINK-7783] Don’t always remove checkpoints in ZooKeeperCompletedCheckpointStore#recover()

Since we’re aiming for a minimal release candidate for 1.3.3 with only fixes for the proposed issues. I propose that we have a shortened voting time of 2 days. Please let me know if you disagree with this.

The vote will be open for at least 48 hours. 
Please test the release and vote for the release candidate before Wednesday (March 14th), 7pm CET. 
It is adopted by majority approval, with at least 3 PMC affirmative votes.

Thanks,  
Gordon

[1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12341142
[2] http://people.apache.org/~tzulitai/flink-1.3.3-rc1/
[3] https://dist.apache.org/repos/dist/release/flink/KEYS
[4] https://repository.apache.org/content/repositories/orgapacheflink-1150
[5] https://git-wip-us.apache.org/repos/asf?p=flink.git;a=shortlog;h=refs/heads/release-1.3.3-rc1
[6] https://github.com/apache/flink-web/pull/104
[7] 
- b2437f87e361a822adbad6f1c3e6eb14eeeb09fa [FLINK-8487] Verify ZooKeeper checkpoint store behaviour with ITCase
- 1432092f29c548c55af562ff7b4a7973fedd2e22 [FLINK-8890] Compare checkpoints with order in CompletedCheckpoint.checkpointsMatch()
- df37d7acfea10a5ca3186f3c53294f2050758627 [FLINK-8807] Fix ZookeeperCompleted checkpoint store can get stuck in infinite loop
- f69bdf207b92ca47a5ce3e29f6ec7193ed17ec72 [FLINK-7783] Don’t always remove checkpoints in ZooKeeperCompletedCheckpointStore#recover()

Reply | Threaded
Open this post in threaded view
|

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

Ted Yu
When I used the following command:

mvn package -Pscala-2.11,jdk8

I got:

[ERROR] Failed to execute goal on project flink-scala_2.10: Could not
resolve dependencies for project
org.apache.flink:flink-scala_2.10:jar:1.3.3: Could not find artifact
org.scalamacros:quasiquotes_2.11:jar:2.0.1 in central (
https://repo.maven.apache.org/maven2) -> [Help 1]

Has anyone else seen the above ?

Cheers

On Mon, Mar 12, 2018 at 9:09 AM, Tzu-Li (Gordon) Tai <[hidden email]>
wrote:

> Hi everyone,
>
> Please review and vote on release candidate #1 for Flink 1.3.3, 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 1C1E2394D3194E1944613488F320986D35C33D6A [3],
> * all artifacts to be deployed to the Maven Central Repository [4],
> * source code branch “release-1.3.3-rc1” [5],
> * website pull request listing the new release [6].
> * A complete list of all new commits in release-1.3.3-rc1, since
> release-1.3.2 [7]
>
> This release candidate contains fixes for only the following issues:
> [FLINK-8487] Verify ZooKeeper checkpoint store behaviour with ITCase
> [FLINK-8890] Compare checkpoints with order in CompletedCheckpoint.
> checkpointsMatch()
> [FLINK-8807] Fix ZookeeperCompleted checkpoint store can get stuck in
> infinite loop
> [FLINK-7783] Don’t always remove checkpoints in
> ZooKeeperCompletedCheckpointStore#recover()
>
> Since we’re aiming for a minimal release candidate for 1.3.3 with only
> fixes for the proposed issues. I propose that we have a shortened voting
> time of 2 days. Please let me know if you disagree with this.
>
> The vote will be open for at least 48 hours.
> Please test the release and vote for the release candidate before
> Wednesday (March 14th), 7pm CET.
> It is adopted by majority approval, with at least 3 PMC affirmative votes.
>
> Thanks,
> Gordon
>
> [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12315522&version=12341142
> [2] http://people.apache.org/~tzulitai/flink-1.3.3-rc1/
> [3] https://dist.apache.org/repos/dist/release/flink/KEYS
> [4] https://repository.apache.org/content/repositories/orgapacheflink-1150
> [5] https://git-wip-us.apache.org/repos/asf?p=flink.git;a=
> shortlog;h=refs/heads/release-1.3.3-rc1
> [6] https://github.com/apache/flink-web/pull/104
> [7]
> - b2437f87e361a822adbad6f1c3e6eb14eeeb09fa [FLINK-8487] Verify ZooKeeper
> checkpoint store behaviour with ITCase
> - 1432092f29c548c55af562ff7b4a7973fedd2e22 [FLINK-8890] Compare
> checkpoints with order in CompletedCheckpoint.checkpointsMatch()
> - df37d7acfea10a5ca3186f3c53294f2050758627 [FLINK-8807] Fix
> ZookeeperCompleted checkpoint store can get stuck in infinite loop
> - f69bdf207b92ca47a5ce3e29f6ec7193ed17ec72 [FLINK-7783] Don’t always
> remove checkpoints in ZooKeeperCompletedCheckpointStore#recover()
>
>
Reply | Threaded
Open this post in threaded view
|

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

Ted Yu
In reply to this post by Tzu-Li (Gordon) Tai
+1

Ran the following command which passed:

mvn clean package -Pjdk8

On Mon, Mar 12, 2018 at 9:09 AM, Tzu-Li (Gordon) Tai <[hidden email]>
wrote:

> Hi everyone,
>
> Please review and vote on release candidate #1 for Flink 1.3.3, 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 1C1E2394D3194E1944613488F320986D35C33D6A [3],
> * all artifacts to be deployed to the Maven Central Repository [4],
> * source code branch “release-1.3.3-rc1” [5],
> * website pull request listing the new release [6].
> * A complete list of all new commits in release-1.3.3-rc1, since
> release-1.3.2 [7]
>
> This release candidate contains fixes for only the following issues:
> [FLINK-8487] Verify ZooKeeper checkpoint store behaviour with ITCase
> [FLINK-8890] Compare checkpoints with order in CompletedCheckpoint.
> checkpointsMatch()
> [FLINK-8807] Fix ZookeeperCompleted checkpoint store can get stuck in
> infinite loop
> [FLINK-7783] Don’t always remove checkpoints in
> ZooKeeperCompletedCheckpointStore#recover()
>
> Since we’re aiming for a minimal release candidate for 1.3.3 with only
> fixes for the proposed issues. I propose that we have a shortened voting
> time of 2 days. Please let me know if you disagree with this.
>
> The vote will be open for at least 48 hours.
> Please test the release and vote for the release candidate before
> Wednesday (March 14th), 7pm CET.
> It is adopted by majority approval, with at least 3 PMC affirmative votes.
>
> Thanks,
> Gordon
>
> [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12315522&version=12341142
> [2] http://people.apache.org/~tzulitai/flink-1.3.3-rc1/
> [3] https://dist.apache.org/repos/dist/release/flink/KEYS
> [4] https://repository.apache.org/content/repositories/orgapacheflink-1150
> [5] https://git-wip-us.apache.org/repos/asf?p=flink.git;a=
> shortlog;h=refs/heads/release-1.3.3-rc1
> [6] https://github.com/apache/flink-web/pull/104
> [7]
> - b2437f87e361a822adbad6f1c3e6eb14eeeb09fa [FLINK-8487] Verify ZooKeeper
> checkpoint store behaviour with ITCase
> - 1432092f29c548c55af562ff7b4a7973fedd2e22 [FLINK-8890] Compare
> checkpoints with order in CompletedCheckpoint.checkpointsMatch()
> - df37d7acfea10a5ca3186f3c53294f2050758627 [FLINK-8807] Fix
> ZookeeperCompleted checkpoint store can get stuck in infinite loop
> - f69bdf207b92ca47a5ce3e29f6ec7193ed17ec72 [FLINK-7783] Don’t always
> remove checkpoints in ZooKeeperCompletedCheckpointStore#recover()
>
>
Reply | Threaded
Open this post in threaded view
|

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

Chesnay Schepler-3
-1

The docs directory in the src artifact contains binaries.

0       .bundle
483M    .rubydeps
4,0K    build_docs.bat
4,0K    build_docs.sh
4,0K    check_links.sh
28K     concepts
4,0K    _config.yml
18M     content
1,5M    dev
8,0K    docker
4,0K    examples
5,8M    fig
4,0K    Gemfile
4,0K    Gemfile.lock
12K     _includes
4,0K    index.md
64K     internals
16K     _layouts
116K    monitoring
52K     ops
2,2M    page
32K     _plugins
48K     quickstart
8,0K    README.md
152K    redirects
8,0K    ruby2
4,0K    search-results.md
220K    setup
4,0K    start
511M    total

On 12.03.2018 20:31, Ted Yu wrote:

> +1
>
> Ran the following command which passed:
>
> mvn clean package -Pjdk8
>
> On Mon, Mar 12, 2018 at 9:09 AM, Tzu-Li (Gordon) Tai <[hidden email]>
> wrote:
>
>> Hi everyone,
>>
>> Please review and vote on release candidate #1 for Flink 1.3.3, 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 1C1E2394D3194E1944613488F320986D35C33D6A [3],
>> * all artifacts to be deployed to the Maven Central Repository [4],
>> * source code branch “release-1.3.3-rc1” [5],
>> * website pull request listing the new release [6].
>> * A complete list of all new commits in release-1.3.3-rc1, since
>> release-1.3.2 [7]
>>
>> This release candidate contains fixes for only the following issues:
>> [FLINK-8487] Verify ZooKeeper checkpoint store behaviour with ITCase
>> [FLINK-8890] Compare checkpoints with order in CompletedCheckpoint.
>> checkpointsMatch()
>> [FLINK-8807] Fix ZookeeperCompleted checkpoint store can get stuck in
>> infinite loop
>> [FLINK-7783] Don’t always remove checkpoints in
>> ZooKeeperCompletedCheckpointStore#recover()
>>
>> Since we’re aiming for a minimal release candidate for 1.3.3 with only
>> fixes for the proposed issues. I propose that we have a shortened voting
>> time of 2 days. Please let me know if you disagree with this.
>>
>> The vote will be open for at least 48 hours.
>> Please test the release and vote for the release candidate before
>> Wednesday (March 14th), 7pm CET.
>> It is adopted by majority approval, with at least 3 PMC affirmative votes.
>>
>> Thanks,
>> Gordon
>>
>> [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?
>> projectId=12315522&version=12341142
>> [2] http://people.apache.org/~tzulitai/flink-1.3.3-rc1/
>> [3] https://dist.apache.org/repos/dist/release/flink/KEYS
>> [4] https://repository.apache.org/content/repositories/orgapacheflink-1150
>> [5] https://git-wip-us.apache.org/repos/asf?p=flink.git;a=
>> shortlog;h=refs/heads/release-1.3.3-rc1
>> [6] https://github.com/apache/flink-web/pull/104
>> [7]
>> - b2437f87e361a822adbad6f1c3e6eb14eeeb09fa [FLINK-8487] Verify ZooKeeper
>> checkpoint store behaviour with ITCase
>> - 1432092f29c548c55af562ff7b4a7973fedd2e22 [FLINK-8890] Compare
>> checkpoints with order in CompletedCheckpoint.checkpointsMatch()
>> - df37d7acfea10a5ca3186f3c53294f2050758627 [FLINK-8807] Fix
>> ZookeeperCompleted checkpoint store can get stuck in infinite loop
>> - f69bdf207b92ca47a5ce3e29f6ec7193ed17ec72 [FLINK-7783] Don’t always
>> remove checkpoints in ZooKeeperCompletedCheckpointStore#recover()
>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: [CANCELLED] [VOTE] Release 1.3.3, release candidate #1

Tzu-Li Tai
Thanks for catching this, Chesnay.

I'm cancelling this vote now, and will prepare a new RC2 which will be
opened shortly afterwards.

- Gordon




--
Sent from: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/