[jira] [Created] (FLINK-2869) Apply JMH on IOManagerPerformanceBenchmark class.

2015-10-18 Thread GaoLun (JIRA)
GaoLun created FLINK-2869: - Summary: Apply JMH on IOManagerPerformanceBenchmark class. Key: FLINK-2869 URL: https://issues.apache.org/jira/browse/FLINK-2869 Project: Flink Issue Type: Sub-task

[jira] [Commented] (FLINK-2853) Apply JMH on MutableHashTablePerformanceBenchmark class.

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962916#comment-14962916 ] ASF GitHub Bot commented on FLINK-2853: --- Github user gallenvara commented on the pul

[GitHub] flink pull request: [FLINK-2853] [tests] Apply JMH on MutableHashT...

2015-10-18 Thread gallenvara
Github user gallenvara commented on the pull request: https://github.com/apache/flink/pull/1267#issuecomment-149116533 JMH result (We can choose the benchmark mode with througout, averagetime,sampletime and so on.Also we can set the warmup and measurement iteration number according to

[jira] [Created] (FLINK-2868) Missing null check for operatorChain in StreamTask#invoke()

2015-10-18 Thread Ted Yu (JIRA)
Ted Yu created FLINK-2868: - Summary: Missing null check for operatorChain in StreamTask#invoke() Key: FLINK-2868 URL: https://issues.apache.org/jira/browse/FLINK-2868 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-2867) Access to pendingFilesPerCheckpoint should be synchronized

2015-10-18 Thread Ted Yu (JIRA)
Ted Yu created FLINK-2867: - Summary: Access to pendingFilesPerCheckpoint should be synchronized Key: FLINK-2867 URL: https://issues.apache.org/jira/browse/FLINK-2867 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-2866) Potential resource leak due to unclosed ObjectInputStream in FileSerializableStateHandle

2015-10-18 Thread Ted Yu (JIRA)
Ted Yu created FLINK-2866: - Summary: Potential resource leak due to unclosed ObjectInputStream in FileSerializableStateHandle Key: FLINK-2866 URL: https://issues.apache.org/jira/browse/FLINK-2866 Project: Fli

[jira] [Commented] (FLINK-2853) Apply JMH on MutableHashTablePerformanceBenchmark class.

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962791#comment-14962791 ] ASF GitHub Bot commented on FLINK-2853: --- GitHub user gallenvara opened a pull reques

[GitHub] flink pull request: [FLINK-2853] [tests] Apply JMH on MutableHashT...

2015-10-18 Thread gallenvara
GitHub user gallenvara opened a pull request: https://github.com/apache/flink/pull/1267 [FLINK-2853] [tests] Apply JMH on MutableHashTablePerformanceBenchmark class. JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks.Use JMH to replace the

[jira] [Commented] (FLINK-2853) Apply JMH on MutableHashTablePerformanceBenchmark class.

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962789#comment-14962789 ] ASF GitHub Bot commented on FLINK-2853: --- Github user gallenvara closed the pull requ

[GitHub] flink pull request: [FLINK-2853] [tests] Apply JMH on MutableHashT...

2015-10-18 Thread gallenvara
Github user gallenvara closed the pull request at: https://github.com/apache/flink/pull/1261 --- 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 is

[jira] [Commented] (FLINK-2853) Apply JMH on MutableHashTablePerformanceBenchmark class.

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962750#comment-14962750 ] ASF GitHub Bot commented on FLINK-2853: --- Github user ChengXiangLi commented on the p

[GitHub] flink pull request: [FLINK-2853] [tests] Apply JMH on MutableHashT...

2015-10-18 Thread ChengXiangLi
Github user ChengXiangLi commented on the pull request: https://github.com/apache/flink/pull/1261#issuecomment-149077635 Hi, @gallenvara , i think this PR has bounded to FLINK-2848, while actually it should link to FLINK-2853, you may need to close this one and open another new PR for

[jira] [Commented] (FLINK-7) [GitHub] Enable Range Partitioner

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962739#comment-14962739 ] ASF GitHub Bot commented on FLINK-7: Github user ChengXiangLi commented on the pull reque

