[GitHub] flink pull request #4836: [FLINK-7849][hcatalog] Remove unnecessary gauva sh...

2017-10-16 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4836 [FLINK-7849][hcatalog] Remove unnecessary gauva shading see #4834. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zentol/flink 7849

[GitHub] flink pull request #4835: [FLINK-7847][avro] Fix typo in jackson shading pat...

2017-10-16 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4835 [FLINK-7847][avro] Fix typo in jackson shading pattern ## What is the purpose of the change This PR fixes a funny typo in the jackson shading pattern of flink-avro. You can merge this

[GitHub] flink pull request #4834: [FLINK-7846] [elasticsearch] Remove unnecessary gu...

2017-10-16 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4834 [FLINK-7846] [elasticsearch] Remove unnecessary guava shading ## What is the purpose of the change This PR removes the guava shading from the ES2 connector. The shading is pointless since

[GitHub] flink issue #4822: [FLINK-7484] Perform proper deep copy in CaseClassSeriali...

2017-10-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4822 @aljoscha This PR can be closed since it was merged for 1.3 and master. ---

[GitHub] flink pull request #4586: [FLINK-7502] [metrics] Improve PrometheusReporter

2017-10-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4586#discussion_r144807031 --- Diff: flink-metrics/flink-metrics-prometheus/src/main/java/org/apache/flink/metrics/prometheus/PrometheusReporter.java --- @@ -194,66 +239,46 @@ private

[GitHub] flink pull request #4586: [FLINK-7502] [metrics] Improve PrometheusReporter

2017-10-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4586#discussion_r144807511 --- Diff: flink-metrics/flink-metrics-prometheus/src/test/java/org/apache/flink/metrics/prometheus/PrometheusReporterTest.java --- @@ -124,19 +133,6

[GitHub] flink pull request #4586: [FLINK-7502] [metrics] Improve PrometheusReporter

2017-10-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4586#discussion_r144805511 --- Diff: flink-metrics/flink-metrics-prometheus/src/main/java/org/apache/flink/metrics/prometheus/PrometheusReporter.java --- @@ -114,39 +120,78 @@ public

[GitHub] flink pull request #4586: [FLINK-7502] [metrics] Improve PrometheusReporter

2017-10-16 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4586#discussion_r144804293 --- Diff: flink-metrics/flink-metrics-prometheus/src/main/java/org/apache/flink/metrics/prometheus/PrometheusReporter.java --- @@ -114,39 +120,78 @@ public

[GitHub] flink issue #4586: [FLINK-7502] [metrics] Improve PrometheusReporter

2017-10-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4586 Taking another look now. ---

[GitHub] flink pull request #4831: [FLINK-6314] [cassandra] Support user-defined Mapp...

2017-10-16 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4831 [FLINK-6314] [cassandra] Support user-defined Mapper options ## What is the purpose of the change This PR allows setting MapperOptions for the cassandra POJO sink. ## Brief change

[GitHub] flink issue #4802: [FLINK-7791] [REST][client] Integrate LIST command into R...

2017-10-15 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4802 merging. ---

[GitHub] flink issue #4805: [FLINK-7806] [flip6] Register CurrentJobsOverviewHandler ...

2017-10-13 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4805 let's put iut under /jobs then for now. ---

[GitHub] flink issue #4809: [FLINK-7803][Documentation] Add missing savepoint informa...

2017-10-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4809 @razvan100 You can re-trigger the build by adding a new commit (even en empty one). However, please don't do this for the sake of achieving a picture perfect build (in particular for document

[GitHub] flink issue #4805: [FLINK-7806] [flip6] Register CurrentJobsOverviewHandler ...

2017-10-12 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4805 Often happens due to different dependency/build system versions of even OS specific oddities. I typically just revert those changes. ---

[GitHub] flink issue #4804: [hotfix] [kafka] Fix the config parameter names in KafkaT...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4804 thanks for catching it, merging. ---

[GitHub] flink issue #4721: [FLINK-6703][savepoint/doc] Document how to take a savepo...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4721 merging. ---

[GitHub] flink issue #4783: [FLINK-7774][network] fix not clearing deserializers on c...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4783 merging. ---

[GitHub] flink pull request #4799: [FLINK-7807] [REST] Log exceptions in HandlerUtils...

