[jira] [Commented] (FLINK-4347) Implement SlotManager core

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427574#comment-15427574 ] ASF GitHub Bot commented on FLINK-4347: --- GitHub user KurtYoung opened a pull request:

[GitHub] flink pull request #2388: [FLINK-4347][cluster management] Implement SlotMan...

2016-08-18 Thread KurtYoung
GitHub user KurtYoung opened a pull request: https://github.com/apache/flink/pull/2388 [FLINK-4347][cluster management] Implement SlotManager core Implement some SlotManager's logic mainly in 4 parts: * handle slot request initiated by JobMaster * sync slot status trigger by

[jira] [Created] (FLINK-4427) Add slot / container releasing logic to SlotManager (Standalone / Yarn / Mesos)

2016-08-18 Thread Kurt Young (JIRA)
Kurt Young created FLINK-4427: - Summary: Add slot / container releasing logic to SlotManager (Standalone / Yarn / Mesos) Key: FLINK-4427 URL: https://issues.apache.org/jira/browse/FLINK-4427 Project:

[jira] [Updated] (FLINK-4347) Implement SlotManager core

2016-08-18 Thread Kurt Young (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Young updated FLINK-4347: -- Summary: Implement SlotManager core (was: Implement SlotManager core for new ResourceManager) >

[jira] [Commented] (FLINK-4222) Allow Kinesis configuration to get credentials from AWS Metadata

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427391#comment-15427391 ] ASF GitHub Bot commented on FLINK-4222: --- Github user chadnickbok commented on the issue:

[GitHub] flink issue #2260: [FLINK-4222] Allow Kinesis configuration to get credentia...

2016-08-18 Thread chadnickbok
Github user chadnickbok commented on the issue: https://github.com/apache/flink/pull/2260 Sorry I dropped off the map on this one - I actually got pulled onto a front-end project and ended up not having any time to follow this pull request :( Glad to hear this PR is being

[GitHub] flink issue #2260: [FLINK-4222] Allow Kinesis configuration to get credentia...

2016-08-18 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/2260 @rmetzger Sure, that would be great. Thanks for your help with merging this. Thanks for your contribution @chadnickbok :) --- If your project is set up for it, you can reply to this email and

[jira] [Commented] (FLINK-4222) Allow Kinesis configuration to get credentials from AWS Metadata

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427390#comment-15427390 ] ASF GitHub Bot commented on FLINK-4222: --- Github user tzulitai commented on the issue:

[jira] [Updated] (FLINK-4426) Unable to create proxy to the ResourceManager

