[GitHub] flink pull request #2867: [FLINK-5145] WebInterface only polls selected metr...

2016-11-25 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/2867 [FLINK-5145] WebInterface only polls selected metrics This PR modifies the WebFrontend to only pull the values for metrics that were actively selected by the user, instead of all available metrics.

[jira] [Commented] (FLINK-5145) WebInterface to aggressive in pulling metrics

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695813#comment-15695813 ] ASF GitHub Bot commented on FLINK-5145: --- GitHub user zentol opened a pull request:

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

2016-11-25 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2836 It does not: https://github.com/jacoco/jacoco/wiki/MavenMultiModule That's a bummer but apparently there are some workarounds: http://www.thinkcode.se/blog/2012/02/18/test-coverage-in-a-

[jira] [Commented] (FLINK-5092) Add integration with Sonarqube and code coverage

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695765#comment-15695765 ] ASF GitHub Bot commented on FLINK-5092: --- Github user zentol commented on the issue:

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

2016-11-25 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2836 The plugin cannot detect cross-module coverage, correct? as in, all the tests in flink-tests will not contribute in any way to the coverage of other modules? --- If your project is set up for it,

[jira] [Assigned] (FLINK-4870) ContinuousFileMonitoringFunction does not properly handle absolut Windows paths

2016-11-25 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler reassigned FLINK-4870: --- Assignee: Chesnay Schepler > ContinuousFileMonitoringFunction does not properly

[jira] [Created] (FLINK-5162) BlobRecoveryItCase#testBlobServerRecovery fails on Windows

2016-11-25 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-5162: --- Summary: BlobRecoveryItCase#testBlobServerRecovery fails on Windows Key: FLINK-5162 URL: https://issues.apache.org/jira/browse/FLINK-5162 Project: Flink

[jira] [Closed] (FLINK-5161) accepting NullValue for VV in Gelly examples and GSA

2016-11-25 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri closed FLINK-5161. Resolution: Not A Problem > accepting NullValue for VV in Gelly examples and GSA >

[jira] [Commented] (FLINK-5161) accepting NullValue for VV in Gelly examples and GSA

2016-11-25 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695728#comment-15695728 ] Vasia Kalavri commented on FLINK-5161: -- Hi Wouter, the vertex value caries the distance from every

[jira] [Commented] (FLINK-4741) WebRuntimeMonitor does not shut down all of it's threads (EventLoopGroups) on exit.

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695718#comment-15695718 ] ASF GitHub Bot commented on FLINK-4741: --- Github user zentol commented on the issue:

[GitHub] flink issue #2862: [FLINK-4741] Fix for the proper shutdown the ServerBootst...

2016-11-25 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2862 Looks reasonable, merging it. --- 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

[jira] [Created] (FLINK-5161) accepting NullValue for VV in Gelly examples and GSA

2016-11-25 Thread wouter ligtenberg (JIRA)
wouter ligtenberg created FLINK-5161: Summary: accepting NullValue for VV in Gelly examples and GSA Key: FLINK-5161 URL: https://issues.apache.org/jira/browse/FLINK-5161 Project: Flink

[jira] [Created] (FLINK-5160) SecurityContextTest#testCreateInsecureHadoopCtx fails on windows

2016-11-25 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-5160: --- Summary: SecurityContextTest#testCreateInsecureHadoopCtx fails on windows Key: FLINK-5160 URL: https://issues.apache.org/jira/browse/FLINK-5160 Project: Flink

[GitHub] flink pull request #2845: [FLINK-5096] Make the RollingSink rescalable.

2016-11-25 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/2845#discussion_r89603474 --- Diff: flink-streaming-connectors/flink-connector-filesystem/src/test/java/org/apache/flink/streaming/connectors/fs/RollingSinkITCase.java --- @@ -638,6

[GitHub] flink issue #2845: [FLINK-5096] Make the RollingSink rescalable.

2016-11-25 Thread kl0u
Github user kl0u commented on the issue: https://github.com/apache/flink/pull/2845 Hi @zentol ! Thanks for the review. I integrated the 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

[jira] [Commented] (FLINK-5096) Make the RollingSink rescalable.

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