2017-10-11 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/4799 ---

[GitHub] flink issue #4802: [FLINK-7791] [REST][client] Integrate LIST command into R...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4802 What do you mean when you say triggerSavepoint is not a command of the ClusterClient? It does have a `triggerSavepoint` method. ---

[GitHub] flink pull request #4802: [FLINK-7791] [REST][client] Integrate LIST command...

2017-10-11 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4802#discussion_r144027945 --- Diff: flink-clients/src/main/java/org/apache/flink/client/CliFrontend.java --- @@ -420,89 +420,72 @@ protected int list(String[] args

[GitHub] flink issue #4802: [FLINK-7791] [REST][client] Integrate LIST command into R...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4802 triggerSavepoint is also asynchronous. It is true that the list command does not print waiting, but the savepoint commands do. ---

[GitHub] flink issue #4802: [FLINK-7791] [REST][client] Integrate LIST command into R...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4802 I've modified the clients to return both running and finished jobs. ---

[GitHub] flink pull request #4802: [FLINK-7791] [REST][client] Integrate LIST command...

2017-10-11 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4802#discussion_r144016836 --- Diff: flink-clients/src/main/java/org/apache/flink/client/CliFrontend.java --- @@ -420,89 +420,72 @@ protected int list(String[] args

[GitHub] flink pull request #4802: [FLINK-7791] [REST][client] Integrate LIST command...

2017-10-11 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4802#discussion_r144011359 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -192,6 +196,18 @@ public String cancelWithSavepoint

[GitHub] flink pull request #4802: [FLINK-7791] [REST][client] Integrate LIST command...

2017-10-11 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4802#discussion_r144009864 --- Diff: flink-clients/src/test/java/org/apache/flink/client/program/ClusterClientTest.java --- @@ -134,6 +140,25 @@ public void testClusterClientSavepoint

[GitHub] flink issue #4802: [FLINK-7791] [REST][client] Integrate LIST command into R...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4802 The reason why i went for the CompletableFuture route is to stay closes to the current code. The CliFrontend is waiting the the response and prints "Waiting...", which we can't do when

[GitHub] flink pull request #4803: [FLINK-7813] [metrics] Replace MetricRegistryThrea...

2017-10-11 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4803 [FLINK-7813] [metrics] Replace MetricRegistryThreadFactory ## What is the purpose of the change This PR modifies the MetricRegistry to use the ExecutorThreadFactory instead of its own

[GitHub] flink issue #4791: [hotfix] [Javadoc] Fix typos

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4791 merging. ---

[GitHub] flink issue #4797: [hotfix][doc] Remove outdated best-practice suggestion to...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4797 merging. ---

[GitHub] flink issue #4800: [FLINK-7808] [REST] JobDetails constructor checks size of...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4800 merging. ---

[GitHub] flink issue #4799: [FLINK-7807] [REST] Log exceptions in HandlerUtils method...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4799 merging. ---

[GitHub] flink pull request #4802: [FLINK-7791] [REST][client] Integrate LIST command...

2017-10-11 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4802 [FLINK-7791] [REST][client] Integrate LIST command into RestClusterClient ## What is the purpose of the change This PR integrates the LIST command into the RestClusterClient. This is a

[GitHub] flink issue #4791: [hotfix] [Javadoc] Fix typos

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4791 +1 ---

[GitHub] flink issue #4797: [hotfix][doc] Remove outdated best-practice suggestion to...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4797 +1 ---

[GitHub] flink issue #4698: [FLINK-7661][network] Add credit field in PartitionReques...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4698 merging. ---

[GitHub] flink pull request #4800: [FLINK-7808] [REST] JobDetails constructor checks ...

2017-10-11 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4800 [FLINK-7808] [REST] JobDetails constructor checks size of tasksPerSta… …te argument ## What is the purpose of the change This PR modifies the JobDetails constructor to verify that

[GitHub] flink pull request #4799: [FLINK-7807] [REST] Log exceptions in HandlerUtils...

2017-10-11 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4799 [FLINK-7807] [REST] Log exceptions in HandlerUtils methods ## What is the purpose of the change This PR introduces a logger into the `HandlerUtils` class to log exceptions that otherwise

[GitHub] flink issue #4789: [FLINK-7780] [REST][Client] Define protocol for triggerin...

