Re: [POLL] Dropping savepoint format compatibility for 1.1.x in the Flink 1.4.0 release

2017-07-28 Thread Ufuk Celebi
On Fri, Jul 28, 2017 at 4:03 PM, Stephan Ewen wrote: > Seems like no one raised a concern so far about dropping the savepoint > format compatibility for 1.1 in 1.4. > > Leaving this thread open for some more days, but from the sentiment, it > seems like we should go ahead? +1

Re: Class Cache

2017-07-31 Thread Ufuk Celebi
Hey Mike! Thanks for the detailed information about your setup. I'm also puzzled by this... (1) Which version of Flink are you using? We recently merged some changes to the JAR distribution components, which might cause this (although I think that's unlikely). (2) As a temporary work around you

Re: [DISCUSS] Service Authorization (redux)

2017-08-03 Thread Ufuk Celebi
I haven't followed this discussion in detail nor am I familiar with the service authorization topic or Flakka, but a) sounds like a lot of maintenance work to me. If possible I would go with c) and maybe start a discussion about dropping Scala 2.10 support to check whether that is a viable option

Re: Number of consumers per IntermediateResult

2017-08-14 Thread Ufuk Celebi
Hey Luis, this is correct, yes. Note that these are "only" limitations of the implementation and there is no fundamental reason to do it like this. The different characteristics of intermediate results allow us to make trade-offs here as seen fit. Furthermore, the type of intermediate result desc

[DISCUSS] Stop serving docs for Flink version prior to 1.0

2017-08-16 Thread Ufuk Celebi
Hey devs, I would like to stop serving the documentation for all Flink versions prior to 1.0. Do you have any concerns about this? These Flink versions are very old without any upgrade path to newer versions but they still get a lot of traffic and most new users don't realize that they are looki

Re: [DISCUSS] Stop serving docs for Flink version prior to 1.0

2017-08-16 Thread Ufuk Celebi
I think that broken/redirect links are not an issue, >> as either way the information provided is far outdated >> (== wrong). >> >> As for the warning, we cannot put it in the header instead >> of the footer? Sth like, this page may contain outdated info, >>

Re: [DISCUSS] Stop serving docs for Flink version prior to 1.0

2017-08-22 Thread Ufuk Celebi
Quick update: If there are no objections, I will start looking into how to stop serving the docs for Flink < 1.0 after tomorrow. On Wed, Aug 16, 2017 at 10:45 PM, Ufuk Celebi wrote: > Thanks for your early feedback Kostas and Ted. > > @Kostas: I have a proposal for a more obvious

Re: [DISCUSS] Stop serving docs for Flink version prior to 1.0

2017-08-23 Thread Ufuk Celebi
> >>>>> Please go ahead +1 >>>>> >>>>> Thank you for taking care! >>>>> >>>>> On Tue, Aug 22, 2017 at 6:02 PM, Aljoscha Krettek >>>>> wrote: >>>>> >>>>>> +1 >>>>

Re: Adding a blog post about the 1.4/1.5 timeline and features

2017-11-21 Thread Ufuk Celebi
Great post. :-) Really looking forward to both releases. – Ufuk On Mon, Nov 20, 2017 at 4:19 PM, Aljoscha Krettek wrote: > Hi everyone, > > Mike, Stephan and I wrote a blog post outlining the big new features > scheduled for Flink 1.5 and also quickly describing the features of the > soon-to-

Re: Need to restart flink job on yarn as supervisord does

2017-12-26 Thread Ufuk Celebi
Hey Shivam, check this out: https://ci.apache.org/projects/flink/flink-docs-release-1.4/dev/restart_strategies.html Does it answer your questions? – Ufuk On Tue, Dec 26, 2017 at 9:30 AM, Shivam Sharma <28shivamsha...@gmail.com> wrote: > I am submitting my Flink Job on Yarn(Amazon EMR) > > On Tu

Re: Flink 1.3 -- get data from Cassandra as generic ResultSet and convert it to DataSet

2017-12-26 Thread Ufuk Celebi
Hey Gregory, 1) There is no special support for ResultSet in Flink, so you have to manually parse it and emit records of the type you want. 2) In your asyncInvoke you don't need to submit to the executorService since the client is already async and returns a future. You can use the code in run()

Re: CEP: Dynamic Patterns