[jira] [Commented] (FLINK-5096) Make the RollingSink rescalable.

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695629#comment-15695629 ] ASF GitHub Bot commented on FLINK-5096: --- Github user kl0u commented on the issue:

[jira] [Commented] (FLINK-5101) Test CassandraConnectorITCase instable

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695581#comment-15695581 ] ASF GitHub Bot commented on FLINK-5101: --- GitHub user zentol opened a pull request:

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

2016-11-25 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/2866 [FLINK-5101] Refactor CassandraConnectorITCase This PR refactors the CassandraConnectorITCase to be a bit more stable and easier to debug. The following changes were made: * we no

[jira] [Commented] (FLINK-5096) Make the RollingSink rescalable.

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695561#comment-15695561 ] ASF GitHub Bot commented on FLINK-5096: --- Github user zentol commented on the issue:

[GitHub] flink issue #2845: [FLINK-5096] Make the RollingSink rescalable.

2016-11-25 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2845 Just 2 more comments; i can also fix them while merging if you agree with them. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] flink pull request #2845: [FLINK-5096] Make the RollingSink rescalable.

2016-11-25 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2845#discussion_r89597858 --- Diff: flink-streaming-connectors/flink-connector-filesystem/src/test/java/org/apache/flink/streaming/connectors/fs/RollingSinkITCase.java --- @@ -638,6

[jira] [Commented] (FLINK-5096) Make the RollingSink rescalable.

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

[jira] [Commented] (FLINK-5092) Add integration with Sonarqube and code coverage

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695554#comment-15695554 ] ASF GitHub Bot commented on FLINK-5092: --- Github user BorisOsipov commented on the issue:

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

2016-11-25 Thread BorisOsipov
Github user BorisOsipov commented on the issue: https://github.com/apache/flink/pull/2836 You can find report in ${project.basedir}/target/jacoco-report folder. --- 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

[jira] [Commented] (FLINK-5092) Add integration with Sonarqube and code coverage

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695530#comment-15695530 ] ASF GitHub Bot commented on FLINK-5092: --- Github user zentol commented on the issue:

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

2016-11-25 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2836 If i ran this myself, could i see which lines are not covered? --- 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

[jira] [Commented] (FLINK-5092) Add integration with Sonarqube and code coverage

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695446#comment-15695446 ] ASF GitHub Bot commented on FLINK-5092: --- Github user BorisOsipov commented on the issue:

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

2016-11-25 Thread BorisOsipov
Github user BorisOsipov commented on the issue: https://github.com/apache/flink/pull/2836 @zentol I aggregated results by SonarQube. I can share some overall report. [flink.pdf](https://github.com/apache/flink/files/612971/flink.pdf) --- If your project is set up for it, you

[jira] [Commented] (FLINK-3322) MemoryManager creates too much GC pressure with iterative jobs

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

[GitHub] flink issue #2510: FLINK-3322 Allow drivers and iterators to reuse the memor...

2016-11-25 Thread ramkrish86
Github user ramkrish86 commented on the issue: https://github.com/apache/flink/pull/2510 @StephanEwen Do you have some time to check this? :) --- 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

[jira] [Created] (FLINK-5159) Improve perfomance of inner joins with a single row input

2016-11-25 Thread Alexander Shoshin (JIRA)
Alexander Shoshin created FLINK-5159: Summary: Improve perfomance of inner joins with a single row input Key: FLINK-5159 URL: https://issues.apache.org/jira/browse/FLINK-5159 Project: Flink

[jira] [Commented] (FLINK-5092) Add integration with Sonarqube and code coverage

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695257#comment-15695257 ] ASF GitHub Bot commented on FLINK-5092: --- Github user zentol commented on the issue:

[jira] [Commented] (FLINK-5092) Add integration with Sonarqube and code coverage

2016-11-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695241#comment-15695241 ] ASF GitHub Bot commented on FLINK-5092: --- Github user BorisOsipov commented on the issue:

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

2016-11-25 Thread BorisOsipov
Github user BorisOsipov commented on the issue: https://github.com/apache/flink/pull/2836 @mxm I tried to use late property evaluation approach in `argLine`. Unfortunately, it doesn't work well with different profiles. In some cases it breaks test run by maven without a

<    1   2