2017-10-11 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4789 merging. ---

[GitHub] flink pull request #4788: [FLINK-7790] [REST] Unresolved query params not ad...

2017-10-10 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/4788 ---

[GitHub] flink pull request #4792: [FLINK-7792] [tests][client] Only suppress stdout ...

2017-10-10 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4792 [FLINK-7792] [tests][client] Only suppress stdout for CLI tests ## What is the purpose of the change This PR modifies the CliFrontendTestUtils to only suppress stdout. Previously we were

[GitHub] flink issue #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler for ne...

2017-10-10 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4763 no objections, feel free to merge this. ---

[GitHub] flink issue #4734: [FLINK-7652] [flip6] Port CurrentJobIdsHandler to new RES...

2017-10-10 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4734 Actually, I'd like to throw out the entire handler and replace it with the `CurrentJobsOverviewHandler`. The CurrentJobIdshandler handler is _not_ used by the web UI as the listings of jobs in t

[GitHub] flink issue #4696: [FLINK-7632] [document] Overhaul on Cassandra connector d...

2017-10-10 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4696 Looks really god now, merging. ---

[GitHub] flink issue #4499: [FLINK-7394][core] Manage exclusive buffers in RemoteInpu...

2017-10-10 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4499 merging. ---

[GitHub] flink issue #4485: [FLINK-7378][core]Create a fix size (non rebalancing) buf...

2017-10-10 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4485 merging. ---

[GitHub] flink issue #4735: [FLINK-7699][core] Define the BufferListener interface to...

2017-10-10 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4735 merging. ---

[GitHub] flink issue #4760: [hotfix][docs] Polish docs index page for consistency in ...

2017-10-10 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4760 merging. ---

[GitHub] flink issue #4756: [FLINK-7744][docs] Add missing top links to documentation

2017-10-10 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4756 merging. ---

[GitHub] flink issue #4753: [FLINK-7741][build][hotfix] Fix NPE when throw new SlotNo...

2017-10-10 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4753 It appears this PR is subsumed by #4784. ---

[GitHub] flink pull request #4789: [FLINK-7780] [REST][Client] Define protocol for tr...

2017-10-10 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4789 [FLINK-7780] [REST][Client] Define protocol for triggering savepoints Based on #4788. ## What is the purpose of the change This PR includes all the client-side changes necessary to

[GitHub] flink pull request #4788: [FLINK-7790] [REST] Unresolved query params not ad...

2017-10-10 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4788 [FLINK-7790] [REST] Unresolved query params not added to request URL ## What is the purpose of the change This PR fixes a bug where unresolved optional parameters where still included in

[GitHub] flink issue #3748: [FLINK-6225] [Cassandra Connector] add CassandraTableSink

2017-10-09 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3748 When importing guava you have to explicitly add an exclusion to https://github.com/apache/flink/blob/master/tools/maven/suppressions.xml. ---

[GitHub] flink pull request #4773: [FLINK-7761] [examples] Include shaded guava depen...

2017-10-09 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/4773 ---

[GitHub] flink pull request #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler...

2017-10-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4763#discussion_r143502870 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointStatistics.java --- @@ -0,0 +1,534

[GitHub] flink pull request #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler...

2017-10-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4763#discussion_r143489310 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/util/RestMapperUtils.java --- @@ -33,8 +33,7 @@ objectMapper.enable

[GitHub] flink issue #4773: [FLINK-7761] [examples] Include shaded guava dependency i...

2017-10-09 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4773 merging. ---

[GitHub] flink issue #4647: [FLINK-7575] [WEB-DASHBOARD] Display "Fetching..." instea...

2017-10-09 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4647 merging. ---

[GitHub] flink pull request #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler...

2017-10-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4763#discussion_r143415369 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointStatistics.java --- @@ -0,0 +1,534

[GitHub] flink pull request #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler...

2017-10-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4763#discussion_r143415293 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointStatistics.java --- @@ -0,0 +1,534

[GitHub] flink pull request #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler...

2017-10-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4763#discussion_r143415402 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointStatistics.java --- @@ -0,0 +1,534

[GitHub] flink pull request #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler...

2017-10-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4763#discussion_r143412982 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointStatistics.java --- @@ -0,0 +1,534

[GitHub] flink pull request #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler...