2017-12-27 Thread Ufuk Celebi
Hey Rafi, this is indeed a very nice feature to have. :-) I'm afraid that this is currently hard to do manually with CEP. Let me pull in Dawid and Klou (cc'd) who have worked a lot on CEP. They can probably update you on the plan for FLINK-7129. Best, Ufuk On Tue, Dec 26, 2017 at 8:47 PM, Shiv

Re: CEP: Dynamic Patterns

2017-12-28 Thread Ufuk Celebi
ator so that it can support > multiple > patterns and match incoming events against all of them. For this I have no > clear > deadline in my mind, but given that there are more and more people asking > for > it, I think it is going to be added soon. > > Thanks for raising the

Re: [DISCUSS] Release Flink 1.4.2

2018-02-27 Thread Ufuk Celebi
Since users already reported this on the ML, I'm big +1 to release immediately. On Tue, Feb 27, 2018 at 7:45 AM, Tzu-Li (Gordon) Tai wrote: > Since we’re still a bit undecided on FLINK-8451, I think it would be best to > release 1.4.2 with FLINK-8741 now. > Otherwise, Kafka connectors using cust

Re: TaskManager deadlock on NetworkBufferPool

2018-04-06 Thread Ufuk Celebi
Hey Amit! Thanks for posting this here. I don't think it's an issue of the buffer pool per se. Instead I think there are two potential causes here: 1. The generated flow doesn't use blocking intermediate results for a branching-joining flow. => I think we can check it if you run and post the outp

Re: [VOTE] Apache Flink Kubernetes Operator Release 1.12.0, release candidate #1