[GitHub] flink pull request: [FLINK-7] [Runtime] Enable Range Partitioner.

2015-10-18 Thread ChengXiangLi
Github user ChengXiangLi commented on the pull request: https://github.com/apache/flink/pull/1255#issuecomment-149074329 Thanks, @fhueske , it's definitely great that if we can only execute the pre-sample logic just once, i would update the code later. --- If your project is set up f

[jira] [Commented] (FLINK-2692) Untangle CsvInputFormat into PojoTypeCsvInputFormat and TupleTypeCsvInputFormat

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962663#comment-14962663 ] ASF GitHub Bot commented on FLINK-2692: --- GitHub user zentol opened a pull request:

[GitHub] flink pull request: [FLINK-2692] Untangle CsvInputFormat

2015-10-18 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/1266 [FLINK-2692] Untangle CsvInputFormat This PR splits the CsvInputFormat into a Tuple and POJO Version. To this end, The (Common)CsvInputFormat classes were merged, and the type specific portions refa

[jira] [Created] (FLINK-2865) OutOfMemory error (Direct buffer memory)

2015-10-18 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-2865: - Summary: OutOfMemory error (Direct buffer memory) Key: FLINK-2865 URL: https://issues.apache.org/jira/browse/FLINK-2865 Project: Flink Issue Type: Bug Co

[jira] [Commented] (FLINK-2731) Add JobManager log file access

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962549#comment-14962549 ] ASF GitHub Bot commented on FLINK-2731: --- Github user sachingoel0101 commented on the

[GitHub] flink pull request: [FLINK-2731][web-dashboard] Adds access to Job...

2015-10-18 Thread sachingoel0101
Github user sachingoel0101 commented on the pull request: https://github.com/apache/flink/pull/1233#issuecomment-149036747 @mxm I've rebased on your latest changes to enable dashboard on yarn. Also, there was a little redundant code in `StaticFileServerHandler` ```java if

[jira] [Resolved] (FLINK-2714) Port the Flink DataSet Triangle Enumeration example to the Gelly library

2015-10-18 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri resolved FLINK-2714. -- Resolution: Done > Port the Flink DataSet Triangle Enumeration example to the Gelly library > --

[jira] [Updated] (FLINK-2714) Port the Flink DataSet Triangle Enumeration example to the Gelly library

2015-10-18 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri updated FLINK-2714: - Fix Version/s: 0.10 > Port the Flink DataSet Triangle Enumeration example to the Gelly library > -

[jira] [Commented] (FLINK-2714) Port the Flink DataSet Triangle Enumeration example to the Gelly library

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962245#comment-14962245 ] ASF GitHub Bot commented on FLINK-2714: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-2714] [Gelly] Copy triangle counting lo...

2015-10-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1250 --- 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 is enab

[jira] [Commented] (FLINK-2747) TypeExtractor does not correctly analyze Scala Immutables (AnyVal)

2015-10-18 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962234#comment-14962234 ] Aljoscha Krettek commented on FLINK-2747: - I looked into this for a bit. I have a

[GitHub] flink pull request: [FLINK-2864] Make State of General-Purpose Win...

2015-10-18 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/1265#issuecomment-148991557 We should somehow make the state access very clear because this might cause a lot of confusion. Maybe we can call it getTriggerState. Then again it should be clea

[jira] [Commented] (FLINK-2864) Make State of General-Purpose Window Operators Fault-Tolerant

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962224#comment-14962224 ] ASF GitHub Bot commented on FLINK-2864: --- Github user gyfora commented on the pull re

[jira] [Commented] (FLINK-2714) Port the Flink DataSet Triangle Enumeration example to the Gelly library

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962218#comment-14962218 ] ASF GitHub Bot commented on FLINK-2714: --- Github user vasia commented on the pull req

[GitHub] flink pull request: [FLINK-2714] [Gelly] Copy triangle counting lo...

2015-10-18 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/1250#issuecomment-148988753 I will add a description in the docs, squash the commits, and merge this. --- If your project is set up for it, you can reply to this email and have your reply appear on G