2017-10-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4763#discussion_r143415816 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/util/RestMapperUtils.java --- @@ -33,8 +33,7 @@ objectMapper.enable

[GitHub] flink pull request #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler...

2017-10-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4763#discussion_r143413201 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointStatistics.java --- @@ -0,0 +1,534

[GitHub] flink issue #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler for ne...

2017-10-09 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4763 I still have to look at the JSON generation in this PR. ---

[GitHub] flink pull request #4784: FLINK-7736: fix some lgtm.com alerts

2017-10-09 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4784#discussion_r143407857 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/slot/TaskSlotTable.java --- @@ -448,7 +448,7 @@ public boolean addTask(Task task

[GitHub] flink issue #4447: [FLINK-7312][checkstyle] activate checkstyle for flink/co...

2017-10-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4447 #4445 contains this PR, yes. ---

[GitHub] flink issue #4742: [FLINK-7072] [REST] Add Flip-6 client for submit/job/canc...

2017-10-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4742 @tillrohrmann We got some test-failures for the CLIFrontend caused by us now using the ClusterClient for stop/cancel. This is purely a test construction issue, and I'm currently fixing them. ---

[GitHub] flink issue #4742: [FLINK-7072] [REST] Add Flip-6 client for submit/job/canc...

2017-10-06 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4742 @tillrohrmann I rebased the branch (the travis failure actually occurred on the branch after an auto-rebase by GitHub...) and now use the ExecutorThreadFactory. ---

[GitHub] flink pull request #4742: [FLINK-7072] [REST] Add Flip-6 client for submit/j...

2017-10-06 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4742#discussion_r143160231 --- Diff: flink-clients/src/main/java/org/apache/flink/client/program/rest/RestClusterClient.java --- @@ -216,4 +219,25 @@ protected void finalizeCluster

[GitHub] flink issue #4742: [FLINK-7072] [REST] Add Flip-6 client for submit/job/canc...

2017-10-05 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4742 @tillrohrmann I've addressed the second round of comments. ---

[GitHub] flink pull request #4772: [FLINK-7707] [flip6] Add TaskCheckpointStatisticDe...

2017-10-05 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4772#discussion_r142949904 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/checkpoints/TaskCheckpointStatisticDetailsHandler.java --- @@ -0,0 +1,152

[GitHub] flink pull request #4742: [FLINK-7072] [REST] Add Flip-6 client for submit/j...

2017-10-05 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4742#discussion_r142943570 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobTerminationMessageParameters.java --- @@ -28,8 +28,8 @@ */ public

[GitHub] flink pull request #4742: [FLINK-7072] [REST] Add Flip-6 client for submit/j...

2017-10-05 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4742#discussion_r142933167 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/JobSubmitRequestBody.java --- @@ -0,0 +1,80 @@ +/* + * Licensed to

[GitHub] flink pull request #4742: [FLINK-7072] [REST] Add Flip-6 client for submit/j...

2017-10-05 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4742#discussion_r142930472 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobTerminationMessageParameters.java --- @@ -28,8 +28,8 @@ */ public

[GitHub] flink pull request #4742: [FLINK-7072] [REST] Add Flip-6 client for submit/j...

2017-10-05 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4742#discussion_r142929069 --- Diff: flink-clients/src/test/java/org/apache/flink/client/program/rest/RestClusterClientTest.java --- @@ -0,0 +1,192 @@ +/* + * Licensed to the

[GitHub] flink issue #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler for ne...

2017-10-05 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4763 @tillrohrmann I wanted to try it out, primarily since i can mark individual files as reviewed. For the remaining files I will once again write the comments on github. ---

[GitHub] flink issue #4774: [FLINK-6495] Fix Akka's default value for heartbeat pause

2017-10-04 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4774 Given that this caused instabilities shouldn't we introduce a runtime check to make sure these options are configure correctly in relation to each other? We should also properly document it i

[GitHub] flink issue #4771: [hotfix] [hbase] Set root log level to OFF for flink-hbas...

2017-10-04 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4771 maybe add a comment to the config file to not set this to debug, otherwise +1. ---

[GitHub] flink issue #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHandler to ...

2017-10-04 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4757 Do note that you don't _have_ to implement this using the LegacyHandlerAdapter; you could also extend the AbstractRestHandler directly. ---

