[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2374 I will look at this in more detail later today; but i couldn't find any mistakes skimming over it. However, a small update to the Metrics documentation would be neat (which i forgot to list on my

[GitHub] flink pull request #2374: [FLINK-3950] Add Meter Metric Type

2016-08-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2374#discussion_r75017658 --- Diff: flink-metrics/flink-metrics-jmx/src/test/java/org/apache/flink/metrics/jmx/JMXReporterTest.java --- @@ -245,6 +246,50 @@ public void

[GitHub] flink pull request #2374: [FLINK-3950] Add Meter Metric Type

2016-08-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2374#discussion_r75018225 --- Diff: flink-metrics/flink-metrics-statsd/src/test/java/org/apache/flink/metrics/statsd/StatsDReporterTest.java --- @@ -261,6 +327,40 @@ public long

[GitHub] flink pull request #2374: [FLINK-3950] Add Meter Metric Type

2016-08-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2374#discussion_r75018180 --- Diff: flink-metrics/flink-metrics-jmx/src/test/java/org/apache/flink/metrics/jmx/JMXReporterTest.java --- @@ -297,4 +342,42 @@ public long getMin

[GitHub] flink pull request #2349: [FLINK-4365] [metrics] Add documentation to Metric...

2016-08-17 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/2349 --- 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 have this feature enabled and wishes so, or if the feature

[GitHub] flink issue #2349: [FLINK-4365] [metrics] Add documentation to MetricConfig

2016-08-17 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2349 merging --- 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 have this feature enabled and wishes so

[GitHub] flink issue #2302: [hotfix] [metrics] Refactor constructors and tests

2016-08-17 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2302 merging --- 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 have this feature enabled and wishes so

[GitHub] flink issue #2216: [FLINK-4173] Use shade-plugin in flink-metrics

2016-08-17 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2216 It would work but is more work for the user and is less prone to version mismatches. Not using a fat-jar means that the users have to provide the dependencies and put them in the `/libs` folder

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2374 Good work! Only found a minor issue in regards to the TestingMeter class. There is one thing I would like to start a discussion on however. Right now the Meter interface is essentially a copy

[GitHub] flink pull request #2300: [FLINK-4245] [metrics] Expose all defined variable...

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

[GitHub] flink issue #2300: [FLINK-4245] [metrics] Expose all defined variables

2016-08-17 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2300 We can easily expose the tags in the JMXReporter as shown here: https://github.com/zentol/flink/commit/395bb82eccd78c8b065a10ec129abc91cc6ffc05 Essentially, i added a new method to all JMX

[GitHub] flink pull request #2300: [FLINK-4245] [metrics] Expose all defined variable...

2016-08-17 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2300#discussion_r75119021 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/AbstractMetricGroup.java --- @@ -83,9 +88,25

[GitHub] flink issue #2300: [FLINK-4245] [metrics] Expose all defined variables

2016-08-17 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2300 I've rebased the PR. --- 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 have this feature enabled and wishes so

[GitHub] flink pull request #2300: [FLINK-4245] [metrics] Expose all defined variable...

2016-08-17 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2300#discussion_r75117479 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/JobManagerMetricGroup.java --- @@ -95,6 +96,15 @@ public int

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98628798 --- Diff: flink-libraries/flink-python/src/main/python/org/apache/flink/python/api/flink/plan/Environment.py --- @@ -163,10 +197,14 @@ def execute(self

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98630794 --- Diff: flink-libraries/flink-python/src/main/python/org/apache/flink/python/api/flink/plan/Environment.py --- @@ -163,10 +197,14 @@ def execute(self

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98631554 --- Diff: flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonPlanBinder.java --- @@ -94,6 +95,7 @@ private HashMap

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98631632 --- Diff: flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/streaming/data/PythonStreamer.java --- @@ -93,8 +95,8 @@ public void open

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98628345 --- Diff: flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/streaming/data/PythonStreamer.java --- @@ -93,8 +95,8 @@ public void open

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98628019 --- Diff: flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonPlanBinder.java --- @@ -139,15 +139,28 @@ private void runPlan(String

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98629326 --- Diff: flink-libraries/flink-python/src/main/python/org/apache/flink/python/api/flink/plan/Environment.py --- @@ -46,6 +77,9 @@ def __init__(self

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98629271 --- Diff: flink-libraries/flink-python/src/main/python/org/apache/flink/python/api/flink/plan/Environment.py --- @@ -46,6 +77,9 @@ def __init__(self

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98630616 --- Diff: flink-libraries/flink-python/src/main/python/org/apache/flink/python/api/flink/plan/Environment.py --- @@ -27,17 +27,48 @@ import sys

[GitHub] flink pull request #3217: [FLINK-5455] [docs] Add documentation for upgradin...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3217#discussion_r98645798 --- Diff: docs/ops/upgrading.md --- @@ -25,13 +25,87 @@ under the License. * ToC {:toc} -## Upgrading Flink Streaming Applications

[GitHub] flink pull request #3217: [FLINK-5455] [docs] Add documentation for upgradin...

2017-01-31 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3217#discussion_r98645060 --- Diff: docs/ops/upgrading.md --- @@ -25,13 +25,87 @@ under the License. * ToC {:toc} -## Upgrading Flink Streaming Applications

[GitHub] flink issue #3270: [FLINK-4286] Have Kafka examples that use the Kafka 0.9 c...

2017-02-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3270 It would be neat if the example were more similar. Looking at the diff between the 0.8 and 0.9 examples there should only be 4-5 different lines (basically replace 08 by 09), but there are quite

[GitHub] flink pull request #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDire...

2017-02-06 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3219#discussion_r99568502 --- Diff: flink-core/src/main/java/org/apache/flink/util/FileUtils.java --- @@ -116,6 +118,14 @@ else if (file.exists

[GitHub] flink pull request #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDire...

2017-02-06 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3219#discussion_r99576850 --- Diff: flink-core/src/main/java/org/apache/flink/util/FileUtils.java --- @@ -148,14 +158,49 @@ public static void deleteDirectory(File directory) throws

[GitHub] flink pull request #2866: [FLINK-5101] Refactor CassandraConnectorITCase

2017-02-06 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2866#discussion_r99562651 --- Diff: flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSinkBase.java --- @@ -40,26

[GitHub] flink issue #3232: [FLINK-5183] [py] Support mulitple jobs per plan file

2017-02-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3232 Yes, please continue to comment after pushing changes :) I'll have to try this out on a cluster to be certain, but from the looks of it this is good to merge. --- If your project is set up

[GitHub] flink issue #3274: [FLINK-5723][UI]Use Used instead of Initial to make taskm...

2017-02-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3274 you have to modify the corresponding jade files; modifications to the html files will be overridden the next time someone builds the web-ui. --- If your project is set up for it, you can reply

[GitHub] flink pull request #3286: [FLINK-1579] [WIP] Implement Standalone HistorySer...

2017-02-08 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3286 [FLINK-1579] [WIP] Implement Standalone HistoryServer This PR is a work-in-progress view over a standalone History Server (HS). JobManagers may send completed jobs to the HistoryServer

[GitHub] flink issue #3190: [FLINK-5546][build] java.io.tmpdir setted as project buil...

2017-01-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3190 Yes that makes sense. --- 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 have this feature enabled and wishes so

[GitHub] flink issue #3190: [FLINK-5546][build] java.io.tmpdir setted as project buil...

2017-01-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3190 I don't see how this could solve the issue in the JIRA; it describes 2 tests from the same module failing since they use the same directory. This PR doesn't change that. --- If your project is set

[GitHub] flink issue #3190: [FLINK-5546][build] java.io.tmpdir setted as project buil...

2017-01-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3190 Travis failed on flink-core: ``` Failed tests: GenericCsvInputFormatTest.readWithEmptyField:639 Test failed due to a IOException: No such file or directory

[GitHub] flink pull request #3128: [FLINK-5464] Improve MetricDumpSerialization error...

2017-01-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3128#discussion_r97327512 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/dump/MetricDumpSerialization.java --- @@ -191,62 +233,65 @@ private static void

[GitHub] flink issue #2974: [FLINK-5298] TM checks that log file exists

2017-01-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2974 @tillrohrmann I've addressed your comments. --- 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 have this feature

[GitHub] flink pull request #3128: [FLINK-5464] Improve MetricDumpSerialization error...

2017-01-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3128#discussion_r97327675 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/dump/MetricDumpSerialization.java --- @@ -191,62 +233,65 @@ private static void

[GitHub] flink issue #3128: [FLINK-5464] Improve MetricDumpSerialization error handli...

2017-01-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3128 Merging. --- 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 have this feature enabled and wishes so

[GitHub] flink pull request #2974: [FLINK-5298] TM checks that log file exists

2017-01-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2974#discussion_r97354396 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskManagerTest.java --- @@ -1074,6 +1080,79 @@ protected void run

[GitHub] flink issue #2974: [FLINK-5298] TM checks that log file exists

2017-01-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2974 @tillrohrmann I've addressed your comments. Will merge this once travis passes. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] flink issue #3128: [FLINK-5464] Improve MetricDumpSerialization error handli...

2017-01-23 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3128 @uce I've addressed your comments. --- 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 have this feature enabled

[GitHub] flink pull request #3128: [FLINK-5464] Improve MetricDumpSerialization error...

2017-01-23 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/3128 --- 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 have this feature enabled and wishes so, or if the feature

[GitHub] flink pull request #2974: [FLINK-5298] TM checks that log file exists

2017-01-23 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/2974 --- 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 have this feature enabled and wishes so, or if the feature

[GitHub] flink issue #3189: [FLINK-5608] [webfrontend] Cancel button stays visible in...

2017-01-24 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3189 How come the state of tasks is no longer shown? --- 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 have

[GitHub] flink pull request #1890: Add util for TDD instantiation

2017-01-24 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/1890 --- 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 have this feature enabled and wishes so, or if the feature

[GitHub] flink pull request #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDire...

2017-01-26 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3219 [FLINK-5659] Harden FileBaseUtils#deleteFileOrDirectory on WIndows This PR hardens `FileBaseUtils#deleteFileOrDirectory` when the method is called concurrently on Windows

[GitHub] flink issue #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDirectory o...

2017-01-26 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3219 That could work. Are you worried about the added sleep in case of an `DirectoryNotEmptyException`? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98445731 --- Diff: flink-libraries/flink-python/src/main/python/org/apache/flink/python/api/flink/plan/Environment.py --- @@ -27,17 +27,24 @@ import sys

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98443058 --- Diff: flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonOperationInfo.java --- @@ -92,6 +96,11 @@ public PythonOperationInfo

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98443208 --- Diff: flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/functions/PythonMapPartition.java --- @@ -32,7 +32,7 @@ private

[GitHub] flink issue #3215: [FLINK-5628] [webfrontend] Fix serialization of stats tra...

2017-01-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3215 @uce +1 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 have this feature enabled and wishes so

[GitHub] flink issue #3206: [FLINK-5612] Fix GlobPathFilter not-serializable exceptio...

2017-01-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3206 @mushketyk The changes have been merged, could you close this PR? --- 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

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3232#discussion_r98441018 --- Diff: flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonPlanBinder.java --- @@ -139,15 +139,28 @@ private void runPlan(String

[GitHub] flink issue #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDirectory o...

2017-01-30 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3219 @StephanEwen I've update the PR. The `deleteDirectory()` method now has separate paths for windows and unix. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink pull request #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDire...

2017-01-30 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3219#discussion_r98486443 --- Diff: flink-core/src/main/java/org/apache/flink/util/FileUtils.java --- @@ -148,14 +158,49 @@ public static void deleteDirectory(File directory) throws

[GitHub] flink pull request #2836: [FLINK-5092] Add maven profile with code coverage ...

2017-01-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2836#discussion_r97788511 --- Diff: flink-contrib/flink-storm-examples/pom.xml --- @@ -364,6 +363,18 @@ under the License

[GitHub] flink pull request #3215: [FLINK-5628] [webfrontend] Fix serialization of st...

2017-01-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3215#discussion_r97799769 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ArchivedExecutionGraph.java --- @@ -105,10 +110,12 @@ public

[GitHub] flink issue #3214: [FLINK-5644] Remove metric: Task#lastCheckpointSize

2017-01-25 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3214 Everything that the `CheckpointStatsTracker` tracks is also exposed as a metric on the JM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r97746438 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/GlobFilePathFilter.java --- @@ -52,8 +53,13 @@ private static final long

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r97746573 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/GlobFilePathFilter.java --- @@ -106,12 +112,27 @@ public boolean filterPath(Path filePath

[GitHub] flink pull request #3215: [FLINK-5628] [webfrontend] Fix serialization of st...

2017-01-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3215#discussion_r97799282 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointStatsTracker.java --- @@ -85,6 +79,9 @@ /** History

[GitHub] flink pull request #3214: [FLINK-5644] Remove metric: Task#lastCheckpointSiz...

2017-01-25 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3214 [FLINK-5644] Remove metric: Task#lastCheckpointSize This PR removes the lastCheckpointSize metric that was broken when the key-groups were introduced. I couldn't find an easy way to fix it instead

[GitHub] flink pull request #3208: [hotfix] [rat] Add exclusion for rolling-sink snap...

2017-01-25 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3208 [hotfix] [rat] Add exclusion for rolling-sink snapshot Adds a RAT exclusion for the rolling sink snapshot used for testing backwards compatibility. Note that the RAT plugin only complains about

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r97746636 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/GlobFilePathFilter.java --- @@ -69,8 +75,8 @@ public GlobFilePathFilter

[GitHub] flink issue #3215: [FLINK-5628] [webfrontend] Fix serialization of stats tra...

2017-01-25 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3215 as well as the and the `AbstractCheckpointStats` class. --- 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 have

[GitHub] flink issue #3215: [FLINK-5628] [webfrontend] Fix serialization of stats tra...

2017-01-25 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3215 I think the `CompletedCheckpointStats` class must also implement `Serializable`. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] flink issue #3215: [FLINK-5628] [webfrontend] Fix serialization of stats tra...

2017-01-25 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3215 add `SubtaskStateStats` to the list. --- 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 have this feature enabled

[GitHub] flink pull request #3206: [FLINK-5612] Fix GlobPathFilter not-serializable e...

2017-01-26 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3206#discussion_r97969620 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/io/GlobFilePathFilter.java --- @@ -52,8 +53,13 @@ private static final long

[GitHub] flink issue #3206: [FLINK-5612] Fix GlobPathFilter not-serializable exceptio...

2017-01-26 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3206 +1 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 have this feature enabled and wishes so

[GitHub] flink issue #2866: [FLINK-5101] Refactor CassandraConnectorITCase

2017-01-26 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2866 @StephanEwen I've addressed your comments and Travis is passing :) --- 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

[GitHub] flink issue #3190: [FLINK-5546][build] java.io.tmpdir setted as project buil...

2017-02-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3190 I agree that we should simply fix the tests; if we do that the proposed change here is redundant anyway. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] flink pull request #3376: [FLINK-5870] Handlers define REST URLs

2017-02-21 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3376 [FLINK-5870] Handlers define REST URLs This PR allows ```RequestHandler```s to define the REST URLs under which they should be registered. For this purpose the following method was added

[GitHub] flink pull request #3348: [FLINK-5090] [network] Add metrics for details abo...

2017-02-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3348#discussion_r102227821 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -227,6 +227,14 @@ public static final String

[GitHub] flink pull request #3377: [FLINK-5645] Store accumulators/metrics for cancel...

2017-02-21 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3377 [FLINK-5645] Store accumulators/metrics for canceled/failed tasks This PR modified the Execution/ExecutionGraph to store transmitted io-metrics/accumulators for canceled/failed tasks. Previously

[GitHub] flink issue #3328: [FLINK-5812] [core] Cleanups in the FileSystem class

2017-02-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3328 @StephanEwen Can this PR be closed? --- 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 have this feature enabled

[GitHub] flink pull request #3348: [FLINK-5090] [network] Add metrics for details abo...

2017-02-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3348#discussion_r102210056 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -227,6 +227,14 @@ public static final String

[GitHub] flink issue #3348: [FLINK-5090] [network] Add metrics for details about inbo...

2017-02-22 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3348 The metrics documentation must be update to contain the new metrics. --- 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

[GitHub] flink pull request #3348: [FLINK-5090] [network] Add metrics for details abo...

2017-02-22 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3348#discussion_r102427382 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/InputGateMetrics.java --- @@ -0,0 +1,167

[GitHub] flink pull request #3384: [FLINK-4422] Convert all time interval measurement...

2017-02-22 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3384#discussion_r102427597 --- Diff: flink-clients/src/test/java/org/apache/flink/client/program/ClientConnectionTest.java --- @@ -115,13 +115,13 @@ public void run

[GitHub] flink issue #2866: [FLINK-5101] Refactor CassandraConnectorITCase

2017-02-22 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2866 @StephanEwen I've addressed your comments and rebased the branch. --- 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

[GitHub] flink pull request #3348: [FLINK-5090] [network] Add metrics for details abo...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3348#discussion_r101993111 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/InputGateMetrics.java --- @@ -0,0 +1,167

[GitHub] flink pull request #3348: [FLINK-5090] [network] Add metrics for details abo...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3348#discussion_r101993135 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/ResultPartitionMetrics.java --- @@ -0,0 +1,136

[GitHub] flink pull request #3348: [FLINK-5090] [network] Add metrics for details abo...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3348#discussion_r101993298 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -227,6 +227,12 @@ public static final String

[GitHub] flink pull request #3348: [FLINK-5090] [network] Add metrics for details abo...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3348#discussion_r101992784 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java --- @@ -385,6 +388,20 @@ public Task( ++counter

[GitHub] flink pull request #3348: [FLINK-5090] [network] Add metrics for details abo...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3348#discussion_r101991021 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -227,6 +227,12 @@ public static final String

[GitHub] flink pull request #3365: [FLINK-5852] Move handler JSON generation code int...

2017-02-20 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3365 [FLINK-5852] Move handler JSON generation code into static methods This PR is part of the History Server implementation. It is opened separately to make the review easier. The primary

[GitHub] flink issue #3361: [FLINK-5819] [webui] implements numeric option on metrics...

2017-02-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3361 Could you add a screenshot how it would look like after the changes? --- 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

[GitHub] flink issue #3361: [FLINK-5819] [webui] implements numeric option on metrics...

2017-02-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3361 How well does this handle long metric names? (100+ characters) (You can emulate this by running the SocketWindowWordCount example) --- If your project is set up for it, you can reply

[GitHub] flink issue #3361: [FLINK-5819] [webui] implements numeric option on metrics...

2017-02-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3361 ah, ignore my previous comment; that's not relevant to this PR. --- 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

[GitHub] flink pull request #3368: [FLINK-5854] [core] Add base Flink Exception class...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3368#discussion_r102072659 --- Diff: flink-core/src/main/java/org/apache/flink/util/FlinkRuntimeException.java --- @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software

[GitHub] flink issue #3368: [FLINK-5854] [core] Add base Flink Exception classes

2017-02-20 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3368 Could you name 1 or 2 examples for situations where you think it is appropriate to throw a ```FlinkException```? Would invalid arguments (like a String being null) be a reason to do so? --- If your

[GitHub] flink pull request #3368: [FLINK-5854] [core] Add base Flink Exception class...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3368#discussion_r102071979 --- Diff: flink-core/src/main/java/org/apache/flink/util/DynamicCodeLoadingException.java --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #3368: [FLINK-5854] [core] Add base Flink Exception class...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3368#discussion_r102072425 --- Diff: flink-core/src/main/java/org/apache/flink/util/DynamicCodeLoadingException.java --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #3323: [hotfix] [core] Add missing stability annotations ...

2017-02-21 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3323#discussion_r102227190 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/Archiveable.java --- @@ -17,8 +17,11 @@ */ package org.apache.flink.api.common

[GitHub] flink issue #3377: [FLINK-5645] Store accumulators/metrics for canceled/fail...

2017-02-22 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3377 @tillrohrmann I've addressed your comments. --- 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 have this feature

[GitHub] flink pull request #3377: [FLINK-5645] Store accumulators/metrics for cancel...

2017-02-22 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3377#discussion_r102471279 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/IOMetrics.java --- @@ -53,6 +53,22 @@ public IOMetrics(Meter recordsIn, Meter

[GitHub] flink pull request #3297: [FLINK-5431] Add configurable timePattern for clie...

2017-02-14 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3297#discussion_r101052582 --- Diff: docs/setup/config.md --- @@ -151,6 +151,8 @@ one of the values specified in `security.kerberos.login.contexts`. ### Other

[GitHub] flink issue #3274: [FLINK-5723][UI]Use Used instead of Initial to make taskm...

2017-02-14 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3274 +1 from my side. --- 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 have this feature enabled and wishes so

[GitHub] flink pull request #3286: [FLINK-1579] [WIP] Implement Standalone HistorySer...

2017-02-10 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/3286 --- 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 have this feature enabled and wishes so, or if the feature

<    5   6   7   8   9   10   11   12   13   14   >