Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06C12178B1 for ; Mon, 13 Oct 2014 16:01:03 +0000 (UTC) Received: (qmail 69216 invoked by uid 500); 13 Oct 2014 16:01:02 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 69150 invoked by uid 500); 13 Oct 2014 16:01:02 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 69139 invoked by uid 99); 13 Oct 2014 16:01:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 16:01:02 +0000 X-ASF-Spam-Status: No, hits=-1997.8 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 13 Oct 2014 16:00:38 +0000 Received: (qmail 63428 invoked by uid 99); 13 Oct 2014 16:00:33 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 16:00:33 +0000 Received: from mail-qa0-f44.google.com (mail-qa0-f44.google.com [209.85.216.44]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id F0A361A0446 for ; Mon, 13 Oct 2014 16:00:18 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id x12so4556552qac.17 for ; Mon, 13 Oct 2014 09:00:26 -0700 (PDT) X-Received: by 10.224.122.137 with SMTP id l9mr42672259qar.76.1413216026141; Mon, 13 Oct 2014 09:00:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.43.7 with HTTP; Mon, 13 Oct 2014 09:00:05 -0700 (PDT) In-Reply-To: References: From: Robert Metzger Date: Mon, 13 Oct 2014 18:00:05 +0200 Message-ID: Subject: Re: Please help testing the 0.7.0-incubating release candidate To: "dev@flink.incubator.apache.org" Content-Type: multipart/alternative; boundary=047d7bdc85783aae6d05054fff02 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc85783aae6d05054fff02 Content-Type: text/plain; charset=UTF-8 Thank you. The issue I've mentioned before (with the JVM not stopping) has been resolved: https://git-wip-us.apache.org/repos/asf?p=incubator-flink.git;a=commit;h=17e9b5b2 I'll now create the artifacts for the vote On Mon, Oct 13, 2014 at 5:56 PM, Fabian Hueske wrote: > Checked all binary packages (except the YARN one) on Windows. Started local > mode and executed a random example. > All worked fine. > > 2014-10-11 19:21 GMT+02:00 Robert Metzger : > > > Yes, on different computers. > > > > Another issue that came in my mind regarding the release: is there any > > documentation on the collection-based execution? I think we should have > at > > least a small paragraph on it. > > > > On Sat, Oct 11, 2014 at 1:15 PM, Stephan Ewen wrote: > > > > > Is it reproducible? > > > > > > Seems that some timers do not get canceled... > > > > > > On Sat, Oct 11, 2014 at 12:07 PM, Robert Metzger > > > wrote: > > > > > > > WordCount [Java Application] > > > > org.apache.flink.examples.java.wordcount.WordCount at localhost:38214 > > > > (Suspended) > > > > Daemon System Thread [Signal Dispatcher] (Suspended) > > > > Daemon System Thread [Finalizer] (Suspended) > > > > Daemon System Thread [Reference Handler] (Suspended) > > > > Thread [Timer-1] (Suspended) > > > > waiting for: TaskQueue (id=193) > > > > Object.wait(long) line: not available [native method] > > > > TimerThread.mainLoop() line: 552 > > > > TimerThread.run() line: 505 > > > > Thread [Timer-3] (Suspended) > > > > waiting for: TaskQueue (id=192) > > > > Object.wait(long) line: not available [native method] > > > > TimerThread.mainLoop() line: 552 > > > > TimerThread.run() line: 505 > > > > Thread [DestroyJavaVM] (Suspended) > > > > /opt/java/bin/java (Oct 11, 2014, 12:02:52 PM) > > > > > > > > > > > > > > > > On Fri, Oct 10, 2014 at 7:31 PM, Stephan Ewen > > wrote: > > > > > > > > > Which threads are active when the shutdown hangs? > > > > > Am 10.10.2014 19:25 schrieb "Robert Metzger" >: > > > > > > > > > > > Ah damn .. I meant the "Scala API Documentation" ;) > > > > > > > > > > > > I just found an issue: If I'm running an example from eclipse, > the > > > JVM > > > > > > process won't terminate properly after the job has finished. > > > > > > It seems that a "Destroy JVM" thread is started and the main() > > thread > > > > has > > > > > > already gone away, but still, the JVM is not stopping. > > > > > > > > > > > > > > > > > > On Fri, Oct 10, 2014 at 6:53 PM, Aljoscha Krettek < > > > aljoscha@apache.org > > > > > > > > > > > wrote: > > > > > > > > > > > > > Yes, the Scala API should be up to date. The latest master also > > has > > > > > > > all the Operator IT Cases from Java ported to Java. They also > > > contain > > > > > > > POJOs and nested key selectors. > > > > > > > > > > > > > > On Fri, Oct 10, 2014 at 6:32 PM, Robert Metzger < > > > rmetzger@apache.org > > > > > > > > > > > > wrote: > > > > > > > > Thank you Leonidas for helping with the test. > > > > > > > > > > > > > > > > I've successfully used the maven archetypes and pulled > > > > 0.7-incubating > > > > > > > from > > > > > > > > the staged repository, so that seems to work. > > > > > > > > I found and fixed a bug with the YARN deployment and tested > it > > on > > > > > > Hadoop > > > > > > > > 2.4.0 using Amazon EMR (8 nodes). > > > > > > > > I also tested Flink on a 24 nodes cluster with K-Means and > > > > different > > > > > > > > flavors of Wordcount... All good (except for this issue: > > > > > > > > https://issues.apache.org/jira/browse/FLINK-1152 ) > > > > > > > > > > > > > > > > Has the Scala API been updated to reflect the newly > integrated > > > POJO > > > > > > > support? > > > > > > > > > > > > > > > > Could somebody who's using Windows try it there? > > > > > > > > > > > > > > > > We should check if the web-client shows the optimizer plans > of > > > the > > > > > > > examples > > > > > > > > properly and if they all run without data. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Wed, Oct 8, 2014 at 8:50 PM, Robert Metzger < > > > > rmetzger@apache.org> > > > > > > > wrote: > > > > > > > > > > > > > > > >> No, its just a dry run and I want to do some tests on our > > > cluster > > > > > > first. > > > > > > > >> > > > > > > > >> Last time, I created a lot of release candidates and vote > > > threads. > > > > > > This > > > > > > > >> time, I wanted to be smart and do the testing first ;) > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> On Wed, Oct 8, 2014 at 8:46 PM, Henry Saputra < > > > > > > henry.saputra@gmail.com> > > > > > > > >> wrote: > > > > > > > >> > > > > > > > >>> Are taking VOTE on this or you just trying to do dry run? > > > > > > > >>> > > > > > > > >>> On Wed, Oct 8, 2014 at 4:15 AM, Robert Metzger < > > > > > rmetzger@apache.org> > > > > > > > >>> wrote: > > > > > > > >>> > Hi guys, > > > > > > > >>> > > > > > > > > >>> > I've created a first release candidate for the > > 0.7-incubating > > > > > major > > > > > > > >>> release: > > > > > > > >>> > > > > > > > > >>> > > > > http://people.apache.org/~rmetzger/flink-0.7.0-incubating-rc0/ > > > > > > > >>> > > > > > > > > >>> > > > > > > > > >>> > This thread is not an official release vote thread, > rather > > a > > > > > > > discussion > > > > > > > >>> > thread to collect all open issues that we want to address > > > until > > > > > we > > > > > > > >>> create > > > > > > > >>> > the voting release candidate. > > > > > > > >>> > > > > > > > > >>> > > > > > > > > >>> > Best, > > > > > > > >>> > Robert > > > > > > > >>> > > > > > > > >> > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > --047d7bdc85783aae6d05054fff02--