2016-08-18 Thread Harpreet Sawhney (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harpreet Sawhney updated FLINK-4426: Affects Version/s: 1.1.1 > Unable to create proxy to the ResourceManager >

[jira] [Created] (FLINK-4426) Unable to create proxy to the ResourceManager

2016-08-18 Thread Harpreet Sawhney (JIRA)
Harpreet Sawhney created FLINK-4426: --- Summary: Unable to create proxy to the ResourceManager Key: FLINK-4426 URL: https://issues.apache.org/jira/browse/FLINK-4426 Project: Flink Issue

[jira] [Commented] (FLINK-305) Add Maven plugin to generate test coverage reports

2016-08-18 Thread Pavel Fadeev (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427281#comment-15427281 ] Pavel Fadeev commented on FLINK-305: Dear [~fhueske], I`ve just discovered that code coverage

[jira] [Commented] (FLINK-1984) Integrate Flink with Apache Mesos

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427212#comment-15427212 ] ASF GitHub Bot commented on FLINK-1984: --- Github user EronWright commented on a diff in the pull

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-18 Thread EronWright
Github user EronWright commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r75395325 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/util/MesosArtifactServer.java --- @@ -0,0 +1,304 @@ +/* + * Licensed to the Apache

[jira] [Assigned] (FLINK-4371) Add ability to take savepoints from job manager RESTful API

2016-08-18 Thread Zhenzhong Xu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhenzhong Xu reassigned FLINK-4371: --- Assignee: Zhenzhong Xu > Add ability to take savepoints from job manager RESTful API >

[jira] [Commented] (FLINK-3874) Add a Kafka TableSink with JSON serialization

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427117#comment-15427117 ] ASF GitHub Bot commented on FLINK-3874: --- Github user mushketyk commented on the issue:

[GitHub] flink issue #2244: [FLINK-3874] Add a Kafka TableSink with JSON serializatio...

2016-08-18 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2244 @wuchong I've removed the test as you've suggested since it pretty much duplicates `TableSinkITCase`. --- If your project is set up for it, you can reply to this email and have your reply appear

[jira] [Commented] (FLINK-4395) Eager processing of late arrivals in CEP operator

2016-08-18 Thread Ivan Mushketyk (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427082#comment-15427082 ] Ivan Mushketyk commented on FLINK-4395: --- I'll work on this if no one minds. > Eager processing of

[jira] [Assigned] (FLINK-4395) Eager processing of late arrivals in CEP operator

2016-08-18 Thread Ivan Mushketyk (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Mushketyk reassigned FLINK-4395: - Assignee: Ivan Mushketyk > Eager processing of late arrivals in CEP operator >

[jira] [Commented] (FLINK-2254) Add Bipartite Graph Support for Gelly

2016-08-18 Thread Ivan Mushketyk (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427080#comment-15427080 ] Ivan Mushketyk commented on FLINK-2254: --- Hi [~vkalavri], I think I could work on this task. Do you

[jira] [Commented] (FLINK-4303) Add CEP examples

2016-08-18 Thread Ivan Mushketyk (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427068#comment-15427068 ] Ivan Mushketyk commented on FLINK-4303: --- I can add an example for CEP. [~twalthr] do you have any

[jira] [Commented] (FLINK-3298) Streaming connector for ActiveMQ

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15427045#comment-15427045 ] ASF GitHub Bot commented on FLINK-3298: --- Github user mushketyk commented on the issue:

[GitHub] flink issue #2314: [FLINK-3298] Implement ActiveMQ streaming connector

2016-08-18 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2314 @rmetzger I performed the check as you described and everything seems to be fine. I also updated the PR according to your suggestions. Is this commit in a good shape to merge it? --- If

[jira] [Comment Edited] (FLINK-4422) Convert all time interval measurements to System.nanoTime()

2016-08-18 Thread Sunny T (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426944#comment-15426944 ] Sunny T edited comment on FLINK-4422 at 8/18/16 6:19 PM: - Hi [~StephanEwen], I

[jira] [Commented] (FLINK-4422) Convert all time interval measurements to System.nanoTime()

2016-08-18 Thread Sunny T (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426944#comment-15426944 ] Sunny T commented on FLINK-4422: Hi [~StephanEwen], I would like to work on this. Is there any dependency

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75360196 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/metrics/MetricStore.java --- @@ -0,0 +1,172 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426941#comment-15426941 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426892#comment-15426892 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426894#comment-15426894 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75355630 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/metrics/MetricFetcher.java --- @@ -0,0 +1,185 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426912#comment-15426912 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75356544 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/ComponentMetricGroup.java --- @@ -33,19 +36,42 @@ * group could for

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426908#comment-15426908 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75356320 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/AbstractMetricGroup.java --- @@ -54,13 +53,19 @@ * return Counters,

[jira] [Closed] (FLINK-3397) Failed streaming jobs should fall back to the most recent checkpoint/savepoint

2016-08-18 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi closed FLINK-3397. -- Resolution: Fixed Assignee: (was: ramkrishna.s.vasudevan) Fixed as part of `FLINK-4322`. >

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75356190 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricQueryService.java --- @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426906#comment-15426906 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426899#comment-15426899 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75355826 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/metrics/AbstractMetricHandlerTest.java --- @@ -0,0 +1,158 @@ +/* + *

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75355525 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/metrics/MetricFetcher.java --- @@ -0,0 +1,185 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426885#comment-15426885 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426884#comment-15426884 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75354845 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/messages/Messages.scala --- @@ -47,4 +47,21 @@ object Messages { * @return The

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75354763 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricQueryService.java --- @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426877#comment-15426877 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75354216 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/TaskManagerJobMetricGroup.java --- @@ -61,9 +58,7 @@ public

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426870#comment-15426870 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75353675 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/metrics/MetricStore.java --- @@ -0,0 +1,172 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426867#comment-15426867 ] ASF GitHub Bot commented on FLINK-4389: --- Github user zentol commented on a diff in the pull request:

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75353538 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/metrics/MetricStore.java --- @@ -0,0 +1,172 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-4317) Restructure documentation

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426862#comment-15426862 ] ASF GitHub Bot commented on FLINK-4317: --- GitHub user uce opened a pull request:

[GitHub] flink pull request #2387: [FLINK-4317, FLIP-3] [docs] Restructure docs

2016-08-18 Thread uce
GitHub user uce opened a pull request: https://github.com/apache/flink/pull/2387 [FLINK-4317, FLIP-3] [docs] Restructure docs This is the initial layout for the docs restructuring as discussed in FLIP-3. We move the top level navigation to the left side and allow arbitrary

[jira] [Commented] (FLINK-4282) Add Offset Parameter to WindowAssigners

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426838#comment-15426838 ] ASF GitHub Bot commented on FLINK-4282: --- Github user Renkai commented on the issue:

[GitHub] flink issue #2355: [FLINK-4282]Add Offset Parameter to WindowAssigners

2016-08-18 Thread Renkai
Github user Renkai commented on the issue: https://github.com/apache/flink/pull/2355 I have rearranged the code. It is really hard for me to add space after every comma,do you have any code style preset for IDEs so that I can reformat my new code automatically without change those of

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426830#comment-15426830 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on the issue:

[GitHub] flink issue #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2363 Thanks for your contribution @zentol. I've gone over the code and made some inline comments. My main concern/question is actually the representation of metric's type and hierarchy information.

[GitHub] flink pull request #2386: [FLINK-3660] Measure latency and exposes them via ...

2016-08-18 Thread rmetzger
GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/2386 [FLINK-3660] Measure latency and exposes them via a metric This commit adds the initial runtime support for measuring latency of records going through the system. I therefore introduced a

[jira] [Commented] (FLINK-3660) Measure latency of elements and expose it through web interface

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426825#comment-15426825 ] ASF GitHub Bot commented on FLINK-3660: --- GitHub user rmetzger opened a pull request:

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426822#comment-15426822 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75347741 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricQueryService.java --- @@ -0,0 +1,180 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426813#comment-15426813 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75346843 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -1024,6 +1024,17 @@ class JobManager(

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75346742 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/messages/Messages.scala --- @@ -47,4 +47,21 @@ object Messages { * @return The

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426812#comment-15426812 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426808#comment-15426808 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75346431 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/metrics/MetricStore.java --- @@ -0,0 +1,172 @@ +/* + * Licensed

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426787#comment-15426787 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426786#comment-15426786 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75344971 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/TaskManagerJobMetricGroup.java --- @@ -61,9 +58,7 @@ public

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75344832 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/ComponentMetricGroup.java --- @@ -33,19 +36,42 @@ * group could for

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426784#comment-15426784 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75344502 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/ComponentMetricGroup.java --- @@ -33,19 +36,42 @@ * group could for

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426783#comment-15426783 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r7534 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/AbstractMetricGroup.java --- @@ -54,13 +53,19 @@ * return Counters,

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426776#comment-15426776 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75343567 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricRegistry.java --- @@ -207,6 +239,9 @@ public void register(Metric metric,

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426774#comment-15426774 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75343353 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricRegistry.java --- @@ -144,6 +152,30 @@ public MetricRegistry(Configuration

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426770#comment-15426770 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75343063 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricQueryService.java --- @@ -0,0 +1,180 @@ +/* + * Licensed to the

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426764#comment-15426764 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75342927 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/MetricQueryService.java --- @@ -0,0 +1,180 @@ +/* + * Licensed to the

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75340401 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/metrics/AbstractMetricHandlerTest.java --- @@ -0,0 +1,158 @@ +/*

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426740#comment-15426740 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75340930 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/metrics/AbstractMetricHandlerTest.java --- @@ -0,0 +1,158 @@ +/*

[jira] [Commented] (FLINK-3866) StringArraySerializer claims type is immutable; shouldn't

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426739#comment-15426739 ] ASF GitHub Bot commented on FLINK-3866: --- Github user fhueske commented on the issue:

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426738#comment-15426738 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink issue #2289: [FLINK-3866] StringArraySerializer type should be mutable

2016-08-18 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2289 Thanks for the fix @mushketyk! Looks good to merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75340742 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/metrics/AbstractMetricHandlerTest.java --- @@ -0,0 +1,158 @@ +/*

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426732#comment-15426732 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426734#comment-15426734 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75340445 --- Diff: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/metrics/AbstractMetricHandlerTest.java --- @@ -0,0 +1,158 @@ +/*

[jira] [Commented] (FLINK-4414) Remove restriction on RpcService.getAddress

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426728#comment-15426728 ] ASF GitHub Bot commented on FLINK-4414: --- Github user wenlong88 commented on the issue:

[GitHub] flink issue #2381: [FLINK-4414][cluster management] Remove restriction on Rp...

2016-08-18 Thread wenlong88
Github user wenlong88 commented on the issue: https://github.com/apache/flink/pull/2381 Coming back to the initial motivation of this PR, It is because that I tried to get the address from the RpcService, and the RpcService provides a api `getAddress(RpcGateway gateway)` but can

[jira] [Commented] (FLINK-4231) Switch DistinctOperator from GroupReduce to Reduce

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426725#comment-15426725 ] ASF GitHub Bot commented on FLINK-4231: --- Github user fhueske commented on the issue:

[GitHub] flink issue #2272: [FLINK-4231] [java] Switch DistinctOperator from GroupRed...

2016-08-18 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/2272 Thanks for the PR @greghogan. I added a few comments. Looks good to merge otherwise. Thanks, Fabian --- If your project is set up for it, you can reply to this email and have your

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426720#comment-15426720 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[GitHub] flink pull request #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-08-18 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2363#discussion_r75339017 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/metrics/MetricStore.java --- @@ -0,0 +1,172 @@ +/* + * Licensed

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426718#comment-15426718 ] ASF GitHub Bot commented on FLINK-4389: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-4253) Rename "recovery.mode" config key to "high-availability"

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426717#comment-15426717 ] ASF GitHub Bot commented on FLINK-4253: --- Github user ramkrish86 commented on the issue:

[GitHub] flink issue #2342: FLINK-4253 - Rename "recovery.mode" config key to "high-a...

2016-08-18 Thread ramkrish86
Github user ramkrish86 commented on the issue: https://github.com/apache/flink/pull/2342 @uce Got a green build. Any feedback/reviews here. I know you guys are busy, just a gentle reminder. --- If your project is set up for it, you can reply to this email and have your reply

  1   2   3   4   >