2025-06-02 Thread Ufuk Celebi
Thanks! +1 (binding) - Installed following quickstart with 1.12 Helm chart (--set webhook.create=false) ✅ - Reviewed the announcement post (https://github.com/apache/flink-web/pull/794#pullrequestreview-2888337481) ✅ - Deployed example application and triggered job exceptions that were visible

[jira] [Created] (FLINK-14145) getLatestCheckpoint returns wrong checkpoint

2019-09-20 Thread Ufuk Celebi (Jira)
Ufuk Celebi created FLINK-14145: --- Summary: getLatestCheckpoint returns wrong checkpoint Key: FLINK-14145 URL: https://issues.apache.org/jira/browse/FLINK-14145 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-15828) Integrate docker-flink/docker-flink into Flink release process

2020-01-31 Thread Ufuk Celebi (Jira)
Ufuk Celebi created FLINK-15828: --- Summary: Integrate docker-flink/docker-flink into Flink release process Key: FLINK-15828 URL: https://issues.apache.org/jira/browse/FLINK-15828 Project: Flink

[jira] [Created] (FLINK-15829) Request apache/flink-docker repository

2020-01-31 Thread Ufuk Celebi (Jira)
Ufuk Celebi created FLINK-15829: --- Summary: Request apache/flink-docker repository Key: FLINK-15829 URL: https://issues.apache.org/jira/browse/FLINK-15829 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-15830) Migrate docker-flink/docker-flink to apache/flink-docker

2020-01-31 Thread Ufuk Celebi (Jira)
Ufuk Celebi created FLINK-15830: --- Summary: Migrate docker-flink/docker-flink to apache/flink-docker Key: FLINK-15830 URL: https://issues.apache.org/jira/browse/FLINK-15830 Project: Flink Issue

[jira] [Created] (FLINK-15831) Add Docker image publication to release documentation

2020-01-31 Thread Ufuk Celebi (Jira)
Ufuk Celebi created FLINK-15831: --- Summary: Add Docker image publication to release documentation Key: FLINK-15831 URL: https://issues.apache.org/jira/browse/FLINK-15831 Project: Flink Issue

[jira] [Created] (FLINK-9389) Improve error message when cancelling job in state canceled via REST API

2018-05-17 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-9389: -- Summary: Improve error message when cancelling job in state canceled via REST API Key: FLINK-9389 URL: https://issues.apache.org/jira/browse/FLINK-9389 Project: Flink

[jira] [Created] (FLINK-9690) Restoring state with FlinkKafkaProducer and Kafka 1.1.0 client fails

2018-06-28 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-9690: -- Summary: Restoring state with FlinkKafkaProducer and Kafka 1.1.0 client fails Key: FLINK-9690 URL: https://issues.apache.org/jira/browse/FLINK-9690 Project: Flink

[jira] [Created] (FLINK-9700) Document FlinkKafkaProducer behaviour for Kafka versions > 0.11

2018-07-02 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-9700: -- Summary: Document FlinkKafkaProducer behaviour for Kafka versions > 0.11 Key: FLINK-9700 URL: https://issues.apache.org/jira/browse/FLINK-9700 Project: Fl

[jira] [Created] (FLINK-9832) Allow commas in job submission query params

2018-07-12 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-9832: -- Summary: Allow commas in job submission query params Key: FLINK-9832 URL: https://issues.apache.org/jira/browse/FLINK-9832 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-10318) Add option to build Hadoop-free job image to build.sh

2018-09-11 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-10318: --- Summary: Add option to build Hadoop-free job image to build.sh Key: FLINK-10318 URL: https://issues.apache.org/jira/browse/FLINK-10318 Project: Flink Issue

[jira] [Created] (FLINK-10436) Example config uses deprecated key jobmanager.rpc.address

2018-09-26 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-10436: --- Summary: Example config uses deprecated key jobmanager.rpc.address Key: FLINK-10436 URL: https://issues.apache.org/jira/browse/FLINK-10436 Project: Flink

[jira] [Created] (FLINK-10439) Race condition during job suspension

2018-09-26 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-10439: --- Summary: Race condition during job suspension Key: FLINK-10439 URL: https://issues.apache.org/jira/browse/FLINK-10439 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-10441) Don't log warning when creating upload directory

2018-09-26 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-10441: --- Summary: Don't log warning when creating upload directory Key: FLINK-10441 URL: https://issues.apache.org/jira/browse/FLINK-10441 Project: Flink Issue

[jira] [Created] (FLINK-10743) Use 0 processExitCode for ApplicationStatus.CANCELED

2018-10-31 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-10743: --- Summary: Use 0 processExitCode for ApplicationStatus.CANCELED Key: FLINK-10743 URL: https://issues.apache.org/jira/browse/FLINK-10743 Project: Flink Issue

[jira] [Created] (FLINK-10751) Checkpoints should be retained when job reaches suspended state

2018-11-01 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-10751: --- Summary: Checkpoints should be retained when job reaches suspended state Key: FLINK-10751 URL: https://issues.apache.org/jira/browse/FLINK-10751 Project: Flink

[jira] [Created] (FLINK-10948) Add option to write out termination message with application status

2018-11-20 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-10948: --- Summary: Add option to write out termination message with application status Key: FLINK-10948 URL: https://issues.apache.org/jira/browse/FLINK-10948 Project: Flink

[jira] [Created] (FLINK-10971) Dependency convergence issue when building flink-s3-fs-presto

2018-11-21 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-10971: --- Summary: Dependency convergence issue when building flink-s3-fs-presto Key: FLINK-10971 URL: https://issues.apache.org/jira/browse/FLINK-10971 Project: Flink

[jira] [Created] (FLINK-11127) Make metrics query service establish connection to JobManager

2018-12-11 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11127: --- Summary: Make metrics query service establish connection to JobManager Key: FLINK-11127 URL: https://issues.apache.org/jira/browse/FLINK-11127 Project: Flink

[jira] [Created] (FLINK-11402) User code can fail with an UnsatisfiedLinkError in the presence of multiple classloaders

2019-01-21 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11402: --- Summary: User code can fail with an UnsatisfiedLinkError in the presence of multiple classloaders Key: FLINK-11402 URL: https://issues.apache.org/jira/browse/FLINK-11402

[jira] [Created] (FLINK-11525) Add option to manually set job ID

2019-02-05 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11525: --- Summary: Add option to manually set job ID Key: FLINK-11525 URL: https://issues.apache.org/jira/browse/FLINK-11525 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-11533) Retrieve job class name from JAR manifest in ClassPathJobGraphRetriever

2019-02-05 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11533: --- Summary: Retrieve job class name from JAR manifest in ClassPathJobGraphRetriever Key: FLINK-11533 URL: https://issues.apache.org/jira/browse/FLINK-11533 Project: Flink

[jira] [Created] (FLINK-11534) Don't exit JVM after job termination with standalone job

2019-02-05 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11534: --- Summary: Don't exit JVM after job termination with standalone job Key: FLINK-11534 URL: https://issues.apache.org/jira/browse/FLINK-11534 Project: Flink

[jira] [Created] (FLINK-11544) Add option manually set job ID for job submissions via REST API

2019-02-07 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11544: --- Summary: Add option manually set job ID for job submissions via REST API Key: FLINK-11544 URL: https://issues.apache.org/jira/browse/FLINK-11544 Project: Flink

[jira] [Created] (FLINK-11546) Add option to manually set job ID in CLI

2019-02-07 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11546: --- Summary: Add option to manually set job ID in CLI Key: FLINK-11546 URL: https://issues.apache.org/jira/browse/FLINK-11546 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-11545) Add option to manually set job ID in StandaloneJobClusterEntryPoint

2019-02-07 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11545: --- Summary: Add option to manually set job ID in StandaloneJobClusterEntryPoint Key: FLINK-11545 URL: https://issues.apache.org/jira/browse/FLINK-11545 Project: Flink

[jira] [Created] (FLINK-11752) Move flink-python to opt

2019-02-26 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11752: --- Summary: Move flink-python to opt Key: FLINK-11752 URL: https://issues.apache.org/jira/browse/FLINK-11752 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-11784) KryoSerializerSnapshotTest occasionally fails on Travis

2019-02-28 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-11784: --- Summary: KryoSerializerSnapshotTest occasionally fails on Travis Key: FLINK-11784 URL: https://issues.apache.org/jira/browse/FLINK-11784 Project: Flink Issue

[jira] [Created] (FLINK-12060) Unify change pom version scripts

2019-03-28 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-12060: --- Summary: Unify change pom version scripts Key: FLINK-12060 URL: https://issues.apache.org/jira/browse/FLINK-12060 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-12313) SynchronousCheckpointITCase.taskCachedThreadPoolAllowsForSynchronousCheckpoints is unstable

2019-04-24 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-12313: --- Summary: SynchronousCheckpointITCase.taskCachedThreadPoolAllowsForSynchronousCheckpoints is unstable Key: FLINK-12313 URL: https://issues.apache.org/jira/browse/FLINK-12313

[jira] [Created] (FLINK-12813) Add Hadoop profile in building from source docs

2019-06-12 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-12813: --- Summary: Add Hadoop profile in building from source docs Key: FLINK-12813 URL: https://issues.apache.org/jira/browse/FLINK-12813 Project: Flink Issue Type

[jira] [Created] (FLINK-2925) Client does not show root cause of Exception

2015-10-26 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2925: -- Summary: Client does not show root cause of Exception Key: FLINK-2925 URL: https://issues.apache.org/jira/browse/FLINK-2925 Project: Flink Issue Type

[jira] [Created] (FLINK-2927) Provide default required configuration keys in flink-conf of binary distribution

2015-10-27 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2927: -- Summary: Provide default required configuration keys in flink-conf of binary distribution Key: FLINK-2927 URL: https://issues.apache.org/jira/browse/FLINK-2927 Project

[jira] [Created] (FLINK-2928) Confusing job status visualisation in web frontend

2015-10-27 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2928: -- Summary: Confusing job status visualisation in web frontend Key: FLINK-2928 URL: https://issues.apache.org/jira/browse/FLINK-2928 Project: Flink Issue Type

[jira] [Created] (FLINK-2929) Recovery of jobs on cluster restarts

2015-10-27 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2929: -- Summary: Recovery of jobs on cluster restarts Key: FLINK-2929 URL: https://issues.apache.org/jira/browse/FLINK-2929 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-2930) ExecutionConfig execution retry delay not respected

2015-10-27 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2930: -- Summary: ExecutionConfig execution retry delay not respected Key: FLINK-2930 URL: https://issues.apache.org/jira/browse/FLINK-2930 Project: Flink Issue Type

[jira] [Created] (FLINK-2958) StreamingJobGraphGenerator sets hard coded number execution retry

2015-11-03 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2958: -- Summary: StreamingJobGraphGenerator sets hard coded number execution retry Key: FLINK-2958 URL: https://issues.apache.org/jira/browse/FLINK-2958 Project: Flink

[jira] [Created] (FLINK-2959) Remove number of execution retries configuration from Environment

2015-11-03 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2959: -- Summary: Remove number of execution retries configuration from Environment Key: FLINK-2959 URL: https://issues.apache.org/jira/browse/FLINK-2959 Project: Flink

[jira] [Created] (FLINK-2962) Cluster startup script refers to unused variable

2015-11-03 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2962: -- Summary: Cluster startup script refers to unused variable Key: FLINK-2962 URL: https://issues.apache.org/jira/browse/FLINK-2962 Project: Flink Issue Type

[jira] [Created] (FLINK-2969) FlinkYarnSessionCli with recovery enabled fails when killing TaskManager

2015-11-04 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2969: -- Summary: FlinkYarnSessionCli with recovery enabled fails when killing TaskManager Key: FLINK-2969 URL: https://issues.apache.org/jira/browse/FLINK-2969 Project: Flink

[jira] [Created] (FLINK-2970) Yarn client cannot connect to new job manager

2015-11-04 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2970: -- Summary: Yarn client cannot connect to new job manager Key: FLINK-2970 URL: https://issues.apache.org/jira/browse/FLINK-2970 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-2976) Save and load checkpoints manually

2015-11-05 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2976: -- Summary: Save and load checkpoints manually Key: FLINK-2976 URL: https://issues.apache.org/jira/browse/FLINK-2976 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-2986) Typo in KvState interface snapshot method name

2015-11-09 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-2986: -- Summary: Typo in KvState interface snapshot method name Key: FLINK-2986 URL: https://issues.apache.org/jira/browse/FLINK-2986 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3000) Add ShutdownHook to YARN CLI to prevent lingering sessions

2015-11-11 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3000: -- Summary: Add ShutdownHook to YARN CLI to prevent lingering sessions Key: FLINK-3000 URL: https://issues.apache.org/jira/browse/FLINK-3000 Project: Flink Issue

[jira] [Created] (FLINK-3003) Add container allocation timeout to YARN CLI

2015-11-11 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3003: -- Summary: Add container allocation timeout to YARN CLI Key: FLINK-3003 URL: https://issues.apache.org/jira/browse/FLINK-3003 Project: Flink Issue Type

[jira] [Created] (FLINK-3009) Cannot build docs with Jekyll 3.0.0

2015-11-13 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3009: -- Summary: Cannot build docs with Jekyll 3.0.0 Key: FLINK-3009 URL: https://issues.apache.org/jira/browse/FLINK-3009 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3019) CLI does not list running/restarting jobs

2015-11-16 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3019: -- Summary: CLI does not list running/restarting jobs Key: FLINK-3019 URL: https://issues.apache.org/jira/browse/FLINK-3019 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3028) Cannot cancel restarting job via web frontend

2015-11-17 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3028: -- Summary: Cannot cancel restarting job via web frontend Key: FLINK-3028 URL: https://issues.apache.org/jira/browse/FLINK-3028 Project: Flink Issue Type

[jira] [Created] (FLINK-3050) Add custom Exception type to suppress job restarts

2015-11-19 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3050: -- Summary: Add custom Exception type to suppress job restarts Key: FLINK-3050 URL: https://issues.apache.org/jira/browse/FLINK-3050 Project: Flink Issue Type

[jira] [Created] (FLINK-3055) ExecutionVertex has duplicate method getParallelSubtaskIndex and getSubTaskIndex

2015-11-20 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3055: -- Summary: ExecutionVertex has duplicate method getParallelSubtaskIndex and getSubTaskIndex Key: FLINK-3055 URL: https://issues.apache.org/jira/browse/FLINK-3055 Project

[jira] [Created] (FLINK-3091) Provide ZooKeeper root path in startup scripts

2015-11-30 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3091: -- Summary: Provide ZooKeeper root path in startup scripts Key: FLINK-3091 URL: https://issues.apache.org/jira/browse/FLINK-3091 Project: Flink Issue Type

[jira] [Created] (FLINK-3105) Submission in per job YARN cluster mode reuses properties file of long-lived session

2015-12-03 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3105: -- Summary: Submission in per job YARN cluster mode reuses properties file of long-lived session Key: FLINK-3105 URL: https://issues.apache.org/jira/browse/FLINK-3105

[jira] [Created] (FLINK-3107) ZooKeeperCheckpointIDCounter.start() can block JobManager actor

2015-12-03 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3107: -- Summary: ZooKeeperCheckpointIDCounter.start() can block JobManager actor Key: FLINK-3107 URL: https://issues.apache.org/jira/browse/FLINK-3107 Project: Flink

[jira] [Created] (FLINK-3111) Short lived client interaction logs warning in job manager

2015-12-04 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3111: -- Summary: Short lived client interaction logs warning in job manager Key: FLINK-3111 URL: https://issues.apache.org/jira/browse/FLINK-3111 Project: Flink Issue

[jira] [Created] (FLINK-3120) Set number of event loop thread and number of buffer pool arenas to same number

2015-12-04 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3120: -- Summary: Set number of event loop thread and number of buffer pool arenas to same number Key: FLINK-3120 URL: https://issues.apache.org/jira/browse/FLINK-3120 Project

[jira] [Created] (FLINK-3130) Visualize throughput of tasks

2015-12-07 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3130: -- Summary: Visualize throughput of tasks Key: FLINK-3130 URL: https://issues.apache.org/jira/browse/FLINK-3130 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-3131) Expose checkpoint metrics

2015-12-07 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3131: -- Summary: Expose checkpoint metrics Key: FLINK-3131 URL: https://issues.apache.org/jira/browse/FLINK-3131 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-3132) Restructure streaming guide

2015-12-07 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3132: -- Summary: Restructure streaming guide Key: FLINK-3132 URL: https://issues.apache.org/jira/browse/FLINK-3132 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-3157) Web frontend json files contain author attribution

2015-12-09 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3157: -- Summary: Web frontend json files contain author attribution Key: FLINK-3157 URL: https://issues.apache.org/jira/browse/FLINK-3157 Project: Flink Issue Type

[jira] [Created] (FLINK-3172) Specify jobmanager port in HA mode

2015-12-14 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3172: -- Summary: Specify jobmanager port in HA mode Key: FLINK-3172 URL: https://issues.apache.org/jira/browse/FLINK-3172 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3180) MemoryLogger does not log direct memory

2015-12-17 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3180: -- Summary: MemoryLogger does not log direct memory Key: FLINK-3180 URL: https://issues.apache.org/jira/browse/FLINK-3180 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3182) TaskManagersHandler can block web frontend

2015-12-17 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3182: -- Summary: TaskManagersHandler can block web frontend Key: FLINK-3182 URL: https://issues.apache.org/jira/browse/FLINK-3182 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3183) Display direct memory stats in web frontend

2015-12-17 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3183: -- Summary: Display direct memory stats in web frontend Key: FLINK-3183 URL: https://issues.apache.org/jira/browse/FLINK-3183 Project: Flink Issue Type

[jira] [Created] (FLINK-3185) Silent failure during job graph recovery

2015-12-18 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3185: -- Summary: Silent failure during job graph recovery Key: FLINK-3185 URL: https://issues.apache.org/jira/browse/FLINK-3185 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3232) Add option to eagerly deploy channels

2016-01-13 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3232: -- Summary: Add option to eagerly deploy channels Key: FLINK-3232 URL: https://issues.apache.org/jira/browse/FLINK-3232 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-3235) Drop Flink-on-Tez code

2016-01-14 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3235: -- Summary: Drop Flink-on-Tez code Key: FLINK-3235 URL: https://issues.apache.org/jira/browse/FLINK-3235 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-3244) Add log messages to savepoint coordinator restore

2016-01-15 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3244: -- Summary: Add log messages to savepoint coordinator restore Key: FLINK-3244 URL: https://issues.apache.org/jira/browse/FLINK-3244 Project: Flink Issue Type

[jira] [Created] (FLINK-3249) Wrong "unknown partition state/input gate" error messages

2016-01-18 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3249: -- Summary: Wrong "unknown partition state/input gate" error messages Key: FLINK-3249 URL: https://issues.apache.org/jira/browse/FLINK-3249 Project: Flink

[jira] [Created] (FLINK-3250) Savepoint coordinator requires too strict parallelism match

2016-01-18 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3250: -- Summary: Savepoint coordinator requires too strict parallelism match Key: FLINK-3250 URL: https://issues.apache.org/jira/browse/FLINK-3250 Project: Flink Issue

[jira] [Created] (FLINK-3251) Checkpoint stats show ghost numbers

2016-01-18 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3251: -- Summary: Checkpoint stats show ghost numbers Key: FLINK-3251 URL: https://issues.apache.org/jira/browse/FLINK-3251 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3252) Checkpoint stats only displayed after click on graph

2016-01-18 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3252: -- Summary: Checkpoint stats only displayed after click on graph Key: FLINK-3252 URL: https://issues.apache.org/jira/browse/FLINK-3252 Project: Flink Issue Type

[jira] [Created] (FLINK-3258) Merge AbstractInvokable's registerInputOutput and invoke

2016-01-19 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3258: -- Summary: Merge AbstractInvokable's registerInputOutput and invoke Key: FLINK-3258 URL: https://issues.apache.org/jira/browse/FLINK-3258 Project: Flink

[jira] [Created] (FLINK-3259) Redirect programming guides to new layout

2016-01-19 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3259: -- Summary: Redirect programming guides to new layout Key: FLINK-3259 URL: https://issues.apache.org/jira/browse/FLINK-3259 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-3283) Failed Kafka 0.9 test on duplicate message

2016-01-25 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3283: -- Summary: Failed Kafka 0.9 test on duplicate message Key: FLINK-3283 URL: https://issues.apache.org/jira/browse/FLINK-3283 Project: Flink Issue Type: Test

[jira] [Created] (FLINK-3299) Remove ApplicationID from Environment

2016-01-28 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3299: -- Summary: Remove ApplicationID from Environment Key: FLINK-3299 URL: https://issues.apache.org/jira/browse/FLINK-3299 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-3310) Add back pressure statistics to web frontend

2016-02-01 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3310: -- Summary: Add back pressure statistics to web frontend Key: FLINK-3310 URL: https://issues.apache.org/jira/browse/FLINK-3310 Project: Flink Issue Type

[jira] [Created] (FLINK-3342) Operator checkpoint statistics state size overflow

2016-02-05 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3342: -- Summary: Operator checkpoint statistics state size overflow Key: FLINK-3342 URL: https://issues.apache.org/jira/browse/FLINK-3342 Project: Flink Issue Type

[jira] [Created] (FLINK-3364) Don't initialize SavepointStore in JobManager constructor

2016-02-08 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3364: -- Summary: Don't initialize SavepointStore in JobManager constructor Key: FLINK-3364 URL: https://issues.apache.org/jira/browse/FLINK-3364 Project: Flink

[jira] [Created] (FLINK-3369) RemoteTransportException should be instance of CancelTaskException

2016-02-08 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3369: -- Summary: RemoteTransportException should be instance of CancelTaskException Key: FLINK-3369 URL: https://issues.apache.org/jira/browse/FLINK-3369 Project: Flink

[jira] [Created] (FLINK-3374) CEPITCase testSimplePatternEventTime fails

2016-02-09 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3374: -- Summary: CEPITCase testSimplePatternEventTime fails Key: FLINK-3374 URL: https://issues.apache.org/jira/browse/FLINK-3374 Project: Flink Issue Type: Test

[jira] [Created] (FLINK-3396) Job submission Savepoint restore logic flawed

2016-02-12 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3396: -- Summary: Job submission Savepoint restore logic flawed Key: FLINK-3396 URL: https://issues.apache.org/jira/browse/FLINK-3396 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3411) Failed recovery can lead to removal of HA state

2016-02-16 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3411: -- Summary: Failed recovery can lead to removal of HA state Key: FLINK-3411 URL: https://issues.apache.org/jira/browse/FLINK-3411 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-3443) JobManager cancel and clear everything fails jobs instead of cancelling

2016-02-18 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3443: -- Summary: JobManager cancel and clear everything fails jobs instead of cancelling Key: FLINK-3443 URL: https://issues.apache.org/jira/browse/FLINK-3443 Project: Flink

[jira] [Created] (FLINK-3446) Back pressure tracker throws NPE for archived jobs

2016-02-18 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3446: -- Summary: Back pressure tracker throws NPE for archived jobs Key: FLINK-3446 URL: https://issues.apache.org/jira/browse/FLINK-3446 Project: Flink Issue Type

[jira] [Created] (FLINK-3451) NettyServer port is determined via NetUtils.getAvailablePort()

2016-02-19 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-3451: -- Summary: NettyServer port is determined via NetUtils.getAvailablePort() Key: FLINK-3451 URL: https://issues.apache.org/jira/browse/FLINK-3451 Project: Flink

<    2   3   4   5   6   7   8   9   10   >