[GitHub] flink pull request #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHand...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4757#discussion_r142688438 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobMessageParameters.java --- @@ -26,15 +26,16 @@ */ public class

[GitHub] flink pull request #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHand...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4757#discussion_r142689891 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/metrics/JobMetricsHandler.java --- @@ -18,38 +18,95 @@ package

[GitHub] flink pull request #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHand...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4757#discussion_r142689531 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/messages/JobMetricsOverview.java --- @@ -0,0 +1,28

[GitHub] flink pull request #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHand...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4757#discussion_r142689501 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/messages/JobMetricsOverview.java --- @@ -0,0 +1,28

[GitHub] flink pull request #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHand...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4757#discussion_r142688020 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobIDQueryParameter.java --- @@ -0,0 +1,41 @@ +/* + * Licensed to the

[GitHub] flink pull request #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHand...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4757#discussion_r142689803 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/metrics/JobMetricsHandler.java --- @@ -18,38 +18,95 @@ package

[GitHub] flink pull request #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHand...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4757#discussion_r142688520 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobMetricsHeaders.java --- @@ -0,0 +1,72 @@ +/* + * Licensed to the

[GitHub] flink pull request #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHand...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4757#discussion_r142690660 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/messages/JobMetricId.java --- @@ -0,0 +1,69 @@ +/* + * Licensed

[GitHub] flink pull request #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHand...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4757#discussion_r142689455 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/messages/JobMetricIdList.java --- @@ -0,0 +1,44

[GitHub] flink pull request #4757: [Flink 7694][REST][Webfrontend]Port JobMetricsHand...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4757#discussion_r142690760 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/legacy/messages/JobMetricEntryList.java --- @@ -0,0 +1,43

[GitHub] flink issue #4759: [FLINK-7746][network] move ResultPartitionWriter#writeBuf...

2017-10-04 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4759 +1. ---

[GitHub] flink issue #4762: [FLINK-7749][network] remove the ResultPartitionWriter wr...

2017-10-04 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4762 You mixed up the PRs, #4761 is about the TaskEventDispatcher. ---

[GitHub] flink pull request #4769: [FLINK-7758][kafka][hotfix] Fix bug Kafka09Fetcher...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4769#discussion_r142684336 --- Diff: flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/internals/AbstractFetcher.java --- @@ -543,6

[GitHub] flink issue #4763: [FLINK-7709] Add CheckpointStatisticDetailsHandler for ne...

2017-10-04 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4763 Reviewed 24 of 31 files at r1. Review status: 21 of 26 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. --- *[flink

[GitHub] flink pull request #4773: [FLINK-7761] [examples] Include shaded guava depen...

2017-10-04 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4773 [FLINK-7761] [examples] Include shaded guava dependency in Twitter ex… With the introduction of flink-shaded the twitter connector no longer uses the gauva dependency shipped with Flink. The build

[GitHub] flink issue #4518: [FLINK-7412][network] optimise NettyMessage.TaskEventRequ...

2017-10-04 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4518 @tillrohrmann Friendly reminder that you wanted to merge this PR. ---

[GitHub] flink pull request #4767: [FLINK-7738] [flip-6] Create WebSocket handler (se...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4767#discussion_r142637674 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/websocket/WebSocketListener.java --- @@ -0,0 +1,27 @@ +/* + * Licensed to the

[GitHub] flink pull request #4767: [FLINK-7738] [flip-6] Create WebSocket handler (se...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4767#discussion_r142641670 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/websocket/WebSocket.java --- @@ -0,0 +1,44 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #4767: [FLINK-7738] [flip-6] Create WebSocket handler (se...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4767#discussion_r142640401 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java --- @@ -275,4 +301,121 @@ public HttpResponseStatus getHttpResponseStatus

[GitHub] flink pull request #4767: [FLINK-7738] [flip-6] Create WebSocket handler (se...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4767#discussion_r142639095 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/websocket/WebSocket.java --- @@ -0,0 +1,44 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #4767: [FLINK-7738] [flip-6] Create WebSocket handler (se...

2017-10-04 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4767#discussion_r142634775 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestEndpointITCase.java --- @@ -325,6 +406,98 @@ public TestParameters

<    15   16   17   18   19   20   21   22   23   24   >