I also confirmed. My bad.

Trevor Grant
Data Scientist
https://github.com/rawkintrevo
http://stackexchange.com/users/3002022/rawkintrevo
http://trevorgrant.org

*"Fortunate is he, who is able to know the causes of things."  -Virgil*


On Wed, Apr 20, 2016 at 8:30 AM, Aljoscha Krettek <aljos...@apache.org>
wrote:

> Chiwan is right. I just downloaded the release binary again and verified
> that the problem mentioned in the issue does not occur:
>
> https://issues.apache.org/jira/browse/FLINK-3701
>
> On Wed, 20 Apr 2016 at 14:51 Chiwan Park <chiwanp...@apache.org> wrote:
>
> > AFAIK, FLINK-3701 is about Flink 1.1-SNAPSHOT, not Flink 1.0. We can go
> > forward.
> >
> > Regards,
> > Chiwan Park
> >
> > > On Apr 20, 2016, at 9:33 PM, Trevor Grant <trevor.d.gr...@gmail.com>
> > wrote:
> > >
> > > -1
> > >
> > > Not a PMC so my down vote doesn't mean anything but...
> > >
> > > https://github.com/apache/flink/pull/1913
> > >
> > > https://issues.apache.org/jira/browse/FLINK-3701
> > >
> > > A busted scala shell is a blocker imho.
> > >
> > >
> > > Trevor Grant
> > > Data Scientist
> > > https://github.com/rawkintrevo
> > > http://stackexchange.com/users/3002022/rawkintrevo
> > > http://trevorgrant.org
> > >
> > > *"Fortunate is he, who is able to know the causes of things."  -Virgil*
> > >
> > >
> > > On Wed, Apr 20, 2016 at 6:51 AM, Aljoscha Krettek <aljos...@apache.org
> >
> > > wrote:
> > >
> > >> +1
> > >>
> > >> I eyeballed the changes and nothing looks suspicious.
> > >>
> > >> On Wed, 20 Apr 2016 at 13:21 Fabian Hueske <fhue...@gmail.com> wrote:
> > >>
> > >>> Thanks Ufuk for preparing the RC.
> > >>>
> > >>> - Checked the diff against release 1.0.1. No dependencies were added
> or
> > >>> modified.
> > >>> - Checked signatures and hashes of all release artifacts.
> > >>>
> > >>> +1 to release this RC.
> > >>>
> > >>> Thanks, Fabian
> > >>>
> > >>> 2016-04-19 21:34 GMT+02:00 Robert Metzger <rmetz...@apache.org>:
> > >>>
> > >>>> Thank you for creating another bugfix release of the 1.0 release
> Ufuk!
> > >>>>
> > >>>> +1 for releasing this proposed RC.
> > >>>>
> > >>>>
> > >>>> - Checked some flink-dist jars for correctly shaded guava classes
> > >>>> - Started Flink in local mode and ran some examples
> > >>>> - Checked the staging repository
> > >>>>  - Checked the quickstarts for the scala 2.10 and the right hadoop
> > >>>> profiles.
> > >>>>
> > >>>>
> > >>>>
> > >>>> On Mon, Apr 18, 2016 at 5:29 PM, Ufuk Celebi <u...@apache.org>
> wrote:
> > >>>>
> > >>>>> Dear Flink community,
> > >>>>>
> > >>>>> Please vote on releasing the following candidate as Apache Flink
> > >>> version
> > >>>>> 1.0.2.
> > >>>>>
> > >>>>> The commit to be voted on:
> > >>>>> d39af152a166ddafaa2466cdae82695880893f3e
> > >>>>>
> > >>>>> Branch:
> > >>>>> release-1.0.2-rc3 (see
> > >>>>>
> > >>>>>
> > >>>>
> > >>>
> > >>
> >
> https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git;a=shortlog;h=refs/heads/release-1.0.2-rc3
> > >>>>> )
> > >>>>>
> > >>>>> The release artifacts to be voted on can be found at:
> > >>>>> http://home.apache.org/~uce/flink-1.0.2-rc3/
> > >>>>>
> > >>>>> The release artifacts are signed with the key with fingerprint
> > >>> 9D403309:
> > >>>>> http://www.apache.org/dist/flink/KEYS
> > >>>>>
> > >>>>> The staging repository for this release can be found at:
> > >>>>>
> > >>
> https://repository.apache.org/content/repositories/orgapacheflink-1092
> > >>>>>
> > >>>>> -------------------------------------------------------------
> > >>>>>
> > >>>>> The vote is open for the next 72 hours and passes if a majority of
> at
> > >>>> least
> > >>>>> three +1 PMC votes are cast.
> > >>>>>
> > >>>>> The vote ends on Thursday April 21, 2016.
> > >>>>>
> > >>>>> [ ] +1 Release this package as Apache Flink 1.0.2
> > >>>>> [ ] -1 Do not release this package because ...
> > >>>>>
> > >>>>> ===================================
> > >>>>>
> > >>>>> The following commits have been added since the 1.0.1 release
> > >>> (excluding
> > >>>>> docs),
> > >>>>> most notably a performance optimization for the RocksDB state
> backend
> > >>> and
> > >>>>> a fix
> > >>>>> for proper passing of dynamic YARN properties to the Client.
> > >>>>>
> > >>>>> * 5987eb6 - [FLINK-3657] [dataSet] Change access of
> > >>>>> DataSetUtils.countElements() to 'public' (5 hours ago) <smarthi>
> > >>>>> * b4b08ca - [FLINK-3762] [core] Enable Kryo reference tracking (3
> > >> days
> > >>>>> ago) <Andrew Palumbo>
> > >>>>> * 5b69dd8 - [FLINK-3732] [core] Fix potential null deference in
> > >>>>> ExecutionConfig#equals() (3 days ago) <Tianji Li>
> > >>>>> * aadc5fa - [FLINK-3760] Fix StateDescriptor.readObject (19 hours
> > >> ago)
> > >>>>> <Aljoscha Krettek>
> > >>>>> * ea50ed3 - [FLINK-3716] [kafka consumer] Decreasing socket timeout
> > >> so
> > >>>>> testFailOnNoBroker() will pass before JUnit timeout (29 hours ago)
> > >>>>> <Todd Lisonbee>
> > >>>>> * ff38202 - [FLINK-3730] Fix RocksDB Local Directory Initialization
> > >>>>> (29 hours ago) <Aljoscha Krettek>
> > >>>>> * 4f9c198 - [FLINK-3712] Make all dynamic properties available to
> the
> > >>>>> CLI frontend (3 days ago) <Robert Metzger>
> > >>>>> * 1554c9b - [FLINK-3688] WindowOperator.trigger() does not emit
> > >>>>> Watermark anymore (6 days ago) <Konstantin Knauf>
> > >>>>> * 43093e3 - [FLINK-3697] Properly access type information for
> nested
> > >>>>> POJO key selection (6 days ago) <Robert Metzger>
> > >>>>> * 17909aa - [FLINK-3654] Disable Write-Ahead-Log in RocksDB State
> (7
> > >>>>> days ago) <Aljoscha Krettek>
> > >>>>> * e0dc5c1 - [FLINK-3595] [runtime] Eagerly destroy buffer pools on
> > >>>>> cancelling (10 days ago) <Ufuk Celebi>
> > >>>>>
> > >>>>
> > >>>
> > >>
> >
> >
>

Reply via email to